html, body { 
	margin: 0; 
	padding: 0; 
	behavior: url(csshover.htc);
	background-color: #BDDBDA;
} 
#header {
	height: 115px;
	width: 100%;
	background-image:url(imgs/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#logo {
	height: 67px;
	width: 239px;
	padding: 22px 0px 0px 34px;
	float: left;
}
#topnav {
	height: 115px;
	width: 174px;;
	float: right;
}
#lang {
	height: 27px;
	width: 174px;
	background-image: url(imgs/lang_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#langtitle {
	color: #63A9A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bolder;
	padding: 5px 5px 0px 10px;
	float: left;

}
#eng {
	width: 23px;
	height: 15px;
	float: left;
	margin: 5px 3px 0px 3px;
}
a.eng:link, a.eng:active, a.eng:visited {
	background-image: url(imgs/english.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 23px;
	height: 15px;
} 
a.eng:hover {
	background-image: url(imgs/english_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 23px;
	height: 15px;
}
#chin {
	width: 23px;
	height: 15px;
	float: left;
	margin: 5px 3px 0px 3px;
}
a.chin:link, a.chin:active, a.chin:visited {
	background-image: url(imgs/chinese.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 23px;
	height: 15px;
} 
a.chin:hover {
	background-image: url(imgs/chinese_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 23px;
	height: 15px;
}
#russ {
	width: 23px;
	height: 15px;
	float: left;
	margin: 5px 3px 0px 3px;
}
a.russ:link, a.russ:active, a.russ:visited {
	background-image: url(imgs/russian.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 23px;
	height: 15px;
} 
a.russ:hover {
	background-image: url(imgs/russian_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 23px;
	height: 15px;
}
.hide {
display: none;
}
#home_links {
	width: 174px;
	height: 88px;
}
#home {
	width: 38px;
	height: 27px;
	float: left;
	margin: 29px 3px 0px 3px;
}
a.home:link, a.home:active, a.home:visited {
	background-image: url(imgs/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 38px;
	height: 27px;
	display: block;
} 
a.home:hover {
	background-image: url(imgs/home_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 38px;
	height: 27px;
	display: block;
}
#sitemap {
	width: 49px;
	height: 27px;
	float: left;
	margin: 29px 3px 0px 3px;
}
a.sitemap:link, a.sitemap:active, a.sitemap:visited {
	background-image: url(imgs/sitemap.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 49px;
	height: 27px;
	display: block;
} 
a.sitemap:hover {
	background-image: url(imgs/sitemap_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 49px;
	height: 27px;
	display: block;
}
#contact {
	width: 37px;
	height: 27px;
	float: left;
	margin: 29px 3px 0px 3px;
}
a.contact:link, a.contact:active, a.contact:visited {
	background-image: url(imgs/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 37px;
	height: 27px;
	display: block;
} 
a.contact:hover {
	background-image: url(imgs/contact_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 37px;
	height: 27px;
	display: block;
}
#nav_wrapper{
	width: 100%;
	height: 30px;
	background-color: #63A9A7;
	border-top: 1px solid #559594;

}
#nav {
padding: 0px 0px 0px 35px;

	height: 30px;
	float: left;
}
div#nav ul {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin: 0;
}
div#nav ul li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0px;
}
div#nav li:hover {
}
div#nav li.submenu {
padding: 7px 25px 0px 0px;
height: 24px;
margin: 0px;
}
div#nav li.submenu:hover {

}
div#nav li a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #054175;
}
div#nav li a:hover {
	color:#406F73;
}
div#nav>ul a {
	width: auto;
}
div#nav ul ul {
	position: absolute;
	display: none;
	background-color: #BDDBDA;
	border: 2px solid #63A9A7;
	width: 120px;
}
div#nav ul ul li {
	padding: 5px;
	width: 120px;
}
div#nav li.submenu li.submenu {
}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}
div#nav ul.level2 {
	top: 28px; 
	left: 0px; 
	margin-top: 2px;
}
#img_bar {
	height: 158px;
	width: 100%;
	background-image: url(imgs/img_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0A3F73;
}
#container {
	width: 100%;
	float: left;
	margin-right: -260px;
	background-color: #BDDBDA;
	height: 370px;
	min-height: 300px;
	background-image: url(imgs/gears_bg.jpg);
	background-repeat: no-repeat;
}
#content {
	padding:  30px 30px 30px 35px;
	margin-right: 260px;
}
#content h1{
	color: #638DA7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
#content p{
	color: #094074;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

#sidebar {
	padding: 35px 30px 20px 30px;
	width: 200px;
	float: right;
}
.clearing {
	height: 0;
	clear: both;
}

#footer {
	height: 50px;
	background-color: #9BC8C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #488281;
	padding: 15px 5px 5px 35px;
	line-height: 18px;
	display: block;
}
#content ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content li {


	color: #094074;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}
#content a {
	color: #094074;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	text-decoration: none;
}
#content a:hover {
	color: #094074;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	text-decoration: underline;
}
form{
	width: 600px;
	clear: both;
	margin: 20px 0px 0px;
	padding: 0px;
}
form p{
	line-height: 2em;
	padding: 0;
	margin: 0;
	clear: both;
}
.boxes form p{ padding-bottom: 0; }


label{
	width: 120px;
	float: left;
}

.fbutton{
	width: 80px;
	float: left;
	margin: 10px 10px 0px 0px;
}

input, textarea, select{ /* for the text boxes and textarea */
	width: 194px;
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.gbox, .gbuttn{ /* for the text boxes and textarea */
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.glabel{
	width: 100px;
	float: left;
}

.gbox{ width: 200px; }

.gbuttn{ 
	width: 120px; 
	margin: 0 0 0 20px;
}

form img{ float: left; }
#subnav_wrapper {
	width: 100%;
	height: 31px;
	background-color: #0A3F73;
}
#subnav {
	padding: 0px 0px 0px 35px;
	height: 30px;
	float: left;
}

div#subnav ul {

	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin: 0;
}
div#subnav ul li {

	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0px;
}
div#subnav li:hover {
}
div#subnav li.submenu {

padding: 7px 25px 0px 0px;
height: 24px;
margin: 0px;
}
div#subnav li.submenu:hover {
}
div#subnav li a {

	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	font-weight: bold;
	color:#63A9A7;
}
div#subnav li a:hover {
	color:#BDDBDA;
}
