/* News */
#news .index {
	background-image: url(/elements/header_news_bg.jpg);
}
#news .detail #content h1 {
	background-image: none;
}
#news .field_bottom {
	background-image: url(/elements/field_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	height: 100px;	
	clear: both;
}
#news .news_nav {
	width: 20%;
	float: left;
}


#news .news_listing {
	width: 80%;
	float: left;
}
#news .news_item {
	clear: both;
	background-image: url(/elements/separator.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
#news .news_item h3 {
	font-size: 1em;
}
#news .news_item p {
	font-size: .9em;
}
#news .news_item p.date {
	color: #8f8f8f;
	float: left;
	margin-right: 10px;
}
#news .news_item p.news_type {
	float: left;
	padding-right: 10px;
}
#news .news_item .thumb {
	width: 100px;
	height: 100px;
	display: block;
	margin-right: 10px;
	float: left;
}
#news .news_item p.more {
	margin-top: 10px;
}
#news .news_item img {
	
}

#news .news_item .news_item_text {
		width: 650px;
		float: left;
		display: block;
	}
#news .field .story_text {
	float: left;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	width: 60%;
}

#news .pagination {
	width: 100%;
}