/*

Layout
*/
body, html {
  background: #e5e5e5;
  margin: 0;
  padding: 0;
}

  body {
    padding-bottom: 20px;
  }

  #shell {
    background: url(../images/shell.png) left top repeat-y;
    position: relative;
    width: 1000px;
  }
  
  body.interior #shell {
    background-image: url(../images/shell-interior.png);
  }
  
  #shellInset {
    width: 990px;
  }
  
    #head {
      background: url(../images/head.png) repeat-x;
      height: 100px;
      position: relative;
      width: 100%;
    }
    
      #head h1 {
        height: 80px;
        left: 7px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 13px;
        width: 310px;
      }
          
          #head h1 a img {
            border: 0;
            height: 80px;
            width: 310px;
          }
        
        #head #printLogo {
          display: none;
        }

    #navSubShell {
      background: url(../images/nav-sub.png) left top repeat-x;
      height: 90px;
      clear: both;
      position: relative;
      width: 100%;
    }
      
      #navSubShell .navSubItem {
        height: 100%;
        position: absolute;
        width: 100%;
      }
      
        #navSubShell h3 {
          color: #fff;
          font-size: 15px;
          height: 30px;
          left: 10px;
          line-height: 30px;
          margin: 0;
          padding: 0;
          position: absolute;
          text-align: right;
          top: 32px;
          width: 230px;
        }
        
          #navSubShell .pointer {
            color: #81D2FF;
            font-family: Georgia, serif;
            font-size: 30px;
            height: 40px;
            left: 250px;
            line-height: 40px;
            position: absolute;
            top: 25px;
          }
      
    #columnMiddle, .columnSide, #columnInterior {
      overflow: hidden;
      position: relative;
    }
    
    #columnMiddle {
      display: inline;
      float: left;
      margin-left: 1px;
      width: 580px;
    }
      
      #columnMiddle .columnMiddleContentMargin {
        margin: 30px;
      }
    
    #columnLeft {
      float: left;
      font-size: 13px;
      width: 189px;
    }
    
    #columnRight {
      float: right;
      font-size: 13px;
      position: relative;
      width: 219px;
    }
    
    #columnInterior {
      float: left;
      padding-bottom: 3em;
      width: 770px;
    }
    
      .columnSide .columnSideMargin {
        margin-left: 10px;
        margin-right: 10px;
      }

    #foot {
      background: #e5e5e5 url(../images/foot.png) no-repeat;
      font-size: 11.6px;
      clear: both;
      padding-right: 10px;
      position: relative;
      text-align: center;
      width: 990px;
    }
      
      #foot p {
        margin-top: 1em;
      }
      
        #foot p img {
          vertical-align: middle;
        }

/*

Interior Content Sections
*/

div.pageTitle {
  border-bottom: 1px solid #ccc;
  clear: both;
  height: 70px;
  margin-bottom: 1em;
  position: relative;
}
  
  div.pageTitle h1 {
    font-size: 24px;
    height: 70px;
    left: 290px;
    line-height: 90px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 450px;
  }
  
  .news div.pageTitle h1 {
    left: 30px;
    width: 520px;
  }

.contentSection {
  clear: both;
  padding-top: 1.5em;
}
  
  .contentSectionLeft {
    display: inline;
    float: left;
    margin-left: 10px;
    text-align: right;
    width: 250px;
  }
    
    .contentSectionLeft h2 {
      margin-top: 0px;
    }
    
    .contentSectionLeft h6 {
      text-transform: uppercase;
    }
    
    .contentSectionLeft ul li {
      list-style: none;
    }
    
    .contentSectionLeft ul li:before {
      content: '';
    }
  
  .contentSectionRight {
    display: inline;
    float: right;
    margin-right: 30px;
    overflow: hidden;
    width: 450px;
  }
    
    .contentSectionRight > a:first-child + h1, .contentSectionRight h1:first-child,
    .contentSectionRight > a:first-child + h2, .contentSectionRight h2:first-child,
    .contentSectionRight > a:first-child + h3, .contentSectionRight h3:first-child,
    .contentSectionRight > a:first-child + h4, .contentSectionRight h4:first-child,
    .contentSectionRight > a:first-child + h5, .contentSectionRight h5:first-child,
    .contentSectionRight > a:first-child + h6, .contentSectionRight h6:first-child
    {
      margin-top: 0;
    }
    
    .contentSectionRight h1.firstChild,
    .contentSectionRight h2.firstChild,
    .contentSectionRight h3.firstChild,
    .contentSectionRight h4.firstChild,
    .contentSectionRight h5.firstChild,
    .contentSectionRight h6.firstChild
    {
      margin-top: 0;
    }
    
