body
{
  text-align: center;
  margin: auto;
  font-family: verdana, arial, ans-serif;
  background-color: #002046;
  font-size: 11px;
  color: #fff;
}


 a
  {
    color: #feb711;
    font-weight: bold;
    text-decoration: none;
  }
  

 a:hover
  {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }


#wrapper
{
  margin: auto;
  width: 808px;
  text-align: left;
  background-image: url(images/wrapperbg.jpg);
  background-repeat: repeat-y;
}


#header
{
  float: left;
  margin: 0 0 0 0;
  height: 108px;
}


#middle
{
  float: left;
  width: 800px;
}



#flash
{
  float: left;
  margin: 0 0 0 0;
}




#main
{
  float: left;
  width: 599px;
  margin: 0 0 0 0px;
  height: 500px;
}

  html>body #main{height:auto!important; min-height: 500px;}


  #main p
  {
    margin: 0;
    padding: 7px;
  }

  #title
  {
    font-weight: normal;
    font-size: 17px;
    color: #dbb900;
    margin: 0;
    padding: 7px;
    background-color: transparent;
  }
  
  #homeblurb
  {
    float: left;
    width: 370px;
    margin: 0 0 0 0px;
  }
  

  
  .map
  {
  border: none;
  }
  
  

#features
{
float: left;
margin: 0 0 7px 0;
}


  #features ul
  {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  #features li
  {
  float: left;
  margin: 7px 0px 0px 7px;
  }
  
  #features li a
  {
  display: block;
  width: 150px;
  border: 1px solid navy;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: navy
  }

  #features li a:hover
  {
    background-color: #dab900;
  color: navy;
  }



#right
{
  float: right;
  width: 195px;
  color: #fff;
}


  #right p
  {
    margin: 0;
    padding: 7px 7px 7px 0px;
  }


#footer
{
  clear: both;
  width: 800px;
  background-color: #22356a;
  text-align: center;
}


  #footer ul
  {
  list-style: none;
  padding: 3px 0 3px 0;
  margin: 0
  }
  
  #footer li
  {
  display: inline;
  margin: 0 3px 0 3px;
  }
  
  #footer a
  {
  color: yellow;
  }


  #footer a:hover
  {
  color: white;
  text-decoration: underline;
  }

#inlineSecond
{
  margin: 0 0 15px 0;
}
 
 
#feature
{
  float: left;
  width: 200px;
  height: 175px;
  margin: 10px 0 7px 4px;
  background-image: url(images/featurebox.jpg);
  background-repeat: no-repeat;
  border: 1px solid #22356a;
}


      html>body #feature {height: auto !important; min-height: 175px;  margin: 10px 0 7px 7px;}


#feature #inlineFourth
{
	float: left;
  height: auto;
	width: 200px;
	position: relative;
	margin: 35px 0px 0px 0px;
}