/* CSS Document */
body{
font-weight:normal;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
margin:0;
color:#000;
background-image: url(images/tile.jpg);
background-repeat: repeat;
background-color:#a8a8a8;
}

.wrapper{
width:904px;
margin:auto;
background-color: white;
text-align: left;
}

.innerwrapper{
width:889px;
margin: auto;
}



.top{
float: left;
height: 166px;
width: 889px;
background-image: url(images/top.jpg);
background-repeat: no-repeat;
}

a{
color: #02144b;
font-weight: bold;
text-decoration: none;
}

a:hover{
color: gray;
font-weight: bold;
text-decoration: none;
}




.side{
float: left;
width: 250px;
margin: 10px 0 0 0;
}


  .side p{
  margin: 0;
  padding: 7px 14px 4px 7px;
  }
  
  .side #sidetitle
  {
  font-size: 15px;
  color: white;
  margin: 0;
  padding: 0;
  background-color: #02144b;
  padding: 5px;
  }
  




  #buttons{
  float: left;
  text-align: center;
  margin: 144px 0 0 0;
  font-size: 14px;
  }
  
  #buttons ul{
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
  #buttons li{
  display: inline;
  margin: 0px 5px 0px 0px;
  }
  
  
  #buttons li a{
  padding: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }
  
  #buttons li a:hover{
  color: silver;
  text-decoration: none;
  font-weight: bold;
  }
  

.main{
float: right;
width: 614px;
margin: 10px 0px 10px 0px;
}

  .main p{
  margin: 0;
  padding: 7px 0px 7px 0px;
  }
  
  .cars{
  float: right;
  margin: 10px 0px 10px 0px;
  }

 
  #title
  {
  font-size: 15px;
  color: white;
  margin: 0;
  padding: 0;
  background-color: #02144b;
  padding: 5px;
  
  }
  
  #content
  {
  width: 600px;
  float: left;
  }
  
  #map
  {
    border: none;
  }
  
  .homeblurb
  {
  width: 400px;
  float: left;
  }

      #feature {
	     float: right;
	     width: 200px;
	     position: relative;
       margin: 0px 0px 0px 10px;
       height: 200px;
	     background-image: url(images/featurebox.jpg);
	     background-repeat: no-repeat;
	     border: 1px #02144b solid;
	     }
	     
	     
            html>body #feature{height: auto !important; min-height: 200px; }


      #feature #inlineFourth {
	     height: auto;
	     width: 200px;
	     position: relative;
	     margin: 34px 0px 0px 0px;
      }
      
#footer
{
clear: both;
width: 904px;
background-color: gray;
text-align: center;
}

  #footer ul
  {
  margin: 0;
  padding: 5px 0 5px 0;
  list-style: none;
  }
  
  #footer li
  {
  display: inline
  }
  
  #footer a
  {
  color: #fff;
  padding: 5px;
  }
  
  #footer a:hover
  {
  color: #000;
  }