@charset "utf-8";
/* CSS Document */


#home-header-wrapper {
	background:url(../images/header-bg.png);
	position: absolute;
	height:128px;
	top:0;
	left:0;
	width:100%;
	z-index:10;
	min-width:1125px;
}


#home-header-wrapper #header {
	width:1100px;
	margin:0 auto;
	background: url(../images/state-top.png) no-repeat 278px 92px;
}
#home-header-wrapper #header #header-right {
	float:right;
	width:460px;
	margin-left:630px;
	margin:0 20px 0 0;
}
#home-header-shadow {
	background:url(../images/shadow2.jpg) repeat-x 0 36px;
	min-width:1125px;
	
}
#home-content-wrapper {
	position: relative;
	width:100%;
	top:92px;
	left:0;
	z-index:1;
}

#home-content {
	width:1125px;
	z-index:0;
	margin:0 auto 0 auto;
	height: 558px;
/*	margin-left: -560px;   w/2 
	top: -60px;           h/2
	left: 50%;
*/}

#home-state {
}

#home-footer-wrapper {
	background:url(../images/home-footer-bg2.png) top left repeat-x;
	width:100%;
	min-width:1125px;
	position:absolute;
	left:0;
	top:610px;
	z-index:0;
}

#home-footer-wrapper #footer {
	width:1100px;
	margin:0 auto 0 auto;
	padding-top:50px;
	padding-bottom:30px;
/*	background:url(../images/state-bottom.png) no-repeat 373px -11px;
*/}
#home-footer-wrapper #footer #footer-left {
	float:left;
	width:300px;
}

#home-footer-wrapper #footer #footer-right {
	float:left;
	width:760px;
}

.home marquee    {
    color: #FFF !important;
    background: #E40300;
    position: absolute;
    top: 0;
    z-index: 500;
    padding: 8px;
    font-weight: bold;
}
.home marquee p {
    font-size: 21px;
}

.home marquee a {
	background:#FFF;
	padding:3px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}