#container{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#header {
	float:left;
	width:100%;
}

#header .top {
	height:22px;
	background:url(../images/bg_top_vline.gif) repeat-x;
	border-top:1px solid #df0022;
	border-bottom:1px solid #dadada;
}

#header .top .links {
	float:right;
	width:60px;
}

#header .top .links a {
	font-family:"Arial Black";
	color:#df0022;
	font-weight:bold;
	line-height: 22px;
}

#header .top .links a:hover {
	text-decoration:none;
}

#header .top .today {
	line-height:22px;
	color:#fff;
	padding-left:10px;
}

#header .logo {
	float:left;
	width:100%;
	height:197px;
	background:url(../images/logo_top.jpg) no-repeat;
}

#header .logo .login-wrap {
	float:right;
	width: 260px;
	height: 197px;
	background:url(../images/bg_login_top.jpg) no-repeat 0 -197px;
}
#header .logo .login-wrap .login-form {
	padding:160px 0 0 50px;
}

#header .logo .login-wrap .login-form p {
	height: 28px;
	line-height: 28px;
}

#header .logo .login-wrap .login-form p.ipt label {
	float:left;
	width: 60px;
	font-weight:bold;
	height: 20px;
	line-height:20px;
}

#header .logo .login-wrap .login-form p.ipt input {
	background-color:#7da2b0;
	border:none;
	width: 120px;
	height: 18px;
	padding:2px 0 0 2px;
}

#header .logo .login-wrap .login-form p.actions input {
	width: 54px;
	height: 22px;
	background:url(../images/bg_login_btn.gif) no-repeat;
	border:none;
	color: #fff;
	margin-right:10px;
	cursor:pointer;
}

#header .logo .member {
	background-position:0 -197px;
}

#header .logo .member .login-form {
	padding:155px 0 0 50px;
}

#header .logo .member .login-form p {
	height: 20px;
	line-height: 20px;
}

#header .logo .member .login-form p.welcome {
	color:#163974;
}

#header .logo .member .login-form p.welcome b {
	font-weight:bold;
}

#header .logo .member .login-form p.actions {
	text-align:right;
	padding-right:10px;
	color:#df0022;
	font-weight:bold;
}

#header .logo .member .login-form p.actions a {
	color:#df0022;
	font-weight:bold;
}

#header .logo .nologin {
	background-position:0 -394px;
}



#header .nav {
	float:left;
	width:100%;
	height:31px;
}

#header .nav {
	float:left;
	width:100%;
	height:31px;
	background:url(../images/bg_nav_vline.gif) repeat-x;
}

#header .nav li {
	float:left;
	width:auto;
	height:31px;
	background:url(../images/bg_nav_wrap_vline.gif) no-repeat top left;
}

#header .nav li a {
	display: inline-block;
	height: 31px;
	color: #fff;
	cursor:pointer;
}

#header .nav li a:hover {
	background: url(../images/bg_nav_vline.gif) repeat-x 0 -31px;
	text-decoration:none;
	color:#006679;
}

#header .nav li a span {
	display: inline-block;
	height: 31px;
	line-height: 31px;
	padding:0 7px 0 18px;
	background:url(../images/pt_arrow_r.gif) no-repeat 5px 12px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

#header .nav ul.sub {
	display:none;
	position: absolute;
	width:100px;
	border:1px solid #027583;
	border-width：0 1px 1px;
	background-color: #4ebfd5;
	top:31px;
	left:0;
	float:left;
}

#header .nav ul.sub li {
	float:left;
	width:100%;
	white-space:nowrap;
	background-image:none;
	text-align:center;
}

#header .nav ul.sub li.hover {
	background-color:#0096b8;
}

#header .nav ul.sub li span {
	padding:0 10px;
	background-image:none;

}

#header .nav ul.sub li a {
	display:inline;
}

#header .nav ul.sub li a:hover {
	background:transparent none repeat scroll 0 0;
	color:#fff;
}

#header .nav ul.sub li.hover {
	background-color: #0096b8;
}


#main {
	float:left;
	width:100%;
	padding-bottom:10px;
}

#main .content {
	float:left;
	width:710px;
	padding-left:20px;
}


#footer {
	float:left;
	width:100%;
}

#footer .links {
	float:left;
	width:100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background:url(../images/bg_footer_vline.gif) repeat-x;
	color: #fff;
}

#footer .links a {
	color: #fff;	
}

#footer .copyright {
	float:left;
	width:100%;
	padding: 20px 0 30px;	
}

#footer .copyright p {
	line-height: 24px;
	text-align:center;
}



















