/* CSS Document */

body{
	margin:10px 0;
	background:url(../images/bg2.jpg) #725A42;
	color:#725A42;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img{
	behavior: url("js/iepngfix.htc");
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-weight:normal;
}

h2{
	color:#FF8D00;
	font-size:1.4375em;
	margin-bottom:5px;
}

h4{
	margin-bottom:5px;
}

h5{
	font-size: 0.9375em;
	color:#362418;
	margin-bottom:5px;
}

h6{
	color:#362418;
}

ul{
	padding:0;
	margin:0;
}

li{
	list-style:none;
}

a{
	color:#725A42;
	text-decoration:none;
}

a:hover{
}

p{
	font-size:0.8125em;
	line-height:1.65em;
	margin:10px 0;
}

.underline{
	background:url(../images/point.png) repeat-x bottom;
	height:140px;
	display:block;
	padding:10px 0;
	position:relative;
}

.padding10px{
	height:140px;
	display:block;
	padding:10px 0;
	position:relative;
}

#main{
	width:940px;
	margin:0 auto;
}

#index{
	height:440px;
}

.both{
	clear:both;
}

.left{
	width: 50%;
	float:left;
}

.right{
	width: 50%;
	float:right;
	text-align:right;
}

.date{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	margin-bottom:2px;
	display:block;
	color:#362418;
}

.orange{
	color:#FF8D00;
}

.more{
	margin-top:5px;
}

.more a{
	color:#FF8D00;
	font-size:0.5625em;
}

.more a:hover{
	color:#725A42;
	background:#EFE7D2;
}

.bottom{
	position:absolute;
	bottom:2px;
	left:0;

}

.rang35px{
	padding:0 0 35px 0;
}

/* ----------------------------- header ----------------------------- */

#header{
	height:120px;
}

#logo{
	width:300px;
	float:left;
}

#menu{
	width:495px;
	float:right;
}

#menu li{
	list-style:none;
	float:left;
	padding:0 10px;
}

#menu li a{
	font-size:0.8em;
	color:#B0A395;
}

#menu li a:hover{
	color:#FF5200;
}

#menu #current a{
	color:#FF5200;
}

#menu #map{
	padding:0 0 0 10px;
}

/* -----------------------------end header ----------------------------- */

#banner{
	/*height:230px;*/
}

.pics {
	padding:0;
	margin:0;
	overflow:hidden;
	width:940px;
	height:230px;
}

.pics img{
	left: 0; 
	top: 0;
	width: 940px;
	height:230px;
}

.pics img{
	/*-moz-border-radius: 10px; -webkit-border-radius: 10px*/
}

#content{
	background-color:#EFE7D2;
	padding:20px;
}

#leftnav{
	width:180px;
	height:450px;
	float:left;
	margin-right:20px;
	position:relative;
}

#news .right{
	padding-top:5px;
}

#news .box{
	background:url(../images/point.png) repeat-x top;
	padding-top:5px;
	display:block;
	clear:both;
}
#news .text{
	color:#725A42;
	font-size:0.8125em;
	line-height:1.65em;
}

#news .date{
	color:#BA802C;
	font-size:0.6875em;;
}

#news a:hover{
	background:none;
}

#news a:hover .box{
	background:url(../images/point.png) repeat-x top #e0d1b2;
}

#news a:hover .date{
	color:#FF8D00;
}

#news a:hover .text{
	color:#2b1a12;
}

#leftnav .num{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	margin-bottom:6px;
	display:block;
}

#leftnav .address{
	font-size:0.8125em;
	margin-bottom:6px;
	display:block;
}

#leftnav .time{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	margin-bottom:10px;
	display:block;
}

#middlenav{
	width:450px;
	float:left;
}

#middlenav .photo{
	width:140px;
	height:140px;
	position:relative;
	margin:0 10px 10px 0;
	float:left;
}


/*---------------------hover image--------------*/


.photo a {
	background:#000000;
	font-size:0.8125em;
	height:140px;
	width:140px;
	z-index:1;
	display:block;
}
.photo a:hover {
	color:#FFFFFF
}

.photo a b{
	color:#FFFFFF;
	position:absolute;
	margin:5px;
	z-index:2;
	display:none;
	font-weight:normal;
}

.photo a:hover b{
	display:inline;
}

/*------------------------- hover image -------------------*/


#rightnav{
	width:240px;
	height:440px;
	float:right;
	margin-left:10px;
	position:relative;
}

#rightnav .box{
	width:70px;
	height:70px;
	float:left;
	margin:0 10px 10px 0;
}

#rightnav .info{
	background:url(../images/point.png) repeat-x bottom;
	padding-bottom:5px;
	height:80px;
	clear:both;
	position:relative
}

#rightnav .info2{
	background:url(../images/point.png) repeat-x bottom;
	padding-bottom:5px;
	height:125px;
	clear:both;
	position:relative;
}

#rightnav .left{
	width:75px;
	padding-top:10px;
}

#rightnav .right{
	width:155px;
	float:right;
	padding:10px 10px 0 0;
}

#rightnav p{
	margin:0;
	font-size:0.8125em;
	line-height:1.65em;
}

.left .link{
	padding-top:5px;
}

