* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  background: white none repeat scroll 0% 0%;
  color: #666666;
  word-spacing: normal;
  text-decoration: blink;
}

img {
  border: 0px none;
}

h1 {
  color: #80b531;
  font-size: 24px;
  font-family: tahoma, arial;
  font-weight: bold;
  padding: 0px 0px 25px;
}

h2 {
  color: #80b531;
  font-size: 24px;
  font-family: tahoma, arial;
  padding: 0px 0px 25px;
}

h3 {
  color: #80b531;
  font-size: 24px;
  font-family: tahoma, arial;
  padding: 0px 0px 5px;
}

.boxes {
  padding: 20px 0px;
}

.box {
  float: left;
  width: 273px;
  padding: 0px 25px 20px;
}

.boxButton {
  float: right;
}

.box p {
  padding: 10px 0px;
}

.buttonStyle {
  border: 0px none;
  cursor: pointer;
  font-size: 14px;
  color: white;
  background: #a27349 url("images/buttonP.png") no-repeat scroll right 8px;
  padding: 2px 25px 2px 7px;
}

.icons {
  float: right;
  background: white none repeat scroll 0% 0%;
  margin: 4px 3px 0px;
  padding: 40px 0px 0px;
}

.icons li {
  list-style: outside none none;
  display: inline;
}

a {
  color: #515151;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

#container {
  width: 875px;
  margin: 0px auto;
  font-size: 20px;
}

#header {
}

.menu {
  float: right;
  padding: 45px 0px 0px;
}

.menu li {
  list-style: outside none none;
  display: inline;
  padding: 0px 0px 0px 25px;
}

.menu a {
  color: #2c2c2c;
  font-size: 12px;
  text-decoration: none;
}

.menu a:hover {
  color: #699429;
  font-size: 12px;
  text-decoration: none;
}

.menu #active a {
  color: #699429;
}

.logoContainer {
  float: left;
  padding: 30px 0px;
}

.logo {
}

.slogan {
  color: #747474;
  font-size: 12px;
}

.headerPicContainer {
  padding: 25px 0px;
}

.headerPic {
  float: left;
  padding: 0px 20px 0px 0px;
}

.headerPicBody {
}

#sidebar1 {
  float: left;
  width: 422px;
  padding: 20px 0px;
}

.picRight {
  float: right;
  padding: 0px 0px 15px 20px;
}

#mainContent {
  margin: 0px 0px 0px 470px;
  padding: 20px 0px;
}

#footer {
  background: white none repeat scroll 0% 0%;
  color: #515151;
  padding: 30px 0px;
  font-size: 11px;
  word-spacing: 2px;
}

#footer p {
  text-align: justify;
  word-spacing: normal;
}

#footer a {
  color: #515151;
  text-decoration: none;
  font-size: 16px;
}

#footer a:hover {
  color: black;
  text-decoration: none;
  font-size: 16px;
}

.horSeparator {
  border-bottom: 2px solid #a27349;
}

.clearfloat {
  clear: both;
  height: 0px;
  font-size: 1px;
  line-height: 0px;
}

