/*


Layout
*/

html {
  background: url('../images/body.jpg');
}
body {
  color: #4A3E2B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
/*  background: url('../images/body.jpg');*/
  text-align: center;
}

  #wrapper {
    background: url('../images/shell.jpg');
    min-width: 960px;
    padding-bottom: 60px;
  }

  .shell {
    margin: auto;
    position: relative;
    width: 960px;
    text-align: left;
  }
  
    .border-bg {
      background: url('../images/html-border.gif') 0 30px repeat-x;
      position: relative;
      z-index: 5;
    }
  
    #head {
      height: 70px;
      position: relative;
    }
    
      #head h1 {
        background: url('../images/logo.png') no-repeat;
        left: 30px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 10px;
        height: 79px;
        width: 208px;
      }
        
        #head h1 a {
          display: block;
          height: 79px;
          width: 208px;
        }
        
        #head h1 a:hover {
          background: transparent;
        }
          
          #head h1 a span {
            display: none;
          }
    
    #homepage-feature {
      color: white;
      text-shadow: rgba(0,0,0,.5) 0 0 4px;
      z-index: 1;
      position: relative;
    }
    
      #sky {
        background: url('../images/feature-top.jpg');
        border-bottom: 3px solid white;
        height: 130px;
        width: 100%;
        position: relative;
        z-index: 1;
      }
      
      #feature-content {
        background: url('../images/home-feature.jpg');
        border-bottom: 3px solid white;
        height: 397px;
        width: 100%;
        position: relative;
      }
      
        #feature-content h1 {
          left: 10px;
          position: absolute;
          top: 30px;
        }
        
        #feature-content h2 {
          left: 490px;
          margin-top: 0;
          position: absolute;
          top: 30px;
        }
        
        #feature-content p {
          left: 490px;
          position: absolute;
          top: 60px;
          width: 460px;
        }
      
        #feature-content ul {
          bottom: 20px;
          left: 60px;
          padding: 0;
          position: absolute;
          width: 860px;
        }
        
          #feature-content ul li {
            margin-right: 20px;
            width: 220px;
          }
          
          #feature-content ul li.last-child {
            margin-right: 0;
            width: 140px;
          }
          
          #feature-content ul li:last-child {
            margin-right: 0;
            width: 140px;
          }
      
      #feature-footer {
        background: url('../images/home-swoosh.jpg');
        height: 273px;
        margin-bottom: 30px;
        position: relative;
        width: 100%x;
      }
      
        #feature-footer .three-col {
          padding-top: 50px;
        }
        
        #tag-line {
          bottom: 20px;
          font-style: italic;
          position: absolute;
          right: 40px;
          width: 270px;
        }
      
    .three-col {
      display: inline;
      float: left;
      margin: 0 10px;
      padding-top: 30px;
      width: 300px;
    }
    
    .small-col {
      display: inline;
      float: left;
      margin: 0 10px;
      padding-top: 30px;
      width: 300px;
    }
    
    .big-col {
      display: inline;
      float: right;
      margin: 0 10px;
      padding-top: 30px;
      width: 620px;
    }
    
      .col-border {
        border-top: 3px solid #CCE0FF;
      }
      
    .four-column {
      display: inline;
      float: left;
      margin: 10px;
      width: 220px;
    }
    
      ul.four-column {
        margin-top: 180px;
        list-style: none;
        list-style-position: outside;
      }
      
    #locations {
      background: url('../images/locations-top.jpg');
      height: 419px;
    }
    
      #landfillLocations {
        background: url('../images/blue-dot.png') left no-repeat;
        padding-left: 36px;
      }
      
      #officeLocations {
        background: url('../images/marker.png') left no-repeat;
        padding-left: 36px;
      }
    
    .page-top {
      color: white;
      position: relative;
      text-shadow: rgba(0,0,0,.5) 0 0 4px;
      width: 100%;
    }
      
      .page-top h1 {
        color: white;
        left: 10px;
        position: absolute;
        top: 75px;
      }
      
      .page-top p {
        color: white;
        right: 10px;
        position: absolute;
        top: 81px;
      }
      
      .page-top a {
        background: transparent;
        color: white;
        padding: 2px 0;
      }
      
        .page-top a:hover {
          background: #46571A;
        }
      
      #gmaps {
        height: 269px;
        position: absolute;
        top: 130px;
        left: 10px;
        width: 940px;
      }
      
        .googleMapsPopup {
          color: #000;
          padding: 3px 5px;
        }
        
        .googleMapsPopup strong {
          color: #0054A0;
        }
      
    #municipalities {
      background: url('../images/municipalities-top.jpg');
      height: 397px;
    }
      
      ul#muni-index li {
        margin-bottom: 10px;
      }
      
      .page-top ul.four-column li {
        margin-bottom: 3px;
      }
    
    #interior {
      background: url('../images/interior-top.jpg');
      height: 176px;
    } 
     
    #main {
      float: right;
      position: relative;
      width: 75%;
    }
    
    #sub {
      float: left;
      position: relative;
      width: 25%;
    }
    

    #foot {
      background: url('../images/footer-top.gif') top repeat-x;
      color: white;
      clear: both;
      min-width: 960px;
      padding: 30px 0 100px;
      position: relative;
      text-align: center;
      text-shadow: rgba(0,0,0,.5) 0 0 4px;
    }
    
      #foot .two-col {
        display: inline;
        float: left;
        margin: 0 10px;
        padding-top: 30px;
        position: relative;
        width: 460px;
      }
      
      #news p {
        margin-top: 5px;
      }
      
      #foot ul {
        margin: 0;
        padding: 0;
      }
      
        #foot ul li {
          list-style: none;
          margin: 0;
          padding: 0;
        }
      
      #foot .left {
        margin: 0 20px 0 0;
        width: 220px;
      }
      
      #foot .right {
        margin: 0;
        width: 220px;
      }
    
