@charset "utf-8";
/* CSS Document */
@import url(base.css);

body{
	background:#f6db00;
}
#headWrap{
	background:#154CA7;
	width:100%;
}
.header{
	margin:180px auto 0 auto;
	text-align:center;
}
.promise{
	width:300px;
	margin:20px auto 0 auto;
	color:#154ca7;
	font-size:14px;
}

#footer{
	margin:20px auto 0 auto;
	width:800px;
	text-align:center;
	font-weight:600;
	line-height:20px;
	
	color:#505050;
}
#floatTop{
position:absolute;
left:855px;
top:280px;

}
/* Nav
==========================================================*/

.nav{
	width:100%;
	border-bottom:1px #505050 solid;
	margin-top:20px;
}
#nav{
	margin:0 auto;
	padding:0;
	height:22px;
	width:420px;
	text-align:center;
}
.navli{
	float:left;
	list-style:none;
	border-left:1px #d7d7d7 solid;
	padding:0 10px;	
}
.navli a,.navli a:hover{
	color:#d7d7d7;
	font-weight:600;
}
.subnav li{
	list-style:none;
	float: left;
    white-space:nowrap;
	/*background:#1F3361;*/
	padding:5px;
}
.subnav {
    position: absolute;
    top:450px;
	font-size:13px;
	display:block;
	margin:0;
	padding:0;
	margin-left:-90px;
	_width:500px;
	padding:6px 2px 2px 2px;
	/*background:url(../images/nav_arrow.gif) no-repeat  90px 0px;*/
}
.subnav li a {
	color: #154ca7;
}
.subnav li a:hover {
	color: #030303;
}
.disable {
    display: none;
}
