@charset "utf-8";
/* CSS Document */
.web .pageHeader{
	height:275px;
}
.web .banner{
	width:100%;
	height:175px;
	top:100px;
	background-image:url(../images/bannerBg.png);
	background-repeat:no-repeat;
	background-position:center;
}
.mobile .banner {
	height: 60px;
	background-image: url(../images/mobile/bannerBg.jpg);
	background-size:cover;
	background-position: top center;
	background-repeat: no-repeat;
}


.pageBody{
}
.web aside{
	width:250px;
	background-image:url(../images/navBottomBg.png);
	background-repeat:no-repeat;
	background-position:left bottom;

}
.web .rootColumnTitlebar{
	text-indent:-9999px;
	width:250px;
	height:90px;
	padding:0px;
}
.web .subNav{
	width:265px;
	background-image:url(../images/asideBg.png);
	background-repeat:repeat-y;
}
.web .subNav ul{
	position:relative;
	margin:auto;
	width:165px;
}
.web .subNav ul li{
	background-image:url(../images/subNavListItemBg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:165px;
}
.web .subNav ul li a{
	height:40px;
	line-height:35px;
	text-align:center;
	color:#333333;
	font-size:14px;
	padding-top:0px;
	font-weight:normal;
}
.web .subNav ul li.current a{
	font-weight:normal;
	background-image:url(../images/subNavListItemBg.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFF;
}
.web .subNav ul li a:hover{
	color:#FFF;
	background-image:url(../images/subNavListItemBg.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.web .subNav ul ul{
	background:none;
	padding-left:0px;
	display:block;
}
.web .subNav ul ul li{
	background-image:url(../images/subNavListItemBg1.gif);
}
.web .subNav ul ul li a{
	color:#004d90;
	text-align:left;
	text-indent:45px;
}
.web .subNav ul ul li a:hover{
	color:#ea5504;
}
.web .subNav ul li.current li.current a{
	color:#ea5504;
	font-weight:normal;
}

.web .pageContent{
	width:850px;
}
.web .columnTitlebar{
	text-indent:-9999px;
	height:90px;
}
.web .columnLocation{
	color:#666666;
	top:50px;
	right:30px;
}
.web .columnContent{
}
