/*----------------------------------------------------------------
SelectRefresh homepage stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@threeseventeen.com
Updated:	10/30/07
----------------------------------------------------------------*/


body#home {
	background: #F2CC85 url(../images/home-bg.gif) repeat-x top left;
}
#feature {
	height: 296px;
}
#flash {
	padding: 0;
	margin: 0;
	background: #ffffff;
	height: 296px;
	width: 516px;
}
ul#featureNav {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 202px;
	height: 296px;
	background: #235269;
} 
ul#featureNav li {
	padding: 0;
	margin: 0;
	background: #fff;
}
ul#featureNav li a {
	display: block;
	font-size: 140%;
	color: #fff;
	text-decoration: none;
	padding: 33px 10px 37px 30px;
	width: 162px;
	height: 16px;
	border-bottom: 2px solid #fff;
	background: #235269 url(../images/orange-square.gif) no-repeat 15px 40px;
}
ul#featureNav li#who a {
	background-color: #AFD3EC;
}
ul#featureNav li#who a:hover {
	background-color: #C5DFF0;
}
ul#featureNav li#what a {
	background-color: #88B8DA;
}
ul#featureNav li#what a:hover {
	background-color: #AFD3EC;
}
ul#featureNav li#how a {
	background-color: #669FC7;
}
ul#featureNav li#how a:hover {
	background-color: #88B8DA;
}
body#home #content {
	padding-left: 202px;
	width: 316px;
}
body#home #content h2, body#home #content p , body#home #content ul {
	padding-left: 25px; 
	padding-right: 25px;
}
body#home #content h2 {
	padding-top: 25px;
}
body#home #secondaryContent {
	background: #E3E7DA;
}
#secondaryContent p {
	border: 0px none;
	padding: 12px 20px;
}
#homeQuote {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 195px;
	border-right: 1px solid #C7C7C7;
}

