/*


Layout
*/
body {
  font: 14px/20px Georgia, serif;
  background: url('../images/body.jpg') top center repeat;
  text-align: center;
}

  #shell {
    border: 1px solid #B89354;
    background: #775C31;
    margin: 40px auto 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: black 0px 0px 5px;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    padding-bottom: 5px;
    position: relative;
    width: 760px;
    text-align: left;
  }
  
    #head {
      background: url('../images/header-bg.jpg');
      height: 140px;
      position: relative;
      width: 750px;
    }
    
      #head h1 {
        display: none;
      }
        
        #head h1 a {
          
        }
          
          #head h1 a span {
            
          }
          
      #head h2 {
        display: none;
      }
      
      #head h5 {
        color: white;
        position: absolute;
        right: 0;
        top: -55px;
      }
      
    #shadow-wrapper {
      margin: 5px 5px 0;
      -moz-box-shadow: black 0px 0px 3px;
      -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
    }
    
    #main {
      background: url('../images/content-bg.jpg') top center repeat-y;
      padding: 30px 0;
      position: relative;
      width: 750px;
    }
    
      #primary {
        display: inline;
        float: right;
        margin-right: 30px;
        width: 500px;
      }
      
        #primary a:hover {
          background: #006699;
          color: white;
        }
      
      #secondary {
        display: inline;
        float: left;
        margin-left: 10px;
        width: 180px;
      }
      
         #secondary a:hover {
           text-decoration: underline;
         }

    #foot {
      color: white;
      clear: both;
      margin: 0 auto;
      padding-bottom: 50px;
      position: relative;
      text-align: center;
      width: 760px;
    }
    
      #foot a {
        color: white;
        text-decoration: none;
      }
    
/*

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:first-child, h1.first-child {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #660000;
  font-weight: 100;
}

/*

Forms
*/
label {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

input[type="text"], input[type="password"] {
  display: block;
  font-family: Georgia, serif;
  border: 1px solid #BFB388;
  padding: 7px 10px;
}

input[type="submit"] {
  margin: 10px 0 0 0;
}

#email-reg input {
  width: 150px;
}

form p {
  text-align: right;
}

form a {
  color: #660000;
  font-size: 18px;
  padding-right: 30px;
  text-decoration: none;
}

/*

Navigation
*/
a {
  background: transparent;
  color: #006699;
}


#navPrimary {
  text-align: center;
  right: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 80px;
  z-index: 1;
  width: 415px;
}

  #navPrimary ul {
    display: table;
    margin: 0 auto;
    padding-bottom: 1px;
  }

    #navPrimary li {
      display: table-cell;
      margin: 0 10px;
    }
    
      #navPrimary ul li a {
        color: #660000;
        text-decoration: none;
        font-size: 16px;
      }
    
      #navPrimary ul li a:hover {
        text-decoration: underline;
      }
  
#navFoot {
}

  #navFoot ul {
    display: table;
    margin: 0 auto;
    padding-bottom: 5px;
  }

    #navFoot ul li {
      display: table-cell;
      margin: 0 8px;
    }
  
      #navFoot ul li a {
        color: white;
        text-decoration: none;
      }
    
      #navFoot ul li a:hover {
        text-decoration: underline;
      }

ul.navSub {
margin: 0 0 50px;
padding: 0;
}

  ul.navSub li {
    list-style: none;
    margin-bottom: 10px;
  }
  
    ul.navSub li a {
      border-bottom: 1px dotted black;
      color: #660000;
      display: block;
      font-size: 18px;
      padding-bottom: 10px;
      text-align: center;
      text-decoration: none;
      width: 100%;
    }
    
      ul.navSub li:last-child a, ul.navSub li.last-child a{
        border-bottom: none;
      }
    
    ul.navSub li a:hover {
    }

/*


Misc
*/
#cocoDesign {
  background: url(../images/CocoDesign.png) no-repeat;
  display: block;
  margin: 0 auto;
  height: 21px;
  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;
}

#mainleft {
	display: block;
	float: left;
	width: 300px;
	clear: none;
}

#mainright {
	display: block;
	float: right;
	width: 180px;
	clear: none;
}

#ODNMailForm1Info {
	font-size: 10px;
	margin: 0 0 10px 0;
}

#ODNMailForm1 label {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 2px 0;
}
