page 
{
	color: Black;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: x-small;
}

body {
	background: #e9e9e9;
	color: #000000;
	font: 90% Arial, Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center; 
}

#container
{
	background: #fff;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 755px;
}

h2
{
	background: #209cac;
	color: #fff;
	text-align:center;
	width: 755px;
	margin: 0 -2px 0 0; 
}

#nav 
{
	float: left;
	background: #fff;
	list-style:none;
	margin: 0;
}

#nav li {
	float:left;
}
#nav li a.active {
	background: #e9e9e9;
	color: Black;
	font-weight:bold;
	text-decoration: none;
}
#nav li a{
	display:block;
	float:left;
	padding: 8px 14px;
	border-right: 2px solid #e9e9e9;
	border-collapse:collapse;
	color: blue;
}
#nav li.left
{
	border-left: 2px solid #e9e9e9;
}

#Links 
{
	float: left;
	background: #fff;
	list-style:none;
	margin: 0;
}
#Links li {
	float:left;
	border-right: solid 2px #e9e9e9;
}
#Links li.right {
	float:right;
	border-right:none;
	border-left: solid 2px #e9e9e9;
}
#Links a{
	display:block;
	float:left;
	padding: 8px 10px;
	border-collapse:collapse;
	color: blue;
}
#Links a.external{
	background: transparent url(../images/external.gif) center right no-repeat;
	border-collapse:collapse;
	display:block;
	float:left;
	margin-right: 5px;
	padding: 8px 10px;
	padding-right: 15px;
}

div#addLinks{
	clear:both;
	background: #fff;
	
}

#btnContainer
{
	border: 1px solid silver;
	left: 10px;
	margin: 10px;
	position: absolute;
	top: 10px; 
	z-index: 200;
}

#btn
{
	position:relative;
	clear:both;
	background-image: url(../images/transparent.png) !important;
	background-color: transparent !important;
	background-image: none;
	background-color: #fff; 
	padding: 10px;
	filter:alpha(opacity=50%);  
}

#opaqueText
{position: relative;
}

iframe
{
	background-color:#e9e9e9;
}

img
{
	border: 0;
	}

#imgCameras{position:absolute;left: 0;top:0;z-index: 190;display:block;}

a:link {
 color:Blue;
}
a:visited 
{
	color:Purple;

}
a:hover {
	color: Red;
}
a:active {

}

/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/
#mapSidebar{background-color: #fafafa;}

#map{
	background: #e9e9e9;
	clear:both;	
	display: block;
	float: left;
	margin: 0 0 0 0;
	position:relative;
	width: 100%;
}

.Instructions
{
	background:#fcfcfc;
	margin: 4 2 2 4;
	padding: 2 2 5 2;
	width:849;
	}

.header
{
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	font-size:small;
	font-weight:bold;
	color:Black;
	}	

 
 #mapTimeStamp {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	color: #a0a0a0;
	position: absolute;
	bottom: 5;
	right: 5;
	background-color: White;
	z-index: 111;
	}
#northArrow {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	position: absolute;
	bottom: 10;
	left: 5;
	z-index: 212;
	}

dt
{
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 5px 0 5px 5px;
}
dt img{padding: 0 .5em 0 0;}
dd
{
	padding: 0;
	margin: 0 0 0 8px;
}
