/* CSS Document */
body{
text-align:center;
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-x;
background-color:#fff;
}

.wrapper{
width:781px;
margin:auto;
background-color: white;
text-align: left;
}

.top{
float: left;
height: 161px;
width: 781px;
background-image: url(images/top.jpg);
background-repeat: no-repeat;
}


.aplan{
float: left;
margin: 4px 0px 0px 230px;
}

html>body .aplan{
margin: 4px 0px 0px 460px;
}


.aplan img{
border: none;
}


.side{
float: left;
background-image: url(images/side.jpg);
background-repeat: no-repeat;
width: 167px;
height: 575px;
margin-top: 0px;
}


html>body .side{
width: 177px;
}


  .side p{
  margin: 0;
  padding: 7px 14px 4px 7px;
  color: white;
  }
  
  
  .buttons{
  float: left;
  width: 170px;
  margin: 0px 0px 10px 0px;
  }
  
  .buttons ul{
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
  .buttons li{
  display: block;
  width: 170px;
  margin: 0px 0px 0px 0px;
  }
  
  
  .buttons li a{
  padding: 2px 0px 2px 7px;
  color: white;
    display: block;
  width: 170px;
  text-decoration: none;
  font-weight: bold;
  }
  
  .buttons li a:hover{
  background-color: white;
  color: #53567d;
  text-decoration: none;
  }
  

.main{
float: right;
width: 599px;
margin: 10px 0px 0px 0px;
}

  .main p{
  margin: 0;
  padding: 7px 0px 7px 0px;
  }
  
  .cars{
  float: right;
  margin: 0px 0px 10px 0px;
  }
  
  .main .title{
  width: 599px;
  float: left;
  background-color: #53567d;
  margin: 0px 0px 10px 0px;
  }
  
  .main .title h4{
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 5px;
  color: white;
  font-size: 13px;
  }
  
  .main img{
  border: none;
  }
  
  .form{
  clear: left;
  }
  
  .main a{
  color: green;
  }
  
  .main a:hover{
  color: #000;
  }
  

      .homeblurb{
      float: left;
      width: 385px;
      }


      .feature {
	     float: right;
	     width: 200px;
	     position: relative;
       margin: 0px 0px 0px 10px;
        height: 200px;
	     background-image: url(images/feature.jpg);
	     background-repeat: no-repeat;
	     border: 1px #7f9137 solid;
	     }
	     
	     
            html>body .feature{height: auto !important; min-height: 200px; }


      .feature #inlineFourth {
	     height: auto;
	     width: 200px;
	     position: relative;
	     margin: 22px 0px 0px 0px;
      }