@charset "utf-8";
#header {
	background: #126AB4;
	height: 12%;
}
#header img{
	padding: .1em 0 0 1.3em;

}
#header ul {
	float: right;
	margin: 50px 300px 0 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;	
	line-height: 30px;
	white-space: nowrap;
}
#header li {	
	padding: .5em .5em .5em .5em;
	list-style-type: none;
	display: inline;	
	background-color:#99B3CC;
}
#header  li:hover {
	padding: .5em .5em .5em .5em;
	text-decoration: ;	
	background-color:#FFF;
}
#header li a {	
	text-decoration: none;
	color: #333333;
}
#header  li a:link {	
	color: #FFF;
}
#navbar {
	background: #333;
	height: 3%;
}
#map_frame {
	
}
#navigator{
	background: #ccc;
	width: 14%;
	height: 82%;
	float: left;
}
#map_canvas {
	width: 86%;
	height: 82%;
	margin: 0 0 0 14%;
}
#add_banner {

}
#footer {
	background: #333;
	height: 3%;
}