@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	border:0;
	padding:0;
}
@font-face {
 font-family:advent_regular;
 src: url("../images/advent_regular.ttf") format("truetype");
}
body {
	background:url(../images/bg.jpg) repeat-x #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
img {
	border:none;
}
a:link, a:visited, a:active {
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
input {
	width:240px;
	background:#198eff;
	height:32px;
	color:#fff;
	padding:4px 0px 0px 8px;
	border:1px solid #b4b4b4;
	overflow:hidden;
}
textarea {
	width:240px;
	background: #198eff;
	height:75px;
	color:#fff;
	padding:8px 0px 0px 8px;
}
input, textarea {
	-moz-border-radius:4px;
	border:1px solid #000;
	-webkit-border-radius:4px;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.button {
	width:100px;
	background: #198eff;
	height:36px;
	color:#FFFF33;
	padding:0px;
	cursor:pointer;
}
label {
	color:#111;
	font-weight:bold;
}
#header_container{
	float:left;
	width:100%;
	height:270px;
	background:#b39468;
}
#header_box{
	margin:10px auto 0;
	width:80%;
}	
#nav{
	width:100%;	
	height:40px;
	margin:15px 0 0 0;
	background:url(../images/nav_bg.jpg) repeat-x;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
}

#nav ul {
	float:left;
	list-style:none;
	width:100%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	height:40px;
}

/*
#nav{
	width:100%;	
	height:40px;
	margin:15px 0 0 0;
	background:url(../images/nav_bg.jpg) repeat-x;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
}
#nav ul {
	float:left;
	list-style:none;
	width:100%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	height:40px;
}
#nav li {
	float:left;
	display:block;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/devide.jpg) top right no-repeat;
	font-weight:bold;
	color:#fff;
	width:12%;	
	text-shadow:#000 1px 1px 0;
	height:40px;
	}
#nav li a {
	float:left;	
	
	font-size:11px;
	width:80%;
	display:block;
	margin:5px 0 0 10%;	
	text-align:center;
	color:#fff;
	height:20px;
	padding:10px 0 0 0;
	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
}
#nav li a:hover {
	background:#b39468;
	text-decoration:none;
}
#nav .current {
	}
#nav .current a {
	
}
#nav .contact{
		background:none;
	}
	
*/

#logo{
	margin:10px auto 0;
	width:691px;
	height:143px;
}
#flash_news{
	width:100%;
	margin:14px auto 0;
	background:url(../images/news_bg.jpg) repeat-x;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	height:37px;
}
#flash_news ul{
	width:100%;
	background:url(../images/fl_news.jpg) no-repeat;
	float:left;
	margin:0 0 0 0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
}
#flash_news li{
	float:left;
	margin:2px 0 0 100px;
	color:#ffddb8;
	padding:10px 0 0 0;
	width:70%;
	height:12px;
	overflow:hidden;
}
#flash_news li a{
	color:#ffddb8;
}

#wraper {
	float:left;
	width:100%;
	min-height:300px;
	background:#fff;
}
#container {
	margin:20px auto;
	/*width:980px;*/
	width:80%;	
}

#side_nav{
	float:left;
	width:24%;	
}
#side_nav ul{
	width:100%;
	list-style:none;
	float:left;
}
#side_nav li{
	float:left;
	height:30px;
	background:#c7c7c7;
	width:100%;
	margin:2px 0 0 0;
	padding-bottom:5px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;	
}


#side_nav li a{
	float:left; display:block;
	height:20px;
	padding:7px 0 0 0;
	text-align:center;
	width:100%;
	color:#000;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
}


#side_nav li a:hover{
	text-decoration:none;
	background:#b39468;
	color:#fff;
	text-shadow:#000 1px 1px 0;	
}
.clear{
	clear:both;
}
#mid_box{
	float:left;
	width:46%;
	margin:2px 3% 0 3%;
}
#mid_box .img{
	float:left;
	margin:10px 20px 10px 0;
	display:inline;	
}
#mid_box p{
	text-align:justify;
	line-height:1.5;
	margin:10px 0 0 0;
	color:#6e6d6d;
}
#right_box{
	float:right;
	width:24%;	
}
#news_box{
	float:right;
	width:100%;
	overflow:hidden;
	height:170px;
}
.news_img{
	float:left; margin:10px 10px 10px 0;
}
.read_more{
	float:right; margin:10px 10px 0 0; display:inline; 
}	
#news_box h3{
		margin:0px 0px 8px 0px;	padding:8px 0px;	text-align:center;	color:#fff;	font-size:12px;	background:#b39468; text-shadow:#000 1px 1px 0;
}
#news_box p{
	 text-align:justify; color:#6e6d6d;
}
.news_box a{
		color:#5ecdf8;
}	
.news_box img{
	float:left;	margin:10px 15px 10px 0px;	display:inline;
}
.readmore2{
	float:right;	margin:15px 10px;
}
.readmore2 a{
	color:#5ecdf8;
}
.all_news{
	float:left; margin:4% 0 0 4%; display:inline; 
}
#message_box{
	float:right;
	width:100%;
	overflow:hidden;
	height:260px;
}

#message_box p{
	text-align:justify;
	margin:10px;
	color:#6e6d6d;
}
#message_box h3{
		margin:0px 0px 8px 0px;	padding:5px 0px;	text-align:center;	color:#fff;	font-size:12px;	background:#b39468; text-shadow:#000 1px 1px 0;
}

#header {
	float:left;
	width:100%;
	height:285px;
}
#main_condent {
	float:left;
	width:100%;
	background:url(../images/main_condent_bg.jpg) repeat-y;
	min-height:400px;
}


/***************************************************fo0ter*/
#footer {
	float:left;
	width:100%;
	height:333px;
	background:#000;
	margin:20px 0 0 0;
}
#footer_box{
	margin:30px auto 0;
	width:980px;
	
}
#footer_box ul h3{
	width:100%;
	font-weight:bold;
	color:#fff;
	height:33px;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/h3_bg.jpg) bottom center no-repeat; 
}

#footer_box ul{
	list-style:none;
	margin:0 20px 0 0;
	width:225px;
	height:225px;
	float:left;
	background:url(../images/ul_bg.jpg) center right no-repeat; 
}
#footer_box li{
	float:left;
	width:100%;
	text-align:center;
	margin:5px 0 0 0;
	font-size:12px;
	 	
}
#footer_box li a{
	float:left;
	display:block;
	font-size:12px;
	width:100%;
	padding:4px 0;
	text-align:center;
	color:#666;
}
#footer_box li a:hover{
	text-decoration:none;
	color:#fff;
}
.zillion{
	float:left;
	width:980px;
	height:40px;
	background:url(../images/footer_line.jpg) top center no-repeat;
	padding:20px 0 0 0;
	text-align:center;
}
.zillion a{
	color:#949494;
	text-decoration:none;
}
.zillion a:hover{
	color:#fff;
	text-decoration:none;
}
	
	



