@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #555555;
	background-repeat: repeat-x;
    background-color:#EAEAEA;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	}

html {
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}


* html #container {
height: 100%;
}
	
	
#container{
	width: 980px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #c1bfad;
	}

h1 {
	font-size: 20px;
	color: #9ba409;
	margin-top:0px;
	margin-bottom: 0px;
	clear: both;
	font-weight: normal;
	}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #d25f80;
	margin-top:0px;
	margin-bottom: 0px;
	clear: both;
	}

p {
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
	}


.bold {
	font-weight: bold;
	}

.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}

/*-------------------------------------------LINKS------------------------------------------------------------------*/
a {
	color: #FF6600;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color: #669900;
	text-decoration:underline;
}

a img{
	border: none;
	}

/*-------------------------------------------HEADER------------------------------------------------------------------*/
#header{ 
	width: 100%;
	margin-bottom: 20px;
	color: #FFFFFF;
	}
	
#headertop {
	width: 100%;
	margin: 0px 0px 2px 0px;
	background-color: #003300;
	}

#headertop img.logo {
	margin: 10px 0px 10px 10px;
	}
	
#headerbottom {
	width: 100%;
	height: 30px;
	margin: 0px;
	background-color: #777777;
	padding: 5px 0px 5px 0px;
	}

#headerbottom p {
	float: left;
	margin: 0px 0px 0px 10px;
	display: inline;
	}
	
#quicksearch {
background-image:url(../images/quicksearchback.gif);
width:457px;
height:163px;
float:left;
line-height:10px;
position:relative;
top:10px;
left:312px
}
.short{width:50px;height:18px;float:left; }
.double{width:60px;height:18px;float:left; }
.tripple{width:70px;height:18px;float:left; }
.quadruple{width:145px;height:18px;float:left; }
div.row {
  clear: both;
  padding-top: 3px;
  }

div.row span.label {
  float: left;
  width: 60px;
  }

div.row span.formw {
  float: right;
  width: 160px;
  text-align: left;
  white-space: nowrap;
  } 

div.row span.label2 {
  float: left;
  width: 10px;
  height:18px
  }

div.row span.formw2 {
  float: right;
  width: 50px;
  height:18px
  text-align: left;
  white-space: nowrap;
  } 

.buttonright {
float:right;
padding-top: 3px;
}

.optionalleft {
float:left;
padding-top: 3px;
}


#searchleft {
float:left;
margin-top:35px;
width:220px;
text-align: left;
margin-left:7px;
}

#searchright {
float:left;
margin-top:35px;
width:220px;
text-align: left;
}
	
/*-------------------------------------------Main Nav------------------------------------------------------------------*/
#mainnav{ 
	width: 960px;
	margin-left: 10px;
	margin-bottom: 0px;
	float: left;
	display: inline;
	}

#mainnav ul{ 
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-left: 0px;
	}

#mainnav li{ 
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	width: 110px;
	height: 28px;
	font-size: 16px;
	}

#mainnav li.registerli{ 
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	width: 110px;
	height: 28px;
	font-size: 16px;
	}

#mainnav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #777;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	}

#mainnav ul li a.register {
	display: block;
	width: 100%;
	height: 100%;
	color: #777;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	}
	
/*register tab active*/
#mainnav ul li a.registeractive {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../images/navbghover.jpg);
	background-repeat: no-repeat;
	}
/*end*/

#mainnav ul li a:hover.register {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../images/navbghover.jpg);
	background-repeat: no-repeat;
	}

#mainnav ul li a:hover {
	background-image: url(../images/navbghover.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#mainnav li.active a {
	background-image: url(../images/navbghover.jpg);
	color: #ffffff;
	background-repeat: no-repeat;
}

/*-------------------------------------------BANNER------------------------------------------------------------------*/
#banner{ 
	width: 960px;
	height:182px;
	clear: both;
	margin-left: 10px;
	margin-top: 0px;
	float: left;
	display: inline;
    background-repeat: no-repeat;
	background-image:url(../images/header.jpg)
	}
	#slideshow {
    position:relative;
    height:228px;
	width:181px;
	float:left;
}