.location {
  display: inline;
  float: left;
  margin-left: 25px;
  width: 350px;
}
  
  .location .contentSectionLeft, .location .contentSectionRight {
    display: block;
    float: none;
    text-align: left;
  }
  
  .location .contentSectionRight {
    margin-left: 24%;
    margin-right: 0px;
    width: 75%;
  }

/*

Feature
*/
div#feature, div#feature div.slide, div#feature div.slide img {
  border: 0;
  height: 285px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 580px;
}
  
  div#feature .slideTitle, div#feature .slideDescription {
    display: none;
  }
/*

Google Maps
*/
.googleMapsPopup {
  height: 115px;
  width: 175px;
}
  
  .googleMapsPopup p {
    margin-bottom: 0px;
  }
/*

Home News
*/
#newsHomeStroke, #newsHome {
  background: url(../images/news-stroke.jpg) 290px 0 repeat-y;
  clear: both;
  width: 580px;
}

#newsHome {
  background: url(../images/news-head.png) no-repeat;
}
  
  .newsHomeColumn {
    float: left;
    overflow: hidden;
    width: 290px;
  }
    
    .newsHomeColumn h2 {
      font-size: 15px;
      height: 61px;
      margin: 0;
      position: relative;
      width: 100%;
    }
    
      .newsHomeColumn h2 a {
        bottom: 10px;
        display: block;
        padding: 0 10px;
        position: absolute;
        text-decoration: none !important;
        width: 270px;
      }
    
    .newsHomeColumn p {
      margin: 10px;
    }
    
    .newsHomeColumn .publishedDate {
      text-align: right;
      margin: 5px 10px;
    }

      .newsHomeColumn .publishedDate small {
        font-size: 11px;
      }
  
  #HomeNewsFeedIcon {
    left: 3px;
    position: relative;
    top: 3px;
  }

/*

News
*/
.newsItem {
  margin-bottom: 3em;
}

#recentNews {
  margin: 10px;
}

  #recentNews h6 {
    margin-bottom: 0px;
  }
  
  #recentNews p {
    margin-left: 0px;
  }

/*

Navigation
*/
/* see ie.css for a fix for the difference between the way pcs and macs render type */
ul#navPrimary {
  bottom: 0px;
  font: normal bold normal 14px/50px Arial, Helvetica, sans-serif;
  height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  width: 580px;
  z-index: 1;
}

  ul#navPrimary li {
    cursor: pointer;
    display: inline;
    float: left;
    height: 50px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 11px;
    position: relative;
    width: auto;
  }
  
  ul#navPrimary li.hover, ul#navPrimary li.active {
    background: url(../images/nav-li.png) left top no-repeat;
  }
  
    ul#navPrimary li a {
      color: #BBE9FF;
      display: inline;
      float: left;
      height: 50px;
      line-height: 50px;
      margin: 0;
      padding: 0 11px 0 0;
      text-decoration: none;
    }
    
    ul#navPrimary li.hover a, ul#navPrimary li.active a {
      background: url(../images/nav-li-a.png) right top no-repeat;
    }
    
    ul#navPrimary li.hover a {
      color: #fff;
    }
    
    ul#navPrimary li img {
      display: none;
      height: 11px;
      position: absolute;
      top: 0;
      width: 20px;
    }

    ul#navPrimary li.active img, ul#navPrimary li.hover img {
      display: block;
    }


ul#navFoot {
  margin: auto;
  padding-top: 10px;
  width: 600px;
}

  ul#navFoot li {
    display: inline;
    list-style: none;
  }
  
    ul#navFoot li a {
      padding: 0 .5em;
      text-decoration: none;
    }
    
    ul#navFoot li a:hover {
      text-decoration: underline;
    }

/* appears within the #navSubShell - the dark blue bar */
#navSubShell ul.navSub {
  height: 75px;
  font-size: 12px;
  line-height: 1.05em;
  padding: 15px 0 0 0;
  position: absolute;
  right: 20px;
  width: 700px;
}

  #navSubShell ul.navSub li {
    background: url(../images/bullet-blue.png) left center no-repeat;
    color: #BBE9FF;
    display: inline;
    float: left;
    height: 16px;
    margin: 0 0 0 0px;
    overflow: hidden;
    padding-left: 10px;
    width: 163px;
  }

  /* dynamically added to li's w/o a link */
  #navSubShell ul.navSub li.addPadding {
    padding: 0.2em 0pt 0.1em 10px;
  }
  
    #navSubShell ul.navSub li a {
      display: block;
      color: #fff;
      height: 12px;
      overflow: hidden;
      padding-top: .2em;
      text-decoration: none;
      width: 100%;
    }
    
    #navSubShell ul.navSub li a:hover {
      color: #BBE9FF;
      text-decoration: underline;
    }

#navSubShell ul.navSub.oneRow {
  font-size: 18px;
  height: 40px;
  top: 18px;
}
  
  #navSubShell ul.navSub.oneRow li {
    height: 28px;
  }
  
    #navSubShell ul.navSub.oneRow li a {
      height: 28px;
    }

