/************************************************
 * 				Flexiss.net						*
 * 												*
 * This style sheet was written by Scott Callas	*
 * using the "MeyerWeb" Reset Style Sheet as a 	*
 * base line.									*
 *												*
 ************************************************/



/*****************************************************/

/***** Reset Styles *****/

/************* RESET STYLE SHEET ********************/
/*		This set of styles is here to create		*
 * 		a base line to work from that should		*
 * 		standardize display across browsers.		*
 * 		This is stated without guarantee of 		*
 * 		any kind, as I'm just quoting what			*
 * 		other people have said.  In other 			*
 * 		words, this is an experiment. -- SC			*
 * 													*
 * 		What this requires of the designer is		*
 * 		to style ALL the elements from a common		*
 * 		baseline of zero (common to both IE and		*
 * 		FF).										*
 * 													*
 * 		Preferred Editing idea is to leave reset	*
 * 		styles alone, and set styles as you would	*
 * 		below the resets.							*
 * **************************************************/
/*  Reset Style Sheet by Eric Meyer v1.0 | 20080212 */

/*Begin editing below Reset Style Sheet -- unless it is necessary to change the reset point */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***** END reset styles *****/

/*****************************************************/

/***** General Styles *****/
body, html {
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
    line-height: 135%;
}

body {
	width: 100%;
	background-color: #7191B0;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

#wrap {
	width: 953px;
	height: 796px;
	background-image: url(images/home_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#wrap_bottom {
	width: 953px;
	height: auto;
	margin-left: auto;
    margin-right: auto;
    background-color: #31475E;
    color: #fff;
}

#bottom {
    background-color: #31475E;
    color: #fff;
}
#bottom p {
    font-size: 10pt;
    padding: 5px 20px 5px 20px;
    text-align: center;
}
#bottom a:link {
	color: #5c8300;
	text-decoration: underline;
}

#bottom a:visited {
	color: #5c8300;
	text-decoration:underline;
}

#bottom a:hover {
	color: #627F9F;
	text-decoration:underline;
}

/***** END general styles *****/

/*****************************************************/

/***** Navigation Styles *****/
#nav {
	color: #e4ebed;
	height: 64px;
}

#nav a:link {
	color: #e4ebed;
	text-decoration: none;
	padding-bottom: 15px;
}

#nav a:visited {
	color: #e4ebed;
	text-decoration:none;
}

#nav a:hover {
	color: #bfd028;
	text-decoration:none;
}

#nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
    font-weight: bold;
	line-height: 120%;
	height: 100%;
	padding: 15px 0 0 10px;
}

#nav li:before {
    /*content: ":: ";*/
}

#nav li {
	display: inline;
	
}

/***** END navigation styles *****/


/*****************************************************/

/***** Main Div Styles *****/

#banner {
    width: 898px;
    padding: 225px 0 0 35px;
}

#main {
	width: 700px;
	float: right;
	/*padding: 235px 20px 0 0;*/
	padding: 10px 20px 0 0;
}

#home_page_content {
    padding: 3px 10px 0 15px;
    font-size: 1em;
}

#main h1 {
	padding: 10px 10px 0 15px;
	font-size: 1.5em;
}

#main h2 {
	padding: 10px 10px 0 15px;
	font-size: 1.4em;
}

#main h3 {
	padding: 10px 10px 0 15px;
	font-size: 1.3em;
}

#main h4 {
	padding: 10px 10px 0 15px;
	font-size: 1.2em;
}

#main p {
	padding: 3px 10px 0 15px;
	font-size: 1em;
}


#flash {
	padding: 0 0 10px 20px;
}


/***** END main div styles *****/

/*****************************************************/


/*****************************************************/

/***** left content Styles *****/

#left {
	float: left;
	width: 232px;
	/*padding: 235px 0 0 0;*/
	padding: 10px 0 0 0;
}

#left img {
	padding: 0 0 5px 35px;
}


p#social-media {
    padding: 0 0 5px 32px;
}

#social-media img {
    padding: 0;
}


/***** END left content styles *****/

/*****************************************************/

/***** Footer Styles *****/

/***** END footer styles *****/

/*****************************************************/

/***** ADMIN Styles *****/


/** Admin header on each page **/

#admin_menu {
	background-color: #dadada;
	height: 30px;
	line-height: normal;
}

#admin_left {
	width: 400px;
	float: left;
	text-align: center;
	padding-top: 5px;
}

#admin_right {
	width: 300px;
	float: right;
	text-align: center;
	padding-top: 5px;
}

#admin_menu a:link {
	color: #00487F;
	text-decoration: none;
}

#admin_menu a:visited {
  color: #00487F;
  text-decoration: none;
}

#admin_menu a:hover {
	color: #A64E0F;
	text-decoration: none;
}
/***** END Admin Styles *****/

/*****************************************************/ 
