@charset "utf-8";
/* CSS Document */
#content .errmsg
{
    color:#ff0000;
    text-align:center;
}
#footerlinks
{
   font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:right; 
}
#footerlinks a
{
    text-decoration:none;
}
#footerlinks a:hover
{
text-decoration:underline;
}
.hours
{
    background-color:#ffffff;
}
body {
	padding:0px;
	margin:0px;
	background-image:url(images/banner.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}

#container {
	width:756px;
	margin:0 auto;
	display:block;
	}
	
#header {
	height:136px;
	}	
	
#header #logo {
	height:87px;
	width:482px;
	position:absolute;
	}
	
#header #car {
	width:284px;
	height:135px;
	position:absolute;
	margin-left:480px;
	}	
	
#header #nav {
	position:absolute;
	margin-top:94px;
	height:35px;
	width:460px;
	}	

#content {
	padding-top:10px;
	width:756px;
	}

.colLeft {
	float:left;
	width:410px;
	padding:0 15px 10px 0;
	border-right:1px solid #e5e5e5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;

	}
	
.colRight {
	float:right;
	width:280px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	}	
	
h1 {
	font-size:19px;
	margin:0;
	padding:0 0 10px 0;
	color:#000000
	}	
	
h2 {
	font-size:14px;
	margin:0;
	padding:0 0 10px 0;
	color:#000000
	}		

hr {
	color:#e5e5e5;
	}

#center {
	background-image:url(images/slice.gif);
	background-repeat:repeat-y;
	padding:0px 15px 5px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	overflow:hidden;
	clear:both;
	}	
#bottomInfo
{
    color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin:0 0 0 0;
	padding:7px 20px 20px 20px;
	text-align:center;
	background-image:url(images/slice.gif);
	background-repeat:repeat-y;
}
#bottom {
	overflow:hidden;
	clear:both;
	height:30px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	padding:7px 0 0 60px;
	}	
#bottom a, a:hover
{
    color:#ffffff;
}	

a {
	color:#638c45;
	}
	
a:hover {
	color:#638c45;
	text-decoration:none;
	}		
	
ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 10px 0;
  font-weight: bold;
  text-align: center;white-space: nowrap;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  }
ul#minitabs li{
	display: inline;
}
ul#minitabs a{
	text-decoration: none;
	padding: 0 7px 10px 2px;
  color: #fff
 }
ul#minitabs a#current{
	color: #06F;
}
ul#minitabs a:hover{
	color: #fff;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom center
} 	

ul#minitabs .line {
	border-right:1px solid #fff;
	padding-right:10px;
	}