#news-subnav-section {
	display: block;
}

/* NEWS */
#news {
	width: 220px;
	margin: 0;
}
.news-item {
	margin: 7px 0 12px 0;
	width: 194px;
	clear: both;
	min-height: 60px;
	height:expression(this.scrollHeight < 60? "60px" : "auto" );
	}

.news-item_icon {
	padding-top: 3px; 
	padding-right: 8px; 
	float: left;
	height:60px;
	width:60px;
}

#news-top {
	width: 200px;
	height:24px;
	margin: 0;
	color: #d3d7dc;
	font-size: 10px;
	padding: 5px 10px 0 10px;
	background: url(/images/news-header.gif) top center no-repeat;
}
.news-top-text {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#news-body {
	width: 196px;
	margin: 0;
	padding: 1px 8px 1px 12px;
	min-height: 120px;
	background: url(/images/news-bg.gif) top center repeat-y;
	overflow:visible;
	height:auto;
}
.news-item-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6e8d9e;
	line-height: 14px;
}
.news-item-text {
	color: #00314a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.news-item-title {
	color: #00314a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
a.news-link:link, a.news-link:visited, a.news-link:active {
	color: #398ecb;
	text-decoration: none;
}
a.news-link:hover {
	color: #398ecb;
	text-decoration: underline;
}
	
