
body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #161d1e;
    background: #566977 url(images/body_top.png) repeat-x top;
}

a:link, a:visited { color: #5b0b01; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CC00FF; text-decoration: underline; }

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

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

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.divider {
	background: url(images/divider2.jpg) repeat-x bottom;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.button_01 a{
	display: block;
	width: 70px;
	height: 22px;
	padding: 5px 2px 0 30px;
	float:right;	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin:0px 0 5px 0;
	background: url(images/button_01.png) no-repeat;
}

.button_01 a:hover {
	color: #ffffff;
	background: url(images/button_01_hover.png) no-repeat;
}

h1 {
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 22px;
	font-weight: normal;
	color: #0f3d6d;
	line-height:1.3em;
}

h2 {
	margin: 0	;
	padding: 2px 0;
	font-size: 17px;
	font-weight: normal;
	color: #0f3d6d;
}

/* menu */

#menu {
	width: 940px;
	height: 59px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(images/menu_bg2.jpg) top repeat-x;
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a{
	position: relative;
	float: left;
	width: 100px;
	display: block;
	height: 40px;
	padding: 19px 0 0 0;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #b4c9de;	
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current{
	color: #ffffff;
	background: url(images/menu_hover.jpg) no-repeat center bottom;
}

/* end of menu */

/* site title */

#site_title_bar_wrapper {
	width: 100%;
	height: 240px;
	margin: 0 auto;
	background: url(images/header_bg_wrapper2.jpg) no-repeat top center;
}

#site_title_bar {
	width: 900px;
	height: 210px;
	margin: 0 auto;
	padding: 15px 50px;
	background: url(images/header_bg2.jpg) no-repeat top center;
}

#site_title_bar .site_title_left {
	float: left;
	width: 400px;
}

#site_title_bar .site_title_right {
	float: right;
	width: 380px;
	margin-top: 30px;
	text-align: right;
}

.site_title_right h2 a{
	color: #63b5dc;
	font-style: normal;
}

.site_title_right p {
	color: #3a8fb8;
}

#site_title_bar  #site_title {
	float: left;
	padding: 30px 0 0 0;
}

#site_title h1 a{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 14px;
	color: #486c7c;
	font-weight: bold;
	letter-spacing: 4px;
}


#site_title_bar #search_box {
	float: left;
	width: 270px;
	height: 27px;
	margin: 30px 0 0 0; 
	padding: 0;
	background: url(images/search.png) no-repeat;
}

#search_box form {
	width: 270px;
	height: 27px;
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 18px;
	width: 170px;
	padding: 6px 5px 4px 5px;
	margin: 0 5px 0 0;
	color: #ffffff;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: none;
	border: none;	
}

#searchbutton {
 	height: 27px;
	width: 80px;
	margin: 0px;
	padding: 6px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: none; 
	border: none;
}
/* end of site title */

#content_wrapper_outter {
	clear: both;
	width: 100%;
	padding: 10px 0;
	background: url(images/content_bg2.jpg) repeat;	
}

#content_wrapper_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(images/content_wrapper.png) top center no-repeat;	
}

#content_top{
	width: 1000px;
	height: 35px;
	background:url(images/main_content_top2.png) bottom center no-repeat;
}

#content{
	width: 840px;
	padding: 0 80px;
	margin:0 0px;
	background: url(images/main_content_middle2.png) center repeat-y;
}

#content_bottom{
	width: 1000px;
	height: 35px;
	background:url(images/main_content_bottom2.png) top center no-repeat;
}

.section_w860 {
	clear: both;
	width: 860px;
}

.section_w860 p{margin:14px auto;
line-height:1.3em;
}


.image_wrapper_01 img{
	margin-bottom: 10px;
	border: 7px solid #cdd8e1;
}

.section_w380 {
	width: 580px;
	border-right:0px #000000 dotted}


.section_w380 a{ text-decoration:underline;
				color:#0980f0;}
.section_w380 a:hover{ text-decoration:none;
}


.section_w390 {
	width: 260px;
	padding:10px 0 0 0px;
}

.service {
	margin: 15px 0 0 20px;
	padding: 0px;
	
}

.service li {
	margin:0 0 5px 0;
	padding: 0 0 5px 2px;
	border-bottom:1px dashed #a9b1b6;
	list-style-image: url(images/list_icon.png);
}


.service li a{color:#5b0b01;
text-decoration:none;
}


.service li a:hover{color:#000033;
text-decoration:underline;
}

.news_box{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #8a9ba8;	
	color: #ffffff;
}

.news_box .post_info {
	color: #666666;
}

.news_box .post_info a{
	color: #2872ab;
	font-weight: bold;
}

.news_box .post_info strong {
	color: #2872ab;
}

.news_box a{
	color: #000000;
}

/* footer */

#footer_wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/footer_bg.jpg) repeat-x top;
}

#footer {
	width: 840px;
	margin: 0 auto;
	padding: 0 80px;
	color: #cccccc;
}

#footer  a {
	color: #ffffff;
}

#footer .section_w280 {
	float: left;
	width: 240px;
	height:280px;
	padding-right:15px;
	margin-right:20px;
	border-right:1px dotted #CCCCCC;
}

#footer .section_w280b {
	float: left;
	width: 240px;
	height:280px;
	padding-right:15px;
	margin-right:20px;
	
}





.no_bordor{border-bottom:none;}

#footer .section_w280 h3 {
	width: 175px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #6ca7f7;
	
}

#footer .footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#footer .footer_list li {
	margin: 0px;
	padding: 3px 0;
}

#footer .footer_list li a {
	color: #cccccc;
}

#footer .footer_list li a:hover {
	color: #ff002a;
	text-decoration: none;
}
/* end of footer */




input, select { margin:5px 0 5px 42px;
width:250px;
height:20px;
font-family:Tahoma, Geneva, sans-serif; font-size:1em;
}

textarea { width:339px;
height:200px;
margin:5px 0 5px 42px;
overflow:auto;

}
 label{ width:300px}
 
 
 img {border:0;
vertical-align:top;
text-align:left;
padding:2px ;
border:1px #CCCCCC solid;}


.form{ width:600px}
			   
.form table{font-family:Arial, Helvetica, sans-serif;
	      font-size:10px;
		  color:#5B5B5B;
		  width:300px;
		  padding:10px;
		  margin:0}
		  
.form td{margin:0; padding:0; width:100px}
