@charset "utf-8";
/* CSS Document */

*{padding: 0px; margin: 0px;}
a, img{border: none;}
a{color:#263E63;}
body{font:13px/22px 'Segoe UI',Arial,verdana,Tahoma,Helvetica,sans-serif; color:#263e63;}

#head-wrapper{
	width: 100%;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
}
#head{width: 1000px; margin: 0px auto;}
.top-head{
	width: 1000px;
	height: 90px;
}
.top-head .thleft{
	float: left;
	padding-top: 4px;
	padding-left: 0px;
}
.top-head .thright{
	float: right;
	padding-top: 4px;
	padding-right: 0px;
}


#menu {
	background-color: #000;
	width: 100%;
	position: absolute;
	top: 90px;
}
.center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#menu ul {
	list-style-type: none;
}
ul.dropdown {
	position: relative;
	float: right;
	width: 600px;
}
ul.dropdown li {
	position: relative;
	float: right;
}
ul.dropdown li a {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 15px;
	margin-left: 0px;
}
ul.dropdown a:hover, ul.dropdown .hover {
	background-color:#036;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
}
ul.dropdown ul {
	position: absolute;
	z-index: 50;
	width: 180px;
	top: 54px;
	left: 0px;
	display: none;
	color: #045891;
}
ul.dropdown ul li {
	float: left;
	width: 100%;
}
ul.dropdown ul li a {
	display: block;
	background-color: #056aaf;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}

#page-wrapper{width: 100%; position: absolute; margin-top: 145px;}
.top-page{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}
.tpleft{float: left;}
.tpleft h1{
	font-size: 30px;
	font-weight: 200;
	margin-top: 0px;
}
#page{width: 100%; height: auto;}
.page-bg{
	width: 100%;
	height: 75px;
	background-image: url(../img1/page-bg-top.png);
	background-repeat: repeat-x;
}
.page-header{width: 1000px; margin: 0px auto;}
.page-header .phleft{float: left; width: 980px; padding-top: 20px;}
.page-header .phright{float: right; width: 485px; padding-top: 40px;}

.tpleft h2{font-size: 16px; font-weight: 70px;}
.tpleft h3{font-size: 16px; font-weight: 70px;}
.tpleft h4{font-size: 16px; font-weight: 70px;}
.tpleft h5{font-size: 16px; font-weight: 70px;}
.tpleft h6{font-size: 16px; font-weight: 70px;}
.tpright{font-weight:normal; color:#00adef; font-size:24px; no-repeat left top; width: 200px; padding-left: 35px; float: right;}
.tpright span{font-size:14px;}


.phright h2{font-size: 17px;}
.phright ul{padding-top:2px; padding-bottom: 20px;}
.phleft ul li{list-style: none; background-repeat: no-repeat; background-position: 0px 8px;padding-left: 15px;}
hr.divider{border:none; border-bottom:1px solid #ccd4e0; height:1px; overflow:hidden;}
hr.divider2{border:none; border-bottom:1px dashed #e5e5e5; height:1px; overflow:hidden;}
#content-wrapper{width: 100%; background: url(../img1/content-bg.png) repeat-x; height: auto;}
#content{width: 1000px; margin: 0px auto; position: relative;}

#foot-wrapper{
	width: 100%;
	background-image: url(../img1/footer-bg.png);
	background-repeat: repeat-x;
	position:relative;
}
#footer{
	width: 1000px;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.foot-content{
	color: white;
	padding-top: 5px;
}
.footer-right{color: white; width: 380px; float: right;}
.footer-left{
	color: white;
	padding-top: 15px;
	width: 600px;
	float:left;
	padding-left: 10px;
}
.pt-15{
padding-top: 15px;
}
.clear{clear: both; width: 100%; height: 1px;}
.half-right{float:right;width:310px;}
.half-left{float:left;width:410px;}
.blog-div{border-top:solid; size: 1px; border-top-color:#becfd7; border-left:solid; size:1px; border-left-color:#becfd7; border-right:solid; size:1px; border-right-color:#becfd7; padding-left:20px; padding-right:20px; padding-bottom:20px; padding-top:10px; border-bottom:solid; size:1px; border-bottom-color:#becfd7; width:960px; height: 110px;}
.blog-left{ width:110px; height:110px; float:left;}
.blog-right{ width:850px; height:110px; float:right;}
#pagination { text-align:center; font-size:14px; border:1px; border-width:1px; border-color:#CCC; border-style:solid; padding:10px; color:#000;}
#pagination ul{list-style-type:none;display:block;margin-right:auto;margin-left:auto;}
#pagination li{display:inline; margin-left:5px; margin-right:5px;}
#pagination .current { font-weight:bold; color:#F00;}

.left-img
{		width: 280px;
		float:left;
	}
.right-img
{    width: 720px;
	float:right;
	
	}
