@charset "utf-8";
/* CSS Document */

#wrapper{
	width:996px;
	margin:0px auto;
	padding:10px 0px;
}
.container{
	width:982px;
	padding:0px 7px;
	position:relative;
}
#header{
	width:100%;
	height:23px;
	position:relative;
}
#header #contact{
	position:absolute;
	right: 10px;
	width:108px;
	height:22px;
	border-bottom:1px solid #0055a4;
	overflow:hidden;
	z-index:4;
}

#menu{
	position:relative;
}
#menu div{
	position:absolute;
	left:0px;
	top:22px;
	border:1px solid #0055a4;
	border-bottom:0px;
	width:980px;
	height:36px;
	z-index:1;
}

#menu ul {
	position:absolute;
	list-style-type:none;
}
#menu ul li {
	display:inline;
}
#menu ul.nav {
	width:100%;
	overflow:hidden;
	height:25px;
	z-index:3;
}
#menu ul.nav li {
	padding-right:5px;
}
#menu ul.menu {
	left:2px;
	top:23px;
	width:956px;
	height:34px;
	line-height:34px;
	overflow:hidden;
	z-index:2;
	padding-left:22px;
}

#content {
	width: 980px;
	border: 1px solid #0055a4;
	border-top: 0px;
	background-color: #fff;
}

#subhead img.banner {
	display: block;
    margin-left: auto;
    margin-right: auto;
}



/* footer */

#subfooter {
	width:100%;
	height:22px;
	background:url('../images/bg_footer.gif') top center repeat-x;
	text-align:center;
	line-height:24px;
	font-size: 10px;
	color: #fff;
}

#footer{
	height:23px;
	line-height:23px;
	overflow:hidden;
	font-size: 11px;
}

#footer .left {float: left;}
#footer .right {float: right;}