/* ----- NEWS ---- */  

#news {
	margin:20px;
	border: solid #DDD 1px;
	}

#news_header {
	font-family:"book antiqua";
	text-align:center;
	padding:5px 5px 5px 10px;
	color: #fff;
	background-color: #5AACB9;
	font-size: 1em;
	}

#news_header2 {
	padding:2px 2px 2px 2px;
	text-align:center;
	font-family:Arial;
	background-color: #DDD;
	color:#888;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:0.6em;
	}

#news_content {
	font-size: 0.9em;
	background-color: #e9e9e9;
	}

#news_list {
	font-size: 0.9em;
	}

#news_list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#news_list li {
	display: block;
	color: #222;
	padding: 15px 10px 15px 10px;
	text-decoration: none;
	border-bottom: dashed;
	border-bottom-color: #CFCFCF;
	border-bottom-width:1px;
}

#news_list li:hover {
	background-color: #e0e0e0;
	color: #222;
}

.news_item{
	width:530px;
	height: 70px;
	}
	
.news_pic {
	float:left;
	width: 70px;
}

.news_pic img{
	border:2px solid #CCC;
}

.news_title{
	float:left;
	width:445px;
	padding-left: 10px;
	font-size: 1.1em;
	color:#bdbdbd;
	
	}
	
.news_short_desc {
	float:left;
	width:445px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #333;
	text-align:justify;
	}

#news_more{
	padding: 5px 10px 5px 20px;
	background-color: #e0e0e0;
	}


