/*


Layout
*/
body {
  background: #881200 url(../images/texture.png) repeat center scroll;
  text-align: center;
}

#shell {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

/*--------------/HEADER CSS/-------------------*/

#head {
  height: 120px;
  position: relative;
  top: 0px;
}
  #head h1 { margin: 0; padding:0; }
  #head h1 a{
    background: transparent url(../images/WaterfrontLogo.png) no-repeat center;
    height: 95px;
    margin-left: 50px;
    position: absolute;
    top: 10px;
    width: 190px;
  }
    #head h1 a span { display: none;}
    
    #head  h2#slogan-white, #head  h2#slogan-black {
      color: white;
      font: normal normal bold 15px "Arial Black", Arial, sans-serif;
      left: 230px;
      position: absolute;
      top: 71px;
      z-index: 3;
    }
    
    #head h2#slogan-black {
      color: black;
      left: 231px;
      top: 72px;
      z-index: 2;
    }
    
  #head ul {
    list-style-type: none;
    margin: 0;
  }
    #head ul li {
      margin: 0;
      padding: 0;
      text-indent: 0pt;
    }
      #head ul li:before { content: ''; }
      #head ul li a { text-decoration: none; }  
    
  #head ul#NavPrimary {
    margin-left: 20px;
    position: absolute;
    top: 145px;
    width: 230px;
  }  
    #head ul#NavPrimary li {
      font-size: 17px;
      font-weight: bold;
      line-height: 20px;
      margin-bottom: 10px;
      margin-left: 20px;
      padding: 0;
      text-transform: uppercase;
      width: 210px;
    }
      #head ul#NavPrimary li a {
        border-bottom: 1px solid #E3B089;
        color: #931500;
        display: block;
      }
        #head ul#NavPrimary li a:hover {
          color: #FBA564;  
        }
          #head ul#NavPrimary ul#SubNav {
            list-style-type: none;
            margin-top: 15px;
          }
            #head ul#NavPrimary ul.subnav li {
              margin: 0;
              display: block;
              line-height: 16px;
              padding: 0;
              text-indent: 0;
            }
                #head #NavPrimary ul.subnav li a{
                  border-style: none;
                  color: #C86114;
                  font-size: 12px;
                  padding: 0;
                  text-transform: capitalize;    
                }
                  #head #NavPrimary ul.subnav li a:hover{
                    color: #931500;
                  }
                  
  #NavPrimary ul.subnav {
    display: none;
    list-style-type: none;
    margin-top: 15px;
  }
  
  #NavPrimary ul.show {
    display: block !important;
  }
                    
  #head ul#NavSecondary {
    font-size: 18px;
    font-weight: bold;
    margin-left: 625px;
    position: absolute;
    top: 80px;
    width: 360px;
  }
    #head ul#NavSecondary li {
      background: transparent url(../images/NavigationTab.png) no-repeat bottom;
      display: inline;
      float: left;
      height: 40px;
      text-align: center;
      width: 158px;
    }
      #head ul#NavSecondary li a {
        color: #fff;
        display: block; 
        padding-top: 12px;
      }
        #head ul#NavSecondary li a:hover{
          color: #FBA564;
        }

  #head ul#NavTop {
    position: absolute;
    right: 10px;
    top: 47px;
  }
    #head ul#NavTop li {
      border-right: solid #FBA564 1px;
      display: inline;
      float: left;
      font-weight: bold;
      margin-right: 15px;
      padding-right: 15px;
     
    }
      #head ul#NavTop li.last {
        border-style: none;
        margin-right: 0px;
      }
        #head ul#NavTop li a{
          color: #FBA564;
        }
        #head ul#NavTop li a:hover {
          color: #fff;
        }
        
  #head ul#SocialNav {
    position: absolute;
    left: 505px;
    top: 0;
    background: url(../images/bg-social-icons.png) no-repeat;
    width: 481px;
    height: 39px;
    padding: 6px 0 0 40px;
  }
    #head ul#SocialNav li {
      padding-left: 25px;
      display: inline;
      float: left;
      margin-right: 40px;
    }
    #head ul#SocialNav li a {
      color: #fff;
    }
    #head ul#SocialNav li a:hover {
      color: #FBA564;
    }
      #head ul#SocialNav li.youtube {
        background: url(../images/bullet-youtube.png) no-repeat;
      }
      #head ul#SocialNav li.facebook {
        background: url(../images/bullet-facebook.png) no-repeat;
      }
      #head ul#SocialNav li.vimeo {
        background: url(../images/bullet-vimeo.png) no-repeat;
      }
      #head ul#SocialNav li.twitter {
        background: url(../images/bullet-twitter.png) no-repeat;
      }

/*---------------/CONTENT STYLES/------------------*/

#wrapper {
  background: #fff url(../images/sidebarShadow.jpg) repeat-y top left;
  margin: 0 auto;
  padding-top: 20px;
  width: 960px;
}

