@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}
html, 
body {
	margin:0;
	padding:0;
	height:100%;
}
body {
}
body, table, td, th, div, p, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
img {
	border: 0px;
}
form, p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #f7a500;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
.page {
	z-index: 2;
	position: relative;
	min-height: 100%;
	background: url(../images/header/bg.gif) top repeat-x;
}
.container {
	position: relative;
	width: 970px;
	margin: 0 auto; /*Center container on page*/
}

.content {
	position: relative;
	padding: 0px 0px 90px 0px;
	/*height: 125px;*/
	overflow: hidden;
}

/****************** TOP ******************/
.content .logo {
	background: url(../images/header/logo.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 90px;
	height: 125px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 99;
}
.content .language {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 11px;
	left: 115px;
	list-style: none;
	font-size: 11px;
	color: #FFFFFF;
	z-index: 99;
}
.content .language li {
	float: left;
	padding: 0px 8px 0px 0px;
	margin: 0px 8px 0px 0px;
	line-height: 11px;
	height: 11px;
}
.content .language a {
	color: #FFFFFF;
}
.content .language .en {
	border-right: 1px solid #FFFFFF;
}
.content .language .en a {
	background: url(../images/header/language-en.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 23px;
	height: 11px;
	display: block;
}
.content .language .cn a {
	background: url(../images/header/language-cn.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 22px;
	height: 11px;
	display: block;
}
.content .language .en.current a {
	background: url(../images/header/language-en-on.gif) no-repeat;
}
.content .language .cn.current a {
	background: url(../images/header/language-cn-on.gif) no-repeat;
}

.content .recentNews {
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 240px;
	font-size: 11px;
	line-height: 11px;
	z-index: 99;
}
.content .recentNews a {
	color: #FFFFFF;
}
.content .recentNews b {
	color: #f7a500;
	font-weight: normal;
}
.content .recentNews #pscroller1 {
	position: absolute !important;
	top: 0px;
	left: 80px;
	width: 400px;
	height: 20px;
}
.content .recentNews #pscroller1 .innerDiv {
	font-size: 11px;
	line-height: 11px;
}


.menu {
	position: relative;
	font-family: 'HelveticaNeueCond', Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	z-index: 99;
	width: 970px;
	height: 20px;
	margin: 46px 0px 12px 115px;
}
.menu li {
	background: url(../images/header/sep-menu.gif) no-repeat left;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0px 14px;
	float: left;
}
.menu li a {
	color: #FFFFFF;
}
.menu li.current, .menu li.current a {
	color: #f7a500;
}



/****************** BODY CONTENT ******************/
.bodyContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: table-cell;
	position: relative;
	width: 937px;
}
html*.bodyContent  {
	[display: table-cell; /*Mozilla < version 1.01*/
	display: table; /*Safari*/
	]display: table-cell; /*IE 7*/
}

.contentDiv {
	position: relative;
	float: right;
	padding: 36px 45px 58px 42px;
	width: 460px; /*547px - 45px - 42px*/
}
.contentBg {
   position: absolute;
   top:0px;
   left:0px;
   width:100%;
   height:100%;
   z-index:1;
   /* These three lines are for transparency in all browsers. */
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
   filter: alpha(opacity=90);
   opacity:.90;
   background-color: #FFFFFF;
}
.txt {
   position: relative;
   color: #FFFFFF;
   z-index:5;
   color: #000000;
   font-size: 12px;
   text-align: justify;
}
.txt h1 {
	margin: 0px 0px 25px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #12284d;
}
.txt a {
	color: #12284D;
}
.txt ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.txt ul li {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/bullet-hyphen.gif) left 8px no-repeat;
}
.txt td {
	vertical-align: top;
}

.home .contentDiv {
	padding: 136px 52px 58px 61px;
	width: 340px; /*453px - 52px - 61px*/
}
.home .contentBg {
   background-color: #12284d;
}
.home .txt {
   color: #FFFFFF;
   font-size: 11px;
   text-align: left;
}
.home .txt h1 {
	margin: 0px 0px 8px 0px;
	background: url(../images/title-home.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 327px;
	height: 56px;
	overflow: hidden;
}
.home .txt a {
	color: #f7a500;
}

.pageImg {
	float: right;
}


.news .list {
	clear: both;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}
.news .list .date {
	float: left;
	margin: 0px 0px 12px 0px;
	width: 120px;
}
.news .list .title {
	margin: 0px 0px 12px 130px;
	font-weight: bold;
	color: #12284D;
}
.news .paging {
	font-size: 11px;
	height: 15px;
	display: none;
}
.news .paging .previous {
	float: left;
}
.news .paging .next {
	float: right;
}

div.team {
	padding: 0px 0px 15px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}
div.team h3 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #12284D;
}

.emailImg {
	vertical-align: middle;
	margin-top: 1px;
	margin-top: 0px \9;
	*margin-top: 2px;
}


/****************** FOOTER ******************/
.footer {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	background: #12284d;
}
.footerContent {
	position: relative;
	width: 937px;
	margin: 0 auto; /*Center container on page*/
	padding: 18px 33px 18px 0px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}
.footerContent a {
	color: #FFFFFF;
	text-decoration: none;
}
.footerContent a:hover {
	color: #f7a500;
}