/*
 *  XIN LI CSS FILE
 *  CREATED by schwarzband.ch
 *  visit us at www.schwarzband.ch for further information
 *  THIS FILE IS w3.org compliant: jigsaw.w3.org
 */
 

html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-weight: lighter;*/
	font-size: 10pt;
}

body {
	margin: 0;
	padding: 0;
	background-color: #f8e0ff;
	text-align: center;
}


/********************************************
 *  DEFAULT SETTINGS                        *
 ********************************************/

a, a:visited {
	text-decoration: none;
	color: White;
}

a:hover {
	
}

h1,h2,h3,h4,h5,h6 {
	color: #d0a011;
	font-weight: lighter;
}

h1 {
	font-size: 17pt;
}

h2 {
	font-size: 15pt; 
}

h3 {
	font-size: 12pt;
}	

ul {
	list-style-image: url(./images/bullet.jpg);
}

/********************************************
 *  WRAPPER                                 *
 ********************************************/

/* LEVEL ONE WRAPPER */

#wrapper_all {	
	position: relative;
	
	margin: 5px auto 0 auto;
	padding: 7px;
	width: 900px;

	background-color: white;
	text-align: left;
	border: 1px solid #bcabc1; /* light purple */
}

#banner {
	position: relative;
	background-color: white;
	background-image: url(../upload/header/header1.jpg);
	background-repeat: no-repeat;
	height: 179px;
	border-bottom: 1px solid #bcabc1;
}

#banner img {
	
}

#container_main_middle {
	position: relative;
	background-color: white;
	min-height: 300px;
	background-image: url(images/chinese.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 10px;
	padding-bottom: 20px;
}

#container_main_middle a, #container_main_middle a:visited {
	color: black;
	text-decoration: underline;
}

#container_main_middle a:hover {
	text-decoration: overline underline;
}

#container_main_middle img {
}

/* LEVEL TWO WRAPPER */

/********************************************
 *  NAVIGATION LEVEL 1 STYLES               *
 ********************************************/
#nav_level1 {
	background-color: black;
	margin-top: 8px; /* distance to banner */
}

#nav_level1 ul {
	margin: 0; /* distance between menus */
	padding: 0;
	height: 23px;
}

#nav_level1 ul li {
	list-style: none;
	float: left;
}	

#nav_level1 ul li a {
	line-height: 23px;
	padding: 5px 10px 5px 10px;
}

.menu_level1 {
	background-color: black;
}

.menu_level1-act_first, .menu_level1_first {
	background-color: #d94822; /* red */
}

.menu_level1-act_second, .menu_level1_second {
	background-color: #d0a011; /* yellow */
}

/********************************************
 *  NAVIGATION LEVEL 2 STYLES               *
 ********************************************/
#nav_level2 {
	font-size: 9pt;
}

#nav_level2 ul {
	padding : 0;
	padding-top : 1px;
	margin: 0;
}

#nav_level2 ul li {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	
}	

#nav_level2 ul li a {
	line-height: 18px;
}


.menu_level2 {
/*	background-color: #d0a011;*/
}

.menu_level2-act {
	
}

.nav2 {
	clear: left;
	height: 20px;
	background-color: black;
}

.nav2_first{
	clear: left;
	height: 20px;
	background-color: #d94822;
}

.nav2_second {
	clear: left;
	height: 20px;
	background-color: #d0a011;
}



/********************************************
 *  TWO COLUMN CONTENT                      *
 ********************************************/

table {
	margin-top: 10px;
}




/********************************************
 * CITES                                    *
 ********************************************/

.cite {
	color: #d0a011;
	text-align: center;
	margin: 35px 30px 5px 30px;
}



/********************************************
 *  FORM STYLES                             *
 ********************************************/

fieldset {
	border: 0;
}

#container_main_middle label {
	display: block;
	float: left;
	text-align: right;
	padding-right: 20px;
	width: 320px; 
	padding-top: 5px;
}

#container_main_middle input, 
#container_main_middle select, 
#container_main_middle textarea {
	background-color: #d0c957; 
	margin-top: 5px;
}

.csc-mailform-submit {
	margin: 0px 0 0 340px;
}

## News

#newslatest a {
	text-decoration:none;
	
}

#newslatest a:hover {
	text-decoration:none;
}

#newslatest p {
	padding: 0;
	padding-bottom:5px;
	margin:0;
}

#newsentry {
	padding-bottom: 20px;
}

.newsline {
	border-color: #c9c9c9;
	border-width: 0 0 0 8px;
	border-style: solid;
	padding-left: 10px;
	width: 40px;
}