@charset "iso-8859-1";
/* CSS Document */
BODY,HTML {margin: 0px; padding: 0px; width: 100%; height: 100%; background: #222;}

#banner{
	width: 900px;
	height: 100px;
	background: url(pics/banner.jpg);
}

#main_content{
	width: 900px;
	background: #666;
	color: #fff;
	overflow: hide;	
}

#menu {
	margin:0px;
	width: 900px;
	height: 60px;
	background:url(pics/menu_bg.png);
	font-family: sans-serif;		
}

.menu_item{
	color: #fff;
	font-family: sans-serif;
	font-size: 9pt;
	text-decoration: none;
	/*
	padding-left: 15px;	
	padding-right: 15px;	
	*/
}
.menu_item:hover{
	color: #9c0;
}

#bigpic{
	width: 900px;
	height: 185px;
}

#left_bar{
	float: left;
	width: 300px;
	height: 690px;
	background-color: #666;
	color: #fff;
	font-family: sans-serif;
	font-size: 9pt;
}

#left_bar_other{
	float: left;
	width: 300px;	
	background-color: #666;
	color: #fff;
	font-family: sans-serif;
	font-size: 9pt;
}

#leftbar_text{
	width: 250px;
}

#right_side{
	float: left;
	width: 600px;
	height: 690px;
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
	font-size: 9pt;
}

#right_side_nh{
	float: left;
	width: 600px;	
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
	font-size: 9pt;
}

.big_list{
	font-family: sans-serif;
	font-size: 12pt;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

#col1{
	width: 180px;
	height: 90px;
	float: left;
	margin-left: 6px;
	margin-top: 20px;
	padding: 5px;
	text-align: left;
	background: url(pics/col_bg.png) no-repeat top #eee;
}
#col2{
	width: 180px;
	height: 90px;
	float: left;
	margin-left: 6px;
	margin-top: 20px;
	padding: 5px;
	text-align: left;
	background: url(pics/col_bg.png) no-repeat top #eee;
}
#col3{
	width: 180px;
	height: 90px;	
	float: left;
	margin-left: 6px;
	margin-top: 20px;
	padding: 5px;
	text-align: left;
	background: url(pics/col_bg.png) no-repeat top #eee;
}

.big_orange{
	font-family: sans-serif;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
}

#welcome{
	width: 570px;
	text-align: left;	
}
#welcome h2{
	font-size: 12pt;
}
#welcome h3{
	font-size: 14pt;
	color: #c60;
}
h4{
	font-size: 18pt;
}

.more{
	font-family: sans-serif;
	font-size: 9pt;
	color: #c60;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}

.more:hover{	
	color: #930;
	text-decoration: underline;
}

#footer{
	clear: both;
 	font-family: sans-serif;
	font-size: 9pt;
	color: #ccc;
	text-align: center;
 }
 
.backtotop{
	font-family: sans-serif;
	font-size: 8pt;
	color: #c60;
	text-decoration: none;
}
.backtotop:hover{
	color: #930;
}

#seo_links{
	clear: both;
	text-align: center;
	color: #999;
	font-size: 9pt;
}
#seo_links a {
	color: #999;
	font-size: 7pt;
	font-family: sans-serif;
	text-decoration: none;
}