/*


Layout
*/
body {
  background: #A9A9A7 url('../images/body.png') repeat-x;
  font-family: Tahoma, Helvetica, sans-serif;
  text-align: center;
}

  #shell {
    margin: auto;
    padding: 20px 20px 80px;
    position: relative;
    width: 960px;
    text-align: left;
  }
  
    #head {
      position: relative;
      height: 90px;
      width: 100%;
      z-index: 10;
    }
    
      #head h1 {
        width: 541px;
        margin: 0;
      }
        
        #head h1 a {
          display: block;
          background: url('../images/logo.png');
          height: 49px;
          width: 541px;
        }
          
          #head h1 a span {
            display: none;
          }
          
      #head form {
        position: absolute;
        right: 0;
        top: -10px;
      }
      
        #head form p {
          font-size: 12px;
          margin-top: 0;
          margin-bottom: 3px;
        }
        
        #head input.text {
          border: 1px solid #333;
          padding: 5px;
          font-size: 12px;
          width: 200px;
        }
        
        input.submit {
          color: white;
          border: none;
          background: url('../images/rw-button-bg.png') no-repeat;
          height: 30px;
          font-size: 16px;
          padding: 0 0 1px 30px;
          width: 76px;
        }
        
        input.submit[disabled=""] {
          opacity: .5;
          filter: alpha(opacity = 50);
          zoom: 1;
        }
          
     #picture-banner {
       display: block;
       position: relative;
        height: 278px;
        width: 963px;
        z-index: 1;
      }
      
        #picture-banner #banner-text {
/*          background: url('../images/banner-callout-bg.png');*/
          background: white;
          height: 204px;
          overflow: hidden;
          padding: 0 10px;
          position: absolute;
          right: 20px;
          text-align: center;
          top: 30px;
          width: 251px;
          z-index: 4;
        }
        
          #banner-text h1 {
            font-size: 24px;
            font-style: italic;
            font-weight: bold;
            margin-top: 10px;
            width: auto;
          }
          
          #banner-text p {
            margin-top: 5px;
          }
      
        #picture-banner #picture-frame {
          background: url('../images/header-frame.png');
          cursor: pointer;
          height: 276px;
          position: absolute;
          width: 963px;
          z-index: 2;
        }
        
        #picture-banner ul {
          left: 0;
          list-style: none;
          margin: 0;
          padding: 0;
          position: absolute;
          top: 0;
          z-index: 1;
        }
        
          #picture-banner ul li {
            margin: 0;
            padding: 0;
            position: absolute;
          }
          
            #picture-banner ul li a {
              display: block;
            }
    
    .callout {
      background: url('../images/feature-bg.png');
      color: white;
      display: inline;
      float: left;
      height: 158px;
      margin: -60px 0 0 35px;
      overflow: hidden;
      padding: 10px 20px 0;
      position: relative;
      width: 381px;
      z-index: 5;
    }
    
      .callout p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 18px;
        width: 260px;
      }
    
      .callout .col *:not(img) {
        width: 72%;
      }
      
      .callout img {
        position: absolute;
        right: 30px;
        top: 50px;
      }
    
      .callout h1 {
        color: #F5C719;
        font-size: 18px !important;
      }
      
        .callout a {
          color: #F5C719;
        }
        
        .callout a:hover {
          background: #F5C719;
          color: #312D2E;
        }
      
      .callout h2 {
        font-size: 14px !important;
      }
      
      .callout img {
        border: 1px solid #F5C719;
      }
    
    .col {
      padding: 20px;
      padding-left: 40px;
      position: relative;
      width: 420px;
    }
    
    .col + .col {
      padding: 20px;
      padding-right: 40px;
    }
    
      .col h1:first-child, .col h2:first-child {
        margin-top: 0;
      }
    
    #main {
      background-color: white;
      color: #231F20;
      float: left;
      padding: 40px 0;
      position: relative;
      width: 960px;
      z-index: 5;
    }
    
      #main h1:first-child {
        margin-top: 0;
      }
    
      #main h1.page-title {
        color: white;
        margin: 8px 0 40px;
      }
    
      .home {
        width: 100%;
      }
        
        .home h1 {
          font-size: 24px;
        }

        .home h2 {
          font-size: 18px;
          margin-bottom: 0;
        }

        .home p {
/*          margin: 0 0 0 20px;*/
        }
      
      .interior {
/*        background: white url('../images/interior-bg.png') no-repeat;*/
        width: 760px;
        z-index: 5;
      }
      
      #primary {
        display: inline;
        float: right;
        padding-right: 40px;
        width: 560px;
      }
      
      #secondary {
        display: inline;
        float: left;
        padding-left: 40px;
        width: 280px;
      }

    #foot {
      background: url('../images/footer-border.png') no-repeat;
      color: white;
      clear: both;
      font-size: 12px;
      margin-left: -7px;
      position: relative;
      text-align: center;
      width: 973px;
    }
        
      #contact-info {
        padding: 70px 150px 0 0;
        text-align: right;
      }
      
      #social-networks {
        left: 30px;
        position: absolute;
        text-align: left;
        top: 30px;
      }
        
        #social-networks a:hover {
          background: none;
        }
      
      iframe {
        background: #D4D4D3;
/*        background: rgba(255,255,255, .5);*/
        border: 1px solid white;
        cursor: default !important;
        padding: 2px 5px 5px;
        position: absolute;
        top: 55px;
        right: 0;
      }

