/* CSS Document */



body {
	background-color: #455761;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

/* Navigation */
.navbar       { width: 575px; height: 17px; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 0.7em; text-align: right; float: left; }    

.navbar ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

.navbar ul li {
	position: relative;
	display: inline;
	}	

.navbar li ul {
	position: absolute;
	left: -25px; /* Set 1px less than menu width */
	top: 16px;
	display: none;
	}

/*----------------------------------------*/
/* Styles for Menu Items */
.navbar ul li a {	
	text-decoration: none;
	color: #e6ebee;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	
.navbar ul li a:visited {	
	color: #e6ebee;
	}

/* Fix IE. Hide from IE Mac \*/
/* html ul li { float: left; height: 1%; } */
/* html ul li a { height: 1%; }*/
/* End */

.navbar ul li a:hover { color: #D2213C; background:#FFFFFF } /* Hover Styles */		

.navbar li ul li a { padding: 5px 5px; display: block; text-align: left;  } /* Sub Menu Styles */		

.navbar li:hover ul, li.over ul { display: block; background-color: #455761; width: 220px; filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; } /* The magic */	

div.body_wrap {
	width: 721px;
	overflow: hidden;
	margin: 0px auto;
	}	

div.top_red_bar {
	width: 720px;
	height: 14px;
	background-image: url(../template_images/bg_top_bar.gif);
	background-repeat: repeat-x;
	}	

div.top_red_bar_image {
	width: 144px;
	height: 14px;
	background-image: url(../template_images/top_red_bar_image.gif);
	}	

div.header_1	{
	width: 720px;
	height: 63px;
	background-image: url(../template_images/bg_header_img.gif);
	}	

div.header_2	{
	width: 720px;
	height: 70px;
	background-image: url(../template_images/bg_header_img2.gif);
	}	

div.search		{
	display:none;
	width: 158px;
	height: 70px;
	background-image: url(../template_images/bg_search.gif);
	background-repeat: repeat-y;
	float: left;
	}	

div.header_title {
	width: 410px;
	height: 70px;
	background-image:url(../template_images/bg_header_refresh.gif);
	background-repeat: no-repeat;
	float: left;
	}	

div.header_logo {
	width: 145px;
	height: 70px;
	background-image: url(../template_images/bg_logo.gif);
	background-repeat: no-repeat;
	float: left;
	}	

div.nav_wrap {
	width: 720px;
	height: 17px;
	}	

div.nav_left {
	width: 144px;
	height: 17px;
	float: left; 
	background-image: url(../template_images/bg_top_menu_left.gif);
	}	

div.nav {
	width: 576px;
	height: 17px;
	float: left;
	}	

div.left {
	width: 370px;
	height: 350px;
	float: left;
	background-image: url(../template_images/tmp_bg_image.jpg);
	}	

div.quicklinks	{
	width: 144px;
	height: 300px;
	padding-top: 50px;
	}	

div.btn_quicklink {	
	width: 32px;
	height: 34px;
	background-image: url(../template_images/btn_quicklink.gif); 
	float: left;
	margin-bottom: 10px;
	}	

div.quicklink_text {
	width: 107px;
	height: 25px;
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #FFFFFF;
	font-size: 0.7em;
	padding-top: 9px;
	}	

div.quicklink_text a {
	text-decoration: none;
	color: #FFFFFF;
	}

div.quicklink_text a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}	

div.quicklink_text a:hover {
	text-decoration: underline;
	}	

div.right	{
	width: 340px;
	height: 330px;
	float: left;
	overflow: auto;
	background-color: #e6ebee;
	color: #596973;
	font-size: 0.7em;
	line-height: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

div.right ul, li {
	list-style-type:disc;
	list-style-position:outside;
	padding-bottom:10px;
	}
	
.right ul, li {
	list-style-type:disc;
	list-style-position:outside;
	padding-bottom:10px;
	color:#F00;
	}
	
div.right a, a:visited {
	color:#006699;
	text-decoration:none;
	}
	
div.right a:hover {
	color:#D2213C;
	text-decoration:underline;
	}
	
div.right h4 {
	color: #c2151c;
	margin-top: 0px;
	text-decoration:none;
	padding-top:20px;
	font-weight: normal;
	font-style:normal;
	font-size:1.5em;
	}
	
/* Partners */
.partner_paragraph {
	line-height: 1.2em;
	}

.partner_blue {
	color: #006797;
	font-weight: bold;
	}
	
.partner_blue a {
	font-weight: bold;
	text-decoration: none;
	color: #006797;
	}
	
.partner_blue a:hover {
	color: #333333;
	}

div.footer {
	clear: both;
	width: 720px;
	height: 50px;
	background-image: url(../template_images/bg_footer.gif);
	}	

div.footer_img	{
	width: 144px;
	height: 50px;
	background-image: url(../template_images/footer_img.gif);
	float: left;
	}	

div.footer_printmail {
	width: 98px;
	height: 41px;
	float: left;
	}	

div.footer_text {
	width: 478px;
	height: 20px;
	float: left;
	color: #e6ebee;
	text-align: right;
	margin-top: 15px;
	font-size: 0.6em;
	font-weight: normal;
	}
	
