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

/* NEWS */
#news {
	width: 246px;
	margin: 10px 0 0 0;
	background: none;
}
.news-item {
	margin: 6px 4px;
	}

#news-top {
	width: 246px;
	height:33px;
	margin: 0;
	padding: 0 5px 0 0px;
	background: url(/images/latest-news-title.gif) top left no-repeat;
}

#news-body {
	width: 231px;
	margin: 0;
	padding: 1px 5px 1px 10px;
	min-height: 120px;
	background: url(/images/latest-news-bg.gif) top left repeat-y;
}
.news-item-date, .news-item-text {
	color: #9394b6;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news-item-date-title {
	font-weight: bold;
}
a.news-link:link, a.news-link:visited, a.news-link:active {
	color: #7a7a79;
	font-style:italic;
	text-decoration: none;
}
a.news-link:hover {
	color: #7a7a79;
	text-decoration: underline;
}
	
#news-base {
	background: url(/images/latest-news-base.gif) no-repeat bottom left;
	height: 16px;
	padding: 5px 14px;
}
a.news-base-link:link, a.news-base-link:visited, a.news-base-link:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.news-base-link:hover {
	text-decoration: underline;
}

#promo {
	height: 140px;
	background: #f5f5f2 url(/images/cs-promo.jpg) top left no-repeat;
	margin: 0 0 35px 0;
}