/***************HOME PAGE*****************/
#primaryColumn {
  display: inline;
  float: left;
  margin-left: 270px;
  width: 380px;
}

#secondaryColumn {
  float: left;
  margin-left: 10px;
  width: 280px;
}
    #primaryColumn h2, #secondaryColumn h2 {
      border-bottom: 1px solid #E3B089;
      font-size: 2.15em;
      margin-bottom: 40px;
      padding-bottom: 10px;
      text-transform: uppercase;
    }
      #primaryColumn h2 a, #secondaryColumn h2 a {
        color: #000;
        text-decoration: none;
      }
        #primaryColumn h2 a:visited, #secondaryColumn h2 a:visited {
          color: #000;
        }
        #primaryColumn h2 a:hover, #secondaryColumn h2 a:hover {
          color:  #931500;
          text-decoration: none;
        }
    #primaryColumn p.pictureCaption {
      color: #fff;
      font-size: 18px;
      line-height: 22px;
      margin-left: 10px;
      position: absolute;
      top: 315px;
    }
    
    #primaryColumn #margin {
      border-right: 1px solid #E3B089;
      margin-left: 10px;
      padding-right: 33px;
    }
    
    #secondaryColumn p {
      font-size:14px;
      line-height:20px;
    }
  
    #secondaryColumn h3 {
      text-transform: uppercase;
    }
    
    #secondaryColumn h4 a {
      color: #28A248;
    }
      #secondaryColumn h4 a:visited {
        color: #931500;
      }
    #secondaryColumn h4 a:hover { color: #E3B089;}

  
    #secondaryColumn #margin { margin: 0 10px; }
    
/*HOME PAGE REDESIGN*/
#main {
  margin-left: 250px;
  width: 710px;
}

  #main .top-image {
    font-size: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  #shell .no-padding {
    padding-top: 0;
  }
 
  #main #column-wrapper {
    background: url(../images/column_bg.png) top left repeat-y;
    height: 100%;
    padding-bottom: 2fo0px;
    width: 710px;
  }
  
  #main .beige-column {
/*    background-color: #F5E3D6;*/
/*    border-right: 2px solid white;*/
    float: left;
    text-align: center;
    width: 242px;
  }
  
    #main .column-shadow {
/*      background: #F5E3D6 url(../images/column_shadow.png) left top repeat-y;*/
    }
    
    #main .beige-column .text {
      width: 198px;
      margin: 0 20px;
      margin-bottom: 10px;
      text-align: left;
    }
    
      #main .beige-column .text a {
        color: #951400;
      }
  
    #main .homepage-frame {
      background: url(../images/homepage_frame.png) no-repeat;
      height: 159px;
      text-align: center;
      width: 234px;
      margin: 0;
      margin-left: 4px;
      margin-top: 3px;
      padding: 0;
    }
    
      #main .homepage-frame img {
        padding-top: 7px;
      }
  
    #main .beige-column p, #news-column p {
      color: #000;
      font-size: 13px;
      line-height: 20px;
      margin: 0;
      padding: 0;
    }
    
  #main #news-column {
    float: left;
    margin-left: 15px;
    width: 195px;
  }
    
    
  /*****************LANDING PAGE*****************/
  
#landingPage {
  margin-left: 250px;    
}
  #landingPage h1 a { 
    color: #000;
    text-decoration: none;
  }
  #landingPage p.landingPageNav {
    font-size: 12px;
    margin: 0px;
    margin-top: 5px;
    padding: 0;
    text-align: center;
  }
    #landingPage p.landingPageNav em {
      font-weight: bold;
      font-style: normal;
    }
    
  
  
#seperator {
  background: transparent url(../images/seperator.jpg) no-repeat top left;
  margin-top: 20px;
  padding: 40px 180px 10px 20px;  
}

  #primary img, #seperator img {
    margin: 10px;
  }
  
#padding {
padding: 0 20px;
} 

/*******************DEFAULT TEMPLATE******************/ 

#wrapper_content {
  padding: 0 20px 20px 270px;
}

  #wrapper_content #primary{
    border-right: 1px solid #E3B089;
    float: left;
    margin-bottom: 30px;
    padding-right: 30px;
    width: 390px;
  }
  
  #wrapper_content #secondary {
    float: left;
    margin-left: 10px;
    width: 230px;
  }
  
  #wrapper_content h6 {
    color: #28A248;
  }
  
  #wrapper_content h5 {
    font-size: 1.25em;
    text-transform: uppercase;
  }
  
  #wrapper_content ul li a {
    color: #28A248;
    text-decoration: none;
  }
      #wrapper_content ul li a:visited {
        color:#951400;
      }
      #wrapper_content ul li a:hover {
        color: #E3B089;
      }
  
  /****************GALLERY**************/

