/* container for holding the map module */
.map-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
	height: 800px;
}

/* styles for the Google Map */
.map-presentation {
	height: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 500px;
	font-size: 12px;
}

/* styles for the marker list container */
.map-links {
}

/* styles for the marker list */
.map-link-list {
}

/* styles for a marker list item */
.map-link-list-item {
}

/* styles for a marker list link */
.map-link-list-anchor {
}

#map-container h1 {
	font-size: 15px;
	color: #A8B400;
}

#map-container h2  {
	font-size: 12px;
	color: #000000;
}



