/* Google Maps workaround, VML fix
v\:* {
	behavior:url(#default#VML);
}
*/

/* html and body width/height required to work around Google Maps quirk */
html, body {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
}

body {
	background-color: #99cccc;
	color: #000000;
/*	font-family: "Bitstream Vera Sans", "Lucidia Sans", "Arial", "Trebuchet", sans-serif; */
}

h1,h2,h3,h4 {
	line-height: 1em;
	margin: 0px;
	padding-bottom: 4px;
}

h3.size {
	font-weight: normal;
	font-style: oblique;
}

p {
	margin: 0px;
	text-indent: 1.5em;
}

img {
	border: 0px;
	float: left;
	margin-right: 5px;
}

#easementcontainer {
	visibility: hidden;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	font-size: xx-small;
	/*	z-index: 1; */
}

#map {
	width: 100%;
	height: 100%;
	/*	z-index: 2; */
}

.easement {
	width: 350px;
	margin-bottom: 2px;
}

/* vim: set ts=8 sts=8 sw=8 noet: */
