
body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
    background: #0f100e url(images/main_bg.jpg) repeat-x top;
}
		
a:link, a:visited { color: #0066CC; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CC0000; text-decoration: underline; }

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

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

.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; }

.margin_r_15 { margin-right: 15px; }

.button_01 a {
	float: right;
	clear: both;
	display: block;
	width: 120px;
	height: 25px;
	padding: 5px 0 0 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/button_01.png) no-repeat;
}

h1,h2,h3,h4{color:#363b34;
			padding: 2px 0px;
			margin: 0 0 10px 0;
			font-weight: normal;
			}

h1 {font-size: 22px;
	border-bottom: 1px solid #333;
	font-weight:500;
}

h2 {
	
	font-size: 18px;
	line-height: 24px;
	
	
}
h3 {font-size: 14px;
	}


.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
	border: 5px solid #e8e8e8;
	padding: 1px;
	background: #fff;
}

.fl_image {
	float: left;
	margin-right: 30px 
}

.fr_image {
	float: right;
	margin-left: 20px 
}


/* site title */

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

#site_title_bar {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
	background: url(images/site_title_bg.jpg) top center no-repeat;
}

#site_title {
	float: left;
	margin: 0px;
	padding: 25px 0 0 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	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;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-left: 5px;
}

#site_title_bar #search_box {
	float: right;
	width: 280px;
	height: 30px;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
}

#search_box form {
	float: left;
	width: 280px;
	height: 30px;
	margin: 0;
	padding: 0;
}

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

#searchbutton {
 	height: 30px;
	width: 70px;
	margin: 0px;
	padding: 6px 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: none; 
	border: none;
}

/* menu */

/* banner */

#banner_wrapper {
	clear: both;
	width: 100%;
	height: 270px;
	margin: 0 auto;	
	background: url(images/banner_wrapper.jpg) no-repeat center top;
}

#banner {
	width: 960px;
	height: 270px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(images/banner_bg.jpg) no-repeat center top;
}

#banner_slider {
	clear: both;
	width: 960px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
}

/* end of banner */

/* end of menu */

#menu_wrapper {
	clear: both;	
	width: 100%;
	height: 50px;
	margin: 0 auto;	
	background: url(images/menu_wrapper.jpg) top center no-repeat;
}

#menu {
	clear: both;
	width: 980px;
	height: 50px;
	margin: 0 auto;
	background: url(images/menu_bg.jpg) top center no-repeat;
}

#menu ul {
	width: 780px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	list-style: none;
}

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

#menu ul li a {
	float: left;
	display: block;
	width: 120px;
	height: 25px;
	padding: 5px 0 0 0;
	margin: 0 10px 0 0;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #000000;
	background:url(images/button_01.png) no-repeat;
}

#menu li .last {
	margin-right: 10px;
}

/* end of menu */

/* content */

#content_wrapper {
	margin:0 auto;		
	width: 958px;
	background:url(images/content_wrappe.jpg) top center no-repeat;
	background-color:#FFFFFF;
	
}

#content {
	width: 620px;
	margin: 0 0 0 10px;
	padding: 15px 0px;
	float:left;
	background: url(images/content_bg_middle.png) repeat-y center;
}

#content_bottom {
	width: 958px;
	height: 15px;
	margin: 0 auto;
	float:left;
	background: url(images/content_bg_bottom.png) no-repeat center top;
}

#content p {
	margin-bottom: 10px;
}

.section_w960_p15 {
	clear: both;
	width: 700px;
	padding: 0 15px;
}

.content_text {
	clear: both;
	width: 580px;
	padding: 0 20px;
}



.read_more{float:right;
			width:120px;
			height:30px;
			background:url(images/button.png) no-repeat ;
			
			}
.read_more a{ color:#FFFFFF;
			text-decoration:none;
			padding-left:18px;
			padding-top:22px;
			font-size:13px;			
			}

.read_more a:hover{ 
			text-decoration:underline;
			}

#right {
	float: right;
	width: 300px;
}

.section {
	width: 280px;
	margin: 0 0 0px 0;
}

.section_title {
	width: 266px;
	height: 30px;
	background: url(images/section_title.jpg);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 18px;
	color: #666;
	padding: 10px 0 0 20px;
}

.section_bottom {
	width: 270px;
	background: #fff url(images/section_bottom.jpg) bottom no-repeat;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 8px 8px;
}

.section_bottom ul {margin:0 0 0 0;
					padding:0 0 0 0;
					list-style-type:none;
					}
.section_bottom li{margin:0 0 10px 0;
					padding:8px 0 1px 18px;
					list-style-type:none;
					border:solid 1px #d1cfcf;
					height:25px;
					background:url(images/sidebar-bullet.png) no-repeat left ;
					}

.section_bottom li a{
					color: #333;
					text-decoration:none;								
					}

.section_bottom li a:hover{
					color: #000;
					text-decoration:underline;								
					}






/* footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 40px 10px;
	color: #cccccc;
	text-align:center;
}

#footer  a {
	color: #ffffff;
}





#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: #FFFF00;
	text-decoration: none;
}
/* end of footer */





form{ margin:33px 0 0 0}

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:100px}

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

