body{
	font-size:12px;
	text-align:center;
	background: url(../images/body_bg.gif) repeat-x #fff;
}
.clear{clear: both;width:0px;height:0px;}
a { text-decoration: none; color: #000; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; color:#ff3300; }
a:active { text-decoration: none; }

#header{	
	width: 980px;overflow: hidden;height:223px;	margin: auto;background: #fff;
	}

	#header .banner{	width: 980px;overflow: hidden;height:152px;}

/** Menu Style  **/
#menu_nav{
	width:980px; height:71px; overflow: hidden;
	margin: auto;  background: #fff
}
	#menu_nav #menu{
		height:34px; width:980px;	overflow: hidden;
		background: url(../images/menu_bg.gif) no-repeat;
	}
		#menu	ul{
			height:34px;	margin-left:5px;width:960px;overflow: hidden
		}
			#menu	ul li{float: left; background: url(../images/menu_line.gif) no-repeat left;}
				#menu	ul li a{	
					height:34px;
					margin:0 33px;
					line-height: 34px;		
					color:#fff;
					font-size: 12px;
					font-weight: bold;
				   overflow: hidden;
					font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				}
				#menu	ul li#nav_home{	
					margin:0 5px;
					background: none;
				}
					#menu	ul li a:hover{	
						cursor: pointer;
						height:34px;color:#fefe9e;
						text-decoration: none;
						line-height: 34px;	
						background: url(../images/menu_arrow.gif) center 32px no-repeat;
					}	
/** Nav Style  **/
#menu_nav #nav{
		height:32px; width:980px;	overflow: hidden; margin-top:5px;
		background: url(../images/con_bg.gif) no-repeat; text-align: left;
	}
	#nav .left{
		height:32px; line-height: 32px; width:630px; float: left;
		padding-left:30px;	overflow: hidden; color: #999;
	}			
		#nav .left span{
			display: block;height:32px; line-height: 34px; 
			float: left;overflow: hidden;
		}		
		#nav .left span.times{
			display: block; width:300px; height:32px; line-height: 34px;
			color:#005179;font-weight:bold; float: left; overflow: hidden;
		}	
		
		#nav .left span.weather{
			width:290px; height:32px; line-height: 34px;
			float: left; overflow: hidden;
			margin-left:10px;color:#005179;
		}	
		
	#nav .right{
		height:32px; width:320px; float: right;
		overflow: hidden; color: #999; line-height: 32px;
		background: url(../images/search_bg.gif) no-repeat;
	}				
		#nav .right .input_txt{
			height:17px;width:150px;  font-size:12px; background-color:#ECF3F9; 
			border: #CBE3EF 1px solid;_margin-top:5px;margin-left:10px;
			line-height: 17px; overflow: hidden; padding-left:5px;
		 }		
		 #nav .right .input_btn{
			height:19px; width:54px; font-size:12px; 
			border: #CBE3EF 0px solid;_margin-top:5px; 
			background: url(../images/search_btn.gif) no-repeat;
			cursor: pointer; margin-left:0px;  overflow: hidden;
		 }	
		 
		  #nav .right span{
			width:100px; margin-left:4px; color: #f60d0d; font-weight: bold; 
			position: absolute;			
		}
		#nav .right span a { font-size:12px; font-weight: bold;color: #D4EDF9; _margin-top:4px; }
        #nav .right span a:hover { color:#fefe9e; }


/** Link Style  **/
#link{		
	width:960px; font-size: 14px; text-align: left;
	margin: auto;	margin-top:5px;	overflow: hidden;	
	/*background: url(../images/con_list_bg.gif) repeat-x;*/
	padding:9px;border:1px solid #d7d7d7; 
}
	#link em.tt{
		margin:3px 50px; font-size:12px; font-weight: bold;color:#D9EFFF;
		float: left; display: block;_margin-left:20px;
	}	
	#link select{margin-right:50px;}
	#link ul{width:960px; overflow: hidden;}
		#link ul li{
			float:left; overflow: hidden;margin:0 7px;
		}
		#link ul li a{
			overflow: hidden;border:1px solid #136AA9;
			display: block;
		}
		#link ul li img{overflow: hidden;border:1px solid #fff;}
		#link ul li.tt{height:43px;}
			#link ul li.tt a{border:0px solid #136AA9;}
			#link ul li.tt img{border:0px solid #136AA9;}
	
/** Footer Style  **/
#footer{
	margin: auto;border-top:4px solid #136AA9;
	color: #476985; line-height:25px;height:110px;
	width:980px; background: url(../images/footer.gif) repeat-x;
}
	#f_main{
		margin-top:1px;border:1px solid #e5e5e5;width:978px;
		height:110px; overflow: hidden; 
	}
	#f_menu{
		color: #ccc; line-height: 28px;
		width:978px;height:28px; overflow: hidden; text-align: center;
		background: url(../images/footer_bg.gif) no-repeat center; 
		margin-bottom: 10px;
	}
		
		#f_menu a{color:#000;}
#f_menu a:hover{color:#ff6600;}

	#copyright p{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #666;
		font-size:12px;
		margin-top:5px; line-height: 20px;
		margin-left:8px;
	}
	#copyright em{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #136AA9;
		margin:0 1px; display: inline-block; font-size:11px;
		height:15px; line-height: 15px; text-align: left; 
	}
