/* Homepage
----------------------------------------------- */
#home_feature {
	width: 835px;
	height:270px;
	float: left;
	margin: 30px 0 0 35px;
	padding: 0;
	position:relative;
}

#features_container {
	height: 270px;
	overflow: hidden;
}
#features_container img{
	float:left;
}
.img-space{
	margin-right:10px;
}
.feature_item {
	width: 835px;
	float: left;
	height: 227px;
	font-size:15px;
	line-height:20px;
	background: none !important;
}
.feature_text{
	width:320px;
	height:200px;
	text-align:left;
	margin-top:10px;
	float:left;
}
.feature_text h2{
	font-size: 29px;
	color:#333;
	letter-spacing:-1px;
	margin-bottom:15px;
	line-height:35px;
}
.feature_text h2 span{
	font-size:32px;
	letter-spacing:-1px;
}
.feature_img{
	width:450px; 
	height:227px;
	float:right;
}
#home_nav_cycle {
	position:absolute;
	z-index:1000;
	display: inline;    
	height: 15px;
	width: 120px;
	top:240px;
	left:385px;
}

#home_nav_cycle a:link, #home_nav_cycle a:visited {
	display: block;
	float: left;
	width: 28px;
	height: 19px;
	line-height: 10px;
	margin-right: 7px;
	text-decoration: none;
	background: url(../images/feature_nav.jpg) no-repeat scroll 0 0;
	padding-top:9px;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
}

#home_nav_cycle a:hover, #home_nav_cycle a.activeSlide {
	background: url(../images/feature_nav.jpg) no-repeat scroll 0 -28px !important;
	text-decoration: none;
}

/* Sections
----------------------------------------------- */
.section{
	height:190px !important;
}