/*

Default type

*/
.rule {
  border-bottom: 3px solid #CCE0FF;
  padding-bottom: 10px;
}


hr {
  background: #CCE0FF;
  border: none;
  color: #CCE0FF;
  height: 3px;
  margin-top: 30px;
  width: 100%;
}

ol, ul {
  margin-left: 1em;
  padding-bottom: 1em;
}

ol {
  margin-left: 1.5em;
}

p {
	line-height:1.5em;
	margin:1em 0 .5em;
}

  p:first-child, p.first-child {
    margin-top: 0;
  }

h1
{
	font-size:40px;
	line-height:1;
	margin:1em 0 .5em;
}

h2
{
	font-size:30px;
	line-height:1;
	margin:1.07em 0 .535em;
}

h3
{
	font-size:20px;
	line-height:1;
	margin:1.14em 0 .57em;
}

h4
{
	font-size:16px;
	line-height:1;
	margin:1.23em 0 .615em;
}

h5
{
	font-size:1em;
	line-height:1;
	margin:1.33em 0 .67em;
}

h6
{
	font-size:1em;
	line-height:1;
	margin:1.6em 0 .8em;
}

h1.first-child,
h2.first-child,
h3.first-child,
h4.first-child,
h5.first-child,
h6.first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
 margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 color: #203D51;
}

#homepage-feature h1,
#homepage-feature h2,
#homepage-feature h3 {
 color: white;
}

#foot h1 {
 color: white;
 font-size: 15px;
}

ul.bulletless {
  list-style: none;
  margin-left: 0;
}

/*

Tables
*/
table {
  font-size: 12px;
  width: 100%;
}

table th, table td {
  padding: 10px 0;
  vertical-align: top;
}

table th {
  border-bottom: 3px solid #CCE0FF;
}

table td {
  border-bottom: 1px solid #CCE0FF;
}
    
/*

Navigation
*/
a {
  background: transparent;
  color: #87B733;
  font-weight: bold;
  padding: 0 2px;
}

  a:hover {
    background: #46571A;
    color: white;
  }

a.link-button {
  background: white;
  box-shadow: rgba(0, 0, 0, .5) 0px 0px 4px;
  -moz-box-shadow: rgba(0, 0, 0, .5) 0px 0px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, .5) 0px 0px 4px;
  color: #CC0000;
/*  display: block;*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: none;
  font-weight: bold;
}

  a.link-button:hover {
    background: #CC0000;
    color: white;
  }

ul#navPrimary {
  bottom: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
}

  ul#navPrimary li {
    margin: 0;
    margin-left: 8px;
    padding: 0;
  }
    
    ul#navPrimary li a {
      background: transparent;
      color: #0054A0;
      display: block;
      font-size: 16px;
      font-weight: bold;
      margin: 0;
      text-decoration: none;
      padding: 0 2px;
    }
    
    ul#navPrimary li a:hover {
      background: #0054A0;
      color: white;
    }
  

ul#nav-top {
  position: absolute;
  right: 10px;
  top: 10px;
}

  ul#nav-top li {
    margin-left: 10px;
  }
  
    ul#nav-top li a {
      color: #5A8A35;
      font-size: 12px;
      text-decoration: none;
    }
    
    ul#nav-top li a:hover {
      color: white;
    }

ul#navFoot {
}

  ul#navFoot li {
    display: inline;
    list-style: none;
  }
  
    ul#navFoot li a {
      padding: 1em;
      text-decoration: none;
    }
    
    ul#navFoot li a:hover {
    
    }

ul.navSub {
  width: 100%;
}

  ul.navSub li {
    list-style: none;
  }
  
    ul.navSub li a {
      display: block;
      text-decoration: none;
      width: 100%;
    }
    
    ul.navSub li a:hover {
    }

/*    

Forms
*/

.form-block {
  display: inline;
  float: left;
  padding: 2% 2% 2% 0;
  width: 48%;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-block input[type="text"] {
  padding: 2px;
  width: 95%;
}

.form-block input.text {
  padding: 2px;
  width: 95%;
}

select {
  width: 95%;
}

textarea {
  padding: 2px;
  width: 95%;
}
/*


Misc
*/
#cocoDesign {
  background: url(../images/CocoDesign.png) no-repeat;
  display: block;
  height: 21px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 56px;
}

  #cocoDesign span {
    display: none;
  }

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

.left {
  display: inline;
  float: left;
  margin: 10px;
}

.right {
  display: inline;
  float: right;
  margin: 10px;
}
/*


Comes in Handy Sometimes
*/
.NoMargin {
  margin: 0 !important;
}
.clear, .clearme {
  clear: both;
}
ul.inline-list {
  margin-left: 0;
}
  ul.inline-list li {
    display: inline;
    float: left;
    list-style: none;
  }
    ul.inline-list li a {
      float: left;
    }

/*


Default styles for BrainBuster logic captcha
*/
#captcha {
  margin: .5em 0 .5em 0;
  font-size: 13px;
}

#captcha_answer {
  margin-left: .5em;
}

.captcha_failed input {
  border-style: inset;
  border-color: red;
  border-width: 3px;
}