/*
body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#003C79 url(../images/images_template/bg.gif) repeat scroll center top;
	border:0 solid #CCCCCC;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:36px;
}

#maindiv {
	background-color:#FFFFFF;
	border:0 solid #CCCCCC;
	color:#092667;
	font-size:100%;
	font-weight:normal;
	margin:0 auto;
	padding:0;
	position:relative;
	width:978px;
}

#left-side{
	width: 185px;
	float: left;;
}

#center{
	background-color: white;
	width: 740px;
	float: left;
	border: solid;
	border-width: 1px ;
	border-color: #c0c0c0;
}


.search2 {
	background-color:#00968A;
	height:45px;
	width:978px;
}

a.category{
	color:#00968A;
	text-decoration:none;
}

a.category:hover{
	color:#00968A;
	text-decoration:underline;
}


#title{
	color:#003C79;
	font-family:Arial,Helvetica,sans-serif;
	font-size:160%;
	line-height:100%;
	margin:40px 0 15px;
	padding:0;
}
*/

#mapFrame{
	position:absolute;
}

 #mapFrame #activityAreas{
	visibility:hidden;
	position:absolute;
	top: 5px;
	right: 5px;
	color: white;
	background-color:#00467F;
	padding: 10px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	
}

 #mapFrame #activityAreas a.activityList{
	color: white;
	font-weight: normal;
}

#maindiv #center #mapFrame a:hover,
 #mapFrame #activityAreas a:hover{
	color: #00968A;
	font-weight: normal;
	text-decoration: none;
}

#maindiv #center #mapFrame a,
a.closeX{
	color: white;
	text-decoration:none;
	font-weight: normal;
}

#maindiv #center #mapFrame a:hover,
a.closeX:hover{
	color: #c0c0c0;
	text-decoration:none;
}

 #mapFrame a.activityList{
	color: white;
	text-decoration:none;
}

 #mapFrame a.activityList:focus{
	outline: none;
}

 #mapFrame a.activityList:hover{
	color: #00968A;
}

#mapFrame a.closeX{
	color: white;
	text-decoration:none;
}

#mapFrame a.closeX:hover{
	color: #c0c0c0;
	text-decoration:none;
}

#mapFrame a.internalLink{
	color: #c1e0ff;;
	text-decoration:underline;
}

#mapFrame a.internalLink:hover{
	color: #0080ff;
	text-decoration:none;
}

#mapFrame img.mapMarker{
	border:none;
}

#mapFrame #projectLocation{
	position:absolute;
	width: 50px;
	height: 50px;
	display: none;
}

#mapFrame #projectDescription{
	position:absolute;
	display: none;
	width: 400px;
	color: white;
	padding: 20px 20px 30px 20px;
	z-index: 10;
	background-image: url(../images/map_images/popupBackground5.png);
	background-repeat:repeat;
	/*
-moz-border-radius: 10px 10px 10px 10px;
*/
}


#mapFrame img.popupImage{
	width: 200px;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	border:solid;
	border-width: 1px;
	border-color: white;
	float: left;
}

#mapFrame img.habitatPopupImage{
	width: 125px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	border:solid;
	border-width: 1px;
	border-color: white;
	float: left;
}

#mapFrame #activityCategories{
	font-size:16px;
	color:#00968A;
	width:100%;
	text-align:center;
	padding-top: 570px;
}

#mapFrame table.activity{
	border-collapse:collapse;
}

#mapFrame td.activity{
	padding: 0 20px 3px 5px;
	border: solid;
	border-width: 0px;
	border-color: white;
}

#mapFrame td.habitat{
	padding: 5px 20px 1px 5px;
	border: solid;
	border-width: 0px;
	border-color: white;
}

#mapFrame img.pinLegend{
	border:none;
	height: 15px;
	width: 15px;
}

#mapFrame img.boxLegend{
	border:none;
	height: 10px;
	width: 15px;
}

#mapFrame #closeBox{
	position: absolute;
	top: 10px;
	right: 20px;
	border: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding: 0 3px 0 3px;
}

#mapFrame div.popupName{
	color:white;
	font-weight: bold;
}

#mapFrame #singleMarker{
	position:absolute;
	display:none;
}

#mapFrame a.tab{
	color: black;
	text-decoration:none;
}

#mapFrame a.tab:hover{
	color: #c0c0c0;
	text-decoration:none;
}

#mapFrame ul.habitat{
	list-style-position: outside;
	padding: 5px;
	margin: 2px;
}


