﻿body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color:#0000FF;
}

#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
    height:115px;
	background-color: #0000FF;
	background-repeat:repeat-x;
}

#content{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	background-color: #FFFFFF;
	text-align: justify;
}

.StaticMenuItemStyle
{
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	color:White;
	text-decoration:none
}

.StaticMenuItemStyleHover
{
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	color:White;
	background-color: #000099;
	text-decoration:none
}

.MenuDropDownStyle 
{
	background-color:#0000FF;
	color:White;
	border-color: White;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	z-index:1;
}

.MenuDropDownItemStyle 
{
	background-color: #0000FF;
	border-style: none;
	z-index: 1;
	color: White;
	padding: 3px;
	z-index:1;
}

.MenuDropDownItemStyleHover 
{
	background-color:#000099;
	border-style: none;
	z-index: 1;
	color: White;
	padding: 3px;
}


#siteName
{
    font-size: 72px;
    color:White;
}

.frontitem
{
	font-size:small;
}

#map 
{
    position:relative;
    width: 100%;
    height: 500px;
    border-style: none;
    z-index:0;
}

#location
{
    position:absolute;
    top:0px;
    left:10px;
    z-index:1;
    font-size:small;
    background-color:Navy;
    color:White;
    padding:5px;
    width:200px;
    text-align:center;
}

#scale
{
    position:absolute;
    top:0px;
    left:10px;
    z-index:1;
    font-size:small;
    background-color:Navy;
    color:White;
    padding:5px;
}

#nodelistcaption
{
    margin: 2px;
    padding:2px;
    background-color:Navy;
    color:White;
    font-size:x-small;
    cursor:pointer;
}

#nodelist
{
    margin: 2px;
    background-color: Navy;
    color: White;
    font-size: x-small;
}

#nodelist th
{
    background-color: Navy;
    color: White;
    font-size: x-small;
    font-weight:bold;
}

#nodelist td
{
    background-color: Navy;
    color: White;
    font-size: x-small;
}

#nodelistform
{
    position:absolute;
    z-index:1;
    background-color:White;
    color:Navy;
    font-size:x-small;
    border:solid thin Navy;
}

#nodelistcontainer
{
    margin: 2px;
    background-color:Navy;
    color: White;
    overflow:auto;
}

.olPopup p { margin:0px; font-size: .9em;}
.olPopup h2 { font-size:1.2em; }
