@charset "utf-8";
/* CSS Document */

body{
	background-color:#1d4279;
	font-family:Arial, Helvetica, sans-serif;
	line-height:140%;
	font-size:13px;
	padding-bottom:20px;
	}
a{
	text-decoration:none;
}

h1{
	color:#fc232b;
	font-size:20px;
	line-height:120%;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h5{
	color:#1b4279;
	font-size:20px;
	line-height:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

h3{
	line-height:150%;
	font-size:15px;
	color:#5787b7;
	font-style:italic;
}

p{
	margin-bottom:10px;
	}

strong{
	font-weight:bold;
	}
.clearall{
	clear:both;
	}
.top{
	background-color:#739ec8;
	background-image:url(images/clouds.gif);
	background-repeat:repeat-x;
	width:100%;
}
.banner{
	margin:auto;
	width:977px;
	height:355px;
	background-image:url(images/BannerArt2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
.bottom{
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	width:100%;
}
.wrapper{
	margin:auto;
	width:941px;
	border: 1px solid #b4ddf3;
	border-top:none;
	background-color:#628fb9;
	background-image:url(images/content_color.png);
}
.left_col{
	float:left;
	margin-left:20px;
	width:222px;
	}
	
	
	.nav{
		width:auto;
		font-family:Arial, Helvetica, sans-serif;
		color:#e6e6e6;
		text-decoration:none;
		font-size:15px;		
		}
		
		.nav a{
			color:#e6e6e6;
			}
		.nav li{
			list-style:none;
			border-top:1px #9fc8e4 solid;
			padding: 6px 10px 6px 10px;
			font-weight:bold;
			font-size:14px;
			cursor:pointer;
			}
			.nav ul ul li{
				border:none;
				cursor:auto;
				font-weight:normal;
				}
			.nav ul ul li a:hover{
			color:#a7ed57;
			}
			.nav ul ul ul li{
				border:none;
				cursor:auto;
				font-weight:normal;
				list-style:none;
				margin-left:20px;
				padding-left:15px;
				background-image:url(images/bullet.png);
				background-repeat:no-repeat;
				background-position:left;
				}
			.nav ul ul ul li a:hover{
			color:#a7ed57;
			}
		.nav li a:hover{
		color:#a7ed57;
			}
		.current_nav a{
			color:#a7ed57;
			}
		.current_nav ul a{
			color:#e6e6e6;
			}
		.clients_only{
			color:#5787b7; 
			font-weight:bold;
			font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
			font-size:13px;
			}
	.site_update{
		width:100%;
		color:#343331;
		text-align:center;
		font-size:14px;
		margin:15px 0 15px 0;
		}
	.logos{
		text-align:center;
		}
	.logos img{
		margin-left:5px;
		float:left;
		}
	
.right_col{
	float:left;
	margin-left:20px;
	width:614px;
	height:585px;
	background-color:#e6e6e6;
	overflow-y:scroll;
	display:block;
	padding:20px;
	}
	
@media only screen and (max-device-width: 480px) {
	.right_col{
	overflow:hidden;
	height:auto;
	}
}
	
.right_col_wrapper{
	background-image:url(images/red_stripe.png);
	background-repeat:repeat-y;
	background-position:right;
}
	.content{

	}
	.content ul, .content ol{
		list-style:disc;
		margin:5px 0 25px 20px;
	}
	.content a{
		color:#006699;
		text-decoration:underline;
	}
	.right_nav{
		float:right;
		width:185px;
		margin-left:20px;
		padding-left:20px;
		padding-top:50px;
		color:black;
		background-image:url(images/Key.png);
		background-position:right top;
		background-repeat:no-repeat;
	}
	
	.right_nav li{
		border-bottom: dashed 1px #dd5c70;
		padding: 5px 15px;
		padding-right:0;
		background-image:url(images/right_nav_bullet.png);
		background-repeat:no-repeat;
		background-position:left;
		list-style:none;
		
		}
	.right_nav a{
		color:#006699;
		text-decoration:underline;
		}
	#rich_poor{
		color:black;
		font-style:italic;
		font-size:12px;
		}
	#rich_poor:hover{
		color:#89bb50;
		}
	.right_nav li a{
		color:black;
		font-size:12px;
		text-decoration:none;
		}
	.right_nav a:hover{
		color:#89bb50;
		}
	.right_nav a:hover span{
		color:#89bb50 !important;
		}
	.small_right_nav{
		float:right;
		width:185px;
		margin-left:20px;
		padding-left:13px;
		padding-top:50px;
		color:#5787b7;
		border-left:red 1px solid;
		background-image:url(images/Key.png);
		background-position:right top;
		background-repeat:no-repeat;
		}
	.small_right_nav ul{
		margin:0 0 24px 0;
		list-style:none;
		}
	.small_right_nav li{
		padding: 5px 15px;
		padding-right:0;
		border-bottom: dashed 1px #dd5c70;
		background-image:url(images/right_nav_bullet.png);
		background-repeat:no-repeat;
		background-position:left;
		list-style:none;
		}
	.small_right_nav a{
		color:black;
		font-size:12px;
		text-decoration:none;
		}
	.small_right_nav a:hover{
		color:#89bb50;
		}
	.small_right_nav a:hover span{
		color:#89bb50 !important;
		}
	.content h2{
		text-align:right;
		font-style:italic;
		margin-bottom:20px;
		}


.footer{
	margin-left:242px;
	padding-top:10px;
	color:#343331;
	text-align:center;
	}
	.footer a{
	text-decoration:underline;
	color:#1d4279;
	}

/* FORM STYLES */
.submitted_info{
	margin-left:0px;
	margin-right:226px;
	border:1px solid #ccc;
	background-color:#F8F8F8;
	padding:10px;
	}
.submitted_info p{
	line-height:150%;
	}

.style2{color:#C00;}
.style1{color:#C00;}
.bottom_table{
	float:right;
	}
.bottom_quote{
	text-align:right;
	vertical-align:bottom;
	padding-right:10px;
	width:202px;
	color: #006699;
	font-style:italic;
	font-weight:bold;
	}