#gallery {
  margin-left: 270px;
  padding-right: 20px;
}

#gallery p.galleryDescription { width: 500px;}

div.gallery-overview {
  float: left;
  margin-bottom: 20px;
  margin-right: 30px;
  width: 301px;
}

div.thumbnails {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}

  div.thumbnails p {
    text-align: center;
  }
  
  .thumb-container {
    display: inline;
    float: left;
    height: 115px;
    text-align: center;
    width: 115px;
  }  


/*--------------/FOOTER/-------------------*/

#footShell {
  margin: 40px auto;
  position: relative;
  width: 960px;
}

#foot, #footerImage {
  height: 202px; 
  position: relative;
  width: 960px;
  z-index: 2;
}
  #foot div.footNav, #foot div.lastFootNav {
    border-right: 1px solid #832B1B;
    float:left;
    height: 202px;
    overflow: hidden;
    padding-right: 5px;
    padding-top: 10px;
    width: 151px;
    text-align: left;
  }
  #foot div.lastFootNav {
    border-right: 0px solid #fff;
  }
  #foot h6 {
    color: #FEE8D8;
    margin-left: 10px;
    display: none;
    position: absolute;
    text-transform: capitalize;
    top: -20px;
  }
  #foot ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
      #foot ul li {
        line-height: 1;
        margin: 0;
        margin-left: 10px;
        margin-top: 2px;
        padding: 0;
        text-indent: 0px;
      }
      #foot ul li:before {
        content: '';
      }
      #foot ul li a {
        margin: 0;
        padding: 0;
      }
        #foot ul ul {
          color: #FBA564;
          list-style-type: disc;
          padding-left: 5px;
        }
  #foot p.copy {
    color: #FEE8D8;
    text-align: left;
  }
  #foot p.coco {
    background: transparent url(../images/CocoDesign.png) no-repeat;
    height: 21px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 210px;
    width: 56px;
  }
    #foot p.coco a {
      display: block;
      height: 21px;
      width: 56px;
    }
    #foot p.coco span { display: none; 
      }
    
  #foot a {
    font-size: 11px;
    text-decoration: none;
  }
    #foot a:link {
      color: #FBA564;
    }
   
    #foot a:visited {
      color: #FBA564;
    }
     #foot a:hover {
        color: #fff; 
        text-decoration: underline;
      }
 #footerImage {
   background: transparent url(../images/footerImage.png);
   height: 202px;
   left: 0;
   position: absolute;
   top: 0;
   width: 960px;
   z-index: 1;
 }

object {
  display: block;
  margin-bottom: 20px;
}

      
.clear {
  clear: both;
  height: 0pt;
}

.left {
  display: inline;
  float: left;
} 

.right {
  display: inline;
  float: right;
}

/*VOLUNTEER FORM   */
form .Volunteer .left {
  margin-left: 0;
  margin-top: 0;
}

form .Volunteer div.clear {
  margin: 0;
}

.required {
  color: #FF0000;
  font-size: 10px;
}

/*For ad landing page*/
.content #wrapper-ad ul {  }
  .content #wrapper-ad ul li {  list-style-type: none; text-indent: 0; }
    .content #wrapper-ad ul li:before { content: '';}


#wrapper-ad {
  background: #fff url('../images/landing-page-bg.jpg') top right no-repeat;
  font-size: 16px;
  margin: 0 auto;
  padding-bottom: 70px;
  width: 960px;
  position: relative;
}

#wrapper-ad h1 {
  font-size: 36px;
  color: #991F00;
  text-shadow: rgba(0,0,0,.5) 4px 4px 2px;
}

#wrapper-ad p {
  color: black;
  line-height: 20px;
  margin-bottom: 10px;
}

#donate-now-button {
  background: url('../images/donate-now-btn.png') no-repeat;
  color: white;
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  height: 65px;
/*  margin-top: 18px;*/
padding-top: 23px;
position: absolute;
right: 120px;
top: 420px;
  text-decoration: none;
  width: 285px;
  z-index: 99;
}

  a#donate-now-button:hover {
    color: #FBA564;
  }

.ad-landing-page .top-image {
  margin-bottom: 20px !important;
}

ul#stats {
  right: 16px;
  position: absolute;
  top: 197px;
  width: 210px;
}

  ul#stats li {
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px;
    list-style: none;
    
  }
  
    ul#stats li em {
      display: block;
      font-size: 30px;
      font-style: normal;
      margin-bottom: 9px;
      position: relative;
    }
    
      ul#stats li em a {
        color: #951400;
      }
      
      ul#stats li em a span {
        display: block;
        color: #000;
        font-size: 14px;
        left: -10px;
        position: absolute;
        top: 10px;
      }
      
      ul#stats li em a:hover {
        text-decoration: underline;
      }
    
    ul#stats li em:before {
      color: black;
      content: '$';
      font-size: 14px;
      vertical-align: super;
    }