/* layout */
.content { 
	min-height: 0; 
	padding-bottom: 0;
	}
.content .intro { 
	margin: 0; 
	padding: 0; 
	height: 370px;
	overflow: hidden;
	background: #ccc;
}
.content .article { 
	float: none;
	margin: 20px 0 0 0;
	margin: 0;
	width: 950px;
	background: #ccc;
	height: 260px;
	display: block;
}
#promo { 
	width: 475px;
	float: left;
	height: 260px;
	overflow: hidden;
}
#recent-news { 
overflow: hidden;
background-color: #ccc;
	width: 475px;
	height: 260px;
	float: right;
}

/* modules */
#promo {

}
#promo img {
	border-top: solid 1px #999;
/*	margin-top: 29px; */
}



#recent-news {

}
#recent-news .header-with-nav {
	border-top: solid 1px #999;
	height: 22px;
	padding-left: 30px;
	line-height: 1.4;
	padding-top: 10px;
	margin-bottom: 15px;
}
.header-with-nav h3, .header-with-nav a { float: left; margin-top: 4px; }
.header-with-nav h3 { font-size: 11px; color: #113B6E;  }
.header-with-nav a { float: left; border-left: solid 1px #999; color: #3c3c3c; padding-left: 10px; margin-left: 10px; }


#recent-news .reel {
	height: 200px;
	overflow: auto;
	margin-left: 30px;
	width: 430px;
}
.js-enabled #recent-news .reel {
	width: 475px;
}

p.release {
	margin-bottom: 15px;
	width: 400px;
	font-size: 11px;
}
p.release .date {
	font-size: 12px;
}
p.release a {
	color: #113B6E;

}
p.release a:hover {
	text-decoration: underline;
}