/*

Form
*/
.ContactForm > div {
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 3px;
}

input[type="text"] {
  height: 20px;
  font-size: 14px;
  padding: 2px 2px 0;
}

textarea {
  padding: 5px;
}
      
    
/*

Default type

*/

ol, ul {
  margin-left: 2em;
  padding-bottom: 1em;
}

p {
	line-height:1.5em;
	margin:1em 0 .5em;
}

  p:first-child, p.first-child {
    margin-top: 0;
  }

h1
{
	font-size:2.1em;
	line-height:1;
	margin:1em 0 .5em;
}

h2
{
	font-size:1.5em;
	line-height:1;
	margin:1.07em 0 .535em;
}

h3
{
	font-size:1.4em;
	line-height:1;
	margin:1.14em 0 .57em;
}

h4
{
	font-size:1.3em;
	line-height:1;
	margin:1.23em 0 .615em;
}

h5
{
	font-size:1.2em;
	line-height:1;
	margin:1.33em 0 .67em;
}

h6
{
	font-size:1em;
	line-height:1;
	margin:1.6em 0 .8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-weight: 100;
 text-transform: uppercase;
}

    
/*

Navigation
*/
a {
  background: transparent;
  color: #1E6B88;
}

a:hover {
  background: #1E6B88;
  color: white;
}

ul#navPrimary {
  background: url('../images/nav-top.png') no-repeat;
  height: 43px;
  left: -5px;
  margin: 0 auto;
  padding: 13px 40px 0;
  position: absolute;
  top: 48px;
  z-index: 6;
  width: 890px;
}

  ul#navPrimary li {
    cursor: pointer;
    margin-top: 1px;
    padding-left: 12px;
    position: relative;
  }
    
    ul#navPrimary li a {
      background: transparent;
      color: white;
      font-size: 14px;
      height: 17px;
/*      margin-top: 1px;*/
      padding: 0 13px 0 5px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      z-index: 5;
    }
    
    ul#navPrimary li.icon {
      margin-top: 0;
      padding-left: 2px;
    }
    
    ul#navPrimary li.icon a {
      margin-top: -2px;
      padding: 0 2px;
    }
    
    ul#navPrimary li a:hover {
      color: #F5C719;
    }
    
    ul#navPrimary li:hover ul {
      display: block;
    }
    
    ul#navPrimary li:hover a {
      color: #F5C719;
    }
    
    ul#navPrimary li ul {
      display: none;
      left: -5px;
      margin: 0;
      padding: 0;
      padding-top: 20px;
      position: absolute;
      top: 0;
      width: 125px;
      z-index: 4;
    }
    
      * html ul#navPrimary li ul {
        display: block;
      }

      ul#navPrimary li ul li {
/*        border-top: 1px solid black;*/
        display: block;
        float: none;
        margin: 0;
        padding: 0;
      }
      
        ul#navPrimary li ul li:hover {
          background: transparent;
        }

        ul#navPrimary li ul li a, ul#navPrimary li:hover ul li a {
          background: #302D2D;
          color: white;
          display: block;
          float: none;
          margin: 0;
          padding: 5px 0 5px 5px;
          width: 120px;
        }
        
          ul#navPrimary li ul li a:hover {
            background: #000;
            color: #8ED7F2;
          }
    

#nav-bottom {
  background: url('../images/nav-bottom.png') bottom no-repeat;
  display: block;
  position: absolute;
  height: 11px;
  left: 0;
  top: 97px;
  width: 960px;
  z-index: 5;
}
  
ul#navFoot {
  right: 150px;
  position: absolute;
  top: 50px;
}

  ul#navFoot li {
  }
  
    ul#navFoot li.even {
      padding-top: 5px;
    }
  
    ul#navFoot li a {
      color: white;
      padding: 5px;
      text-decoration: none;
      text-transform: uppercase;
    }
    
    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 {
    }

/*


Misc
*/
#cocoDesign {
  background: url(../images/CocoDesign.png) no-repeat;
  display: block;
  height: 21px;
  left: 30px;
  position: absolute;
  right: 150px;
  top: 100px;
  width: 56px;
}

  #cocoDesign span {
    display: none;
  }

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}
/*


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;
    }
.left {
  display: inline;
  float: left;
}
.right {
  display: inline;
  float: right;
}

img.left, img.right {
  padding: 10px;
}

/*


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;
}


/*
custom gallery stuff
*/
.thumb {
  font-size: 14px;
  float: left;
  padding: 3px 0;
  width: 130px;
  text-align: center;
}

  .thumb:hover {
    background: #FFFAC1;
    color: #000;
  }

.first-in-row {
  clear: left;
}
