@charset "UTF-8";

#fullContent h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #2a4800;
  padding-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

#fullContent h2 {
  clear: both;
  color: #435e1c;
  font-size: 1em;
  font-variant: small-caps;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  padding-top: 5px;
  border-bottom: 1px solid;
}

#fullContent h3 {
  padding-top: 15px; 
  font-size: 1em;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 1.5em;
}

#fullContent h5 {
  
}

#fullContent p {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: .7em;
  margin-bottom: 1em;
}

#fullContent p a:link, #fullContent p a:visited {
  color: #000;
}

#fullContent p a:hover, #fullContent p a:active {
  color: #8a1d03;
}

#fullContent img {
  border: 1px solid #435e1c;
}

#recycling {
    clear: both;
    height: 400px;
    width: 730px;
    background-image: url(../images/recycle_fade.png);
    background-repeat: no-repeat;
    background-position: center 10%;
    border: none;
    overflow: visible;
  
}

#recycling ul {
  margin-left: 150px;
}

#recycling li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 25px;
}

.bold {
  font-weight: bold;
  color: #2a4800;
}

#recycling p {
  margin-bottom: 2em;
}

#greenLink {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#greenLink a:link, #greenLink a:visited {
  color: #2a4800;
  font-weight: bold;
}

#greenLink a:hover, #greenLink a:active {
  color: #435e1c;
}
