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

body{margin:0; background:#1f1f1f; font-family:Arial, Helvetica, sans-serif, "Script MT Bold"; font-size:12px;}

#streak{
	width:100%;
	height:18px;
	background:#8c201e;
}
#page-layout{
	width:676px;
	background:#2d2d2d;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
img{border:none;}
#header{
	background:url(/images/title-bg.jpg) repeat-x bottom;
	width:676px;
	height:365px;
	position:relative;
	overflow:hidden;
}
#header-top{
	height:116px;
	width:676px;
	background:url(/images/header.jpg) no-repeat;
	position:relative;
}
.contact-info{
	position:absolute;
	font-size:18px;
	left:500px;
	top:60px;
	color:#FFF;
	z-index:1000;
	text-align:center;
}
.contact-info a{
	color:#999;
}
.contact-info a:hover{
	color:#fff;
}
.links{
	position:absolute;
	left: 180px;
	top: 21px;
	font-size:14px;
}
.links ul{
	margin:0;
	padding:0;
	list-style:none;
}
.links li{
	padding-right:30px;
	float:left;
	font-weight:bold;
}
.links li a{
	color:#dcbab8;
	text-decoration:none;
}
.links li a:hover{
	color:#FFF;
}
#header-bottom{
	height:212px;
	text-align:center;
	border-left:solid #000 2px;
	border-right:solid #000 2px;
}
.title{
	padding-left:5px;
	padding-top:7px;
	color:#FFF;
}
.title h2{
	padding:0;
	margin:0;
	padding-left:46px;
	float:left;
	font-size:18px;
}
.title a{
	color:#CCC;
	text-decoration:none;
}
.title a:hover{
	color:#FFF;
}
	
#content{
	clear:left;
	width:656px;
	padding-left:20px;
	overflow:hidden;
	color:#FFF;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
}
.left-content{
	width:409px;
	float:left;
	text-align:left;
	line-height:25px;
	
}
.right-content{
	width:200px;
	text-align:left;
	padding-left:47px;
	float:left;
}
.right-content a{
	color:#999;
}
.left-content a{
	color:#999;
}
#footer{
	background:#900;
	text-align:center;
	padding-top:10px;
	color:#FFF;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
.consumer-education{
	width:409px;
	height:84px;
	background:url(/images/consumer-education.gif) no-repeat;
}
.consumer-education .title{
	height:24px;
	padding-left:9px;

	color:#FFF;
	padding-top:3px;
	font-size:18px;
}
.consumer-education .body{
	height:31px;
	padding-left:15px;
	padding-top:10px;
	font-weight:bold;
	color:#FFF;
	font-size:14px;
}
.consumer-education .read-more a{
	width:69px;
	display:block;
	height:16px;
	float:right;
	background:url(/images/read-more.gif) no-repeat;
}
.consumer-education .read-more a:hover{
	background:url(/images/read-more2.gif) no-repeat;
}
.esstar{border:1px solid #FFF; height:111px;}
.esstar h2{padding:0; margin:0;}

	
