/*


Layout
*/

html {
  background: #34689A url('../images/background.png') top repeat-x;
}

body {
    background: url('../images/bg-swoosh.jpg') top center no-repeat;
  font: normal normal normal 14px/20px Arial, sans-serif;
  min-width: 1000px;
  text-align: center;
}

  #shell {
    margin: 0 auto;
    padding-bottom: 80px;
    position: relative;
    width: 1000px;
    text-align: left;
  }
  
    #head {
      height: 150px;
      position: relative;
    }
    
      #head h1 {
        margin: 0;
        left: 80px;
        padding: 0;
        top: 6px;
        position: absolute;
      }
        
        #head h1 a {
          display: block;
          background: url('../images/logo.png');
          height: 117px;
          width: 223px;
        }
          
          #head h1 a span {
            display: none;
          }
          
        #head h2 {
          color: #161235;
          font-size: 23px;
          font-style: italic;
          font-weight: 100;
          line-height: 30px;
          margin: 0;
          padding: 0;
          position: absolute;
          top: 16px;
          right: 80px;
          width: 584px;
        }
    
    #main {
      display: inline;
      float: left;
      margin-left: 15px;
      padding-top: 27px;
      position: relative;
      width: 688px;
    }
    
      #definition-content {
        background: #fff url('../images/content-swoosh.jpg') center bottom no-repeat;
        box-shadow: rgba(0, 0, 0, .5) 2px 2px 2px;
        -moz-box-shadow: rgba(0, 0, 0, .5) 2px 2px 2px;
        -webkit-box-shadow: rgba(0, 0, 0, .5) 2px 2px 2px;
        padding: 20px 40px;
      }
      
      #callout {
        text-align: center;
        letter-spacing: -.1px;
      }
    
    #sub {
      background: white;
      box-shadow: rgba(0, 0, 0, .5) 2px 2px 2px;
      -moz-box-shadow: rgba(0, 0, 0, .5) 2px 2px 2px;
      -webkit-box-shadow: rgba(0, 0, 0, .5) 2px 2px 2px;
      display: inline;
      float: right;
      margin-right: 15px;
      padding: 10px;
      position: relative;
      width: 230px;
    }
    
      #sub iframe {
        width: 235px;
      }
    #foot {
      color: white;
      font-size: 10px;
      padding: 20px 50px;
      position: relative;
      text-align: center;
    }
    
      #foot a {
        color: white;
      }
    
  dl {
    border-bottom: 1px solid #999;
  }
    
  dt {
    color: #003;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  dd {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  
  dd p {
    margin: 0;
    padding: 0;
  }
  
  dd p em:first-child:before {
    content: '~';
  }
    
/*

Default type

*/

h1 {
  color: #f00;
  font-weight: 100;
}

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;
}
    
/*

Navigation
*/
a {
  background: transparent;
  color: #2D5682;
}

a:hover {
  background: #2D5682;
  color: white;
}

ul#navPrimary {
  font-size: 12px;
  left: 8px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

  ul#navPrimary li {
    display: inline;
    float: left;
    height: 27px;
    list-style: none;
    margin: 0;
    margin-left: -8px;
    padding: 0;
    position: relative;
    width: 33px;
  }
  
  ul#navPrimary li.current {
    background: url('../images/nav-active.png');
    color: #f00;
    height: 23px;
    font-size: 20px;
    font-weight: bold;
    margin-top: -6px;
    padding: 10px 0 0 23px;
    width: 35px;
    z-index: 99;
  }
  
  ul#navPrimary li.current:not(:first-child) {
    margin: -6px -2px 0 -15px;
  }
  
    ul#navPrimary li:first-child:not(.current) {
      width: 58px;
    }
  
    ul#navPrimary li:first-child:not(.current) a {
      background: url('../images/nav-leftmost.png') no-repeat;
      padding-left: 25px;
      width: 32px;
    }
    
   ul#navPrimary li:first-child:not(.current) a:hover {
     background: url('../images/nav-leftmosthover.png') no-repeat;
   }
    
    ul#navPrimary li a {
      background: url('../images/nav-normal.png') no-repeat;
      color: white;
      display: block;
      height: 27px;
      line-height: 27px;
      margin: 0;
      padding-left: 10px;
      text-decoration: none;
      width: 23px;
    }
    
    ul#navPrimary li a:hover {
      background: url('../images/nav-hover.png');
      color: #2D5682;
    }
  
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 {
    }

/*


Misc
*/
.ss-embedded-form-container {
  width: auto !important;
}

#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;
}
/*


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;
}