/**********************
***** HOME VARIANTS 
**********************/

body{
	background: none;
}
#container {
	position: relative;
}
/*top styles */
#top {
	background: none;
}
	#top #logo{
		float: left;
		position: relative;
		height: 182px;
		background: white url(../images/logo.gif) no-repeat scroll 0 0;
	}
	#logo2{
		position: absolute;
		height: 182px; width: 153px;
		z-index: 1000;
		background: white url(../images/logo.gif) no-repeat scroll 0 0;
		left: -40px;
	}
	#top #global-nav{
		width: 797px;
	}
	#top #main-nav{
		float: left;
		position: relative;
		left: 0;
		top: 0;
	}
	#top #main-nav li a:hover, #top #main-nav li a.selected { 
		background: #f3f3f3 url(../images/nav-hover-home.jpg) repeat-x;
	}		
	#top #banner-image-top {
		background: white url(../images/banner-image-border.jpg) repeat-x;
		position: absolute;
		top: 82px; right: 0;
		z-index: -1;
		width: 83.8%; height: 6px;
		overflow: hidden;
	}
	#home-flash-container{
	z-index: 0;
	margin-left: -125px;
	top: 82px;
	position: absolute;
	}
/*footer styles*/
#footer{
	display: block;
	clear: both;
	color: #414e16;
	font-size: 70%;
	width: 950px;
	margin: 0 auto;
	margin-top: 425px;
}
#footer p{
	margin: 0;
	line-height: 140%;
}
#footer #fc-left{
	float: left;
	width: 239px;
	padding-top: 3px;
}
#footer #fc-right{
	float: left;
	width: 660px;
	padding-left: 11px;
	margin-bottom: 15px;
}

	#top #main-nav li a:hover, #top #main-nav li a.selected { 
		border-bottom: 2px solid white;
	}