/* root element for tabs */
div#flowtabs {	
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	z-index: 1;
	top: -30px;
	left: 733px;
}

div#flowtabs a {
	width:8px;
	height:8px;
	float:left;
	margin:4px;
	background:url(../images/_site/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
div#flowtabs a:hover { background-position:0 -8px; }
div#flowtabs a.current { cursor:default; color:#36f; background-position:0 -8px;  }



/* panes */
#flowpanes {
	background-color: #e5e5e5;		
	width:945px;
	height:243px;
	position:relative;
	overflow:hidden;
	clear:both;
}

#flowpanes div {
	float:left;
	display:block;
	width:945px;
	font-size:14px;
}

#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}



/* APSE styles */
.homeFeature {
	width: 945px;
	height: 243px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}	

.homeFeature img {
	width: 705px;
	height: 243px;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	float: left;
}
	
div.homeFeatureText {
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 11px 0px 0px 0px;
}
	
.homeFeature p {
	font-size: 0.857142857142857em; 
	margin: 11px 10px 0px 0px;
}

.homeFeature h2, .homeFeature h2 a {
	padding-top:14px;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em; /* 17px Text */
	line-height: 1.058823529411765em; /* 18px Base */
	margin-bottom: 1.25em; /* 18px Base */
	color: #00204e;
}

.homeFeature h2 a { text-decoration:none; }

.homeFeature p a { color: #405575; }
.homeFeature p a:hover {
	color: #00aeef;
	text-decoration: underline;
} 

