#outer-wrapper {
	min-height: 355px;
}

* html #outer-wrapper {
	height: 355px;
}

div.split-feature {
	clear: left;
	float: left;
	width: 100%;
	min-height: 270px;
	padding: 0 0 17px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 17px 0;
	border-top: 1px solid #fff;
}

* html div.split-feature {
	height: 270px;
}

div.feature-left {
	float: left;
	width: 336px;
}

div.feature-right {
	float: right;
	width: 302px;
}

div.feature-right img {
	float: right;
	margin-top: 1px;
}

div.feature-content {
	margin: 0;
	padding: 1px 0 0 0;
	font-size: 95%;
	line-height: 1em !important;
}

div.feature-content address {
	line-height: 1.5em !important;
}

div.feature-content h2 {
	margin: 0 0 0.25em 0 !important;
	padding-top: 5px !important;
	font-size: 150% !important;
}

div.feature-content p {
	margin-bottom: 1em !important;
}

div.feature-content a, div.feature-content strong {
	color: #900 !important;
}

div.feature-content ul {
	margin: 0 0 0 1em;
	padding: 0;
}

div.feature-content ul li a {
	text-decoration: none;
	color: #333;
}

div.feature-content ul li a:hover {
	text-decoration: underline;
}

#news-wrap {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 17px 0;
}

#latest-news {
	width: 380px;
	padding: 0;
	margin: 0;
	float: left;
}

#latest-news h3 {
	font-size: 95%;
}

#latest-news h3 span.date {
	color: #055;
	font-weight: normal;
	font-size: 110%;
}

#latest-news h3 a {
	text-decoration: none;
	color: #044;
}

#other-news {
	float: left;
	width: 220px;
	margin-left:15px;
}

#other-news ul li span.date {
	display: block; 
	float: left; 
	width: 3.9em;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}


#other-news ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 95%;
}

#other-news ul li {
	width: 100%;
}

#other-news ul li a {
	display: block;
	margin-left: 4.2em;
}

* html #other-news ul li a {
	height: 1%;
}

.rss-icon {
	background:transparent url(rss-icon.gif) no-repeat scroll right 2px;
	float:right;
	font-size:90%;
	/*text-align:left;*/
	padding-right: 20px;
	/*width:235px;*/
}


.rss-icon a {  }
.rss-icon a:hover { text-decoration: underline; }

.news p {
	margin: 0;
	padding: 0;
	font-size: 95%;
}

.news p.more {
	text-align: right;
}

.news p.more a {
	color: #900 !important;
	text-decoration: none !important;
}

#content .news h2, #content .news h3 {
	margin: 0;
	padding: 0;
}

#content .news h2 {
	font-size: 145% !important;
	font-weight: 900;
	margin-bottom: 8px;
}




