/*
	COPYRIGHT 1996, 2009, 2010 JAMES H. ZISCH. ALL RIGHTS RESERVED.
	CONTACT:  James H. Zisch - Computer Services (JHZ-CS) http://www.jhz-cs.com/
*/

#map {
	z-index: -1;
	position: absolute;
	display: block;
	margin: 0;
	padding: 10px 0 10px 0;
	top: 0px;
	left: 0px;
	width: 220px;
	overflow: auto;
	background-color: transparent;
	font: bolder normal normal 8pt LucidaGrande, LucidaSansUnicode, Verdana, Arial, Geneva, sans-serif;
}

.mapHead {
	display: block;
	width: 195px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 20px;
	background-color: #003399;
	color: #FFFFFF;
	vertical-align: middle;
	font: bolder normal normal 8pt LucidaGrande, LucidaSansUnicode, Verdana, Arial, Geneva, sans-serif;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0 5px 5px #888;
}

.mapFoot {
	display: block;
	width: 200px;
	height: 20px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 20px;
	color: #FFFFFF;
	vertical-align: middle;
}

#mapBody {
	margin: 0;
	padding: 0;
	top: 0px;
	height: auto;
	left: 0px;
	width: 217px;
	white-space: nowrap;
	background-color: transparent;
/*	border: thin silver dotted;	/* development only */
}

#mapBody div.group {
	position: relative;
	display: none;
}

#mapBody h1, #mapBody h2, #mapBody h3, #mapBody h4 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font: bolder normal normal 8pt LucidaGrande, LucidaSansUnicode, Verdana, Arial, Geneva, sans-serif;
	white-space: nowrap;
	line-height: 1.2em;
	text-transform: none;
	color: #000000;
	cursor: pointer;
}

#mapBody h1, #mapBody h2, #mapBody h3, #mapBody h4 {
	font-weight: normal;
}

#mapBody h1 {
	text-indent: 1ex;
}

#mapBody h2 {
	text-indent: 4.5ex;
}

#mapBody h3 {
	text-indent: 8ex;
}

#mapBody h4 {
	text-indent: 11.5ex;
}

#mapBody a:link, #mapBody a:visited {
	color: #003399;
}

#mapBody a:hover, #mapBody a:visited:hover {
	color: #CC0000;
}

#mapBody a:active {
	color: #00FF00;
}

#mapBody a:link, #mapBody a:visited, #mapBody a:hover, #mapBody a:visited:hover, #mapBody a:active, #mapBody a:visited:active {
	text-decoration: none;
}

#mapBody a:link, #mapBody a:hover, #mapBody a:active {
	text-decoration: underline;
}
