@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	border:0px;
	padding:0px;
	}
p {
	font: 11px/14px Tahoma;
}
.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	float: none;
	height: 0px;
}

#page{
	margin-left:auto;
	margin-right:auto;
	width:980px;
}

body {
	background:url(../images/page-bg.jpg) repeat-x;
	background-color:#bbbbbb;
}

#top{
	height:133px;
	}
#top-desc{
	float:left;
	height:168px;
	width:250px;
	background-color:#4b6dba;
	}
#top-desc p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	margin-top:60px;
	margin-left:20px;
	font-weight:bold;
	}
#top-desc2{
	float:left;
	background:url(../images/index-mid.jpg) no-repeat;
	height:168px;	
	width:730px;
	}
#top-btm{
	float:left;
	width:453px;
	height:24px;
	background: url(../images/index-top-btm.jpg) no-repeat;
	}
#top-sub{
	background-color:#ffff00;
	height:24px;
	width:527px;
	float:left;
}
#top-sub #cell-one{
	width:auto;
	float:left;
	margin-right:8px;
	height:24px;
	}
#top-sub #cell-two{
	width:25px;
	background:url(../images/line-bg.jpg) repeat-x;
	float:left;
	margin-right:8px;
	height:24px;
}
#top-sub #cell-three{
	width:auto;
	float:left;
	height:24px;
}



/*menu*/
#menu {
	height:26px;
	background: url(../images/menu-bg.jpg);
	width:980px;
	display:block;
}

#menu-left{
	background:url(../images/menu-left-bg.jpg);
	width:4px;
	height:26px;
	float:left;
}

#menu-middle {
	background: url(../images/menu-right-bg.jpg) top right no-repeat;
	width: 976px;
	height:26px;
	float:left;
}

#menu ul {
	display: block;
	list-style: none;
	height: 100%;
	line-height: 0px;
	font-size: 0px;
}
	#menu li {
		display: block;
		position: relative;
		float: left;
		height: 100%;
		line-height: 0px;
		font-size: 0px;
	}
	#menu li a {
		font: bold 11px/26px tahoma;
		color: #fff;
		margin: 0px 8px 0px 8px;
		text-decoration: none;
		cursor: pointer;
	}
	
	#menu li a:hover {
		color: #ffff00;
	}
	
	#menu li .active {
		color: #ffff00;
	}
	
	#menu ul ul {
		display: none;
		position: absolute;
		width: 150px;
		height: auto;
		background: #5170b4;
		opacity: .95;
		left: 0px;
		top: 22px;
	}
	#menu li:hover ul, #menu li.p7hvr ul {
		display: block;
	}
	#menu ul ul li {
		line-height: 0px;
		font-size: 0px;
		height: auto;
		float: none;
	}
	#menu ul ul li a {
		display: block;
		width: 140px;
		font: bold 10px/14px Tahoma;
		text-decoration: none;
		color: #fff;
		margin: 0px;
		padding: 2px 5px;
	}
	#menu ul ul li a:hover {
		background: #fff;
		color: #066699;
	}
	

#cell-one p{
	margin-top:2px;
	margin-left:10px;
	font: 16px Tahoma;
	color:#4b6dba;
	font-weight:bold;
}

#cell-three p{
	margin-top:5px;
	color:#4b6dba;
	margin-left:10px;
	font: 12px Tahoma;
}


#mid-cont{
	width:980px;
	height:245px;
	background:url(../images/page-bg.jpg) repeat-x;
	}

#mid-cont #left{
	width:350px;
	height:250px;
	float:left;

}
#left #table{
	width:322px;
	padding-left:9px;
	height:129px;
	display:block;
	margin-top:21px;
}

#title {
	width: 322px;
	height: 23px;
	background: transparent url(../images/table-title.png) no-repeat;
}
#rest {
	
	width:322px;
	float:none;
	height:106px;
	display:block;
	background:url(../images/table-border-right.jpg) right repeat-y;
	background-color:#4b6dba;
	}
#rest ul {
	list-style:url(../images/bullet.jpg);
	padding-left:25px;
	padding-top:10px;
}

#rest li {
	color:#fff;
	margin-bottom:2px;
	font: 11px Tahoma;
}
li h1 {
	color:#ffff00;
	font: 11px Tahoma;
	display:inline;
	font-weight:bold;
}

#title p{
	font: bold 14px/23px Tahoma;
	color: #FFFFFF;
	padding-left: 12px;
}

#left #logo{
	height:50px;
	padding-left:20px;
	padding-top:20px;
}
#logo img{
	padding-right: 6px;
	border:0px;
	}
#mid-cont #right{
	width:630px;
	float:left;
	height:240px;
}

#mid-news{
	width:620px;
	height:241px;
	margin-top:21px;
	padding-left:0px;
	border-left: 1px solid #4b6dba;

	}
#mid-news #ntitle{
	height:27px;
	background-color:#4b6dba;
	
	}
#mid-news #cont{
	margin-top:15px;
	}
.cont-box{
	width:270px;
	height:120px;
	padding:10px;
	padding-top:8px;
	float:left;
	}
.cont-box #image{
	float:left;
	width:75px;
	}
.cont-box #texts{
	float:left;
	width:182px;
	margin-left:3px;
	}
.cont-box h1{
	font: 11px Tahoma;
	color:#4b6dba;
	margin-bottom:10px;
	font-weight:bold;
}
.cont-box h2{
	font: 11px Tahoma;
	color:#4b6dba;
	text-align:justify;
}
.cont-box img{
	margin-right:3px;
	margin-top:-1px;
}

.cont-box a{
	font: 11px Tahoma;
	color:#ffc800;
	text-decoration:none;
	padding-top:10px;
}

.cont-box p{
	text-align:right;
}

#footer{	
	margin-left:18px;
	float:right;
	height: auto;
	padding-top:18px;
	}

#footer2{
	float:right;
	margin-right:10px;
	}

#footer p{
	font: 11px Tahoma;
	color:#4b6dba;
	padding-top:11px;
	}
#footer2 p{
	font: 11px Tahoma;
	color:#4b6dba;
	}
#ntitle p{
	font: 14px Tahoma;
	margin-left:10px;
	margin-top:3px;
	color:#FFFFFF;
	font-weight:bold;
	}
#bottom{
	height:17px;
	background:url(../images/bottom-bg.jpg);
	width:980px;
	}
#bottom-s{
	background:url(../images/bottom-bg-s.jpg) no-repeat;
	width:21px;
	height:17px;
	float:right;
	margin-right:10px;
	}
#container {
	width: 980px;
	height:auto;
	line-height: 0px;
	font-size: 0px
}
