/* global */

* {
	margin: 0px;
	padding: 0px;
}
body {
    font-family: Arial, Verdana, times new roman, sans-serif;
    background-color: #1c3827;
    color: #fff;
}
p {
	font-size: 0.8em;
    line-height: 1.3em;
    color: white;
    margin: 0px 0px 20px 0px;
}
h1 {
	font-size: 1.2em;
	color: #34724b;
	margin: 0px 0px 22px 0px;
}
h2 {
	font-size: 0.9em;
	color: #fff;
	margin: 0px 0px 12px 0px;
	padding-left: 8px;
}
img {
	border: 0px;
}
a {
	font-weight: bold;
	color: #202020;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #1f4fa1;
}
a:active {
	outline: none;
}
.clearfloat {
	clear: both;
	height: 1px;
}

/* layout */

#container {
	width: 915px;
	margin: 0px auto 20px auto;
}
#header {
	height: 151px;
	background-image: url(../images/header.jpg);
}
#header p {
	text-align: center;
	font-size: 1.4em;
	padding-top: 20px;
}
#header p span {
	color: #8dff8d;
}
#content {
	width: 855px;
	border-left: 1px solid #88978e;
	border-right: 1px solid #88978e;
	background-color: #f6f7f6;
	padding: 0px 20px 0px 20px;
}
#content div.floaters {
	float: left;
}
#content div.intro p {
	color: black;
	width: 343px;
}
#content div.intro {
	width: 380px;
}
#content div.brands {
	width: 145px;
	padding-top: 26px;
}
#content div.map {
	float: right;
	width: 305px;
}
#content a.interactive {
	float: left;
	background: url(../images/interactive.gif) no-repeat left center;
	padding-left: 25px;
	line-height: 18px;
	font-size: 0.8em;
	margin-top: 9px;
}
#content a.directions {
	float: right;
	background: url(../images/directions.gif) no-repeat left center;
	padding-left: 30px;
	line-height: 18px;
	font-size: 0.8em;
	margin: 9px 15px 0px 0px;
}
#content div.googleMap {
	border: 1px solid #808080;
}
#content div#mapshadow {
	width: 305px;
	height: 197px;
	background: url(../images/mapshadow.gif) no-repeat right bottom;
	margin-top: 6px;
}
#content p.findus {
	margin: 9px 15px 0px 0px;
	font-size: 0.75em;
	font-weight: bold;
	color: #202020;
	text-align: center;
}
#content p.findus a {
	color: #1f4fa1;
}
#subcontent {
	width: 897px;
	height: 16px;
	background-image: url(../images/content.jpg);
}
#tiles {
	padding: 26px 0px 14px 0px;
}
#tiles img {
	margin-right: 9px;
}
#tiles img.last {
	margin-right: 0px;
}
p.list {
	padding-left: 8px;
	margin: 0px 20px 10px 0px;
	line-height: 1.5em;
}
#footer {
	height: 47px;
	font-size: 0.7em;
	padding-right: 20px;
}
#footer div.copyright {
	float: left;
	background: url(../images/footer.jpg) no-repeat left top;
	width: 805px;
	height: 33px;
	line-height: 33px;
	padding: 0px 30px 0px 11px;
	margin-top: 14px;
}
#footer div.copyright span {
	float: left;
}
#footer div.telephone {
	float: right;
	font-weight: bold;
}
#footer img {
	float: right;
}