		
/* Splash */
div#spa_header_wrp {height: 123px;}

div#feature_wrp { 	background:#68aac3; height:302px; width:970px;  font-family:Trebuchet MS; font-size:11px; color:#fff;}
div#feature {width:930px; margin:0px 20px; height:100%; position: relative; overflow: hidden; }
	
div#slide_wrp {
	width:780px;
	height:277px;
	background:#68aac3;

	overflow: hidden;
	position: absolute;
	top:28px;
	left:84px;
}
	
	a#prev, a#next {text-indent: -9999px; width: 43px; height:67px; display:block; position: absolute; top: 125px; }
a#prev {background: url(leftarrow.jpg) no-repeat; left:0;  }
	a#next {background: url(rightarrow.jpg) no-repeat; right:0;  }

div.slide {width:100%; height:277px; overflow: hidden; }
	div.slide h1 {font-size: 2.5em; font-weight: normal; letter-spacing: 0.05em;}
	div.slide h2 {font-size: 1.8em; font-weight: normal; margin-bottom: 0.2em;}
	div.slide p {font-size: 1.2em; width:385px; margin-bottom: 1.25em; line-height: 140%; text-align: justify;}
		p.slide_summary{height: 100px; overflow: hidden; }
		
.heading {font-family:Trebuchet MS; font-size:15px; font-weight:bold; color:#fff; height:30px;}
