﻿body
{
	margin:0px;
	padding:0px;
	font-size:0.9em;
}
ol, ul, li, table, td, tr, th, span, p, div, h1, h2, h3, h4, h5, hr, img, a
{
	margin:0px;
	padding:0px;
	border:none
}
hr
{
	border-style: inset;
	border-width:thin;
}
li
{
	margin-left:15px;
}
h2, h2 a
{
	padding-bottom:12px;
	padding-top:20px;
	text-decoration:none;
	color:#000;
}
p
{
	padding-top:12px;
	padding-bottom:8px;
	padding-left:2px;
	padding-right:2px;
}
a.title, span.title 
{
	font-size:larger;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#MapNavigation
{
	width:585px;
	height:100%;
	margin-left:50px;
	background:url('img/MapNavigation_Repeat.gif') repeat-y center;
}
#mnHeader
{    	
	width:585px;
	height:70px;
	background:#FFF url(img/MapNavigation_Header.gif) no-repeat center;
	position:relative;
	margin-top:-11px; 
}
#mnReCentering
{
	width:585px;
	height:100%;
	display:inline-block;
	border-bottom:solid 3px #223366;
	background:url('img/MapNavigation_Re-Centering.gif') no-repeat center;
}
#mnZoom
{
	width:585px;
	height:100%;
	display:inline-block;
	border-bottom:solid 3px #223366;
	background:url('img/MapNavigation_Zoom_In_Out.gif') no-repeat center;
}
#mnInsertExport
{
	width:585px;
	height:100%;
	display:inline-block;
	border-bottom:solid 3px #223366;
	background:url('img/MapNavigation_InsertExport.gif') no-repeat center;
}
#mnIdentify
{
	width:585px;
	height:100%;
	display:inline-block;
	border-bottom:solid 3px #223366;
	background:url('img/MapNavigation_Indentify_Map_Layers.gif') no-repeat center;
}
#mnGoBack
{
	width:585px;
	height:100%;
	display:inline-block;
	border-bottom:solid 3px #223366;
	background:url('img/MapNavigation_GoBack.gif') no-repeat center;
}
#mnGoForward
{
	width:585px;
	height:100%;
	display:inline-block;
	border-bottom:solid 3px #223366;
	background:url('img/MapNavigation_GoForward.gif') no-repeat center;
}
.Directions
{
	width:585px;
	float:right;
	text-align:left;
	padding-right:4px;
}
#BookmarksPane
{
	/* Width Defined By javascript */
	background:#ccd6dc url(img/Bookmarks_bg.jpg) repeat-y left;
	border-right:double 4px #999;
	height:100%;
	overflow:hidden;
	position:fixed;
}
#BookmarksPane div
{
	padding-left:14px;
}
#Main
{
	/* Width Defined By javascript */
	position:relative;
	padding-left:12px;
}
#bookmark_list li
{
	list-style:none;
	height:14px;
	padding:4px;
	height:auto;
}
#bookmark_list li a
{
	color:#223366;
	padding:0px;
	
}
#bookmark_list li a:hover
{
	text-decoration:none;
}

