#nav { background-color: #fff8e8; }

#home {
	background-color: #fff8e8;
	border-bottom: 1px solid #f9f9f9;
}

/* main */
#headerOuter {
	height: 317px;
	background: #1d48c3 url(../images/home_header_bg_left.gif) repeat-x center left;
}
#headerInner {
	background: #900 url(../images/home_header_bg_right.gif) repeat-x center left;
}

#header { 
	margin: -317px auto 0;
	background: url(../images/home_header_main.gif) no-repeat center center;
	height: 317px;
}

#headerLeft, #headerRight { padding-top: 30px; }
#headerLeft {
	float: left;
	width: 430px;
}
#headerLeft, #headerLeft p, #headerLeft div { font-size: 14px; } 

#headerRight {
	float: right;
	width: 450px !important;
	width: 490px;
}
#headerRight img { 
	padding: 2px;
	background-color: #fff; 
	float: left;
	margin-right: 15px !important;
	margin-right: 10px;
}

#headerRight a:hover img { 
	background-color: #ffae00;
}
#headerRight h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px; 
	font-weight: bold;
	color: #fff;
	margin: 0;
}
#headerRight, #headerRight p, #headerRight div { font-size: 12px; }
#headerRight div { margin-bottom: 10px; }

#content h2 { 
	font-size: 20px; 
	font-weight: bold;
	color: #000;
}

#signup {
	position: absolute;
	top: 390px;
	left: 0;
}

#byline {
	margin-top: 11px;
}

#header a {
	color: #ffae00;
}

#news {
	width: 335px;
	float: left;
	margin-top: 70px;
}
#news h3 {
	font-size: 16px; 
	font-weight: bold;
	color: #000;
	background: transparent url(../images/news_bg.gif) no-repeat left center;
	margin-left: 0;
	margin-bottom: 0;
	padding: 9px 0 9px 15px;
}
#news h4 { font-size: 14px; }
#news dd, #news dd p, #news dd div { font-size: 12px; }

#news div {
	background-color: #fffcf4;
	padding: 5px 15px;
	margin-top: -6px;
}
#news dt {
	float: left;
	width: 50px;
	font-size: 12px;
	clear: left;
	text-align: center;
	color: #173898;
	margin: 0;
	text-transform: uppercase;
}
#news dt strong {
	font-size: 22px;
	font-weight: normal;
}
#news dd {
	margin: 0 0 15px 60px;
}

#featured {
	padding: 0 35px;
	float: left;	
	width: 360px;
}

#rightColumn {
	width: 185px;
	float: right;
}