body {
	font: normal small Arial, Helvetica, sans-serif;
	background-color: white;
	color: #5A6A4C;
	font-size: 13px;
}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

#headerDiv {
	position: absolute; 
	z-index: 1; 
	top: 5px; 
	left: 50%; 
	width: 750px; 
	height: 78px; 
	margin-left: -375px; 
	border: 0.01in ridge #5A6A4C;
	background-color: #979F7A; 
}

#zoomMenuDiv{
	display: none;
	position: absolute; 
	z-index: 4; 
	top: 84px; 
	left: 50%; 
	margin-left: -56px; 
	border: 0.01in ridge #5A6A4C;
	background-color: #979F7A; 
	color: #E5EAD8;
}

#zoomMenuDiv a {
	color: #E5EAD8;
	text-decoration: none;
}

#zoomMenuDiv a:hover {
	color: #5A6A4C;
	text-decoration: none;
}

#mapDiv {
	position: absolute; 
	z-index: 1;
	top: 84px; 
	left: 50%; 
	width: 750px; 
	height: 357px; 
	margin-left: -375px; 
	border: 0.01in ridge #5A6A4C;
}

#canadaDiv {
	position: absolute; 
	z-index: 2; 
	top: 84px; 
	width: 750px; 
	height: 370px; 
	left: 50%; 
	margin-left: -375px;
	border: 0.01in ridge #5A6A4C;
}

#iFrameDiv {
	display: none;
	position: absolute; 
	z-index: 28;
	top: 84px; 
	left: 50%; 
	margin-left: -375px; 
	border: 0.01in ridge #5A6A4C;
}

#closeiFrameDiv {
	display: none;
	position: absolute; 
	z-index: 29; 
	top: 110px; 
	left: 50%; 
	width: 70px;
	height: 18px; 
	margin-left: -44px; 
	border: 0.01in ridge #5A6A4C;
	background-color: #979F7A; 
}

#closeiFrameDiv a {
	text-decoration: none;
	color: #E5EAD8;
	font-size: 9px;
	font-weight: bold;
}

#maskDiv {
	display: none;
	position:absolute;
	z-index:25;
	top:0px;
	left:0px;
	height: 1040px; 
	width: 100%;
	background-color:#000000;
	opacity:0.1;
	filter:alpha(opacity=10); 
	-moz-opacity: .1;
}

#loadingDiv {
	display: none;
	position: absolute;
	z-index: 26;
	top: 220px;
	left: 50%;
	width: 100px;
	margin-left: -50px;
}

#smallLegendDiv {	
	position: absolute; 
	z-index: 6; 
	top: 448px; 
	left: 50%; 
	margin-left: 220px;
}

#toolsMenuDiv {
	position: absolute;
	z-index: 6; 
	top: 452px; 
	left: 50%; 
	width: 170px;
	margin-left: -360px; 
	background-color: #E9EAE3;
}

#trailsDiv {
	display: none;
}

#pavilionsDiv {
	display: none;
}

#favoritesDiv {
	display: none;
}

#distanceDiv {
	display: none;
}

#downloadDiv {
	display: none;
}

.toolsDiv {
	position: absolute;
	z-index: 5; 
	top: 440px; 
	left: 50%; 
	width: 530px;
	height: 330px;
	margin-left: -375px; 
	border: 0.01in ridge #5A6A4C;
	background-color: #E9EAE3;
	padding-left: 220px;
}

.toolsTxt {
	color: #70845E;
	font-size: 13px;
}

.toolsTxt a {
	color: #3E6DCB;
	text-decoration: none;
	font-size: 11px;
}

.toolsTxt a:hover {
	color: #3E6DCB;
	text-decoration: underline;
	font-size: 11px;
}

#searchResultDiv {
	display: none;
	position: absolute; 
	z-index: 27;
	top: 200px; 
	left: 50%; 
	width: 501px; 
	height: 100px; 
	margin-left: -250px; 
	border: 0.01in ridge #5A6A4C;
	background-color:#000000;
	text-align: center;
	vertical-align: center;
}

#pubDiv {
	position: absolute;
	z-index: 1;
	top: 793px;
	left: 50%;
	width: 750px;
	height: 252px;
	margin-left: -375px;
}

#footAdress {
	font: normal small Arial, Helvetica, sans-serif;
	width: 750px; 
	height: 20px;
	background-color: #009DDC;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
}

#footLink {
	width:750px;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 8px;
	padding-top: 5px;
}

#footLink a {
	color: #5e6c48;
	text-decoration: underline;
}

.infowin {
	background-color:#F4F6F0;
	border:1px black solid;
}

.infowinText {
	font-size: 11px;
}

.infoWinTitle {
	background-color:#F5D038;
	font-weight:bold;
	border-bottom:1px solid #E5EAD8;
	text-align:center;
	font-size: 13px;
}
	 	  
.infoWinLink a {
	color: #3E6DCB;
	text-decoration: none;
	font-size: 11px;
}

.infoWinLink a:hover {
	color: #3E6DCB;
	text-decoration: underline;
	font-size: 11px;
}