@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a8b5b2;
	background: #121e1b  url(../images/main_bg.png) repeat;
}
		
a:link, a:visited { color: #dbdb13; text-decoration: none; font-weight: normal;} 
a:active, a:hover { color: #FFFF99; text-decoration: underline;}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { width: 100%; height: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_30 { margin-right: 30px; }
.margin_right_40 { margin-right: 40px; }

.rc_btn_01 a {
	clear: both;
	float: right;
	display: block;
	width: 104px;
	height: 25px;
	padding: 5px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #cfa937;
	text-decoration: none;
	border: none; 
	background: url(../images/button_01.png) no-repeat;
}
.rc_btn_01 a:hover {
	background: url(../images/button_02.png) no-repeat;
	color: #FFFF99;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
}



#top_panel {
	width: 940px;
	height: 141px;
	padding: 0 20px;
    background: url(../images/top_panel_bg.png);
}

#top_panel #top_panel_ls {
	float: left;
	width: 280px;
}

#site_title {
	margin-left: 5px;
	padding-top: 15px;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
}

#top_panel #top_panel_rs {
	float: right;
	width: 660px;
}


#top_panel_rs #search_section {
	float: right;
	padding: 30px 20px 10px 0;
	margin-bottom: 6px;
	width: 400px;
}

#search_section form {
	float: right;
	margin: 0px;
	padding: 0px;
}

#searchfield {
	height: 29px;
	width: 200px;
	padding: 5px;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	line-height: normal;
	background: #606060;
	border: 1px solid #969696;	
}

#searchbutton{
	width: 106px;
 	height: 29px;
	margin: 0 0 0 10px;
	padding: 0 6px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: #ba9835; 
	border: 1px solid #000;
}
#menu {
	clear: both;
}


#menu ul li a{
	float: left;
	display: block;
	height: 40px;
	margin-left: 10px;
	padding: 9px 30px 0 20px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}


#menu li a:hover, #menu li .current{
	position: relative;
	color: #ffffff;
	background: url(../images/menu_button_right.png) bottom right no-repeat;
}

#banner {
	clear: both;
	width: 860px;
	height: 291px;
	margin: 0 auto;
	padding: 0 60px;
	text-align: center;
	background:url(../images/banner.png);
}

#banner_header_01 {
	padding: 65px 0 15px 0;
	font-size: 40px;
	font-weight: bold;
	color: #bf9f3f;
}

#banner_header_02 {
	margin-bottom: 20px;	
	font-size: 18px;
	font-weight: bold;
	color: #b6ad94;
}

#banner_text {
	color: #cccccc;
	font-size: 14px;
}

#banner_text p{
	margin-bottom: 20px;
}
#content {
	clear: both;
	width: 860px;
	margin: 0 auto;
	padding: 0px 60px 0 60px;
	background: url(../images/content_middle.png) repeat-y;
}

#ct {
	clear: both;
	width: 980px;
	height: 20px;
	background: url(../images/content_top.png) no-repeat;
}

#cb {
	clear: both;
	width: 980px;
	height: 50px;
	background: url(../images/content_bottom.png) no-repeat;
}

#content #content_right{
	float: right;
	width: 220px;
}

#content #content_left{
	float: left;
	width: 600px;
}


.content_header_01 {
	font-size: 22px;
	color: #42c7f8;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.content_header_02 {
	font-size: 22px;
	color: #42c7f8;
	padding-bottom: 15px;
}

#content_left .content_left_section {
	clear: both;
}

.content_left_section p{
	text-align: justify;
	padding-bottom: 10px;
}

#content_left .content_left_280_section {
	float: left;
	width: 280px;
}

.content_left_280_section .image_wrapper {
	background: #333;
	padding: 9px;
	margin-bottom: 10px;
}

.content_left_280_section .image_wrapper img {
	border: 1px solid #ffffff;
}

.content_left_280_section ul {
	margin: 20px 0 20px 30px;
	padding: 0px;
}

.content_left_280_section ul li{
	margin-bottom: 10px;
	color: #dbdb13;
	list-style: decimal-leading-zero;
}

.content_left_280_section ul li a{ 
	color: #dbdb13;
}

.content_left_w600_wrapper {
	border: 1px solid #000;
}

.content_left_w600_inner {
	padding: 30px 28px;
	color: #ffffff;
	background: #333;
	border: 1px solid #666;
}

.content_left_w600_inner .image_wrapper{
	border: 1px solid #ffffff;
	background: #cccccc;
	padding: 4px;
	margin-bottom: 5px;
}

.image_wrapper img{
	border: none;
}

.box_w255 {
	float: left;
	width: 255px;
}



#content_right .content_right_section {
	clear: both;
}

.news_section .news_date {
	font-size: 12px;
	font-weight: bold;
	color: #42c7f8;
}

.news_section .news_title {
	font-size: 12px;
	font-weight: bold;
	color: #bf9f3f;
}

.content_right_section form {
	padding: 0px;
	margin: 10px 0 0px 0;
}

.content_right_section #subscribe_field {
	padding: 5px 0 0 0;
	height: 20px;
	width: 215px;
	margin-bottom: 10px;
}

.content_right_section #subscribe_button {
	float: right;
	width: 104px;
 	height: 29px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	white-space: pre;
	background: url(../images/button_01.png) no-repeat; 
	color: #cfa937;
	border: none;
}
#footer {
	width: 900px;
	height: 45px;
	padding: 20px 40px 0 40px;
	text-align: center;
	background: url(../images/footer.png) no-repeat;
}

#footer a {
	color: #ffffff;
	font-weight: bold;
}


.img  {
background:none repeat scroll 0 0 #F2F2F2;
border:0 none;
float:right;
margin:0 0 10px 10px;
padding:10px;
}