/* CSS for feature layers in Homepage */


body {
	margin-top: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/bg_gradient_strip.jpg);
	background-attachment:scroll;
	background-position:top;
	background-color: #ffffff;
	z-index:0;	
}

a:link {color: #006699}
a:visited {color: #0066cc}
a:hover {color: #2B44C6}
a:active {color: #ff6600}


#apDiv4 {
	position:absolute;
	left:15px;
	top:88px;
	width:903px;
	height:1000px;
	z-index:1;
	background-color: #FFFFFF;
}


#bigbody {
	position:absolute;
	left:0px;
	top:0px;
	width:935px;
	height:1000px;
	z-index:1;
	overflow: visible;
	background-repeat: repeat-x;
	background-image: url(../images/bigbody_bg_r1_c1.jpg);
	background-color: #333333;
}
#logo-nav {
	position:absolute;
	left:15px;
	top:0px;
	width:903px;
	height:88px;
	z-index:2;
	overflow: visible;
}
