@import url("screen.css");

#feature {
	background-color: #fff;
	clear: both;
	/*margin-top: 15px;*/
	/*padding-bottom: 15px;*/
	width: 100%;
}
#feature h1 {
	color: #0882B9;
	font-size: 1.7em;
	margin: 0 52px;
	padding: 0;
	display: none;
}
#feature p {
	margin: 0;
	padding: 0;
}
/*#feature h1 strong {
	color: #A9122A;
}
#feature p {
	margin: 0 0 0 52px;
	padding: 6px 0;
	width: 445px;
}
*/
#content {
	background: #fff url("../images/home-content-bg.png") top left no-repeat;
	overflow: auto;
	padding: 20px 0 30px 0;
}
.homeitem {
	_display: inline;
	float: left;
	margin: 0 15px;
	width: 223px;
}
.homeitem#news {
	display: block;
	float: none;
	margin: 0 15px 0 522px;
	width: auto;
}
.homeitem .item_date, .homeitem h1.section { display: none; }
.homeitem#news .item_date { display: block; }
.homeitem h2 {
	color: #0076BA;
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0.2em 0;
	text-align: center;
}
.homeitem h2 a, .homeitem h2 a:link, .homeitem h2 a:visited, .homeitem h2 a:hover, .homeitem h2 a:focus, .homeitem h2 a:active {
	color: #0076BA;
	text-decoration: none;
}
.homeitem h2 a:hover, .homeitem h2 a:hover, .homeitem h2 a:active { color: #A9122A; }
.homeitem.listing .link_title { font-weight: bold; }
.homeitem p {
	margin: 0;
	padding: 0.4em 0;
}
.homeitem p.more {
	text-align: right;
}
.homeitem.listing .item, .homeitem#news .item {
	padding: 10px 0 5px 0;
}
.homeitem#news .item_date {
	color: #0076BA;
	font-weight: bold;
}