/*
*******************************************************************

Title:			map.css
Browser(s):		Safari, Firefox, IE

Author:			Andy Davis (www.raddsigns.com)
Created:		05-19-2009
Last modified:	05-26-2009

*******************************************************************
*/

.clear {
	clear: both;
}

/****************************************** MAP STYLES *****/

#map-container {
	width: 816px;
	position: relative;
}

#mapback {
	position: absolute;
	display: block;
	padding: 7px 15px;
	bottom: 0px;
	right: 0px;
	background: #09347a;
	color: white;
	font: normal 14px verdana, arial, sans-serif;
}

#map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('../images/map/bullets.png');
	background-repeat: no-repeat;
	z-index: 2;
	text-decoration: none;
	cursor: pointer;
}

#map a.blue {  background-position: 0px 0px; }
#map a.black   {  background-position: 0px -15px; }
#map a.purple {  background-position: 0px -30px; }
#map a.active { background-position: 0px -45px; }

#map a.bullet:hover { text-decoration: none; }

div#static-text{
	position: absolute;
	top: 15px;
	left: 466px;
	width: 310px;
	height: 455px;
	z-index: 1;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	line-height: 14px; 
	color: #333;
	margin: 208px 0 0 20px;
}

#map div.popup{
	display: none;
	position: absolute;
	top: 15px;
	left: 466px;
	width: 350px;
	height: 455px;
	background: url(../images/map/popup.png) no-repeat;
	z-index: 10!important;
}

#map div.blue { background-position: 0px 0px; } 
#map div.black   { background-position: -350px 0px; } 
#map div.purple { background-position: -700px 0px; } 

#map div.popup h3 {
	display: block;
	padding: 6px 13px 0px 13px!important;
	color: white;
	font: bold 16px verdana, arial, sans-serif;
	margin: 0!important;
}

#map div.popup h4 {
	display: block;
	padding: 4px 13px 0px 13px;
	color: white;
	font: normal 11px verdana, arial, sans-serif;
}

#map div.popup div.popupcontent{
	position: absolute;
	top: 35px;
	left: 4px;
	height: 400px;
	padding: 0 15px;
	overflow: auto;
	overflow: visible;
	font-family: verdana, arial;
	font-size: 9px;
	line-height: 15px;
}

#map div.popup div.popupcontent p{
	margin: 10px 0;
}

#map div.popup div.popupcontent p strong {
	font-size: 11px;
}

#map div.popup div.popupcontent img {
	width: 115px;
	height: 145px;
	margin: 15px 12px 5px 0;
	border: 5px solid #d1cbbb;
	display: inline;
}

#map div.popup div.popupcontent a {
	color: blue;
	border-bottom: 1px dotted blue;
}

#map div.popup div.popupcontent a:hover {
	text-decoration: none;
}

#map div.popup a.close{
	display: block;
	position: absolute;
	top: 6px;
	left: 328px;
}

#map div.popup a.close img{
	border: none;
	z-index: 100;
}

#mapcontent {
	width: 445px;
	height: 475px;
	display: block;
	float: left;
}

ul#map-legend {
	width: 350px;
	float: right;
	position: absolute;
	left: 280px;
	top: 220px;
}

ul#map-legend li label {
	font: bold 14px verdana, arial, sans-serif;
	color: #c1b697;
}

ul#map-legend li.small {
	color: #999;
	font-size: 10px;
	line-height: 14px;
}

a.showAll {
	/*color: #666;
	text-decoration: underline;*/
	color: #000;
	text-decoration: none;
}

ul#map-legend li {
	list-style-type: none;
	margin-bottom: 10px;
	font: normal 12px verdana, arial, sans-serif;
	display: block;
	cursor: pointer;
}

li.legend_1 {
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('../images/map/bullets.png');
	background-repeat: no-repeat;
	padding-left: 20px;
}

li.legend_2 {
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('../images/map/bullets.png');
	background-repeat: no-repeat;
	background-position: 0 -15px;
	padding-left: 20px;
}

li.legend_3 {
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('../images/map/bullets.png');
	background-repeat: no-repeat;
	background-position: 0 -30px;
	padding-left: 20px;
}

li.legend_4 {
	display: block;
	width: 15px;
	height: 15px;
	padding-left: 20px;
}

.grayedOut {
	color: #999;
}

.topLevel {
	position: absolute;
	z-index: 1000;
}

#map div.popup div.popupcontent div.scroll-me {
	width: 320px;
	height: 400px;
	overflow-y: scroll;
}

#map div.popup div.popupcontent div.scroll-me h3 {
	color: #000;
	margin-top: 4px;
	padding-left: 0px!important;
}

#map div.popup div.popupcontent div.scroll-me p {
margin-right: 10px;
}

#map div.popup div.popupcontent div.scroll-me hr {
	width: 300px;
	display: block;
	clear: both;
	margin: 30px 0 20px 0!important;
}

#DisplayName
{
	font: bold 14px verdana, arial, sans-serif;
	width: 285px;
	height:30px;
	background:White;
	color:Black;
	position:absolute;
	left: 40px;
	top: 465px;
	text-align:center;
	
}