body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
}
div.clear-both	{ clear: both; height: 1px; overflow: hidden; }
div.clear-left	{ clear: left; height: 1px; overflow: hidden; }
div.clear-right { clear: right; height: 1px; overflow: hidden; }
img { border: 0; }

#wrapper {
	width: 904px;
	margin: 25px auto 0;
	padding: 0 30px;
	font-size: .875em;
}

#header h1 {
	float: left;
	margin: 10px 0 15px;
	font-size: 1.286em;
}
#header #corp-btn {
	float: right;
	display: none;
	margin: 40px 0 0 0;
	text-indent: -9999px;
}

#feature {
	position: relative;
	margin: 0 -2px;
	padding: 4px;
}
#feature ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 892px;
	height: 371px;
	overflow: hidden;
	list-style: none;
}
#feature li {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#feature .slideshow-control {
	display: none;
	position: absolute;
	z-index: 600;
	bottom: 5px;
}

#midbar {
	margin: 20px;
}
#midbar blockquote {
	float: left;
	width: 240px;
	margin: 0 0 0 0;
	font-size: 1.429em;
	letter-spacing: 2px;
	text-align: center;
}
#midbar p {
	margin: 0 0 0 270px;
	line-height: 1.4em;
}

#locations {
	position: relative;
	padding-bottom: 2.5em;
}
#locations h2 {
	margin-bottom: 1em;
	padding-bottom: .5em;
	font-size: 1.286em;
	letter-spacing: 2px;
	text-align: center;
}
#locations #map {
	position: absolute;
	z-index: 499;
	top: 38px;
	left: 0;
}
#locations #left {
	position: relative;
	float: left;
	width: 230px;
	z-index: 500;
}
#locations #right {
	position: relative;
	width: 230px;
	margin-left: 670px;
	z-index: 500;
}

.location {
	margin-bottom: 2em;
}
.location h3 {
	margin: 0 0 .25em;
	font-family: Georgia;
	font-size: 1.143em;
}
.location p {
	margin: 0 0 1em;
	font-size: .857em;
}

#footer {
	padding: 2em 0 1em;
	font-size: .714em;
}
#footer p {
	margin: 0;
}

