@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Verdana', Arial, sans-serif;
	font-size: 11px;
	color: #444;
	background: url(_images/bg_nav.gif) repeat-x #FFF;
	margin: 0px;
}

h1{
	font-size: 22px;
	font-weight: bold;
	color: #0b5ba7;
	margin-top: 0px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #6e6e6e;
}

a{
	color: #003366;
	text-decoration: underline;
}

a:hover{
	color: #003366;
	text-decoration: none;
}


#wrapper{
	margin: 0px auto;
	width: 780px;
	background: url(_images/bg_main) repeat-y;
}

#title{
	width: 780px;
	margin: 0px;
	float: left;
	background: url(_images/title_consumer_financial.gif) no-repeat;
}

#nav_top{
	width: 780px;
	margin: 0px;
	float: left;
	background: url(_images/pi_content_top.gif) no-repeat;
}

#nav{
	width: 780px;
	margin: 0px;
	float: left;
	background: #0b5ba7;
}

#header{
	width: 780px;
	margin: 0px;
	float: left;
	background: url(_images/pi_header.jpg) no-repeat;
}

#content{
	width: 780px;
	margin: 0px;
	float: left;
	background: url(_images/bg_main.gif) repeat-y;
}

#content2{
	width: 780px;
	margin: 0px;
	float: left;
	background: url(_images/bg_main2.gif) repeat-y;
}

#left_col2{
	width: 730px;
	margin: 0px;
	padding: 20px 10px 20px 30px;
	float: left;
}

#left_col{
	width: 493px;
	margin: 0px;
	padding: 20px 10px 20px 30px;
	float: left;
}

#left_col_index{
	width: 730px;
	margin: 0px;
	padding: 20px 10px 20px 30px;
	float: left;
}

#right_col{
	width: 247px;
	margin: 0px;
	float: left;
	
}

.featured_box{
	width: 247px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	float: left;
	
}

.featured_img{
	width: 247px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.featured_text{
	width: 227px;
	margin: 0px;
	padding: 10px;
	float: left;
	
}

#footer{
	width: 750px;
	margin: 0px;
	padding: 15px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	float: left;
	background: url(_images/bg_footer.gif) no-repeat;
}

#footer a{
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover{
	color: #FFF;
	font-size: 10px;
	text-decoration: undrline;
}


#footer2{
	width: 750px;
	margin: 0px;
	padding: 15px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	float: left;
	background: url(_images/bg_footer2.gif) no-repeat;
}

#footer2 a{
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#footer2 a:hover{
	color: #FFF;
	font-size: 10px;
	text-decoration: undrline;
}

#register{
	width: 780px;
	margin: 0px;
	float: left;
	background: url(_images/bg_register.gif) no-repeat;
}
#register2{
	width: 780px;
	margin: 0px;
	float: right;
}
#nav ul {margin:0; padding:0;}
#nav ul li {display: block; float:left; position: relative; height: 47px;}
#nav ul li:hover ul {display: block; }
#nav ul li ul {display: none; position: absolute; top: 47px; background: #4D88C0; z-index: 100; width: 200px; left: 0px;}
#nav ul li ul li {display: block; clear: both; border: none; margin: 10px 0 0 20px; width: 200px; height: 24px;}
#nav ul li ul li a {color: #ffffff; text-decoration:none;}
#nav ul li ul li a:hover {text-decoration:underline;}
