#content {
	padding-top: 0;
	background: #fff;
}

#main-feature {
	margin-top: 0;
}

#main-feature .feature-contents { height: 80px; }
body>#main-feature .feature-contents { height: auto; min-height: 100px; }

#main-feature p {
	margin: -5px 160px 10px 0;
	color: #515F78;
	font: 130% sans-serif;
	line-height: 150%;
}


#breadcrumbs {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	border: none;
}

.sub-features {
	margin: 30px 300px 30px 0;
}

.sub-features img {
	float: right;
	display: none;
}

.sub-features h3 {
	font-size: 90%;
	font-weight: normal;	
}

.sub-features h3 a {
	position: relative;
	top: -40px;
	z-index: 1;
	display: block;
	float: left;
	clear: left;
	min-height: 8px;
	padding: 10px 0 8px 50px;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #777;
}  * html .sub-features h3 a { height: 10px; }

.sub-features h3 a span {
	font-weight: bold;
	text-decoration: underline;
	color: #039;
	padding-right: 0.2em;
}
.sub-features h3 a:hover { color: #333; }
.sub-features h3 a:hover span { color: #333; }
.sub-features h3 a:visited span { color: #636; }

#footer {
	position: relative;
	top: -10px; /*TEMP*/
}


