body
{
  text-align: center;
  margin: auto;
  font-family: verdana, arial, ans-serif;
  background-color: white;
  font-size: 11px;
  background-image: url(images/ham_tile.jpg);
  background-repeat: repeat-x;
}


 a
  {
    color: #bb2526;
    font-weight: bold;
    text-decoration: none;
  }
  

 a:hover
  {
    color: silver;
    font-weight: bold;
    text-decoration: none;
  }


#wrapper
{
  margin: auto;
  width: 900px;
  background-color: white;
  text-align: left;
}


#header
{
  float: left;
  width: 900px;
  height: 171px;
  background-image: url(images/ham_header.jpg);
  background-repeat: no-repeat;
}

  #header h2
  {
  color: white;
  font-weight: normal;
  font-size: 13px;
  margin: 60px 0 0 25px;
  padding: 0;
  }

#buttons
{
  float: left;
  width: 800px;
  margin: 145px 0 0 8px;
}

  #buttons ul
  {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  #buttons li
  {
    display: inline;
    font-size: 16px;
    margin: 0 5px 0 5px;
  }
  
  #buttons li a
  {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  
  #buttons li a:hover
  {
    color: #bb2526;
    text-decoration: none;
    font-weight: bold;
  }
  

#flash
{
width: 900px;
float: left;
margin: 5px 0 15px 0;
}


#main
{
  float: left;
  width: 595px;
}

  #title
  {
    font-size: 13px;
    color: #bb2526;
    background-color: white;
    font-weight: bold;
    margin: 0;
    padding: 7px;
  }
  
  #main p
  {
  margin: 0;
  padding: 7px;
  }
  
  #map img
  {
    border: none;
  }
  

#right
{
  float: left;
  width: 290px;
}

  #featuretitle
  {
    font-size: 13px;
    color: white;
    background-color: transparent;
    font-weight: bold;
    margin: 0;
    padding: 5px 0px 7px 50px;
  }
  
  #right p
  {
  margin: 0;
  padding: 7px;
  }
  
  
  #right a
  {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }
  

  #right a:hover
  {
    color: #bb2526;
    font-weight: bold;
    text-decoration: none;
  }



    #box1, #box2, #box3, #box4
    {
    float: left;
    width: 275px;
    }
    
    #box1, #box2, #box3, #box4 h1
    {
    background-image: url(images/ham_boxbg.jpg);
    background-repeat: no-repeat;
    }

    .featureboxs
    {
    border: 1px solid #0a2866;
    margin: 7px;
    }
    
    #contactbox
    {
    float: left;
    width: 300px;
    }
    
    


#clearfix
{
  clear: both;
  width: 800px;
}

#footer
{
  clear: both;
  width: 100%;
  background-image: url(images/ham_footer.jpg);
  background-repeat: repeat-x;
  background-color: #0a2866;
}

  #footer ul
  {
    margin: auto;
    width: 900px;
    padding: 15px 0 0 0;
    list-style: none;
  }
  
  #footer li
  {
    display: inline;
    font-size: 11px;
    margin: 0 5px 0 5px;
  }
  
  #footer li a
  {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  
  #footer li a:hover
  {
    color: #bb2526;
    text-decoration: none;
    font-weight: bold;
  }

#feature
{
  float: left;
  width: 200px;
  height: 265px;
  margin: 5px 0 0 7px;
  background-image: url(images/featurebox.jpg);
  background-repeat: no-repeat;
}



#feature #inlineFourth
{
	float: left;
  height: auto;
	width: 200px;
	position: relative;
	margin: 45px 0px 0px 0px;
}