@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #03C;
	background-attachment: fixed;
	background-image: url(images/fadedTire_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	list-style-type: none;
	text-align: center;
	background-color: #039;
}
ul li {
	list-style-type: none;
}

.twoColFixRtHdr #mainContent {
	text-align: left;
	padding-top: 0;
	padding-right: 0.9em;
	padding-bottom: 0;
	padding-left: 1.9em;
	font-style: normal;
	width: 700px;
	margin: 0;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.twoColFixRtHdr #footer {
	color: #FFF;
	background-color: #039;
	padding-top: 0;
	padding-right: 0.9em;
	padding-bottom: 0;
	padding-left: 1.9em;
	font-size: .8em;
	width: 1000px;
} 
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	color: #FFF;
	font-size: 1.5em;
	text-align: left;
	padding-top: .3em;
}
.twoColFixRtHdr #container #sidebar1 table {
	font-size: 0.8em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	color: #006;
}
.sidebar_departments {
	color: #009;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	list-style-type: disc;
	padding-top: 1em;
}
h1    {
	color: #039;
	font-size: 1.7em;
	position: absolute;
	top: -500px;
}
.mediumPadLeft {
	padding-left: 2.4em;
}
h2    {
	font-size: 1.6em;
	color: #039;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent p {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
}


.input { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.navback {
	background-color: #039;
	width: 1000px;
}
.twoColFixRtHdr #container #nav {
	background-color: #039;
	width: 1000px;
	height: 33px;
}
.centerSteveErik {
	padding-left: 2.5em;
}
.paragraph {
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	line-height: 120%;
	text-align: left;
}
.header {
	background-color: #FFF;
	height: 128px;
	width: 1000px;
	padding-top: 0px;
}
.twoColFixRtHdr #container #mainContent h4 {
	color: #FFF;
	background-color: #039;
	width: 675px;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #mainContent {
	width: 675px;
	background-color: #039;
}

h3    {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.MonFri_hours_space {
	padding-left: 1em;
	color: #009;
	font-size: 1em;
}
.Sat_hours_space {
	padding-left: 3em;
	color: #009;
}
.italics {
	font-style: italic;
}
.phone_footerspacing {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	padding-left: 15em;
	text-decoration: none;
}
.largeFooterSpacing {
	padding-left: 39.2em;
}



.smallpadleft {
	padding-left: .5em;
}
.twoColFixRtHdr #container #mainContent #sidebar2 {
	background-color: #039;
	float: left;
	height: auto;
	width: 200px;
}
