#mapheader{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:normal;
	list-style:none;
	text-decoration:none;
	color:#000000;
	margin-bottom: 6px;	
}

#mapmessage{
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	}

#side_bar_title{
	font-family:Arial;
	font-size:12px;
	padding-left: 10px;
	margin: 2px 5px;
}

#side_bar{
	font-family:Arial;
	font-size: 100%;
	padding-top: 5px;
	padding-left: 10px;
	margin: 2px 5px;
	overflow:auto;
}


#disclaimer{
	font-family:Arial;
	font-size:10px;
	color: #808080;
	padding-top: 7px;
	min-height:58px;
	/*border:1px solid blue;*/
}

#MapDirections{
	margin: 20px 20px;

}
#spacer { width : 10px;
}
#mapWrapperCanvas {
	width : 100%;
	height : 500px;
}

#resultsCanvas {
	position : relative;
	top : 0px;
	left : 0px;
	/*height : 500px;*/
	/*width : 280px;*/
	z-index:0;
}
#mapSearch {
	position: relative;
	top : 0px;
	left : 0px;
}
.mapcanvastable td {
	padding : 0px;
}
.mapcanvastable {
	border-width : 0px;
	border-spacing : 0px;
	border-collapse : collapse;
	border : none;
	padding : 0px;
}
/* canvas view css over-rides */
#mapCanvas .gels {
	width : 280px;
	background-color: #ddeeff;
}
/* search box */
#mapCanvas .gels-form {
	position : relative;
	/*background-color: #FFFFFF;*/
	/*border : 1px solid #979797;*/
	/*height : 78px;*/
	/*width : 272px;*/
	width : 500px;
}

#mapWrapperCanvas .gels-controls {
	position : absolute;
	bottom : -2px;
	left : 0px;
}
#mapWrapperCanvas .gels-app,
#mapWrapperCanvas .gels-extresults-active {
	border : none;
}
#mapWrapperCanvas .gels-list-item {
	margin-bottom : 2px;
}
#mapWrapperCanvas .gels-list-wrapper {
	padding-left : 0px;
}

#maps-content-wrapper
{
	border-top: none;
	border-left: #CCCCCC thin solid;
	border-width: 1px;
	padding: 6px 6px 0px 6px;
}



/* Maps AtoZ Table*/
#tblAtoZ {
        font-family:Georgia, "Times New Roman", Times, serif;
}

#tblAtoZ h1 
{
	font-size: 13px;
	font-weight:normal;
	padding-bottom: 1px;
}

#AtoZ{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding: 0px 0px 0px 0px;
}


/* style buttons */
.button {
  	background-color : #ffffff;
  	border-width : 1px;
  	border-style : solid;
  	color: #4671D5;
}

/* Tables Class */
.table {
	/*float: center;*/
	/*margin-left:5px;*/
	border: #0066CC thin solid;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.table th {
	/*font-size:15px;*/
	font-size:11px;
	font-weight: bold;
	background-color:#0066CC;
	color:#FFFFFF;
}

.table td
{
	font-family: "Segoe UI", sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #505050;
	padding: 0px 3px 3px 3px;
}

/*Collapsible Menu options*/
/* http://www.cssplay.co.uk/menus/vertical_slide.html style for speed? */
#nav {
	font-family: georgia;
	font-size: 11px;
	/*font-weight: Bold;*/
    width: 10px;
    vertical-align: middle;
}
#nav, #nav ul, #nav li {
        margin: 0;
        padding: 0;
        list-style: none;
}
#nav a {
        display: block;
        height: 12px;
		width: 235px;
        padding: 5px;
		text-decoration: none;
}

#nav a:active{	
	/*background-color: #003366;*/
}

#nav a.span {
        /*color: white;*/
        /*background: #4671D5;*/ /*background of tabs (default state)*/
				
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		font-weight:normal;
		list-style:none;
		text-decoration:none;
		color:#0033FF;			
		position: relative;        
}
#nav a.span:hover {
		/*color: white;*/
        /*background: #1240AB;*/ /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */        
        color: #0066FF;
        text-decoration: underline;
        
}

#nav a.span img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	position: absolute;
	top: 5px;
}
#nav li
{
	border: thin solid white;
	clear: both;
}
#nav li ul li {
        /*font-size: 85%;*/
        font-weight: Normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
        border: none;
}
#nav li ul li a {
        /*color: blue;*/
        color:#0066FF;
        /*color: white;*/
        /*background-color: #4671D5;*/
}
#nav li ul li a:hover {
        /*color: white;*/
        text-decoration: underline;       
}
#nav li ul li a:active {
        text-decoration: underline;
        background-color: #EEEEEE;
}

/* Key Images*/
.key {
	border: None;
	vertical-align: Top;
	height: 16px;
	width: 16px;
	padding: 0px 2px 0px 0px;
	visibility: hidden;
}

/* Map Divs */

#MapPage
{
  height:100%;
  margin-top:0px;
  /*border:1px solid blue;*/
  /*min-height:680px;*/
  /*padding-bottom:30px;*//*to accomodate footer*/
}



#mapContainer  {
  height:86%;
  min-height:580px;
  min-width:961px;
  overflow:visible;
  /*border:1px solid red;*/
  margin-left:23px;  
  margin-right:27px;
  }

#mapOptions
{
	float: left;
	width: 260px;
	/*width: 320px;*/
	/*margin: 0;*/
	overflow: visible;
	/*border:1px solid red;*/
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
}

#mapContent
{
	height: 100%; /*margin-left: 325px;*/
	margin-left: 270px;
	border-top: none;
	border-width: 1px;
	border-left: #CCCCCC thin solid; /*border:1px solid green;*/
	padding: 6px 0px 0px 6px;
}

#mapCanvas {
	/* border : 1px solid #979797; */
	height : 90%;
	/*height:480px;*/
	min-height:480px;
	width : 100%;
	min-width:680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#mapCanvas table
{
	padding-top: 5px;
	width : 100%;
	height : 100%;
	/*color:Red;*/
	/*white-space:nowrap;*/
}

#mapCanvas th
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	/*white-space:nowrap;*/
	
}

#mapCanvas td
{
	vertical-align: top;
	padding-bottom: 4px;
	font-size: 12px;
	
}

#mapCanvas p
{
	/*color:Green;*/
	padding: 0px;
}

#mapCanvas a
{
text-decoration:none;
color:#0066FF;
}

#mapCanvas a:hover
{
text-decoration:underline;
color:#0066FF;
}

#mapCanvas a:active
{
text-decoration:underline;
color:#0066FF;
}



.blankline
{
	height: 10px;
}

.mapfooter {
	margin-right: 27px;
	margin-left: 23px;
	/*border:1px solid green;*/
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
}

.mapheader {
margin-right: 27px;
margin-left: 23px;
/*border:1px solid green;*/
}

.mapbreadcrumbs {
width:100%; /*Jon Hawkins*/
min-width:951px;  /*Jon Hawkins*/
}
