
  body {
    background-color: #251200;
    margin: 0;
    padding: 0;
  }

  #header {
    background-image: url("../images/bg-header.png");
    background-repeat: repeat-x;
    height: 100px;
    padding: 0;
  }
  #header h1 a {
    text-indent: -9999px;
    background: url(../images/logo.png);
    height: 60px;
    width: 335px;
    float: left;
    padding: 0;
    }
  .main-nav {
    margin-top: 25px;
    height:30px;
  }
  .main-nav ul {
    float: right;
  }
  .main-nav li {
    display: inline;
    margin-left: 40px;
    float: left;
    list-style: none;
  }
  .main-nav li a {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 12pt;
    text-decoration: none;  
  }
  .main-nav li a:hover {
   color: #a4b761;
  }
    .main-nav li .active, a {
   color: #a4b761;
  }
  #feature {
    background-color: #e3e3e3;
  }
 
div#slideshow {
  width: 940px; height: 529px; padding: 0;
  background: url(images/border.png);
  overflow: scroll;
  overflow: hidden;
  position: relative; 
  z-index: 5;
  margin: auto;
}

div#slideshow ul#nav {
  display: none;
  list-style: none;
  position: relative; 
  top: 195px; 
  z-index: 15;
}
  div#slideshow ul#nav li#prev {
    float: left; 
    margin: 0 0 0 -40px;
  }
  div#slideshow ul#nav li#next {
    float: right; 
    margin: 0 0 0 -30px;
  }
  div#slideshow ul#nav li a {
    display: block; width: 47px; height: 109px; text-indent: -9999px;
  }
    div#slideshow ul#nav li#prev a {
      background: url(../images/prev.png);
    }
    div#slideshow ul#nav li#next a {
      background: url(../images/next.png);
    }

  div#slideshow ul#slides {
    list-style: none;
    top: -16px;
  }
    div#slideshow ul#slides li {
      margin: 0 0 20px 0;
    }





  #content {
    background-color: #dbdbdb;
  }
  #content h1 {

    font-size: 14pt;
    font-family: verdana;
  }
  .profile {
    background-color: #a4b761;
    padding: 10px 20px 10px 20px;
    margin: 20px 0 20px 0;
    border: solid;
    border-width: 4px;
    border-color: #8c9b58;
  }
    .profile, .heading-green {
    color: #283c00;
    font-family: Verdana;
    font-weight: bold; 
    font-size: 18pt;
  }
      .profile, .heading-white {
    color: #ffffff;
    font-family: Verdana;
    font-weight: normal; 
    font-size: 18pt;
  }

  .profile p {
    color: #000000;
    font-family: Verdana;
    font-weight: normal; 
    font-size: 12pt;
  }

 .about-image {
  padding: 0 10px 15px 0;
}
  .services {
    padding: 10px 0 0 0;
  }
    .services ul {
    list-style: square url(../images/bullet.gif);
  }
  .services ul li {
    font-family: Verdana;
    font-size: 14pt;
    padding: 8px 0 0 0px;
  }
  .services-image1 {
    float: right;
  }
h3 {
   font-family: Verdana;
    font-size: 13pt;
}
    .teams ul {
    list-style: square url(../images/bullet2.gif);
  }
    .teams ul li {
    font-family: Verdana;
    font-size: 14pt; 
    padding: 8px 0 0 0px;
  } 
  h4 {
    padding: 18px 0 10px 0;
    font-family: Verdana;
    font-size: 18pt;
    text-align: center;
    border-top-style: solid;
    border-color: #a4b761;
    border-width: 5px;
  }

  #footer {
     background: url(../images/bg-footer.png);
     background-repeat: repeat-x;
     height:60px;
     padding-top: 15px;
  }
  #footer div.footer-contact {
    padding-bottom: 50px;
  }
  #footer div.footer-contact ul {
    list-style: none;
    float: left;
    padding: 0;
    
  }
    #footer div.footer-contact ul li {
    display: inline;
    font-family: Verdana;
    font-size: 10pt;
    color: #ffffff;
    padding-right: 15px;
  }
   #footer p {
    float: right;
    padding-top: 3px;
    font-family: Verdana;
    font-size: 10pt;
    color: #ffffff;
  }




