html { height: 100% }

body { 
	height: 100%; 
	margin: 0px; 
	padding: 0px 
}

#map_canvas { 
  	height: 100%;
  	//z-index: -1;
  	top:25px;
}

#mapCanvasAdd { 

}

#legend{
	top:0px;
	left:5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	z-index: 5;
	position: absolute;
	position: fixed;
	height: 25px;
	width: 100%;
	background-color: #fff;
	padding-top: 3px;
}

#googlead{
	bottom: 0px;
	left: 10px;
	position: absolute;
	position: fixed;
	visibility: visible;
}

.infowindow {
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
	height: 150px;
}

.addlink {
	background-color: white;
	z-index: 5;
	padding: 5px;
	position:relative;
	position: fixed;
	top:30px;
	left: 100px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
}

