/* CSS Document */

/* 
--------------------------------------------------------------------------
NEWS SIDEBAR
--------------------------------------------------------------------------
*/
#search_news {
	margin-top:20px;
}

#search_news #searchterm {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding:6px 5px;
	width:123px;
}

#search_news a {
	background:transparent url(/images/btn_search.gif) no-repeat scroll 0 0;
	display:block;
	height:26px;
	text-align:left;
	text-indent:-9999px;
	width:65px;
}

/* 
--------------------------------------------------------------------------
NEWS LISTINGS
--------------------------------------------------------------------------
*/
#news_wrapper {}

#news_wrapper a:hover, #news_wrapper a:active {
	text-decoration:underline;	
}

#news_loader {
	margin-left:-25px;
	position:absolute;
}

#news_items {
	
}

#news_items .news_item {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	padding-bottom:10px;
}

#news_items .news_item h2 {}

#news_items .news_item h2 a {
	color:#0270B0;
	text-decoration:none;
}

#news_items .news_item h2 a:hover, #news_items .news_item h2 a:active {
	color:#666666;
}

#news_items .news_item h4 {}

#news_items .news_item .date {
	/* color:#666666;
	font-size:11px; */
	display:none;
}

#news_items .news_item .excerpt {}

#news_items .news_item .excerpt p {
	margin-bottom:0;	
}

#news_items .news_item .read_more {
	display:block;
	margin-top:10px;	
}

#news {}

#news h2 {}

#news h4 {
	margin-bottom:20px;
}

#news .news_image {
	margin-bottom:20px;
	overflow:hidden;
	width:584px;
}

#news .news_image img {
	max-width:584px;
}

#news .news_content {}

#news .news_metadata {
	font-size:11px;
}

#news .back_link {
	margin-top:15px;
}

#news .back_link a {}

#news_wrapper .archive_item {
	padding-bottom:5px;
	}

/* 
--------------------------------------------------------------------------
NEWS PAGINATION
--------------------------------------------------------------------------
*/
.paging {
	border-top:1px solid #CCCCCC;
	font-size:10px;
	margin-top:20px;
	padding-top:5px;
	text-transform:uppercase;
	}

.paging a {
	
	}

.paging .prev {
		
	}
.paging .info {
	margin:0 7px;
	}
.paging .next {
		
	}

