@charset "utf-8";
/* CSS Document */
body {
		font-family: Arial,Verdana,Trebuchet MS,Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		background-color:#405355;
		color:#F7F7F7;
		text-align:center;
		/*color:#FF0000*/
		
	}

h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color:#FFFFFF;
	}
p{
font-size:95%;
}
h1{
font-size:90%;
}

a {
		color:#FFFFFF;
		font-size:90%;
	}
	
	a:link, a:visited {
		color: #FFFFFF;
	}
	
	a:hover, a:active {
		color:#33FFCC;
		text-decoration: underline;
		width:auto;
	}
	
	a img {
		border: none;
	}
	
	a.button:hover, a.button:visited, a.button:link {
		text-decoration: none;
		color: #333;
	}
	
	
	.button{
	background-color:#669966;
	color:#FFFFFF;
	
	}
#data{
text-align:left;
}
#res{
height:100px;
width:600px;
text-align:left;
vertical-align:top;
}
#zsp{
width:50px;
height:50px;
}

#navtop{
width: 1090px;
height:180px;
text-align:center;
}
#navmid{
width: 1090px;
height:580px;
text-align:center;
}

#container{
width:1100px;
background-color: #FFFCE9;
padding:2px;
}
#header {
			background-color: #FFFCE9;
			background-image: url("../images/pm_sm.gif");
			background-repeat: no-repeat;
			width: 1090px;
			height: 60px;
			margin: 0px auto 0px auto;
		}

#stat{
width:230px;
height:200px;
float:left;
}
#vnav{
width:230px;
height:600px;
float:left;
}
#hnav{
height:200px;
width:830px;
float:right;
text-align:left;
}
#map{
height:400px;
width:600px;
float:left;
}
#vz_c1{
float:left;
}
#vz_c2{
float:right;
}

#vgads{
float:left;
}


#vz_r{
float:right;
}



/* Menu */
		#menu {
			background-color: #D3D2BD;
			margin: 0;
			padding: 4px 0 0 0;
			text-align: left;
			height:18px;
			float:right;
		}
		
		#menu ul {
			margin: 0 0 0 2px;
			padding: 0 0 0 0;
		}
		
		#menu li {
			display: inline;
		}
		
		#menu li a {
			background-color: #E2E0BE;
			color:#000000;
			font-weight: bold;
			padding: 2px 20px 1px 20px;
		}
		
		#menu li a.activeLink {
			background-color: #fff;
			color: #596f8d;
			font-weight: bold;
			padding: 2px 20px 2px 20px;
		}
		
		#menu li a:hover{
			background-color: #efe7d1;
			color: #596f8d;
			font-weight: bold;
			padding: 2px 20px 1px 20px;
		}
		
		
#footer{
	height:25px;
	text-align:center;
}
