@charset "utf-8";
/* MAIN PAGE  */

body {
	background:#AFAFAF url(../images/page_bg.jpg) no-repeat center top;
	}
.clear {
	clear:both;
	}
#wrapper {
	width:960px;
	margin:0 auto;
	}
#header {
	background:url(../images/header_bg.jpg) no-repeat center top;
	height:185px;
	}
	#header a.homeLink {
		display:block;
		height:153px;
		width:960px;
		}
		#header a.homeLink span {display:none;}
	#header ul {list-style-type:none;padding:6px 0 0 15px;}
	#header ul li {float:left;margin-right:10px;font-size:10px;color:#065275;}
	#header ul li a {color:#065275;text-decoration:none;}
	#header ul li a:hover {color:#FFF;text-decoration:underline;}

#navContainer {
	float:left;
	width:217px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:11px;
	}
ul#nav {
	list-style-type:none;
	}
ul#nav li a {
	background:url(../images/nav_link.png) no-repeat top;
	display:block;
	height:39px;
	width:217px;
	color:#333333;
	font-size:16px;
	line-height:39px;
	text-decoration:none;
	}
	ul#nav li a:hover {background-position:0px -38px;color:#FFF;}

	ul#nav li a span {padding-left:10px;}

#contentContainer {
	background:#FFF;
	width:732px;
	margin-left:228px;
	}
	#promoContainer {
		width:705px;
		height:290px;
		margin:0 auto;
		}
		#promoContainer h1 {
			display:block;
			height:49px;
			background:url(../images/interest_header.jpg) no-repeat top;
			}
			#promoContainer span {display:none;}
		
		div.promo {float:left;}
		div.promo span {display:none;}
		
		#promo1 {
			display:block;
			height:223px;
			width:236px;
			background:url(../images/promo1.png) no-repeat;
			}
		#promo2 {
			display:block;
			height:223px;
			width:232px;
			background:url(../images/promo2.png) no-repeat;
			}
		#promo3 {
			display:block;
			height:223px;
			width:237px;
			background:url(../images/promo3.png) no-repeat;
			}
		#contentTxt p {
			font-size:20px;
			color:#005074;
			line-height:1.25em;
			padding:4px 40px;
			}
			p.signoff {
				font-weight:bold;
				line-height:1.5em;
				}
			p.sig {
				padding:6px;
				}
			p.name em {
				font-style:italic;
				}
			#contentTxt p a, #contentTxt p a:visited  {
				color:#005074;
				text-decoration:none;
				border-bottom:1px solid #005074;}
				
			#contentTxt p a:hover {
				border-bottom:1px dashed #005074;
				}
				
#footer {
	margin-left:228px;
	width:732px;
	}
	#footer a, #footer a:visited, #footer a:active {color:#333;}
	#footer a:hover {color:#FFF;}
	#footerAddr {
		display:block;
		background:url(../images/footer_bg.jpg) no-repeat;
		height:75px;
		}
		#footerAddr span {
			display:none;
			}
		
.disclaimer {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	border-top:1px solid #939393;
	margin-top:10px;
	font-size:10px;
	color:#333;
	line-height:14px;
	padding:5px 20px;
	}

		
			
