/* 
CSS Document
Created by Lloyd Northover CSS Document
Updated: Wed 15 Apr 2009
Author: Nick Lowman
@charset "utf-8";
*/

/* COLOURS USED 
#3899b4
#1d3a6a
#808184
#666666
*/


* {
 	margin:0;
 	padding:0;
	}
html { /*Firefox fix*/
	height:100%;
	min-height: 100%;
	}
body {
	height: 100%;
	margin: 0;
	padding: 0 0 50px 0;
	background-color: #a3aab9;
	background-image:url(/images/page_bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 62.5%;
	}
img {
	border:0;
	}
a {
	text-decoration:none;
	}
a:hover {
	color:#3899b4;
	text-decoration:none;
	}
.invis {
	display:none;
	}
.left {
	float:left;
	}
.right {
	float:right
	}
.strong{
 font-weight:bold;
	}
.em{
 font-style:italic;
	}
.underline{
 text-decoration:underline;
	}
	
/* = MAIN DIVS
––––––––––––––––––––––––––––––––––––––––––––––––*/ 	
#layout {
	margin:0 auto 0 auto;
	text-align:justify;
	padding:10px 0 0 20px;
	width:930px;
	clear: both;
	background-color:#ffffff;
	}
#right {
	display:none;
	}
#left {
	float:left;
	width:834px;
	border:0px solid green;
	}
	
	
/* =PRIMARY NAVIGATION
––––––––––––––––––––––––––––––––––––––––––––––––*/ 
#primaryNav {
	display:none;
}
	
	
/* =MIDDLE BANNER WHERE LOGO & MIAN PHOTO SITS
––––––––––––––––––––––––––––––––––––––––––––––––*/ 	
#left #identity {
	height:136px;
	margin:0 0 28px 0;
	border:0px solid green;
	}
#left #identity p {
	float:left;
	font-size: 2.5em;
	color:#1d3a6a;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#left #identity.onecol p {
	position:absolute;
	width:818px;
	padding:81px 0 35px 16px; 
	}
#left #identity.twocol p.noimage {
	width:536px;
	padding:60px 0 17px 15px;
	border:1px solid #808184;
	}
#left #identity.twocol p.image {
	position:absolute;
	width:537px;
	padding:81px 0 35px 16px; /*these allow for the 1px border on the p.noimage class*/
	}
#left #identity.twocol img.left {
	position:absolute;
	}
#left #identity.twocol img.right {
	float:right;
	width:272px;
	height:136px;
	font-size:1.2em;
	font-weight:normal;
	text-indent:-9999px;
	}
#left #identity.twocol img.logo {
	padding:0 0 0 8px;
	/* background:url(/images/logo.gif) no-repeat 0 0; */
	}
/* THESE ARE THE PROFILE PICTURES IN THE PEOPLE SECTION*/
#left #identity.twocol img.robertmorse {
	/* background:url(/images/robertmorse.jpg) no-repeat 0 0; */
	}
#left #identity.twocol img.wingfaing {
	/* background:url(/images/wingfaing.jpg) no-repeat 0 0; */
	}
#left #identity.twocol img.guocanghuan {
	/* background:url(/images/guocanghuan.jpg) no-repeat 0 0; */
	}
#left #identity.twocol img.rayguo {
	/* background:url(/images/rayguo.jpg) no-repeat 0 0; */
	}
#left #identity.twocol img.mingcheng {
	/* background:url(/images/mingcheng.jpg) no-repeat 0 0; */
	}
	
	
	
/* =MAIN CONTENT AREA
––––––––––––––––––––––––––––––––––––––––––––––––*/ 	
#left #content {
	border:0px solid green;
	}
#left #content hr {
	size:1px;
	color:#CCCCCC;
	margin:0 0 20px 0;
	}
#left #content a {
	color:#1d3a6a;
	}
#left #content a:hover {
	text-decoration:underline;
	}
#left #content #conLeft {
	display:none;
	}
#left #content #conLeft h2, 
#left #content #conRight h2 {
	font-size:1.3em;
	color:#1d3a6a;
	margin-bottom:.2em;
	}
#left #content #conLeft h3, 
#left #content #conRight h3 {
	font-size:1.1em;
	color:#1d3a6a;
	}
#left #content #conLeft p, 
#left #content #conRight p {
	font-size:1.3em;
	color:#666666;
	margin:0 0 20px 0;
	
	}
#left #content #conLeft p.indent, 
#left #content #conRight p.indent {
	padding-left:21px;
	}
#left #content #conLeft ul.list, 
#left #content #conRight ul.list {
	margin:0px;
	padding:0px;
	}
#left #content #conLeft ul.list li, 
#left #content #conRight ul.list li {
	color:#666666;
	font-size:1.3em;
	padding:0 0 0 12px;
	margin-left:15px;
	}
#left #content #conRight span.number {
	margin-right:8px;
}
#left #content #conRight ul.philList li {
	list-style:none;
	font-size:1.3em;
	margin-bottom:.6em;
}
#left #content #conRight span.head {
	width:45px;
	display:inline-block;
	font-weight:bold;
	border:0px solid #000;
}




#left #content #conLeft.homepage{
	display:block;
	width:830px;
	margin-right:9px;
	}
#left #content #conRight.homepage{
	display:none;
	}













/* CSS FIXES */
/* Fix clearing bug */
.noshow {
	position: absolute;
	display:none;
	left: -9000px;
	}
.clearboth{
	clear:both;
	}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*



