html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
p { margin: 0; padding: 0; }

div.pageContent {
	background: url('../images/pagebg.jpg') scroll repeat-y top center transparent;
	margin: 0 auto;
	width: 1000px;
}

div.innerContent {
	margin: 0 25px;
	padding-top: 4px;
	width: 950px;
}

div.header {
	background-color: #a70319;
	border-radius: 20px;
	-moz-border-radius: 20px;
	height: 200px;
	width: 950px;
}

img#mainLogo {
	float: left;
	margin: 20px 0 0 20px;
	width: 500px;
}

div.headerText {
	color: #ffffff;
	float: right;
	font: 16px Tahoma;
	margin: 50px 0 0 0;
	width: 430px;
}

div.headerText h1, div.headerText h2 {
	font-size: 16px;
	margin: 4px 0 0 70px;
}

div.headerText h2 {
	font-weight: normal;
}

div.nav {
	background-color: #cd9419;
	border-radius: 10px;
	-moz-border-radius: 10px;
	height: 34px;
	margin: 4px 0 0 0;
}
	
div.nav ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.nav ul li {
	float: left;
	padding: 2px 26px 0 0;
	margin: 0;
}

div.nav ul li a {
	color: #f9f9f9;
	display: block;
	padding: 7px 0 8px 20px;
	text-decoration: none;
}

div.nav ul li a:hover {
	text-decoration: underline;
}

div.leftCol {
	margin: 4px 0 0 0;
	background-color: #e8e0cf;
	float: left;
	padding: 8px;
	width: 177px;
}

.callUs {
	background: url('../images/bgCallUsH2.jpg') no-repeat scroll 0 0 transparent;
	color: #514223;
	font-family: "Myriad Pro Cond";
	font-size: 22px;
	font-weight: normal;
	padding: 20px 0 19px 76px;
	margin: 0;
}

div.leftCol address {
    color: #8C2D29;
    font-family: "Myriad Pro Cond",Arial,Helvetica,sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    padding: 0 0 5px;
}

div.leftCol address strong {
	color: #2E2D29;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: -3px;
}

ul#leftMenu {
    height: 100%;
    overflow: hidden;
    padding: 16px 0 4px;
}

ul#leftMenu li {
    height: 100%;
    overflow: hidden;
    padding-top: 4px;
}

#leftMenu a {
    background: url('../images/bgBulet-2.gif') no-repeat scroll 12px center #930000;
    color: #FFFFFF;
    display: block;
    font-family: "Myriad Pro Cond",Arial,Helvetica,sans-serif;
    font-size: 17px;
    padding: 12px 0 8px 35px;
    text-decoration: none;
    text-transform: uppercase;
}

#leftMenu a:hover { background-color: #af8927; }

div.rightCol {
	float: left;
	padding: 8px;
	margin: 4px 0 0;
	width: 177px;
}

div.middleContent {
	float: left;
	padding: 0 8px;
	margin: 4px 0 0;
	width: 548px;
}

div.middleContent h1.midTop {
	background-color: #a70319;
	color: white;
	font-size: 48px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

div.middleContent h1.midBottom {
	background-color: #a70319;
	color: white;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 2px;
	text-align: center;
}

div.middleContent h2.midSub {
	background-color: #a70319;
	color: white;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
}

div.findUs p, div.zipSearch {
	float: left;
}

div.findUs p {
	padding-top: 6px;
	font-weight: bold;
	text-align: center;
	width: 224px;
}

input#zip {
	background-color: yellow;
	color: black;
	font-size: 18px;
	width: 200px;
}

input#zipSub {
	margin-top: 3px;
	vertical-align: top;
}

div.locations {
	background-color: #f9f1cc
}

div.location {
	float: left;
	padding: 5px;
	width: 85px;
}

div.location img {
	width: 85px;
}

div.location img.locImg {
	border: 1px solid #930000;
	display: block;
	height: 85px;
}

div.location span {
	background-color: #930000;
	color: #f3e7a9;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	width: 81px;
}

div.location span.white {
	color: #ffffff;
}