@CHARSET "utf8";

/* -- header -- */
#header {
	
}
#header .logo{
	background-image: url("w/logo.gif");
	background-repeat : no-repeat;
	
	height: 34px;
	width: 170px;

	margin-top: 50px;
	cursor: pointer;
	
}
#header .site-tool {
	margin-top: 10px;
}
#header .site-tool, #header .site-tool button, #header .site-tool a{
	color: #114a94;
	text-decoration: none;

	padding-left: 10px;
	padding-right: 10px;
}
#header .site-tool input{
	border: 1px solid #8b8b8b;

	width: 200px;
}
#header .site-tool button{
	border: none;
	background-color: #ffffff;
	cursor: pointer;
	padding-right: 0px;
}

#header .menu {
	display:block;
	float : right;
	background-color: #ff8400;
	
	height: 55px;
	width : auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;

	
}
#header .menu li{
	float: left;
	margin-top: 7px;
	padding-bottom: 9px;
}
#header .menu li a{
	display: block;
	margin: 12px 16px 12px 16px;
	font-size:12px;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;

	background-image: none;
}
#header .menu li.active{
	background-color: #fff;
	background-image: url("w/ms.png");
	background-repeat: repeat-y;
	background-position: right;
}
#header .menu li.active a{
	color: #ffa800;
	text-decoration: underline;
}


/* body */
body {
	font-family: Tahoma;
	font-size: 11px;
}
.main-body {
	width: 1024px;
}
.main-subMenu{
	background-color: #ffffff;
	position: absolute;
	padding-top: 10px;

	border-bottom: 1px solid #555;
}
.main-subMenu-load-label {
	padding: 25px;
}

.main-subMenu .item{
	width: 200px;
	padding: 0px 10px 10px 10px;
}
.main-subMenu .item a, .main-subMenu .item .desc{
	color: #727272;
	display: block;
	text-decoration : none;
	text-align: justify;
}
.main-subMenu .item .title{
	font-weight: bold;

	padding-bottom : 3px;
	border-bottom: 1px solid #114a94;
}
.main-subMenu .item ul.sub-sub{
	list-style: circle;
	padding-left: 20px;
	
}
.main-subMenu .item ul.sub-sub li{
	margin-top: 2px;
	margin-bottom: 2px;

	

	list-style-image: url("w/blueIco.gif");
}
.main-subMenu .item ul.sub-sub a{
	color: #474747;
	line-height: 16px;
}

.footer {
	background-color: #808080;
	border-bottom: 3px solid #ffa800;
	padding: 10px;

	color: #fff;
	margin-top: 5px;
}

.news-l .title {
	color: #555;
}
.news-l .more {
	text-align: right;
}
.news-l .desc {
	padding: 5px;
	text-align: justify;
}


.pageTitle {
	color: #ffffff;
	font-family: tahoma;
	font-size: 18px;
	font-weight: normal;
	

	background-image:url("w/pt_bg.gif");
	background-repeat:repeat-x;
	background-position: left bottom;
	
	padding-bottom: 25px;

	margin-bottom: 8px;
}
.pageTitle .p-label {
	background-color: gray;
	padding: 10px 25px 10px 25px;
}
