body {
  font-family: Calibri, Tahoma, Arial, Sans-serif;
  font-size: 100%;
  padding: 0px;
  margin: 0px;
  background: #304611 url(../images/g-background.png) top left repeat-x;
  
  
}

#constrain {
  width: 990px;
  margin: 0 auto;
}

#constrain #header {
  height: 162px;
  position: relative;
}

#constrain #header .navigation {
  height: 30px;
  width: 807px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
}

#constrain #header .logo {
  position: absolute;
  top: 25px;
  left: 10px;
}

#constrain #header .address {
  width: 207px;
  height: 55px;
  top: 75px;
  left: 700px;
  position: absolute;
  color: #fff;
  line-height: 18px;
}

#constrain #header .address p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

#constrain #header .address p.title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 4px;
}

#constrain #header .address a {
  color: #fff;
}

#constrain #header .address a:hover {
  text-decoration: underline;
  color: #ccc;
}

#constrain #header .text {
  position: absolute;
  top: 75px;
  left: 174px;
}

#constrain #header .navigation ul {

}

#constrain #header .navigation ul li {
  float: left;
}

#constrain #header .navigation ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

#constrain #header .navigation ul li a:hover {
  background: #e4e4e4;
  color: #000;
}

#content {
  background: transparent url(../images/g-main-background.png) top left repeat-y;
  position: relative;
  margin-top: 20px;
}

#content .focus-bar {
  background: #6ea4a7;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  height: 252px;
}

#content img.top-set {
  position: absolute;
  top: -7px;
}

#content .focus-bar img.top {
  position: absolute;
  top: -1px;
  left: 0px;
}

#content .focus-bar .content-section {
  padding-left: 403px;
}

#content .focus-bar .content-section ul {
  font-size: 18px;
  color: #fff;
  padding-top: 8px;
  line-height: 25px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
}

a.button {
  height: 35px;
  width: 387px;
  background-image: url('../images/g-button-focus-background.png');
  background-position: bottom left;
  font-size: 14px;
  color: #fff;
  padding-left: 43px;
  line-height: 35px;
  display: block;
  border: 1px solid #2b2b2b;
}

a.button:hover {
  background-image: url('../images/g-button-focus-background.png');
  background-position: top left;
  display: block;
}

#content .main-content {

}

#content .main-content .sidebar {
  padding-left: 37px;
  width: 332px;
  float: left;
}

#content .main-content .sidebar p {
  font-size: 18px;
  line-height: 26px;
}

#content .main-content .sidebar p.title {
  background: #6e8201;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 6px;
}

#content .main-content .sidebar li {
  padding-left: 10px;
}

#content .main-content .sidebar a {
  font-size: 14px;
  color: #214032;
  line-height: 24px;
}

#content .main-content .sidebar a:hover {
  color: #666;
}

#content .main-content .sidebar .testimonial {
  padding: 0px 8px;
}

#content .main-content .sidebar .testimonial p {
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}

#content .main-content .primary {
  float: left;
  padding-left: 50px;
  width: 530px;
  padding-top: 16px;
}

#content .main-content .primary h1 {
  font-size: 26px;
  color: #214032;
  padding-bottom: 10px;
}

#content .main-content .primary h2 {
  color: #6e8201;
  font-size: 14px;
  padding-bottom: 0px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 18px;
}

#content .main-content .primary p {
  font-size: 14px;
  line-height: 18px;
  padding-top: 0px;
  margin-top: 0px;
}

#content .main-content .primary a {
  color: #066;
}

#content .main-content .primary a:hover {
  color: #333;
}

#content .main-content .primary a.button {
  color: #fff;
}

#content .main-content .questions, #content .main-content .questions li {
  list-style-type: disc !important;
  list-style: inside;
  padding-left: 8px;
  font-size: 14px;
}

#content .main-content .questions a {
  color: #6e8201;
}

table.table-link {
  width: 100%;
  border: 0px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #e4e4e4;
}

table.table-link tr td.img {
  width: 90px;
  text-align: center;
}

table.table-link tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer {
  position: relative;
}

#footer .navigation ul {
  padding-left: 10px;
}

#footer .navigation ul li {
  float: left;
}

#footer .navigation ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

#footer .navigation ul li a:hover {
  color: #ccc;
}

#footer .author {
  position: absolute;
  top: 6px;
  right: 20px;
  font-size: 14px;
  color: #fff;
}


/*--------------------------*/
/* Utility Classes          */
/*--------------------------*/
hr {
  border: 0px solid #ccc;
  height: 1px;
  background: #ccc
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ol, ol li {
  list-style: decimal;
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

a img {
  border: 0;
}

.clr {
  clear: both;
}

.clear {
  clear: both;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

ul.spacing {
  padding-top: 8px;
  padding-bottom: 8px;
}

.contact {
  font-size: 13px;
}

.contact th {
  text-align: right;
  width: 70px;
}

.contact input, .contact textarea {
  font-family: Calibri, Tahoma, Arial, Sans-serif;
  width: 300px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.contact textarea {
  height: 100px;
  }

.contact input#contact-submit {
  width: auto !important;
  border: auto;
}

p.success {
  padding: 10px !important;
  background-color:#0F6;
  color: #000;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
