/* v\:* {
	behavior:url(#default#VML);
}
*/
body {
	background-color: white;
	color: black;
	FONT-FAMILY: Arial,sans-serif;
	padding: 0;
	margin: 10px 10px 0;
}

A.menu {color: #FFFFFF; text-decoration: none ; font-weight: bold; }
A.menu:visited{color:#FFFFFF; font-weight: bold;}
A.menu:hover {color: #FFFFFF ;text-decoration: underline; font-weight: bold; }
.style13 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;}
.style17 {color: #CCCCCC}
.style18 {color: #999999}
.style19 {font-size: small}
.style20 {font-size: x-small}

img {
	border: 0;
}

#map {
	width:425px;
	height: 700px;
	border: 1px solid #999999;
	background-color: #e5e3df;
	float: left;
}

#footer {
	font-size: smaller;
	border-top: dotted 1px #999999;
	padding-top: 5px;
}

div.markerTooltip, div.markerDetail {
	font-size: 83%;
	color: black;#_coords {
      background: #ffffff; 
      border: dashed 1px #000000; 
      position: relative;
      top=0; left=0;
      opacity: 0.50; 
      filter: alpha opacity=50; 
      visibility: hidden;
}
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid black;
}

#_coords {
      background: #ffffff; 
      border: dashed 1px #000000; 
      opacity: 0.60; 
      filter: alpha(opacity=50);; 
      visibility: hidden;
	  font-weight: bold;
	  color:#FF0000;
}

h1 {
	font-size: 175%;
	border-bottom: dotted 2px #cccccc;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 80%;
/*	border-bottom: dotted 2px #cccccc; */
	margin: 0 0 0.5em 0; 
}

#info {
	width: 350px;
	float: right;
	overflow: auto;
	overflow-y: scroll;

}
#info #showhide {
	float: right;
	margin: 0;
}
#info h2 {
	margin: 0;
}
#info h3 {
	margin-bottom: 0;
}
#info p, #info ul {
	margin-top: 0;
}
#info ul {
	margin-left: 1.5em;
	padding-left: 0;
}

#loading {
	position: absolute;
	top: 0; left: 0;
	margin: 0 0 0 -16px;
	text-align: center;
	width: 32px;
	color: black;
	background-color: white;
	font-size: 150%;
	border: solid 1px #999999;
	padding: 4px;
	display: none;
	line-height: 1;
}

