#locator {
	width: 621px;
	position: absolute;
	top: 180px;
	left: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}


h1 {
	color: black;
	font-weight: bold;
	font-size: 140%;
	margin: 0 0 10px 0;
}

h2 {
	font-face: Arial;
	font-size: 17px;
	font-weight: bold;
	border-top: 1px solid #b1b0b0;
	margin-top: 30px;
	padding-top: 30px;
	display: block;
}

.blue {
	color: black;
}
#locations .blue {
	color: #326DB1;
}
.green {
	color: #418055;
}

#locations {
	float: left;
	width: 170px;
}
ol#stores {
	list-style-type: upper-alpha;
	padding: 0;
	border: 0;
	margin: 0 0 0 3em;
}
ol#stores li {
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
}
ol#stores a,
ol#stores a:hover {
	font-weight: bold;
	text-deocration: none;
}
* html .ieFix {
	height: 1%;
}
.error {
	border: 1px solid red; 
	background-color: #E9BDBD; 
	padding: 10px; 
	margin: 0 0 10px 0;
}
.bottomDivider {
	border-bottom: 1px solid #CCCCCC;
}
#locationsAndMap {
	position: relative;
	width: 621px;
}
#locations {
	height: 426px; 
	width: 200px; 
	overflow: auto;
}
#mapWrapper {
	width: 417px; 
	height: 426px; 
	float: right;
	background: #FBFBFB; 
	border: 1px solid #E4E2E3;
	padding: 0;
	margin: 0;
}
#map {
	margin: 3px;
	width: 411px; 
	height: 420px; 
	border: 1px solid #E4E2E3;
}