@charset "utf-8";
/* CSS Document */

body {
	padding-top:20px;
	background:#333;
}

td {
	color:#333;
}

a , a:active {
	text-decoration:none;
	color:#C63
}

a:hover {
	text-decoration:underline;
	color:#C63;
}

h2 {
	margin-top:5px;
	margin-bottom:5px;
	color:#c86931;
	font-variant:small-caps;
	font-weight:bold;
}

h3 {
	margin-bottom:5px;
	margin-top:10px;
	color:#c86931;
	font-variant:small-caps;
	font-weight:bold;
	margin-left: -5px;
}
h4 {
	margin-bottom:2px;
	margin-top:10px;
	color:#c86931;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
	font-size:22px;
}
h5 {
	margin-bottom:1px;
	margin-top:1px;
	padding-left:3px;
	line-height:16px;
	font-size:16px;
	color:#c86931;
}

p {
	margin-top:10px;
	margin-bottom:5px;
	padding-left:10px;
/*	font-family:Verdana, Geneva, sans-serif; */
}

.form_text {
	margin-top:10px;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#111;
	font-size:13px;
}
.sub_text {
	font-family:Verdana, Geneva, sans-serif;
	color:#444;
	font-size:12px;
	margin-bottom:6px;
	margin-top:5px;
}

#more {
	background:url(../images/more_btn.png) top right no-repeat;
	width:123px;
	height:27px;
}

#more:hover {
	background:url(../images/more_btn_ho.png) top right no-repeat;
	width:123px;
	height:27px;
}


#main_area {
	width:920px;
	margin:0 auto;
}

#banner {
	width:920px;
	height:360px;
}

#top_banner {
	background:url(../images/banner_t.jpg) no-repeat;
	width:920px;
	height:360px;
}

#menu {
	width:920px;
	height:30px;
	background:#999;
	background:url(../images/btn_bar.jpg) repeat-y;
	margin-top:-1px;
}

#menu_center {
	width:720px;
	height:30px;
	margin:0 auto;
}

#menu_box {
	width:720px;
	margin:0 auto;
}

#menu_item_l {
	background:url(../images/btn_l.jpg);
	width:10px;
	height:30px;
	float:left;
	}
#menu_item_c {
	min-width:50px;
	line-height:28px;
	background:url(../images/btn_c.jpg) repeat-x;
	color:#E8E3D1;
	float:left;
	font-size:14px;
	text-align:center;
	font-variant:small-caps;
	font-weight:bolder;
	font-family:Verdana, Geneva, sans-serif;
}
#menu_item_r {
	background:url(../images/btn_r.jpg);
	width:10px;
	height:30px;
	float:left;
	}

#menu_item_c:hover {
	/*background:url(../images/button_hover_bg.jpg) repeat-x;*/
	color:#c86931;
}

#content_area {
	background:url(../images/content_bg.jpg) repeat-y;
	width:920px;
/*	padding:5px;*/
	position:relative;
	float:left;
	
}

#side_panel {
	width:190px;
	padding-left:10px;
	position:relative;
	float:left;
}

#side_panel_r {
	width:190px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	float:right;
}

#divider {
	width:10px;
	height:640px;
	background:url(../images/dot.jpg) center repeat-y;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

#main_panel {
	width:690px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	float:left
}

#main_panel_a {
	width:680px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	float:left
}

#split_panel {
	width:340px;
	padding-left:5px;
	padding-right:5px;
	position:relative;
	float:left
}

#main_panel_s {
	width:880px;
	padding-left:15px;
	padding-right:10px;
	float:left
}

.p1 {
	font-size:10px;
}

.but {
	background:url(../images/submit_btn.png);width:226px; height:30px; border:none; cursor:pointer;
}

.but:hover {
	background:url(../images/submit_btn_ho.png);width:226px; height:30px; border:none; cursor:pointer;
}

#footer {
	background:url(../images/footer.jpg);
	width:920px;
	height:48px;
	text-align:center;
	float:left;
	color:#999;
	line-height:40px;
	margin-bottom:20px;
}

.orangei {
	color:#C63;
	font-weight:bold;
}

#menu_sub_site {
	width:920px;
	height:30px;
	background:#999;
	background:url(../images/btn_bar.jpg) repeat-y;
	margin-top:-1px;
}

#menu_center_sub_site {
	height:30px;
	margin:0 auto;
}

#menu_box_sub_site {
	width:440px;
	margin:0 auto;
}

#menu_item_l_sub_site {
	background:url(../images/btn_l.jpg);
	width:10px;
	height:30px;
	float:left;
	}
#menu_item_c_sub_site {
	min-width:50px;
	line-height:30px;
	background:url(../images/btn_c.jpg) repeat-x;
	color:#E8E3D1;
	float:left;
	font-size:14px;
	text-align:center;
	font-variant:small-caps;
	font-weight:bolder;
	font-family:Verdana, Geneva, sans-serif;
}
#menu_item_r_sub_site {
	background:url(../images/btn_r.jpg);
	width:10px;
	height:30px;
	float:left;
	}

#menu_item_c_sub_site:hover {
	/*background:url(../images/button_hover_bg.jpg) repeat-x;*/
	color:#c86931;
}

ul {
	color:#333;
}
