@CHARSET "UTF-8";

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #333;
  border: 0;
  margin: 0;
  padding: 0;
  background: white;
}

a {
  text-decoration: none;
  color: #13421e;
}

a:hover {
opacity:0.8;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Times New Roman", Times, serif;
}

.wrapper {
  width: 973px;
  margin: 0 auto;
  background: white;
}

.header {
  color: #333;
  font-size: 11pt;
}

.address {
  text-align: right;
}

.header-top {
  
}

.top-section {
  display: block;
  float: right;
  margin: 4px 20px 0 0;
}

.header-top a {
  text-decoration: none;
  color: #333;
}

.header-top a:hover {
  background: #a1d38e;
  color: #333;
}

.text-size {
  float: right;
  display: block;
}

.text-size img {
  vertical-align: middle;
}

.font-desc {
  float: left;
  display: block;
  margin: 4px 10px 0 0;
}

.font-btn {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
  display: block;
  padding: 2px;
}

.font-btn:hover {
  background: #a1d38e;
}

.font-btn-sel {
  background: #b9ff9f;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
  display: block;
  padding: 2px;
}

.logo {
  float: left;
  margin: 0 0 0 33px;
}

.address {
  float: right;
  margin: 10px 0 0 0;
}

.menu {
  font-size: 11pt;
}

.menu ul {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0;
}

.menu ul li:first-child {
  border-left: 2px solid white;
}

.menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-left: 2px solid #333;
  width: 105px; 
}

.menu ul li a {
  margin: 0 0 0 2px;
  padding: 0;
  display: block;
  float: left;
  width: 105px;
  text-align: center;
  text-decoration: none;  
  color: #00911a;
}

.menu ul li a:hover {
  background: #00911a;
  color: white;
}

.nav-bar {
  float: left;
  width: 200px;
  margin: 0 22px;
  padding: 20px 0 0 0;
}

.nav-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-bar ul li {
  margin: 0;
  padding: 0;
}

.nav-bar ul li ul li a {
  display: block;
  background: #638a20 url(images/left-bar-glyph.png) 5px 5px no-repeat;
  padding: 8px 8px 8px 38px;
  color: white;
  text-decoration: none;
  margin: 0 0 6px 0;
}

.nav-bar ul li ul li a:hover {
  background-color: #748f45;
  color: #333;
}

.nav-bar .services-callout {
  background: #638a20 url(images/left-bar-glyph.png) 5px 5px no-repeat;
  color: white;
  padding: 8px;
  cursor: pointer;
}

.nav-bar .services-title {
  padding: 0 0 0 28px;
  display: block;
}

.nav-bar .services-callout:hover {
  background-color: #748f45;
  color: #333;
}

.nav-bar-img {
  margin: 6px 0 0 0;
}

.nav-bar .quote {
  color: #006d1a;
}

.nav-bar-panel {
  background: #638a20;
  padding: 8px;
  color: white;
  text-align: center;
  font-weight: bold;
}

.lighter {
  font-weight: normal;
}

.content {
  float: right;
  width: 709px;
  margin: 0 20px 0 0;
  text-align: justify;
}

.content-trailer {
  width: 709px;
  height: 171px;
  position: relative;
  margin: 10px 0 0 0;
}

.trailer-image {
  position: absolute;
  top: 0;
  left: 0;
}

.trailer-overlay {
  position: absolute;
  top: 0;
  right: 0; 
  width: 478px;
  height: 171px;
}

.footer {
  margin: 10px 0 0 0;
  background: #638A20; 
}

.footer-inner {
  width: 975px;
  margin: 0 auto;
  padding: 16px 0;
}

.footer-logo {
  float: right;
  margin: 10px 0 0 10px;
}

.footer-menu {
  font-size: 11pt;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  width: 
}

.footer-menu ul li a {
  color: #fff;
  width: 105px;
  display: block;
  float: left;
  text-align: center;
}

.footer-contact {
  margin: 20px 0 0 0;
  color: white;
}

.footer-contact a {
  color: white;
}

.footer-contact a:hover {
  color: white;
  background: none;
  text-decoration: underline;
}