@import url("main.css");

#mapTitle {
	margin-left: 24px;
	font-weight: bold;
	color: #9F9F9F;
}

#mapLocContainer {
	position: relative;
	width: 720px;
	margin: auto;
	margin-bottom: 2px;
}

#mapLocContainerFF {
	position: relative;
	width: 720px;
	margin: auto;
	margin-bottom: 18px;
}

#mapLocations  {
	color: #9F9F9F;
	float: left;
}

#mapLocations a {
	text-decoration: none;
	color: #9F9F9F;
}

#mapLocations a:hover {
	text-decoration: underline;
	color: #666666;
}

#mapDirections {
	color: #9F9F9F;
	float: right;
}

#map {
	position: relative;
	border: 1px solid #999999;
	width: 720px;
	height: 320px;
	margin: auto;
}

#mapKey {
	position: absolute;
	top: 218px;
	left: 415px;
	width: 350px;
	height: 25px;
}

#mapOffice {
	float: left;
	padding-left: 23px;
	width: 75px;
	height: 25px;
	background: url(../images/map/office_sm.gif) no-repeat top left;
}

#mapHospital {
	float: left;
	padding-left: 23px;
	width: 80px;
	height: 25px;
	background: url(../images/map/hospital_sm.gif) no-repeat top left;
}

#mapBariatrics {
	float: left;
	padding-left: 23px;
	width: 120px;
	height: 25px;
	background: url(../images/map/bariatrics_sm.gif) no-repeat top left;
}