#navSubShell ul.navSub.twoRows {
  font-size: 12px;
  height: 40px;
  top: 15px;
}
/* for ie6 */
* html #navSubShell ul.twoRows {
  font-size: 12px !important;
  height: 40px !important;
  top: 15px !important;
}

#navSubShell ul.navSub.threeRows {
  height: 60px;
  top: 6px;
}
/* for ie6 */
* html #navSubShell ul.threeRows {
  height: 60px !important;
  top: 0px;
}

ul#navTop {
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 5px;
  width: 400px;
}

  ul#navTop li {
    display: inline;
    list-style: none;
  }
  
    ul#navTop li a {
      color: #fff;
      float: left;
      font-weight: bold;
      padding: 0 6px;
      text-decoration: none;
    }
    
      ul#navTop li a img {
        position: relative;
        top: 3px;
      }

    ul#navTop li a:hover {
      text-decoration: underline;
    }


/* this nav list is used in both left and right columns */
#shell.content ul.navSide {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

  #shell.content ul.navSide li {
    height: 40px;
    margin: 0;
    padding: 0;
  }
  
  #shell.content ul.navSide li.RSS {
    height: auto;
  }

    #shell.content ul.navSide li a {
      border-top: 1px solid #ccc;
      color: #1B4694;
      display: block;
      font-size: 15px;
      font-weight: bold;
      height: 39px;
      line-height: 40px;
      margin: 0;
      overflow: hidden;
      padding: 0 0 0 10px;
      text-decoration: none;
    }
    
    #shell.content ul.navSide li.RSS a {
      line-height: 1em;
      padding-top: 13px;
    }
      
      #shell.content ul.navSide li.RSS a img {
        float: left;
        margin-right: 10px;
        margin-top: 2px;
      }

    #shell.content ul.navSide li a:hover {
      color: #608CE0;
    }

    #shell.content #columnLeft ul.navSide li a {
      background: url(../images/navside-arrow-left.png) right center no-repeat;
    }
    
    #shell.content #columnRight ul.navSide li a {
      background: url(../images/navside-arrow-right.png) left center no-repeat;
      padding-left: 15px;
    }
      
      ul.navSide img.BlueLockIcon {
        position: relative;
        top: 2px;
      }

    #shell.content #columnLeft ul.navSide li a:hover, #shell.content #columnRight ul.navSide li a:hover {
      border-color: #e5e5e5;
      background-color: #fff;
    }
    
    #shell.content #columnRight ul.navSide li a:hover {
      
    }
    
      /* see lte-ie-6.css */
      img.BlueLockIcon {
        height: 17px;
        width: 12px;
      }



/* Undoing some Tripoli havoc */
ul#navPrimary li, ul#navFoot li, ul.navSub li, ul#navTop li, ul.navSide li {
  text-indent: 0;
}

  ul#navPrimary li:before, ul#navFoot li:before, ul.navSub li:before, ul#navTop li:before, ul.navSide li:before {
    content: '';
  }


/*


Contact Us Form
*/
.ContactForm {
  clear: both;
}
  
  .ContactForm div {
    clear: both;
  }
    
    .ContactForm div label {
      display: inline;
      float: left;
      font-weight: bold;
      margin-left: 10px;
      text-align: right;
      text-transform: uppercase;
      width: 250px;
    }
    
    .ContactForm div div.field {
      clear: none;
      display: inline;
      float: right;
      margin-right: 30px;
      width: 450px;
    }
    
      .ContactForm textarea {
        height: 150px;
        width: 90%;
      }
      
    .required {
      color: red;
    }
    
    #captcha h4 {
      margin: 0 30px 0 290px;
    }
      
      #submit {
        font-size: 18px;
      }


/*

Global Form Styles
*/
input:focus, textarea:focus {
  background-color: #EBF2FA;
}

/*

Tweaking the Locations / Hours Type on the right side
*/
.sideLocationsHours {
  font-size: 12px;
}
  
  .sideLocationsHours p {
    line-height: 1.25em;
    margin-bottom: 1em;
  }


/*


Misc
*/
#cocoDesign {
  background: url(../images/CocoDesign.png) no-repeat;
  display: block;
  height: 21px;
  margin: auto;
  width: 56px;
}

  #cocoDesign span {
    display: none;
  }

.spacer30 {
  height: 30px;
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}


/*


Comes in Handy Sometimes
*/
.NoMargin {
  margin: 0 !important;
}
.clear, .clearme {
  clear: both;
}


/*


Default styles for BrainBuster logic captcha
*/
#captcha {
  font-size: 13px;
  margin: .5em 0;
}

#captcha_answer {
  margin-left: .5em;
}

.captcha_failed input {
  border-style: inset;
  border-color: red;
  border-width: 3px;
}
