/*
 Dark Blue: #124f79
 Dark Green: #1b6e07
 Hover Yellow: #fafb86
*/
body {
	font-family: Arial, Helvetica, sans-serif;
    background-image: url('../images/background-gradient.jpg');
	background-repeat: repeat-x;
	margin: 0;
	color: #333;
	font-size: 1em;
}

h2, h3, h4 {
  font-family: Georgia, Times New Roman;
}

#body-wrapper {
  width: 960px;
  margin: auto;
}


#header-wrapper {
  height: 184px;
  width: 934px;
  background-image: url('../images/header-background.jpg');
  background-repeat: no-repeat;
  position: relative;
}

#header-wrapper h1 {
  display: none;
  position: relative;
}

#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#home-link {
  display: block;
  height: 120px;
  width: 196px;
  position: absolute;
  left: 90px;
  top: 25px;
}

.home-link-hover {
  background-image: url('../images/home-link-hover.jpg');
  background-repeat: no-repeat;
  background-position: 31px 13px;
}
#organic-link {
  display: block;
  height: 62px;
  width: 153px;
  position: absolute;
  left: 300px;
  top: 54px;
}

.organic-link-hover {
  background-image: url('../images/organic-link-hover.jpg');
  background-repeat: no-repeat;
  background-position: 12px 11px;
}

#audit-link {
  display: block;
  height: 61px;
  width: 140px;
  position: absolute;
  left: 455px;
  top: 55px;
}

.audit-link-hover {
  background-image: url('../images/audit-link-hover.jpg');
  background-repeat: no-repeat;
  background-position: 16px 12px;
}

#permaculture-link {
  display: block;
  height: 58px;
  width: 146px;
  position: absolute;
  left: 597px;
  top: 56px;
}

.permaculture-link-hover {
  background-image: url('../images/permaculture-link-hover.jpg');
  background-repeat: no-repeat;
  background-position: 22px 11px;
}

#footprint-link {
  display: block;
  height: 54px;
  width: 180px;
  position: absolute;
  left: 745px;
  top: 57px;
}

.footprint-link-hover {
  background-image: url('../images/footprint-link-hover.jpg');
  background-repeat: no-repeat;
  background-position: 21px 10px;
}

#contact-info {
  position: absolute;
  top: 6px;
  right: 14px; 
  font-family: Georgia, Helvetica, Times New Roman;
  font-size: 12px; 
  color: #124f79;
  text-align: right;
  margin-top: 0px;
}

#main-content-wrapper {
  padding-left: 70px;
  padding-right: 36px;
}

#left-content {
  width: 530px;
  font-size: 14px;
}

#left-content a:link {
  color: #124f79;
  text-decoration: underline;
}

#left-content a:visited {
  color: #346f9b;
  text-decoration: underline;
}

#left-content a:hover {
  color: #566fbd;
  text-decoration: none;
}

#left-content a:active {
  color: #346f9b;
  text-decoration: underline;
}

#right-content {
  float: right;
  color: #1b6e07;
  font-family: Georgia, Helvetica, Times New Roman;
  font-size: 16px;
  width: 280px;
  position: relative;
  bottom: 24px;
}


#green-content-wrapper {
  width: 878px;
  color: #fff;
  padding: 6px 10px 10px 36px;
  position: relative;
  margin-left: 0px;
  font-family: Arial, Sans Serif;
}


#green-content-wrapper table {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  
  
}


#dollars-saved {
  position: absolute;
  top: 64px;
  right: 145px;
  font-size: 24px !important;
  z-index: 2;
}

#dollar-tree {
  position: absolute;
  top: 2px;
  right: 107px;
  z-index: 1;
}

#dollars-saved .drk-green {
  padding: 4px 10px;
}

#dollars-saved .lt-green {
  padding: 4px 10px;
}

.green-team-stats-table-1 {
  float: left;
  margin-right: 24px;
  position: relative; 
  left: 8px;
  bottom: 4px;
}

.green-team-stats-table-2 {
  position: relative; 
  left: 8px;
  bottom: 4px;
}

.spacer-row {
  height: 8px;
}


.drk-green {
  background-color: #234809;
  padding: 6px 10px;
}

.co2-cell {
  padding-bottom: 4px !important;
}

.lt-green {
  background-color: #3a5b23;
  color: #fafb86;
  padding: 6px 8px;
}

#footer-wrapper {
  position: relative;
  left: 60px;
  height: 336px;
  width: 878px;
  background-image: url('../images/footer-background.jpg');
  background-repeat: no-repeat;
  font-family: Georgia, Times New Roman;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 12px 0 0 0px;
  align: center;
  line-height: 22px;
  clear: both;
}

#footer-links {
  position: relative;
  top: 12px;
}

#footer-links a:link {
  color: #fff;
  text-decoration: none;
}

#footer-links a:visited {
  color: #fff;
  text-decoration: none;
}

#footer-links a:hover {
  color: #fafb86;
  text-decoration: underline;
}
#footer-links a:active {
  color: #fff;
  text-decoration: underline;
}

#developed-by {
  color: #9f884c;
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  right: 44px;
  font-family: Arial, Helvetica, Sans serif;
  font-weight: normal;
}

#developed-by a:link {
  color: #9f884c;
  text-decoration: underline;
}

#developed-by a:visited {
  color: #9f884c;
  text-decoration: underline;
}

#developed-by a:hover {
  color: #9f884c;
  text-decoration: none;
}




.no-show {
  display: none;
}


#left-content ol li {
  margin-bottom: 12px;
}

#left-content ol li ol li {
  margin-top: 6px;
}

#profile-div ul {
  margin: 8px 0 8px 24px;
  padding: 0;
  list-style-type: upper-alpha;

}

#profile-div ul li h3 {
  font-family: Arial, Helvetica;
}

#profile-div ul li ul {
  list-style-type: upper-roman;
}

#profile-div ul li {
  margin: 0;
  padding: 0;
}

.sml-txt {
  font-size: 10px;
}


#facebook-twitter {
  position: absolute;
  top: -40px;
  right: 0px;
}

#michael-photo {
  position: relative;
  top: 0;
  left: 0;
}

