﻿h1.locationTitle {
	line-height: 25px;
	padding: 5px 0px 5px 24px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: White;
}
.locationList h3, h2.subTitle {
	background-color: #3782AC;
	display: block;
	line-height: 25px;
	padding: 5px 24px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: White;
}
h2.subTitle {
	font-size: 16px;
}
.locationList h3 {
	cursor: pointer;
}
.locationList ul {
	margin-left: 20px;
	display: none;
}
.locationList a {
	color: White;
}
li.comingSoon {
    text-decoration: underline;
}
.locationAddress {
	font-size: 14px;
	display: block;
	margin: 14px 0 0px 24px;
}
p.locationDesc {
	float: left;
	margin: 10px 24px;
}
.mask {
	position: relative;
	overflow: hidden;
}
.mask .photoFrame {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.mask .maskedPhoto {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
div#smallPhoto, div#largePhoto {
	height: 203px;
	float: left;
	clear: right;
}
div#smallPhoto {
	width: 160px;
	margin:0 10px 0 24px;
}
div#largePhoto {
	width: 312px;
}
div#directionsLeft {
	position: relative;
	margin-left: 24px
}
div#directionsLeft div#directionsPhoto {
	height: 149px;
	width: 195px;
	position: absolute;
	top: 0;
	left: 0;
}
div#directionsLeft div.directionsAddress {
	position: absolute;
	top: 150px;
	font-size: 14px;
}
div#directionsMapURL {
	height: 235px;
	width: 260px;
	float: right;
	margin-right: 24px;
}
div#directionsMapURL h3 {
	color: Black;
}
div#directionsMapURL a {
	position: relative;
	z-index: 9999 !important;
}
div#directionsMapURL .map {
	width: 248px;
	height: 223px;
	overflow: hidden;
	position: relative;
	z-index:3;
	top: 3px;
	left: 3px;
}
div#directionsMapURL #map {
	width: 248px;
	height: 223px;
}

div.mapLink a{
    position: relative;
    display: block;
    width: 214px;
    margin-left: 248px;
    color: White;
}

div.mailingAddress {
    margin: -100px 0 0 297px;
    width: 152px;
    font-size: 14px;
    position: absolute;
}

div.disclaimer {
    margin-left: 24px;
    font-style:italic;
    display: inline;
    width: 300px;
}