@charset "UTF-8";

#ad0 {
	position:absolute;
	left: 200px;
	top: 10px;
	width: 530px;
	z-index: 100;
}
#ad1, #ad2, #ad3, #ad4 {
	position:absolute;
	left: 200px;
	top: 10px;
	width: 530px;
	z-index: 100;
	visibility: hidden;
}

body {
	background-image: url(/img/bg.png);
	background-repeat: repeat-y;
	background-color: #e5e5e5;
}
strong {
	color: #003366;
}
a:link {
	color: #0069b8;
	text-decoration: none;
}
a:visited {
	color: #0069b8;
	text-decoration: none;
}
a:hover {
	color: #0F99FF;
	text-decoration: underline;
}
input {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 2px;
}
select {
	margin: 2px;
	border: 1px solid #000000;
}

#logo {
	position:absolute;
	left: 20px;
	top: 10px;
}
#bg_top {
	position:absolute;
	left:230px;
	top:0px;
	width: 750px;
	height: 15px;
	background-image: url(/img/bg_top.png);
}
#banner {
	position:absolute;
	left: 230px;
	top: 45px;
	width: 750px;
	height: 100px;	
	background-image: url(/img/banner.jpg);
}

#top_lang {
	position:absolute;
	left: 400px;
	top: 20px;
	width:580px;
	text-align: right;
}
.top_lang{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #737373;
	text-decoration: none;
	letter-spacing: 0px;
}
.top_lang_cn{
	font-family: PMingLiU, SimSun;
	color: #737373;
	text-decoration: none;
	letter-spacing: 0px;
}
a.top_lang:link, a.top_lang_cn:link { color: #737373; }
a.top_lang:visited, a.top_lang_cn:visited { color: #737373; }
a.top_lang:hover, a.top_lang_cn:hover { color: #339999; text-decoration: underline; }

#menu {
	position:absolute;
	left: 230px;
	top: 150px;
	width: 750px;
	height: 40px;
	background-color: #eeeeee;
	background-image: url(/img/bg_menu.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.menu:link {color: #000000;}
a.menu:visited {color: #000000;}
a.menu:hover {
	color: #00825E;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #00825E;
}

#main_div {
	position:absolute;
	left: 41px;
	top: 197px;
	width: 940px;
}

#bottom {
	position: relative;
	left: -20px;
	width: 960px;
	margin-top: 10px;
	padding: 3px;
	background-color: #999999;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
}
.bottom{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.bottom:link {color: #FFFFFF;}
a.bottom:visited {color: #FFFFFF;}
a.bottom:hover {color: #FFFFFF; text-decoration: underline;}

#search {
	position:absolute;
	left: 20px;
	top: 105px;
	width: 205px;
}

#right_link_head {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5dae3;
	background-color: #f7fbfd;
}
a.right_link_head:link {color: #006C4F;}
a.right_link_head:visited {color: #006C4F;}
a.right_link_head:hover {color: #339999; text-decoration: underline; }

#right_link {
	background-image: url(/img/bg_box_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #c5dae3;
}
a.right_link:link {color: #00825E;}
a.right_link:visited {color: #00825E;}
a.right_link:hover {color: #339999; text-decoration: underline; }

#main_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0069b8;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #0069b8;
	border-right-color: #0069b8;
	border-left-color: #0069b8;
}
.main_box_head {
/*
color: #5A8EC0;
*/	
	color: #5A8EC0;
	font-size: 12pt;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00825E;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0069b8;
	font-weight: bold;
}

.text_bg {
	background-color: #F0F0FF;
}

ul.green_tab {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	list-style-image: url(/img/transparent.gif);
}
ul.green_tab li {
	margin: 0;
	padding: 0;
	width: 100%;
}	
ul.green_tab a:visited { color: #FFFFFF; }
ul.green_tab a:hover, ul.green_tab a:focus {
	color: #FFFFFF;
	text-decoration: none;

	background-color: #00A87A;
/*
	background-color: #0092FD;
*/
}

.green_text {
	color: #FFFFFF;
	text-align: justify;
}
a.green_text:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.green_text:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.green_text:hover {
	color: #EEEEEE;
}

.link_long1 {
	width: 185px;
}
.link_long2 {
	width: 250px;
}
.link_long3 {
	width: 370px;
}
.link_long4 {
	width: 700px;
}

.red {
	color: #F00;
}
