/*


Layout
*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-family: Tahoma, sans-serif;
  color: #333;
}

body {
  background: #1a3e3a url(../images/body.png) top repeat-x;
}

  #shell {
    background: white;
    position: relative;
    width: 960px;
    text-align: left;
  }
  
    #head {
      background: #CFBF74 url('../images/blurred-logo.jpg') 5% 0 no-repeat; 
      height: 108px;
      position: relative;
    }
    
      #head h1 {
        background: url(../images/logo.gif) top center no-repeat;
/*        height: 71px;*/
        left: 25px;
        position: absolute;
        padding-top: 68px;
        text-align: center;
        top: 5px;
/*        width: 127px;*/
      }
        
        #head h1 a {
          font-size: 22px;
        }
          
          #head h1 a span {
            
          }
    
    #main {
      display: inline;
      float: right;
      position: relative;
    }
    
      .a_446 {
        padding: 20px;
        width: 406px;
      }
      
      .a_638 {
        padding:20px 100px 20px 20px;
        width: 508px;
      }
      
      .a_711 {
        padding:20px 120px 20px 20px;
        width: 571px;
      }
    
    #sub {
      background: #E1E1D9 url('../images/text-bg.png') repeat-x;
      display: inline;
      float: left;
      position: relative;
    }
    
      #sub ul li {
        list-style: none;
        margin-bottom: 10px;
      }
    
      .a_514 {
        padding: 20px;
        width: 474px;
      }
      
      .a_322 {
        padding: 20px 20px 20px 50px;
        width: 252px;
      }
      
      .a_249 {
        width: 249px;
      }
      
      .news-item {
        display: inline;
        float: left;
        margin-right: 10px;
        width: 221px;
      }
    
    #callout {
      background: #03312E url('../images/blueprint.jpg') no-repeat;
      color: white;
      padding: 20px;
      position: relative;
      width: 920px;
    }
    
      #callout #feature {
        float: left;
        width: 504px;
        line-height: 0;
      }
      
      #callout #feature-image-top {
        background: url('../images/feature-top.png') no-repeat;
        height: 12px;
        width: 168px;
        margin: 0;
        padding: 0;
      }
      
      * html #callout #feature-image-top {
        margin-bottom: -7px;
      }
      
      #callout #feature-image-bottom {
        background: url('../images/feature-bottom.png') no-repeat;
        height: 16px;
        width: 500px;
        line-height: 0;
      }
      
        * html #callout #feature-image-bottom {
          margin-top: -3px;
        }
    
      #callout #feature img{
        border: 2px solid white;
      }
      
      #callout #feature-description{
        display: inline;
        float: left;
        margin-left: 30px;
        width: 360px;
      }
      
        #feature-description h1 {
          color: white;
        }
      
        #feature-description p {
          margin-bottom: 10px;
        }
      
        #feature-description ul{
          margin: 10px 0;
        }
        
          #feature-description ul li{
            list-style: none;
          }
          
        .learn-more {
/*          bottom: 25px;*/
          color: white;
          font-size: 29px;
/*          position: absolute;*/
/*          right: 25px;*/
        }
    
    #index-wrapper {
      background: #03312E url('../images/blueprint.jpg') no-repeat;
      color: white;
      padding: 20px;
      position: relative;
      width: 920px;
    }
        
        #index-wrapper h1, #index-wrapper h2 {
          color: white;
        }
        
        .project-brief {
          display: inline;
          color: white;
          float: left;
          margin-left: 50px;
          margin-top: 20px;
          margin-bottom: 40px;
          width: 377px;
          text-decoration: none;
        }
        
          .project-brief img {
            float: left;
            border: 1px solid white;
            width: 102px;
          }
          
          .project-brief .brief-description {
            float: right;
            width: 250px;
          }
          
            .brief-description h2 {
              line-height: 22px;
              margin-bottom: 10px;
            }
            
              .brief-description h2 a {
                color: white;
              }

    img#feature {
      border: 2px solid white;
      float: left;
    }
    
      .info {
        text-align: center;
        position: absolute;
        right: 40px;
        width: 150px;
        top: 60px;
      }
    
    #carousel-wrapper {
/*      background: white;*/
      float: right;
      display: inline;
      margin-right: 40px;
    }


    #foot {
      background: url('../images/footer-shadow.png') repeat-x;
      clear: both;
      position: relative;
      padding: 20px;
    }
    
      #foot .scripture {
        display: inline;
        float: left;
        margin-right: 15px;
        margin-bottom: 20px;
        width: 362px;
      }
      
        .scripture h4 {
          float: left;
          width: 100px;
        }
      
        .scripture p {
          float: right;
          width: 258px;
        }
    
/*

Navigation
*/
ul#navPrimary {
  height: 38px;
  right: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 68px;
  z-index: 1;
}

  ul#navPrimary li {
    background: url('../images/tab.png') no-repeat;
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    position: relative;
  }
  
    ul#navPrimary li.active {
      background: url('../images/tab_active.png') no-repeat;
    }
  
    ul#navPrimary li a {
      float: left;
      color: black;
      display: block;
      height: 40px;
      margin: 0;
/*      text-decoration: none;*/
      width: 281px;
    }
    
      ul#navPrimary li a.commercial {
        background: url('../images/commercial.png') no-repeat;
        cursor: pointer;
      }
      
      ul#navPrimary li a.residential {
        background: url('../images/residential.png') no-repeat;
        cursor: pointer;
      }
    
    ul#navPrimary li a:hover {
    }
    
      ul#navPrimary li a span {
        display: none;
      }
    
ul#navTop {
  position: absolute;
  right: 50px;
  top: 5px;
}

  ul#navTop li {
    color: white;
    font-size: 14px;
    margin-right: 10px;
  }
  
    ul#navTop li a {
    }

ul#navFoot {
  margin-bottom: 20px;
}

  ul#navFoot li {
    display: inline;
    list-style: none;
  }
  
    ul#navFoot li a {
/*      text-decoration: none;*/
    }
    
    ul#navFoot li a:hover {
    
    }

ul.navSub {
}

  ul.navSub li {
    color: #629781;
    margin-right: 10px;
  }
  
    ul.navSub li a {
      color: white;
    }

/*


Links
*/
a {
  color: #1A3E3A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*

type
*/
h1, h2, h3, h4, h5, h6 {
  color: #00135D;
}

h1 {
  margin-bottom: 10px;
}


p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

/*


Misc
*/
#cocoDesign {
  background: url(../images/CocoDesign.png) no-repeat;
  display: block;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 56px;
}

  #cocoDesign span {
    display: none;
  }

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

ul.inline-list {
  
}

  ul.inline-list li {
    display: inline;
    float: left;
    list-style: none;
  }
  
    ul.inline-list li a {
      float: left;
    }
/*


Comes in Handy Sometimes
*/
.NoMargin {
  margin: 0 !important;
}
.clear, .clearme {
  clear: both;
}


/*


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;
}