/*----------------------------------------------------------------
Proficient Balancing Company Homepage Stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@paradigmshiftinteractive.com
Updated:	9/2/08 2:30 PM
----------------------------------------------------------------*/


body#home {
	background: #fff url(../img/bg.jpg) repeat-x top left;
}
#feature {
	height: 286px;
}
#flash {
	padding: 0;
	margin: 0;
	height: 286px;
	width: 558px;
}
ul#featureNav {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 210px;
	height: 296px;
	background: #fff;
} 
ul#featureNav li {
	padding: 0;
	margin: 0;
	background: #fff;
}
ul#featureNav li a {
	display: block;
	text-align: center;
	font-size: 140%;
	line-height: 94px;
	color: #fff;
	text-decoration: none;
	width: 210px;
	height: 94px;
	border-bottom: 2px solid #fff;
}
ul#featureNav li#why a {
	background-color: #5b97e3;
}
ul#featureNav li#why a:hover {
	background-color: #78adf0;
}
ul#featureNav li#bid a {
	background-color: #397ace;
}
ul#featureNav li#bid a:hover {
	background-color: #78adf0;
}
ul#featureNav li#projects a {
	background-color: #115dbd;
}
ul#featureNav li#projects a:hover {
	background-color: #78adf0;
}