body 
{
	margin: 0;
	padding: 0; 
	background-color: #504e4f;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
}

#wrapper
{
	overflow: hidden;
	background-image: url(images/wrapperBG.jpg);
	width: 1128px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
}

#contentWrapper
{
	width: 1026px;
	margin-left: auto;
	margin-right: auto;
}

#banner
{
	margin: 0;
	padding: 0; 
	height: 170px;
	background-color: black;
	color: #c8ab39;
}

#banner img
{
	display: block;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#topNav
{
	background-color: black;
	padding-left: 50px;
	padding-right: 50px;
	overflow: hidden;
	height: 20px;
}

#topNav a
{
	display: block;
	float: left;
	width: 308px;
	color: white;
	text-align: center;
	text-decoration: none;
}

#topNav a:Hover
{
	text-decoration: underline;
}

#topNav a.active
{
	color: #c8ab39;
}

#page
{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../bg.gif);
	overflow: hidden;
}

#pageContent
{
	margin: 10px;
}

#pageContent h2
{
	text-align: center;
}

#contactInfo
{
	width: 306px;
	margin-left: auto;
	margin-right: auto;
}

.contactItem
{
	margin-bottom: 4px;
}

.contactItem h3
{
	width: 72px;
	color: black;
	display: inline-block;
	font-size: medium;
	margin: 0;
}

#locations
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.location
{
	width: 330px;
	height: 170px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-bottom: 20px;
}

.location img
{
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid black;
}

.location h3
{
	margin: 0;
	float: left;
}

.location h3 a
{
	color: blue;
}

.location h4
{
	margin: 0;
	clear: both;
}

.location h5
{
	display: inline-block;
	margin: 0;
	margin-left: 1em;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: right;
}

.location address
{
	margin-top: 0.5em;
	margin-bottom: 0.75em;
	margin-left: 1em;
	white-space: nowrap;
	margin-top: 28px;
}

iframe
{
	border: none;
}
