#news {
	float: left;
	width: 630px;
	overflow: auto;
}

#news-categories {
	width: 150px;
	float: left;
	margin-top:3px;
}

#news-categories .rss {
	padding: 5px 0;
	border-bottom: 1px dashed silver;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

#news-categories .collapsable-list .content {
	font-size: 9px;
	color: #333;
}

#news-categories .collapsable-list .content a {
	color: #333;
}

#news-categories .collapsable-list .content.list a {
	display: block;
	margin-bottom: 5px;
}

#news-categories .collapsable-list .content a:hover {
	color: #660000;
}

#news-categories .dashed {
	margin-top: 3px;
	padding-bottom: 6px;
}

#news-content {
	margin: 15px 0px 0px 180px;
}

#news-entries {
	padding: 0px 0;
	margin: 10px 0px 10px 0px;	
}

.news-entry {
	border-bottom: 1px dashed silver;
}

.news-entry:last-child {
	border-bottom: none;
}

.news-entry h3 {
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.news-entry h3 a {}

.news-entry .date {
	margin-bottom: 10px;
	color: #333 !important;
	letter-spacing: 1px;
}

.news-entry .media-content .link-container {
	margin: 15px 0;
}

#featured-news .news-entry p {
	margin-bottom:18px;
}

.news-entry p {
	line-height: 18px;
}

.news-entry .caption {
	font-size:10px;
	font-family: arial, sans-serif
}

.news-entry .read-more {
	padding-right: 8px;
	background-position: right center;
	background-repeat: no-repeat;
}

.maroon .news-entry .read-more {
	padding-right: 10px;
	background: url('/images/site/right-arrow-maroon-small.png') right 6px no-repeat;
}

.green .news-entry .read-more {
	padding-right: 10px;
	background: url('/images/site/right-arrow-green-small.png') right 6px no-repeat;
}

#featured-news .read-more-container{
	line-height:0px;
}

#featured-news {
	float: right;
	width: 250px;
}

#featured-news h3 {dashed
	padding-bottom: 0px;
	color:#025f5f;
	letter-spacing:1px;
}

#featured-news .date {
	margin-bottom: 10px;
	color:#333 !important;
	letter-spacing:1px !important;;
}