@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* Let's see what happens with this feature */

#features {
	
	position:relative;  width:877px; height:460px; margin-bottom:10px; 
	
}

#features #feature-links {
	display:block;
	margin:0;
	position:absolute;
	right:0px;
	text-align:right;
	bottom:0px;
	z-index:50;
	width: 100px;
	height:44px;
	display:none;
	}
	
#features #feature-links ul{ }

#features #feature-links li {
	
	float:left;
	list-style-image:none;
	
	list-style-type:none;
	
	padding:0;
}

#features #feature-links li a {
	background:url(../images/splash/bttn.png) no-repeat scroll 0 0;
	color:white;
	display:block;
	font-size:1.2em;
	width:7px;
	height:7px;
	padding:0 0 15px;
	@padding:0px;
	text-align:center;
	text-decoration:none !important;
	
}

#features #feature-links li {
	float:left;
	margin:0 0 0 10px;
	padding:1px;
	
}

#features #feature-links li a {
	background:url(../images/splash/bttn.png) no-repeat scroll 0 0;
	width:15px; height:12px;
	display:block;
	font-size:1.0em;
	padding:0 0 0px;
	@padding:0px;
	text-align:center;
	text-decoration:none !important;
	
}

#features #feature-links li a.active{
	background:url(../images/splash/bttn-active.png) no-repeat !important;
	width:15px; 
	height:12px;
	opacity:1.0 !important;
	color:#000;
}  

#features .feature-story {
	background:none repeat scroll 0 0;
	left:0;
	position:absolute;
	top:0;
}

#features h2.feature-title, #features span.feature-title {
	
	border-top:solid 1px #589107; 
	border-bottom:solid 1px #589107; 
	border-right:solid 1px #589107;
	padding:0px;
	color:#0C3966;
	
	font-weight:normal;
	height:1.2em;
	left:0px;
	margin:0; 
	position:absolute;
	top:100px;
	width:250px;
	height:80px;
	display:block;
	background:url(../images/splash/bg_trans.png) repeat !important;
	
	font-size:11.5px;
}

#features .feature-photo {
	border:0 none;
	display:block;
	margin:0px;
	
	}

.feature-story img{
	max-width:877px;
}

.photogallery{ position:relative !important; width:877px; height:auto; float:left;}


.banner{  margin:5px 35px 5px 35px; border:0px;}
.banner img{}



.caption{
	position:absolute; bottom:0px; background:#f6f6f6;  padding:10px; width:857px;color:#207cb9; font-size:20px; text-decoration:none; border-bottom:1px solid #f6f6f6;font-family: "proxima_novaregular";
}

.caption a{
	
}
.caption span{
	color:#999;
	font-size:13px;
	}
/* Photo slide ends */