/* CSS Document */
#wrapper{
margin:0 auto;
padding:0;
/*border: 1px solid red;*/
/*height:1500px;*/
width:980px;
}
#header{
width:980px;
height:220px;
/*border: 1px solid blue;*/
float:left;
background:url(images/b_2.jpg) no-repeat;
}
#nav{
width:980px;
height:35px;
/*border:1px solid green;*/
float:left;
}
#body{
width:980px;
/*border:1px solid green;*/
float:left;
background-color:#F3F6FF;
margin-top: 5px;
}
#left_bar{
/*height:700px;*/
width:207px;
/*border:1px solid red;*/
float:left;
}
.box_header{
height:34px;
width:207px;
/*border:1px solid red;*/
background-image:url(images/left-title-bg.png);
float:left;
}
.box_footer{
background-image:url(images/left-b-bg.png);
width:207px;
height:11px;
float:left;
margin-bottom:10px;
}
#h{
float:left;
color: #FFFFFF;
float: left;
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: bold;
padding-left: 35px;
padding-top: 6px;
}
.box_body{
background-color:#F2F2F2;
width:207px;
}
#middle_content{
margin-left: 4px;
width: 560px;
/*border:1px solid blue;*/
float:left;
}
#middle_content p{
padding-left: 10px;
padding-right: 10px;
font:Arial, Helvetica, sans-serif;
font-size:14px;
color:#00000;
}
#middle_content p a{
font:Arial, Helvetica, sans-serif;
color:#76A7CC;
text-decoration:none;
}
#middle_content p a:hover{
font:Arial, Helvetica, sans-serif;
color:#274054;
text-decoration:underline;
}
#middle_content h1{
padding-left: 10px;
padding-right: 10px;
color:#6E7176;
margin:0;
font-size:25px;
/*font-size:25px;*/
}
#right_bar{
/*height:700px;*/
width:207px;
/*border:1px solid red;*/
float:left;
}
#footer{
height:100px;
width:980px;
/*border:1px solid red;*/
float:left;
background-color:#C2C9CF;
}
#footer p a{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
color:#535B65;
font-size:12px;
}
#footer p a:hover{
text-decoration:underline;
color:#ED8714;
}
#footer p{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:bold;
}


.menu-inside-box1{
	width:165px;
	height:auto;
	float:right;
	text-align:left;
	background-color: #f2f2f2;
}
.subnav{
	color: #660000;
	float:left;
	width:200px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.subnav p {
	line-height: 18px;
}

.subnav ul {margin: 0; padding: 0;}
.subnav li {
	list-style: none;
	display: block;
	color: #333333;
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	height:26px;
	width:200px;
	}
.subnav li a {
	display: block;
	color: #333333;
	font: bold 12px/32px  Arial, Helvetica, sans-serif;
	height:26px;
	text-decoration: none;
	width:207px;
	line-height:24px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(images/sidebar_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.subnav li a:hover {
	color: #000000;
	font: bold 12px/32px  Arial, Helvetica, sans-serif;
	height:26px;
	text-decoration: none;
	width:207px;
	line-height:24px;
	background-image: url(images/sidebar_bg_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
.middle{
background-image:url(images/back.png);
background-repeat:repeat-y;
width:207px;
float:left;
}
/* ---------------------- menu ----------------------*/
#tabs {
    background-color: #578ACB;
    float: left;
    height: 30px;
    padding-left: 18px;
    padding-top: 7px;
    width: 961px;
}
#tabs ul {
	margin:0;
	padding:0 0px;
	list-style:none;

	}

#tabs ul li {
	padding:0px 5px;
	float:left;
	list-style:none;
	}


#tabs ul li a
{
	background-image: url(images/a.png);
	text-decoration:none;
	color:#000000;
	float:left;
	width:108px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#424040;
	text-align:center;
	line-height:23px;
	display:block;
	
}
	

#tabs ul li a:hover
{
	background:url(images/hover.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
/* ---------------------------- end menu --------------------------------*/
#middle_top{
background-image:url(images/b_t.png);
width:554px;
height:15px;
}
#middle_mid{
background-image:url(images/b_m.png);
background-repeat:repeat-y;
width:554px;
}
#middle_mid h2{
padding-left:10px;
}
#middle_bootom{
background-image:url(images/b_b.png);
width:554px;
height:15px;

}
