@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;
		}

h1.h1a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color:#003366;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* WRAPPER */

#wrapper {
	min-height: 800px;
	height: auto !important;
	height:800px;
	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: 0px 90px 0px 570px;
	
}
#client_login a {
	background-image: url(../images/customer-login.gif);
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	display:block;
	width: 139px;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	float:right;
	text-decoration: none;
	font-weight: bold;
}
#client_login a:hover {
	color: #009;
}

/* 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 {
	width: 285px;
	height: 381px;
	background-image:url(../images/header_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:right;
	display:inline;
	
}

#right_blurb p {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size:10px;
}

#right_blurb a {
	color:#003366;
}

#right_blurb a:visted {
	color:#003366;
}

#right_blurb h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	margin: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	color:#003366;
}
#right_blurb h3, h4 {
	font-size: 11px;
	margin: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	color:#003366;
}

#right_blurb #line {
	margin-bottom: 5px;
}

/* END RIGHT BLURB ELEMENTS */



/* END ROW 1 */








/* START ROW 2 */

#row2 {
	margin-top: 10px;
	float: left;
	display: inline;
	width: 875px;
}


/* START LEFT CONTAINER */

#left_container {
	display: inline;
	float: left;
	width: 580px;
}

#left_links {
	display: inline;
	float: left;
	width: 228px;
}

#left_links img {
	margin-bottom: 10px;
}

#partner {
width: 228px;
height: 111px;
}

#left_container p {
	font-size: 11px;
	line-height: 1.5em;
	margin-right: 15px;
}

#left_subnav {
	width: 250px;
	float: left;
	display: inline;
}

/* END LEFT CONTAINER */



/* START MIDDLE BLURB */

#middle_blurb {
	width: 340px;
	display:inline;
	/*height: 247px;*/
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: right;
	padding-bottom: 10px;
}

#middle_blurb p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size:11px;
	line-height: 1.3em;
	margin-right: 15px;
	margin-left: 5px;
}

#middle_blurb .bullet {
	text-indent: 20px;
}

/* END MIDDLE BLURB */


/* START RIGHT BLURB */

#right_blurb_bottom {
	float:right;
	display:inline;
	background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 240px;
	width: 285px;
	margin-bottom: 15px;
}

#right_blurb_bottom p {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size:11px;
	line-height: 1.5em;
}

#right_blurb_bottom .bullet {
	text-indent: 20px;
}

#rt_subnav {
	width: 250px;
	float: right;
	display: inline;
}

/* END RIGHT BLURB */


/* END ROW 2 */





/* FOOTER */
#footer {
	display: inline;
	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 */


