@import "global.css";
.topboxs{
	height:40px;
	padding:15px 0px 0 20px;
	margin:0;
}
.topboxs a{
	color:#205aa7;
}

.boxgroup2{
	height:auto;
	padding:0 20px;
	margin:0;
	background-image: url("sub-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.leftboxs{
	width:180px;
	float:left;
	height:auto;
}
.leftboxs .box1 .top{
	height:14px;
	background-image: url("submenu-top.gif");
	background-repeat: no-repeat;
	background-position: center top;	
}
.leftboxs .box1 .content{
	position:relative;
	width: 180px;
}
.leftboxs .box1 .content ul{
	margin:0;
	padding:0;
	list-style-type: none;	
}
.leftboxs .box1 .content ul li{
	height:29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding:0px 0 0 0px;
}
.leftboxs .box1 .content ul li a{
	display:block;
	color: #333333;
	height:20px;
	width:160px;
	padding:9px 10px 0 10px;
	text-align: left;
	background-color: #e5e5e5;
}
.leftboxs .box1 .content ul li a:hover{
	background-image: url("submenu-activebg.gif");
	background-repeat: repeat-y;
}
.leftboxs .box1 .content ul li a.current{
	background-image: url("submenu-activebg.gif");
	background-repeat: repeat-y;
	color: #205aa7;
}
.leftboxs .box1 .content ul li a:link, .leftboxs .box1 .content ul li a:visited{

}
.leftboxs .box1 .bottom{
	width:180px;
	height:14px;
	background-image: url("submenu-bottom.gif");
	background-position: center top;
	background-repeat: no-repeat;
}
.middleboxs{
	width:500px;
	margin-left:200px;
	height:auto;
}

.middleboxs .box1{
	height:120px;
	padding-bottom:15px;
}
.middleboxs .box2, .middleboxs .box3{
	height:auto;
	padding:0;
}
.middleboxs .box .top{
	height:17px;
	background-image: url("boxtop-bg.gif");
	background-repeat: repeat-x;
	color:#205aa7;
	font-weight:bold;
	padding:8px 0 0 15px;
	border: 1px solid #d9d9d9;
}

.middleboxs .box .top a:link, .middleboxs .box .top a:visited{
	color:#205aa7;
	text-decoration: underline;	
}
	
.middleboxs .box .content h3{
	float:left;
	padding-left:5px;
	font-size:11px;
	font-weight:normal;
}
.middleboxs .box .content h3 a{
	color:#205aa7;
}
.middleboxs .box .content h3 a:link, .middleboxs .box .content h3 a:visited{
	color:#205aa7;
	text-decoration: underline;
}
.middleboxs .box .content span{
	float:left;
	padding-left:5px;
}

.middleboxs .box .content p{
	clear:both;
	padding:0px 10px 10px 10px;
	line-height:21px;
}

.middleboxs .box .bottom{
	height:8px;
	background-image: url("boxbottom-bg.gif");
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:15px;
}

.middleboxs .box2 .content,
.middleboxs .box3 .content,
.middleboxs .box5 .content
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
	padding:10px;
	line-height:24px;
}

.middleboxs .box3 .content ul{
	margin:0px;
	padding:0px;
	line-height:21px;
	list-style-type: none;	
}
.middleboxs .box3 .content ul li a{
	padding:0px;
	color:#595959;
}

.middleboxs .box3 .content ul li{
	line-height:24px;
	padding:0px;
	list-style-position: inside;
	list-style-image: url("dot2.gif");
}

.middleboxs .box5{
	float:left;
	padding-right:5px;
	width:245px;
	padding-bottom:15px;
}

.middleboxs .box5 .bottom{
	background-image: url("boxbottom-bg-m.gif");
	padding-bottom:0px;
}

.rightboxs{
	float:left;
	width:300px;
	height:auto;
}
.rightboxs .box{
	height:auto;
}
.rightboxs .box .top{
	height:17px;
	background-image: url("boxtop-bg.gif");
	background-repeat: repeat-x;
	color:#205aa7;
	font-weight:bold;
	padding:8px 0 0 15px;
	border: 1px solid #d9d9d9;
}
.rightboxs .box .content{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
	line-height:24px;
	padding:0px;
}
.rightboxs .box .content a{
	color:#333333;	
}
.rightboxs .box2 .content p{
	padding:0px 10px;
	text-indent:0;
	line-height:21px;
}
.rightboxs .box .bottom{
	height:8px;
	background-image: url("boxbottom-bg-s.gif");
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:15px;
}
.rightboxs .box1 .content ul{
	margin:0px;
	padding:0px;
	line-height:24px;
}
.rightboxs .box1 .content ul li{
	line-height:24px;
	padding:0px 5px;
	list-style-position: inside;
	list-style-image: url("dot2.gif");
}
.error{
	height:auto;
	margin:80px auto 150px;
	line-height:27px;
	font-size:14px;
	width:350px;
}
.error .title{
	color:#333;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}
.error a{
	text-decoration: underline;
	color:#595959;
}
.error a:link, .error a:visited{
	text-decoration: underline;
	color:#595959;
}

/*page*/
.page{padding:15px 0px ;line-height:30px;font-size:12px;clear:left;margin-bottom:10px;}
.page a{border:1px solid #ccc;height:16px;text-decoration:none;line-height:16px;text-align:center;display:block;float:right;padding:2px 4px;margin:0px 0px 0px 4px;background:#ededed;}
.page a:hover{border:1px solid #ccc;height:16px;line-height:16px;text-align:center;padding:2px 4px;margin:0px 0px 0px 4px;background:#666;color:#fff;}
.page .act{background:#1776a8;color:#fff;}
