


#location_map{
  	background-image: url(../images/mapzoom.gif);
	height: 586px;
	width: 367px;
  	position: relative;
  	margin: 2px auto;
  	width: 367px;
  	border: 1px solid #999
  	}

#location_map_message {
   font-size: 12px;
   background-color: #ccc;
   color: #000;
/*
   border-width: 3px;
   border-color: #66C #000 #000 #66C;
   border-style: solid;
*/
   border: 1px white solid;
   padding: 8px;
   font-family: sans-serif;
   line-height: 1.4em;
   /*white-space: nowrap;*/
}


.location_map_point {
  	width: 14px;
  	height: 14px;
  	background-color: #cc6600;
  	color: #000;
  	text-align: center;
  	font-size: 10px;
  	line-height: 1.5em;
  	background-image: url(../images/marker.gif);
  	position: absolute;
  	cursor: pointer;
	}

.location_map_point:hover {
   color: #fff;
   cursor: pointer;
}

#map_text {
   margin: 0;
   width: 400px;
   color: #fff;
}

#map_text td {
   padding-right: 20px;
   padding-left: 20px;
   vertical-align: top;
   line-height: 1.3em;
   font-family: sans-serif;
   font-size: 12px;
}

#map_menu {
   font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 10px auto;
	font-weight: bold;
	}
#map_menu a{
	text-decoration: none;
	}  
#map_menu a:hover {
	text-decoration: none;
	}
	
#map_menu strong {
   color: #512B14;
	}  	
	


li{
	margin: 0 0 10px 0;
	
	}	
	