@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #A3DEFE;
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	word-wrap: break-word;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: Geneva, Arial;
	text-align: center;
	vertical-align: top;
}
p {
	padding-bottom: 10px;
	clear: both;
	/*text-transform: capitalize;*/
}
.space {
	width: 10px;
	height: 10px;
	clear: both;
}
.space1 {
	width: 15px;
	height: 15px;
	clear: both;
}
.imgs {
	padding: 5px 7px;
	border: 0px;
	vertical-align: middle;
}
a.menusub:link, a.menusub:visited {
	color: #0066CC;
	font-size: 9pt;
	line-height: 22px;
	text-decoration: underline;
}
a.menusub:hover {
	color: #FF6600;
	font-size: 9pt;
	line-height: 22px;
	text-decoration: underline;
}
/*---------------------*/
#header {
	width: 900px;
	height: 90px;
	margin: 0px auto;
	clear: both;
 	*background-image: url(/img/header_bg.png)!important;
 	*background-image: url(/img/header_bg.png);
	background-image: url(/img/header_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
#header_logo {
	float: left;
	padding: 25px 0px 0px 15px;
}
#header_right {
	float: right;
	padding: 35px 18px 0px 0px;
}
#header_select {
	font-size: 9pt;
	clear: both;
	text-align: right;
}
#header_select select {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	width: 129px;
	height: 17px;
	color: #666666;
	clear: both;
	background-color: #DBE3F8;
	border: solid 1px #7AAED6;
}
#header_clock {
	padding: 5px 0px 0px 0px;
	color: #FFFF00;
	font-size: 11px;
	text-align: right;
	clear: both;
	letter-spacing: 1px;
}
/*---------------------*/
#menu {
	width: 900px;
	height: 45px;
	margin: 0px auto;
	clear: both;
 	*background-image: url(/img/menu_bg.png)!important;
 	*background-image: url(/img/menu_bg.png);
	background-image: url(/img/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
#menu_width {
	width: 850px;
	margin:0px auto;
}
#menu ul {
	list-style:none;
	height: 40px;
	line-height: 50px;
}
#menu ul li {
	float:left;
	padding: 0px 14px;
	display:block;
	font-weight: bold;
	font-size: 10pt;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #0A51A1;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/*---------------------*/
#banner {
	width: 900px;
	margin: 0px auto;
	clear: both;
}
#banner_top {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#banner_mid {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#banner_bot {
	height: 18px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/*---------------------*/
#main {
	width: 900px;
	margin: 0px auto;
	clear: both;
 	*background-image: url(/img/main_bg.jpg)!important;
 	*background-image: url(/img/main_bg.jpg);
	background-image: url(/img/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	overflow: auto;
	overflow-y: hidden;
}
/*---------------------*/
#main_left {
	width: 205px;
	padding-left: 5px;
	float: left;
	clear: left;
	*background-image: url(/img/ml_bg.jpg)!important;
 	*background-image: url(/img/ml_bg.jpg);
	background-image: url(/img/ml_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#main_ml_title {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#main_form {
	width: 90%;
	font-size: 9pt;
	color: #0066CC;
	margin: 0px auto;
	padding-bottom: 20px;
}
.main_input input {
	padding: 0px;
	width: 95px;
	height: 16px;
	font-size: 9pt;
	color: #0066CC;
	border: 1px solid #999;
	background-color: #E6F4FF;
}
#main_tel {
	font-size: 1px;
	margin: 0px;
	padding: 0px 0px 100px 0px;
	clear: both;
}
#main_ml_footer {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/*---------------------*/
#main_right {
	width: 665px;
	padding-right: 5px;
	float: right;
	clear: right;
}
#main_pa_title {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#main_pa_body {
	height: 210px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	*background-image: url(/img/pa_bg.jpg)!important;
 	*background-image: url(/img/pa_bg.jpg);
	background-image: url(/img/pa_bg.jpg);
	background-repeat: repeat-x;
}
.pa_marquee {
	width: 630px;	
	color: #0066CC;
	margin: 0 auto;
	overflow: hidden;
	cursor: hand;
}
#main_or_title {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#main_or_body {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	*background-image: url(/img/or_bg.jpg)!important;
 	*background-image: url(/img/or_bg.jpg);
	background-image: url(/img/or_bg.jpg);
	background-repeat: repeat-x;
}
#main_about {
	color: #0066CC;
	font-size: 9pt;
	font-family: Verdana;
	padding: 20px 20px 60px 20px;
	text-align: left;
	line-height: 23px;
}
/*---------------------*/
#footer {
	width: 900px;
	margin: 0px auto;
	clear: both;
}
#footer_top {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer_coryright {
	color: #0066CC;
	line-height: 25px;
	text-align: right;
	padding: 5px 24px 20px 0px;
	clear: both;
}
