html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	min-width: 100%;
	background-color: #FAF0E6;
	color: black;
	font: 12px verdana, arial, helvetica, geneva, sans-serif;
}

#mapwrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 100%;
	min-width: 98%;
}

#maphdr {
	font: 18px "trebuchet ms", verdana, arial, helvetica, geneva, sans-serif;
	position: absolute;
	top: 0px;
	left: 5px;
	min-height: 4%;
	min-width: 70%;
}

#describe {
	font: 14px "trebuchet ms", verdana, arial, helvetica, geneva, sans-serif;
        font-weight: bold;
	position: absolute;
	top: 95%;
	right: 0px;
}

#info {
	font: 14px "trebuchet ms", verdana, arial, helvetica, geneva, sans-serif;
        font-weight: bold;
	position: absolute;
	top: 2px;
	right:0px;
}
#map {
	position: absolute;
	top: 4%;
	left: 1%;
	min-height: 90%;
	min-width: 100%;
}

#geocode {
	font: 16px "trebuchet ms", verdana, arial, helvetica, geneva, sans-serif;
	position: absolute;
	top: 94%;
	left: 1%;
	min-width: 70%;
	min-height: 4%;
	padding: 5px;
	background: white;
}

#alert {
	position: absolute;
	top: 50%;
	left: 0;
	min-width: 100%;
	text-align: center;
	display: none;
}

#alert p {
	min-width: 150px;
	margin: 0 auto 0 auto;
	padding: 10px;
	background: white;
	border: 1px solid #aaa;
}

body.loading #alert {display: block; }

a {
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

a:hover {
	color: #ffff00;
	background-color: #999999;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

