
* { margin: 0; padding: 0;}
ul { margin: 0 0 1em 3em;}
body {
	background: #bbb url(../images/body_bg.jpg) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0 ;
	color: #555;
	font-size: 70.5%; 
	line-height: 1.6em;
	font-family: helvetica, verdana , arial, sans-serif; 
	
	
	}
#wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background: #888 url(../images/wrapper_bg.jpg) repeat-x 0 123px;
	padding: 0;
	}	
	
#page {
	margin: 0;
	padding:0 0 10px 0;
	position: relative;
	font-family: helvetica, verdana , arial, sans-serif; 
	
}
	
#header {
	width: 930px;
	height: 93px;
	text-align: left;
	background: url(../images/header_bg.jpg) no-repeat;
	margin: 0;
	padding: 0;
	
	}
	
#header h1 a span{
	margin-left: -9999px;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 110px;
	height: 60px;
	position: absolute;
	left:10px;
	top: 20px;
}

img {
	border: none;
}

#nav {
	position: absolute;
	right: 10px;
	top:0;
	font-size: 90%;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

#nav li { /* all list items */
	float: left;
	/*margin-left: 4px;*/
	/* width needed or else Opera goes nuts */
}
#nav li.last ul {
	float: right;
	margin-left: -5em;
	
}

#nav a {
	display: block;
	padding: 4px 3em 4px 12px;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
	background-image: url(../images/main_nav_spacer.jpg);
	background-repeat: no-repeat;
	background-position: 0% 80% ;
}
#nav li a:hover, #nav li a.current {
	background-image: url(../images/nav1_over.jpg);
	background-position: 0% 0% ;
	color: #fff;
}
#nav li.last>a {
	padding: 4px 5.5em 4px 12px;
}


#nav ul a {
	width: 12em;
	background-color: #a11;
	padding: 4px 6px 4px 6px;
	background-image: none;

}

#nav ul a:hover, #nav ul a.current {
	
	background-color: #811;
	background-image: none;
}




#nav li ul { /* second-level lists */
	position: absolute;
	background: #333;
	width: 10em;  /* width needed or else Opera goes nuts */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-left: 4px;
}



#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul { 
	position: absolute; 
	left: -999%; 
} 
#nav li:hover ul { 
	left: auto; 
} 


#nav1 {
	position: absolute;
	right: 0;
	top: 93px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../images/main_nav_bg.jpg) no-repeat;
	width: 100%;
	z-index: 100;
}




#nav2 {
	position: absolute;
	right: 26px;
	top: 57px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#nav2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	
}
#nav2 ul li {
	float: left;
}
#nav2 ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 1.2em;
	
	padding: 3px 1em 3px 6px;
	float: left;
	border-left: 1px solid #bbb;

	
}
#nav2 ul li a:hover {
	color: #c00;

}

#nav2 input {
	float: left;display: inline;
}
#nav2 input.searchboxbutton {
	background-color: #b22;
	border: 1px solid #333;
	color: #fff;
	padding: 1px;
	margin-left: 4px;
}


blockquote {
	margin: 1em 2em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
blockquote p.quoteby {
	
	padding-left: 16px;
}

br.clear {
 clear: left;
 clear: right;
	clear: both;
}


.content a.more {
	float: right;
	margin: 0 36px 0 0;
	font-weight: bold;
	text-decoration: none;

}

p.entry_date {
	display: block;
	font-style: italic;
	padding-left: 5px;
}	

tr.resultRowTwo, tr.resultRowTwo td{
	background-color: #eee;
}


span.chinese {
	font-size: 1.2em;
	color: #888;
}

.content a:link { text-decoration: none; color: #c33; }
.content a:visited { text-decoration: none; color: #911; }
.content a:hover { text-decoration: underline; color: #f00; }
.content a:active, .content a:focus { text-decoration: underline; color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


#main fieldset{
	padding: 10px;
	border:1px solid #ccc;
margin: 10px 0 ;
}
#main fieldset legend{
	padding:  0 5px;
	background-color: #fff;
	
}

#main textare, #main input, #main select {
	border:1px solid #ccc;
}
#main textarea {
	width: 96%;
	height: 12em;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 3px;
	font-family: helvetica, verdana , arial, sans-serif;  
	font-size: 1.15em;
}

#main input {
	width: 90%;
	line-height: 1.2em;
	padding: 2px 3px; 
}
#main input.button {
	width: auto;
	cursor: pointer;
	background-color: #b22;
	color: #fff;
	border: 1px solid #811;
	font-size: 90%;
	
}
#main input.captcha {
width: 137px;
}

table {
	width: 90%;
	margin: 0 5%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
th , td {
	margin: 0;
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
}
th {
	background-color: #999;
	color: #fff;
}
tr.evenrow td {
	background-color: #eee;
}



div.location img {
	float: right;
	margin-left: 20px;
}

a.locationmap {
	width: 50px;
	display: block;
	float: right;
	clear: right;
	margin: 2px 5px 16px 0;
	text-align: right;
}

#footmenu {
	margin-top: 4px;
}

#footmenu  ul li {
	display: inline;
	
	}
	
#footmenu ul li a {
	text-decoration: none;
	padding: 4px 12px;
	color: #555;
	}
	
	
	
	
	
	
	
	
	
	
	