/* Homepage
----------------------------------------------- */
#home_feature {
	width: 670px;
	height:200px;
	float:left;
	margin: 0;
	border:5px solid #E6E6E6;
	padding:1px;
}

#features_container {
	height: 200px;
	overflow: hidden;
}
#features_container img{
	float:left;
}
.img-space{
	margin-right:10px;
}
.feature_item {
	width: 670px;
	float: left;
	height: 200px;
	position: relative;
}

.feature_info {
	width: 270px;
	margin: 0 0 0 10px;
	padding-bottom: 5px;
	background-color: #454748;
    display: none;
    float: left;
}

#second .feature_info {
	background-color: #00bbdb;
}

#third .feature_info {
	background-color: red;
}

#fourth .feature_info {
	background-color: #7f6756;
}

.TopRight {
	margin: 10px 0 0 600px;
}

.BottomLeft {
	width: 270px;
    position: absolute;
    bottom: 10px;
	left: 10px;
	margin: 0;
	padding-bottom: 5px;
	background-color: #f8811d;
    display: none;
    float: left;
}

.BottomRight {
	width: 270px;
    position: absolute;
    bottom: 10px;
	left: 600px;
	margin: 0;
	padding-bottom: 5px;
	background-color: #f8811d;
    display: none;
    float: left;
}

.feature_info h2 {
	color: #fff;
	margin: 8px 10px 7px;
	font-size: 35px;
	line-height: 1;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
	font-weight: 300;
}

.feature_info p {
	color: #fff;
	margin: 0 10px 5px;
}

.feature_info a:link, .feature_info a:visited {
	color: #fff;
}

.more_link {
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#home_nav_cycle {
	float: left;
	display: inline;    
	height: 10px;
	width: 80px;
	left:481px;
	position:relative;
	top:-15px;
	z-index:9999;
}
