/* LOCAL Style Sheet  */


body {
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #a0cbf7;
}

#main {
	background-color: #fff;
	min-width:800px;
	border: 3px solid #FFFFFF;
}


/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#5C9DE1;
}


/* LANGUAGES */

#languages {
	position: relative;
	z-index: 1000;
	height: 1em;
}
#languages ul li#chinese  {
	color: #2470A8;
	text-decoration: none;
}	
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#333333;
	text-decoration:none;
}
#languages ul li a:hover {
	text-decoration: underline;
}
	
	
/* TOP BANNER */

/* TOP BANNER */

#topbanner {
	height: 145px; /* Originally 200px */
	z-index: 1;
	background-color: #FFFFFF;
}
#topbanner    #hiddentitle,#hiddentitle   span  {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 145px; /* Originally 200px */
	background-position: 50% 50%;
	background-color: #FFFFFF;
}

#navdate {
	height: 18px;
	width: 137px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px; 	/* changed */
	margin: none;				/* changed */
	border: none;
	clear: left;
	font-size:120%;
	}

/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 77%;
	float: left;
	margin: 0;
	padding: 0 0 1em 0.9em;
}

#content p {
	color: #333333;
	font-size:115%;
}
	
#content  p.toppara {
/* If there is no <h2> at the top of the content area, then .toppara must be applied to the <p> tag*/
	padding-top: 0em; /*  Was oringinally 2em */
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#990000;
	text-decoration: underline;
}

#content a:hover {
	color: #990000;
}

#content a:visited {
	color: #333333;
	text-decoration: underline;
}

#content ul {
	margin-bottom:6px;
	margin-top: 0px;
}
#content ul li {
	color: #333;
	padding: .3em 0 1% 1.4em;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
	font-size: 105%;
}
#content ul ul li  {
	background-image: url(images/bullet2.jpg);
	background-repeat: no-repeat;	
	background-position: 0px 10px;
}
#content ul ul ul li {
	background-image: url(images/bullet3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

# content ol .upperalpha {
	list-style-type: upper-alpha;
	margin-left: 2em;
}

#content h2 {
	color: #231F20;
	font-size: 160%;
	font-weight: bold;
	margin-top: 0.5 em; /*orig 2em*/
	}

#content h3 {
	color: #990000;
	font-weight: normal;
	font-size: 140%;
	background-color: #F7F5F2;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#content h4 {
	color: #D7111B;
	font-weight: normal;
	font-size: 125%;
}

/* FLOATING BOXES */

#content .photoboxright {
	width: 195px;
	height: auto;
	float: right;
	border: 1px solid #D8DBDE;
	padding: 10px;
	margin: 5px 0px 15px 15px;
	background-color: #e8e8ff;
}

#content .photoboxright img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	padding-bottom: 5px;
}

#content .photoboxright p{
	max-width: 160px;
	font-size: 90%;
	padding: 0.5em;
	clear:both;
}

#content .photoboxright h4{
	font-size: 95%;
	color:#990000;
	font-weight:bold;
	text-transform:uppercase;
	border: none;
	width: 175px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 1em 0;
	clear: right;
	float: none;
	display: block;
	margin: none;
	margin-bottom: 0px;
}

#content .photoboxleft {
	width: auto;
	float: left;
	border: 1px solid #D8DBDE;
	padding: 10px 10px 10px 10px;
	margin: 5px 15px 15px 0px;
	background-color: #ccccff;
}

#content .photoboxleft img{
	margin-left: auto;
	margin-right: auto;
		float: left;
}

#content .photoboxleft p{
	max-width: 160px;
	font-size: 90%;
	padding: 0.5em;
}

#content .photoboxleft h4{
	max-width: 160px;
	padding-bottom: 0.5em;
	float: none;
}

/* QUOTES */
blockquote {
	overflow: hidden;
	margin: 1em 1em 1em 0;
	padding: 0.7em;
	width: 95.5%;
	background-image: url(images/blockquotegrad.jpg);
	background-repeat: repeat-x;
	background-color: #f3f8fc;
	border: 1px solid #D4E2ED;
	font-family: "kaiti_gb2312";
	font-size: 120%;	
	color: #003366;
}

blockquote .credit {
	float: right;
	padding-right: .6em;
	margin-bottom: .8em;
}

#content #slideshow {
	margin-bottom: 1.5em;
}

/* SLIDESHOW */

#content #show ul li {
	left: 0px;
	list-style-type: none;	
	background-image: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: static;
}



/* END OF SLIDESHOW */

/* MAIN NAVIGATION */

#mainnav {
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	width: 20%;
	font-size: 120%;
/*	font-weight:bold;*/
/*	margin-top: 2em;*/
	margin-top: 1.2em;
	background-repeat: repeat-y;
	margin-left: 0.3em;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8DBDE;
	border-right-color: #D8DBDE;
	border-bottom-color: #D8DBDE;
	border-left-color: #D8DBDE;
}

#mainnav a {
	text-decoration: none;
	color: #333333;
	display:block;
	padding: .3em .7em .3em .7em;
}

#mainnav a:link, #mainnav a:active {
	color:#1F1F1F;
}
#mainnav a:hover {
	background-color: #418DDA;
	display: block;
	color: #fff;
}
#mainnav ul {
	margin: 0px;
}

#mainnav ul li {
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	line-height: 1.6;
}




/* FOOTER BAR */

#footer {
	background-color: #231F20;
	color: #FFFFFF;
}
#footer ul {
	margin-top: 0em;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #E1D7C1;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #E1D7C1;
}