.info2 .bottom{
	bottom: 5px;
}


/* -----------------------------info ----------------------------- */

.heading{
	width:180px;
	margin:0 20px 0 0;
	float:left;	
}

.space{
	color:#362418;
	font-size:0.9375em;
	margin-top:5px;
	display:block;
}

.small{
	font-size:0.5625em;
	border-bottom:1px solid #725A42;
	padding-bottom:5px;
}

.row{
	width:700px;
	height:160px;
	display:block;
	clear:both;
	cursor:pointer;
}

.sourse{
	display:block;
	font-size:0.8125em;
}

.auther{
	display:block;
	margin-bottom:5px;
	font-size:0.8125em;
}

.title{
	color:#362418;
	font-size:1.4375em;
}

#template1, #template2, #template4{
	height:510px;
	position:relative;
}

#template3{
	height:330px;
}

#template1 .list{
	width:700px;
	float:right;
}

#template1 h2{
	margin-top:10px;
}

#template1 .time{
	width:100px;
	display:block;
	margin:0 20px 0 0;
	float:left;
}

#template1 .meat{
	width:340px;
	float:left;
}

#template1 .title{
	font-size:1.3125em;
}

#template1 .picture{
	width:220px;
	margin:0 20px 0 0;
	display:block;
	float:left;
}

#template1 a:hover{
	background-color:#e0d1b2;
}

#template1 a:hover .row{
	background-color:#e0d1b2;
}

#template1 a:hover .title{
	color:#FF8D00;
}

.hidden{
	display:none;
}

.top{
	margin-bottom:40px;
	display:block;
}

#template2 .heading{
	border-top:1px solid #725A42;
	padding:10px 0 0 0;
}

#template2 .meat{
	border-top:1px solid #725A42;
	width:380px;
	float:left;
	padding:10px 0 0 0;
	margin:0 20px 0 0;
}

#template2 .picture{
	width: 300px;
	float:left;
}

#content .picture img{
	padding:5px;
	background-color:#FFFFFF;
}

#subnav{
	clear:both;
}

#subnav li{
	float:left;
	font-size:0.8125em;
	padding:0 5px 0 0;
}

#subnav li a{
	color:#362418;
}

#subnav li a:hover{
	color:#FF5200;
}

#subnav #now a{
	color:#FF5200;
}

#template3 .left{
	width:580px;
	margin:15px 0 0 0;
	padding:10px 0 0 0;
	float:left;
	border-top: 1px solid #725A42;
}

#template3 .right{
	width:280px;
	padding:0 20px 0 0;
	float:right;
	text-align:right;
}

#template3 h2{
	color:#362418;
	margin-bottom:0;
}

#template3 .info{
	margin-bottom:20px;
	color:#362418;
}

#nav{
	width:580px;
	clear:both;
}

#nav .col{
	width:116px;
	float:left;
}

#nav .col ul{

}

#nav .col li{
	font-size:0.8125em;
	line-height:1.8em;
	list-style:none;
}

#nav li a:hover{
	color:#FF5200;
}

#leftmenu{
	
}

#leftmenu li{
	list-style:none;
	line-height:1.1em;
	margin-bottom:5px;
}

#leftmenu li a{
	color:#362418;
	font-size:0.8125em;
}

.liststyle{
	background:url(../images/list-style.gif) no-repeat left 3px;
	padding-right:15px;
}

a:hover .liststyle{
	background:url(../images/list-style2.gif) no-repeat left 3px;
}

#leftmenu li a .date{
	display:inline;
}

#leftmenu li a .text{
	display:block;
	padding-left:23px;
}

#leftmenu li a:hover, #leftmenu li a:hover .date{
	color:#FF5200;
	background:#EFE7D2;
}

#leftmenu #now a, #leftmenu #now a .date{
	color:#FF5200;
}

#leftmenu #now a .liststyle{
	background:url(../images/list-style2.gif) no-repeat left 3px;
}


#page, #leftpage{
	position:absolute;
	bottom:-10px;
}

#page ul, #leftpage ul{

}

#page li, #leftpage li{
	float:left;
	padding:0 5px;
}

#page li a, #leftpage li a{
	font-size:0.8125em;
}

#page li a:hover, #leftpage li a:hover{
	background:#EFE7D2;
	color:#FF5200;
}

#page #nowpage a, #leftpage #leftnowpage a{
	color:#FF5200;
}

#template4 .heading{
	padding:10px 0 0 0;
	border-top:1px solid #725A42;
}

#template4 .meat{
	width:244px;
	float:left;
	margin:0 20px 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #725A42;
}

#template4 .picture{
	width:436px;
	float:right;
	padding-top:20px;
	text-align:right;
}

#template4 p{
	margin:0;
}

#template4 .info{
	margin-bottom:10px;
}

#template4 .picture img{
	padding:0;
	background:none;
}

/* -----------------------------footer ----------------------------- */

#footer{
	color:#B0A395;
	font-size:0.675em;
	padding:10px 0;
}

#footer li{
	list-style:none;
	padding:0;
	margin-bottom:5px;
	float:left;
}

#footer a{
	color:#B0A395;
}

#footer a:hover{
	color:#FF5200;
}

.copyright{
	line-height:0.5em;
	clear:both;
}
