

/* news */
div#news{
	width: 800px;
	margin-top: 15px;
}
div#news .head{
	width: 800px;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	padding-left: 20px;
	height: 40px;
	color: #333;
	margin: 0px;
	background: #ffffff url(/media/img/news-bgr-top.gif) no-repeat; 
}
div#news .news-content{
	border-left: 1px solid #A9C294;
	border-right: 1px solid #A9C294;
	background: #F6F9F5; 
	margin: 0px;
	padding: 10px;
}
div#news .bottom{
	width: 800px;
	height: 20px;
	background: #ffffff url(/media/img/news-bgr-bot.gif) no-repeat; 
}


div.news-story{
	width: 170px;
	height: 160px;
	float: left;
	text-align: left;
	margin: 10px;
	
}
div.news-story .photo{ 
}
div.news-story .photo img{ 
	padding: 5px;
	border: 1px solid #A9C294;
	margin: 3px;
}

div.news-story .headline a{ 
	font: normal 12px Verdana,Arial,Helvetica,sans-serif; 
	color: #666;
	line-height: 18px;
	text-decoration: none;
}
div.news-story .headline a:hover{ 
	color: #c00;
	text-decoration: underline;
}
div.news-story .source{ 
	color: #999 !important;

}



	div.news-content ul{
		padding: 10px;	
		margin: 20px 0px 0px 0px;
	}
	div.news-content ul li{
		float: none !important;
		padding: 6px 0px 4px 10px;
		border-bottom: 1px dotted #C5C5C5;
		list-style: none;
		clear: both;
	}
	
	
	div.news-content ul li a.title{
		font-size: 12px;
		color: #333;
		background: url(/media/img/arr.gif) no-repeat;
		padding: 2px 0px 2px 23px;
	}
	div.news-content ul li a.title:hover{
		background: url(/media/img/arrON.gif) no-repeat;
	}
	
	div.news-content ul li a.resultsource{
		font-size: 11px;
		color: #757575 !important;
		margin-left: 3px;
	}

	div.news-content ul li .date{
		font-size: 11px;
		color: #999999;
		padding-left: 3px;
	}