html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

BODY
{
	background-color: #e1eaef;
	
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	
}

.locationcontainer {
float:left;
display: block;
font: bold 2.1em sans-serif;
text-align:left;
padding-left:30px;
padding-top:10px;
display: inline;
}

.locationcontainer a {

margin-right:50px;
padding:3px;
padding-left:5px;
padding-right:5px;
background:#eee;
border:1px solid silver;
border-color:#e1eaef;

}

.locationcontainer a:hover{
text-decoration:none;
}

.header {
height:240px;
width:800px;
margin: 0 auto;
background:#fff;
margin-top:20px;
border: 1px solid silver;
border-bottom:0px;
}

.buttonscontainer {
float:left;
background: #fff;
width: 150px;
margin-top:30px;
margin-left:10px;

}

.container {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	margin-bottom:10px;
	width: 780px;
	border: 1px solid silver;
	
}

.main {
	background: #fff;
	
}

.content {
	float: right;
	margin-top:15px;
	
	width: 591px;
}

.footer {
border-top:1px solid silver;
padding-top:7px;
text-align:center;
}

.clearer {clear: both;}

.content li {
	
	margin-left: 18px;
}
.content p {
font-family: "Lucida Sans Unicode",sans-serif;
text-indent:10px;
}

p,code,ul {padding-bottom: 1.2em;}


h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #2271A0;
}


h2 {
	font: bold 1.1em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #2271A0;
}

h3 {
	font: bold 1.2em Tahoma,sans-serif;
	color: #2271A0;
}

.vehicledescleft {
float:left;
width:230px;
border: 1px solid silver;
padding:10px;
margin-top:30px;
margin-left:40px;
display: inline;
}


.vehicledescright {
float:right;
width:230px;
border: 1px solid silver;
padding:10px;
margin-top:30px;
margin-right:40px;
display: inline;
}


ul.cars {
list-style-type:desc;
}

ul.cars li{
font: normal 100% "Tahoma Sans Unicode",sans-serif;
padding-bottom:5px;
}


a {
	color: #2271A0;
	text-decoration: none;
}
a:hover {
	color: #2271A0;
	text-decoration: underline;
}



.buttons a {color: #FFFFFF;
background: url(gradient2.png);
padding: 4px;
padding-left: 3px;
display: block;
border-left: 10px solid #a0a0a0;
border-bottom: 2px solid black;
border-right: 2px solid black;
border-top: 2px solid silver;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}


.buttons a:link {
border-style: outset;
}

.buttons a:visited {
border-style: outset;
}

.buttons a:hover {
border-left: 10px solid #f2ff0f;
text-decoration: none;
color: #FFFFFF;

}

.quotebutton a {

background: #ddd;
border:2px double silver;
font: 14px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
padding:3px;
margin-bottom:5px;
}

.quotebutton a:link {

border-style:outset;
}

.quotebutton a:hover {
text-decoration: none;
border:3px solid #2271A0;
margin: 0 auto;
}

#vehiclebutton {
color: #FFFFFF;
background: url(gradient2.png);
padding: 4px;
padding-left: 3px;
display: block;
border-left: 10px solid #a0a0a0;
border-bottom: 2px solid black;
border-right: 2px solid black;
border-top: 2px solid silver;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;
border-style: outset;
}


#phone {
font-weight:bold;
font-size: 12px;
color:yellow;
margin-top: 2px;
}

#phone2 {
font-weight:bold;
font-size: 14px;
color:white;
margin-bottom:10px;
}

#phone3 {
font-weight:bold;
font-size: 14px;
color:white;
}

.phonelist {
float:right;
margin-top:8px;
margin-right:12px;
margin-bottom:3px;
text-align:right;
display: inline;
}

.flashjpg {
float:left;
margin-left:12px;
margin-top:10px;
display: inline;
}

.floatleft
{
float: left;
width: 255px;
margin: 0 10px 10px 10px;
background-color: #ddd;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
margin-bottom:30px;
display: inline;
}

div.floatleft img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}


 .floatright
{
float: right;
width: 255px;
margin: 0 10px 10px 10px;
background-color: #ddd;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
margin-bottom:30px;
display: inline;
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

.bl {background: url(bl.gif) 0 100% no-repeat #84afd4; width: 150px;}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding-right:10px;padding-top:10px;}
.clear {font-size: 1px; height: 1px}