@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/background_body.jpg);
	background-repeat:repeat-x;
}

img {
border:0;
}

.clear_float {
		clear: both;
		}

/* WRAPPER */

#wrapper {
	min-height: 780px;
	height: auto !important;
	height: 780px;
	width: 935px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	
}

/* BANNER */

#banner {
	height: 125px;
	width: 935px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

#logo {
	height: 125px;
	width: 275px;
	float:left;
	display:inline;
}

#client_login {
	padding: 45px 0 0 720px;
}

/* END BANNER */




/* MAIN NAVIGATION */

#navigation {
	width: 935px;
	height:43px;
	color: #FFFFFF;
	padding:0 0 0 3px;
}

#navigation a {
	background-color: #CCCCCC;
	margin: 0px;
	border:none;
	float:left;
	display:inline;
}

/* END MAIN NAVIGATION */




/* MAIN CONTENT AREA */

#content_wrapper {
	margin: 30px 0 0 30px;
	text-align:left;
}



/* ROW 1 */

#row1 {
	margin-bottom: 10px;
	width: 875px;
	float:left;
	display:inline;
}

#left_img {
	width: 580px;
	display: inline;
	float: left;
}


/* RIGHT BLURB ELEMENTS */

#right_blurb_interior {
	width: 285px;
	height: 250px;
	background-image:url(../images/header_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:right;
	display:inline;
	
}

#right_blurb_interior  p {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size:11px;
}

#right_blurb_interior  a {
	color:#003366;
}

#right_blurb_interior  a:visted {
	color:#003366;
}

#right_blurb_interior  h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	color:#003366;
}

#right_blurb_interior  h3, h4 {
	font-size: 12px;
	margin: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	color:#003366;
}

#newsletter_button {
	width: 285px;
	float:right;
	display:inline;
	margin-top: 30px;
}

/* END RIGHT BLURB ELEMENTS */




/* END ROW 1 */








/* START ROW 2 */

#row2 {
	margin-top: 10px;
	float: left;
	display: inline;
	width: 875px;
}




/* START SUB NAV */

#sub_nav {
	width: 275px;
	float:left;
	display:inline;	
}

#sub_nav_items {
	width: 269px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d5d5d5;
	border-left-color: #d5d5d5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	padding-bottom: 1px;
	
}


#subnav_topbar {
	background-image:url(../images/subnav_topbar.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 273px;
}

#subnav_bbar {
	background-image: url(../images/subnav_bbar.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 273px;
}
#sub_nav_items ul {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sub_nav_items li {
	margin:0;
	height: 20px;
	width: 269px;
}

#sub_nav_items li:hover {
	margin:0;
	height: 20px;
	width: 269px;
	background-color: #d5d5d5;
}

#sub_nav_items a {
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	margin: 0;
	padding-left: 25px;
}
#sub_nav_items .navhd {
	color: #003366;
	font-size: 12px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

body.section1 #sub_nav_items li.one {background:#d5d5d5;}
body.section2 #sub_nav_items li.two {background:#d5d5d5;}
body.section3 #sub_nav_items li.three {background:#d5d5d5;}
body.section4 #sub_nav_items li.four {background:#d5d5d5;}
body.section5 #sub_nav_items li.five {background:#d5d5d5;}
body.section6 #sub_nav_items li.six {background:#d5d5d5;}
body.section7 #sub_nav_items li.seven {background:#d5d5d5;}


/* END SUB NAV */





/* START MAIN COPY */

#main_copy {
	float:right;
	display:inline;
	width: 560px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;

}

#main_copy p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:11px;
	line-height: 1.3em;
	margin-right: 15px;
	margin-left: 0;
}

#main_copy h1, h2, h3, h4, h5, h6 {
	color:#003366;
	font-weight:900;
	font-size:14px;
	margin-bottom: 10px;
	text-decoration: none;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0;
	padding:0;
	}

#main_copy .bullet {
	text-indent: 20px;
}

#main_copy a {
	color:#003366;
	}

#main_copy a:visited {
	color:#003366;
	}

/* END MAIN COPY */

/* END ROW 2 */





/* FOOTER */
#footer {
	
	margin: 0px;
	font-size: 10px;
	color: #1980A0;
	padding: 0px;
	line-height: 1em;
	padding: 10px 0 0 0;
}

#footer p {
	margin: 5px 0 0 0;
}

#footer a {
 color:#006699;
 }
 
 #footer a:visited {
 color:#006699;
 }
 

/* END FOOTER */
