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

body{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header{
	/*width: 100%;*/
	width: 1022px;
	/*background-color: Green;*/
	height: 125px;
	float: left;
}

.headLogo{
	float: left;
}

.language{
	float: right;
	/*width: 235px;*/
}

.menu{
	float: right;
	margin-top: 34px;
}

.mainBg{
	height: 612px;
	/*height: 700px;*/
	width: 100%;
	float: left;
	background-color: #e3f4f0;
	background-image: url(../images/whiteBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	/*background-repeat: no-repeat;
	background-position: 0px bottom;*/
}

.content{
	width: 1223px;
	/*background-color: Fuchsia;*/
	background-image: url(../images/contentBg.jpg);
	background-position: 0px bottom;
	float: left;
}

.contentLeft{
	width: 297px;
	height: 612px;
	/*background-color: Aqua;*/
	float: left;
}

.loginDiv{
	width: 193px;
	height: 168px;
	float: left;
	margin: 25px 0 0 31px;
	_margin: 25px 0 0 16px;
}

.joinDiv{
	width: 193px;
	height: 54px;
	float: left;
	margin: 0 0 0 31px;
	_margin: 0 0 0 16px;
}

.contentRight{
	width: 715px;
	height: 600px;
	/*background-color: Fuchsia;*/
	float: left;
}

.banner{
	float: left;
	margin-top: 22px;
}

.news{
	float: left;
	margin-top: 7px;
	width: 457px;
	height: 142px;
	background-image: url(../images/homeNews_bg.jpg);
	padding: 58px 10px 0 25px;
	color: #0d7a5f;
}

.news a{
	color: #0d7a5f;
	text-decoration: none;
}

.news a:hover{
	color: #656565;
}

.news ul{
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}

.news .newsInside{
	float: left;
	margin: 0 0 14px 0;
	width: 255px;
	padding: 0 0 0 8px;
	background-image: url(../images/gray_dot.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	/*margin: 0 20px 0 0;*/
}

.news .newsType{
	text-align: right;
	float: right;
	color: #656565;
	font-weight: bold;
}

.news li{
	margin: 0 0 10px 0;
	width: 340px;

}

.news img{
	float: left;
	border-color: #969696;
	border-width: 1px;
	border-style: solid;
	margin: 0 15px 0 0;
}

.moreBtn{
	width: 65px;
	height: 32px;
	float: right;
	background-image: url(../images/more_btn.gif);
	margin: 0 3px 0 0;
}

.about{
	float: left;
	margin: 7px 0 0 30px;
}

.footer{
	float: left;
}
