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

/* IMPORT reset.css - resets most html entities' margins and padding to 0 */
@import url('reset.css');


/* ALWAYS SHOW Y-SCROLLBAR */

html
{ 
	overflow-y: scroll;
}

a, a:link, a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}

body {
	background-color:#24496d;
	font-family: verdana, geneva,sans-serif;
	font-size: 80%;
}

#main-page {
	width: 968px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 12px;
	background:white;
}

#page {
	background-color: white;
	width: 968px;
}

#main-navigation{
	/*background: white;*/
	background: none repeat scroll 0 0 white;
    height: 134px;
    margin: 0;
    position: relative;
}

#navigation-tabs{
	float:left;
	margin: 108px 0px 0px 0px;
}
#navigation-tabs ul{
	position:relative;
	list-style-type:none;
	margin: 0px 0px 0px 0px;
}
#navigation-tabs ul li{
	width:107px;
	height:26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	font-size: 0.85em;
	float:left;
	background: white url(../img/navigation-tab-off.gif) no-repeat;
}
#navigation-tabs ul li.active{
	background: white url(../img/navigation-tab-on.gif) no-repeat;
}
#navigation-tabs ul li span{
	text-align:center;
	display:block;
	color:white;
	margin: 6px auto 0px auto;
}
#navigation-tabs ul li a{
	text-align:center;
	display:block;
	color:white;
	margin: 6px auto 0px auto;
}

#navigation-tabs ul.cn li{
	font-size: 0.95em;
}

#content{
	width:643px;
	float:left;
	background: white;
	margin-bottom:12px;
}
#content-title{
	padding: 38px 0px 16px 20px;
	margin: 0px 0px 0px 0px;
	background:#3f77af;
}
#content-title.cn{
	padding: 38px 0px 6px 24px;
	margin: 0px 0px 0px 0px;
	background:#3f77af;
}
#content-main{
	width: 580px;
	padding: 20px 0px 16px 35px;
	margin: 0px 0px 0px 0px;
}
#content-main-terms{
	width: 600px;
	padding: 20px 0px 16px 35px;
	margin: 0px 0px 0px 0px;
}
#content-main-howwework{
	width: 610px;
	padding: 0px 0px 0px 33px;
	margin: 0px 0px 0px 0px;
}
#content-main p, #content-main-howwework p{
	/*width:98%;*/
	width:578px;
	color:#666;
	line-height:1.4em;
	margin: 0px 0px 12px 0px;
	text-align:justify;
}
#content-main-terms p{
	width:100%;
	color:#666;
	line-height:1.4em;
	margin: 0px 0px 24px 0px;
}
#content-main ul, #content-main-howwework ul, #content-main ol, #content-main-howwework ol{
	display:block;
	width:80%;
	color:#666;
	line-height:1.4em;
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 24px;
}
#content-main ol li, #content-main-howwework ol li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 16px;
}
#content-main ul li, #content-main-howwework ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 16px;
}

#content-main-howwework div{
	padding-top:20px;
	padding-bottom:15px;
	font-size:13px;
	color:#24496d;
	width:578px;
	text-align:justify;
	line-height:1.4em;
}

#content-main-howwework span{
	font-size:13px;
	color:#527da1;
	text-align:justify;
	line-height:2.5em;
	font-weight:bold;
}

#content-selector{
	width:968px;
	background: #3f77af;
}

#language-selector{
	margin: 0px 0px 140px 39px;
}

#pullquote{
	width:325px;
	float:left;
	margin:0px 0px 25px 0px;
}
#pullquote-bar{
	width:325px;
	height:98px;
	margin:0px 0px 0px 0px;
	background:#8aacce;
}
#pullquote-address{
	margin:30px 0px 0px 32px;
	padding:0px 0px 0px 0px;
}
#pullquote-address p{
	color:#666;
	font-size:1.2em;
	line-height:1.6em;
}

#footer{
	color: white;
	font-size:0.8em;
	padding-top:8px;
	background-color:#24496d;
	padding-bottom:25px;
}
#footer span.terms{
	float:right;
	display:block;
	
}
#footer span.language{
	float:left;
	display:block;
	
}

#footer a{
	color: white;
}

div.clearfix{
	clear:both;
	font-size:1em;
	border:1px solid red;
}

#langDiv div{
	bottom: 4px; 
	float: right; 
	padding-top: 110px; 
	position: absolute; 
	right: 10px; 
	z-index: 100;
}
#langDiv span {
	color: #3F77AF; 
	font-size: 0.8em; 
}
#langDiv a {
	color: #3F77AF; 
	height:25px;
}
#langDiv a.visited {
	color: #3F77AF; 
	font-size: 0.8em; 
	text-decoration:underline;
}
