body {
  margin: 0;
  padding: 70px 0;
  background-color: #006225;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #006225;
}
img {
  border: none;
}
a {
  color: #6DB33F;
  text-decoration: underline;
}
a:hover {
  color: #006225;
}
#container {
  margin: 0 auto;
  border: 1px solid #6DB33F;
  background-color: #FFF;
  width: 718px;
}
#header {
  position: relative;
  background: transparent url("../img/header-bg.gif") scroll repeat-x left top;
}
#header h1 {
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  margin: 0;
  padding: 0;
}
#tagline {
  display: block;
  position: absolute;
  left: 113px;
  top: 34px;
  margin: 0;
}
#header-image {
  display: block;
  margin: 0 0 0 auto;
}
#menu {
  margin: 2px 0 0 0;
  padding: 6px 0;
  background-color: #6DB33F;
  list-style-type: none;
  font-size: 95%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  cursor: default;
}
#menu li {
  display: inline;
  margin: 0;
  background: transparent url("../img/menu-item-bg.gif") scroll repeat-y left top;
  padding: 0 0.5em 0 0.75em;
}
#menu li:first-child {
  background-image: none;
}
#menu li.active {
  color: #006225;
}
#menu a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
#content {
  background: transparent url("../img/content-bg.jpg") scroll no-repeat right top;
  padding: 20px 80px 30px 80px;
  line-height: 1.3;
}
body.home #content {
  background-image: url("../img/home-content-bg.jpg");
  background-position: right bottom;
  padding-bottom: 0;
  min-height: 492px;
}
body.home #apple-spacer {
  height: 200px;
}
#content h2 {
  color: #6DB33F;
  font-size: 120%;
  font-weight: bold;
}
#content h3 {
  color: #6DB33F;
  font-size: 110%;
  font-weight: bold;
}
#footer {
  margin: 0;
  background-color: #6DB33F;
  padding: 6px 4px 4px 4px;
  font-size: 90%;
  text-align: center;
}