/******* lose all the browser defaults **********/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

/******* Force scrollbar in short pages to prevent page jump in Gecko ******/
/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/* end hiding from IE5 mac */

/*******  body defaults **********/ 
body {
	background: url(../images/bodyBG.jpg);
	background-attachment: fixed;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #1b1b1b;
}

/********  wrapper ********/
#wrapper {
	margin: 20px auto;
	min-height: 300px;
	width: 900px;
	background-color: #fff;
	padding-top: 1px;
	padding-bottom: 5px;
	font-size: 80%;
}


/*****  headers **************/

#topheader {
	height: 30px;
	border: 1px solid #ccc;
	width: 884px;
	margin: 5px auto;
}

#header {
	height: 232px;
	background:  url(../images/Header_BG.jpg) no-repeat;
	width: 886px;
	margin: 5px auto;
}

/************** Content Area ********************/
#RightCol {
	float: right;
	min-height: 200px;
	width: 250px;
	margin: 0 2px 0 20px;
	/*background-color:#FF0000;*/
}

.set {
	margin: 5px;
}

#RightCol ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 7px;
	/*padding-bottom:250px;
	background-image:url(../images/van.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
}


#RightCol ul li {
	border: 1px solid #484848;
	margin-bottom: 3px;
	width: 236px;
	background-color: #006600;
	background: url(../images/small_wheel.jpg) no-repeat 0 50%;
}

#RightCol ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px;
	/*background-color: #006600;*/
	padding-left:40px;
	
}

#RightCol ul li a:hover, #RightCol li a:focus {
	background-color:#FFFF00;
	color:#333333;
	padding-left:50px;
	background:url(../images/small_wheel_over.jpg) no-repeat 0 50%;
}
#RightCol li {
	font-weight:600;
	}
#secondaryrightcol {
	/*float:left;*/
	min-height: 100px;
	width: 238px;
	margin-left: 6px;
	/*margin: 0 2px 0 20px;*/
	/*background-color:#3399FF;*/
	}
#secondaryrightcol ul {
	/*list-style-type: none;*/
	list-style-position: inside;
	border:1px solid #ccc;
	/*background-color:#E1E1E1
	background:url(../images/clipboard.jpg) no-repeat;*/
}
#secondaryrightcol ul li {
	margin:0;
	padding:0;
	background-image:none;
	background-color: transparent;
	border:none;
	color:#000000;
	width:200px;
	margin-bottom:2px;
}
ul#hours li span {
	float:right;
	}
#content {
	border: 1px solid #ccc;
	margin: 5px 250px 5px 9px;
	min-height: 380px;
	padding-bottom: 20px;
}


#content ul {
	/*list-style-position: inside;*/
	list-style-type:none;
	padding-left: 25px;
	margin-top: 15px;
	
}
#content ul li {
	background: url(../images/bullet.gif) no-repeat 0 50%;
	padding-left:30px;
	}
#content a {
	color: #b25100;
}

#content a:hover {
	color: #ff7604;
	text-decoration: none;
}
#content h1 {
	text-indent: -5000px;
	background: url(../images/introduction.gif) no-repeat;
	width: 450px;
	height:40px;
	}
#googlemap {
	margin-left:30px;
	}
/********* All floats must be cleared ********/

.clear {
	clear: both;
	font-size: 1px;
}
.clearit {
	clear:left;
	}
.clearboth {
	clear:both;
	}
/************ Footer styles ***************/
#footer {
	min-height: 30px;
	width: 884px;
	margin: 6px auto 0 auto;
	border: 1px solid #ccc;
	clear: both;
}

#footer p {
	font-size: 85%;
	float: left;
	padding: 0;
	margin: 6px 0 0 6px;
}

#footer a {
	color: #a80202;
}

#footer a:hover {
	text-decoration: none;
}
p#footerleft {
	float:left;
	font-weight:900;
	padding-left:10px;
	}

/********* Headings ****************/

h1, h2, h3 {
  font-size: 125%;
  margin: 5px 0 5px 5px;
}

h2 {
	font-size: 120%;
	margin-bottom: 0;
	margin-top: 20px;
}

h3 {
	font-size: 110%;
}

h4, h5, h6 {
	font-size: 105%;
	margin: 8px 0 3px 0;
}

h4 {
	margin-top: 30px;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 95%;
}

p {
	margin: 5px 8px 8px 5px;
}

/***** Image floats **************/
.left {
	float: left;
	margin: 5px 10px 15px 0;
}

.right {
	float: right;
	margin: 5px 0 2px 5px;
}

#topheader .right {
	float: right;
	margin: 3px 4px 2px 2px;
}

.slogan {
	margin-top: 3px;
}
/******** End image floats *********/

/* loads the roll over images when the page first loads
and hides them from view, will prevent roll over lag*/

#cacheit {
	display: none;
}

/****** For IE mac ***********/

 /*\*//*/
 #footer {
 	height: 30px;
 }
/**/
/* styles for contact form */

form {
  margin: 10px 10px 0 10px;
  border:#cccccc solid 1px;
  }
 fieldset {
 	border: 1px solid #CCCCCC;
	}
input {
	border: 1px solid #000
	}
#name, #email {
  width: 200px;
  border:1px solid #CCCCCC;
  background-color:#FFFFCC;
  }
#message {
  width: 370px;
  height: 150px;
  background-color:#FFFFCC;
  border:1px solid #CCCCCC;
  }
/* warning style */
.warning {
	color:#FF0000;
	}
