@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #263658;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../pics/bkgd_plate2.jpg) !important;
	background-repeat: repeat-x;
	background-color: #9a9a9a;
}

h1, h2, h3 {
	margin-top: 30px;
	margin-bottom: 0px;
}
h1 

{display:none;/* Changed css to display none 12-15-2010 jpn*/}

p {
	line-height: 1.5em;
	text-align: left;
	font-size: 12px;
}

h4    {
	margin-left: 0em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 20px 25px 40px;
	display: inline; /* IE6 doubled float-margin bug fix */
}

#sidebar1 p {
	font-size: 12px;
	text-align: left;
}

blockquote {
	background: transparent url(../pics/quotes_left.gif) left top no-repeat;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
}

blockquote p {
	background: url(../pics/quotes_right.gif) right bottom no-repeat;
	margin: 0;
	padding-right: 0px !important;
}

#container  {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

#header  {
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center;
} 

#address {
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 20px;
	padding-top: 20px;
	display: inline; /* IE6 doubled float-margin bug fix */
}

#navbar {
	background-image: url(../pics/logo_long.jpg);
	width: 860px;
	margin-right: 20px;
	padding-top: 60px;
	display: inline;
	float: right;
}

#header  h1  {
	margin: 0;
	padding: 10px 0 10px 0;
}

#mainContent  {
	text-align: left;
	float: right;
	display: inline; /* IE6 doubled float-margin bug fix */
	width: 510px;
	padding-top: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
} 

#mainContent p {
	text-align: left;
	width: 450px;
	margin-left: 0em;
	font-size: 12px;
}

#mainContent li {
	color:#263658;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 100px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 1.5em;
}

.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;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* 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;
}

#navbar  a   {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	background-color: #263658;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 15px 5px 15px;
	margin: 5px 5px 0 5px;
	border: 1px solid #263658;
	float: right;
}

#navbar  a:hover   {
	background-color: #DDDDDD;
	color: #263658;
	padding-top: 5px 15px 5px 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#navbar  a.current,#navbar  a.current:hover,#navbar a.current:active {
	color: #263658;
	background: #DDDDDD;
}

.sarahpic {
	float: left;
}

#mapcontent {
	text-align: left;
	float: right;
	display: inline; /* IE6 doubled float-margin bug fix */
	width: 500px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 20px;
}

#repairservices {
	float: left;
	color:#0C0;
}

#newtire {
	float: right;
	padding-bottom: 30px;
	padding-right: 120px;
	padding-top: 0px;
	display: inline; /* IE6 doubled float-margin bug fix */
}

#coupons {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 30px;
	text-align: justify;
	float: right;
	display: inline; /* IE6 doubled float-margin bug fix */
}

#bioContent {
	float: right;
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 40em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: inline; /* IE6 doubled float-margin bug fix */
}

.bio_name {
	font-weight: bold;
}

.imginfo  {
	float: left;
	margin-right: 0px;
}

img.left  {
	float: left;
	padding-right: 10px;
}

img { 
	border:0px; 
}

.special {
	font-style: italic;
	color: #AA0000;
}

.clear  {
	clear: both;
}

#footer {
	color: #FFF;
	background: #263658;
	text-align: center;
	padding-bottom: 18px;
	padding-top: 14px;
	background-image: url(../pics/diamondplate.jpg);
	background-color: #263658;
}

#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FF0;
	padding: 6px 0 6px 0;
	text-align: right;
	font-style: normal;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

#footer a:hover {
	color: #BBBBBB;
}

#footer th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	text-align: right;
	line-height: 2em;
}
.cantrell {
	font-style: italic;
	font-weight: bold;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

#content {
	float: none;
	margin: 0 auto;
	width: 940px;
	height: 100%;
	background: url(../pics/gray_white_bkgd.gif) repeat-y 50% 0;
	background-color: #F00;
}

#clearfloats {
	clear: both;
}

#mytable {
	width: 550px;
	float: right;
	padding: 0px 30px 25px 20px;
}

th {
	font: bold 14px Arial, Helvetica, sans-serif;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	text-align: left;
	padding: 3px 3px 3px 9px;
	background: #eeo;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 0px;
	background: fff;
	color: #263658;
	font-size: 14px;
}

td {
	border-right: 0px;
	border-bottom: 0px;
	background: #FFF;
	padding: 3px 3px 3px 9px;
	font-size: 12px;
}


td.alt {
	background: #FFF;
	color: 263658;
}

th.spec {
	border-left: 0px;
	border-top: 0;
	background: #fff;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
		color: 263658;
}

th.specalt {
	border-left: 0px;
	border-top: 0;
	background: #FFF;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: 263658;
}
