/*body {
  font-family: Arial, helvetica, sans-serif;
  background-color: white;
  color: black;
  font-size: 12px;
  margin: 0px;
}*/

#mapContainer {
	width: 660px;
	height: auto;
	margin: 0 auto;
	margin-top:25px;
	border:1px solid #c2c2c2;
}

	#map {
		width: 654px; 
		height: 430px;
		float: left;border:1px solid #828180;
		margin:2px;
	}
	
	#mapMarkerList {
		width: 200px;
		height: 430px;
		overflow: auto;
		float:left;
	}
	
		#mapMarkerList p {
			margin: 5px 5px 5px 8px;
		}
	
		#mapMarkerList ul {
			margin: 0;
			padding: 0 0 0 8px;
		}
		
			#mapMarkerList li { 
				margin: 5px 5px 5px 18px;
			}
		
		#mapMarkerList a {
			color:#c7001c;
			text-decoration: underline;
		}
		
			#mapMarkerList a:hover { text-decoration: none; }
			

.mapMarkerName {margin-bottom:5px;}
.mapMarkerDescription {margin-top:5px;margin-bottom:5px;}
.mapMarkerDescription p {margin-bottom:5px;font-style:italic;}

div.mapMarkerDescription {
	width: 200px;
}

.mapMarkerDescription a {
	color:#c7001c;
	text-decoration:underline;
}

.mapMarkerDescription a:hover {
	text-decoration:none;
}

div.mapCredit {
	margin: 0 10px;
	font-size: 10px;
}

div.mapCredit a {
	text-decoration: underline;
	color: #c7001c;
}

div.mapCredit a:hover {
	text-decoration: none;
}

#sharethis_0{display:none;}