#slideshow IMG {
    position:absolute;
    top:1px;
    left:265px;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

	


/*-------------------------------------------TEXT------------------------------------------------------------------*/
#text{ 
	width: 640px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	display: inline;
	min-height: 250px;
	}
	
#text ul{ 
	margin-top: 5px;
	}

#bullets {
	background-image: url(../images/bulletbg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	height: 185px;
	}

.divfloatleft {
	float: left;
	margin-left: 180px;
	display: inline;
	}
	
#bullets ul {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size:14px;
	color:#333333;
	}

#bullets li {
	margin: 0px;
	clear: both;
	padding: 2px 0px 2px 0px;
	}

p.maintenancered {
	text-align: center;
	color:#FF3E3E;
	font-size: 16px;
	}

.boldlined {
	font-weight: bold;
	text-decoration: underline;
	}
	
/*-------------------------------------------FORM------------------------------------------------------------------*/
#side {
	width: 315px;
	margin-top: 3px;
	float: left;
	}


#side a.searchbutton {
	display: block;
	width: 100%;
	height: 33px;
	color: #777;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	background-image: url(../images/search.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	font-size: 16px;
	}

#side a.searchbutton:hover {
	background-image: url(../images/search2.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	}

#formtext {
	width: 295px;
	height: 90px; /*-20 of original height due to top and bottom padding*/
	background-image: url(../images/formtextbg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}

h3 {
	font-size: 16px;
	color: #777777;
	margin-top:0px;
	margin-bottom: 0px;
	}

h4 {
	font-size: 13px;
	color: #777777;
	margin-top:5px;
	margin-bottom: 0px;
	}

h5 {
	font-size: 16px;
	color: #FF6600;
	margin-top:10px;
	margin-bottom: 5px;
	}

#side form{
	width: 100%;
	background-image:url(../images/formbg.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
	float: left;
	}

#side label {
	width: 84px;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	margin-bottom: 5px;
	color: #333333;
	font-size: 12px;
	display: inline;
	}

#side input, select, textarea{
	width: 214px;
	

	background-color: #FFFFFF;
	color: #666666;
	margin-bottom: 5px;
	border: #cccccc 1px solid;
	font-size: 11px;
	}

#side input.submit {
	background-image: url(../images/submit.jpg);
	border: none;
	display: block;
	width: 103px;
	height: 40px;
	float:right;
	clear: both;
	}

#side input.submitcontact {
	background-image: url(../images/submitcontact.jpg);
	border: none;
	display: block;
	width: 103px;
	height: 40px;
	float:right;
	clear: both;
	}

#side img.car {
	display: block;
	float:left;
	clear: both;
	}

#side img.emergency {
	display: block;
	float:left;
	clear: both;
	margin-top: 60px;
	}

/*-------------------------------------------TESTIMONIALS------------------------------------------------------------------*/
#buttons {
	width: 960px;
	margin-left: 10px;
	float: left;
	margin-bottom: 15px;
	display: inline;
	margin-top: 10px;
	}

#buttons a {
	display: block;
	background-repeat:repeat-x;
	height: 35px;
	width: 232px;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	background-image: url(../images/linkbg.jpg);
	margin: 0px 10px 0px 0px;
	font-size: 12px;
	float: left;
	font-weight:bold;
	}

#buttons a.nomargin {
	display: block;
	background-repeat:repeat-x;
	height: 35px;
	width: 234px;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	background-image: url(../images/linkbg.jpg);
	margin: 0px 00px 0px 0px;
	font-size: 12px;
	float: left;
	font-weight: bold;
	}
	
/*-------------------------------------------IFRAME------------------------------------------------------------------*/
#frame {
	float: left;
	margin-top: 15px;
	margin-bottom:15px;
	}

/*-------------------------------------------FOOTER------------------------------------------------------------------*/
#footer {
	clear:both;
	height:40px;
	width:960px; 
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #CCCCCC;
}

#footer p {
	font:10px/18px arial,sans-serif;
	color: #777777;
}

#footer a {
	padding:0px 5px;
	text-decoration:underline;
	color:#ff6600;
}

 