.googleMapContainer {
	float: right;
	display: block;
	clear: both;
	position: relative;
	top: -75px;
	width: 350px;
	height: 300px;
	margin: 0px 50px 0px 0px;
	border: 1px solid #000000;
	background-color: #999999;
}

.googleMap {
	width: 350px;
	height: 300px;
}

.locationContainer {
	width: 245px;
	height: auto;
	margin: 0px 25px 0px 15px;
}

a.mapLink {
	color: #821DC7;
	text-decoration: underline;
	font-weight: bold;
}

a.mapLink:hover {
	color: #0B678E;
}