/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    padding-top: 10px;
    background: #dde9e4;
    text-align: center;
    font: 14px Times New Roman, Georgia, Times, serif;
    color: #333;
  }
  #container{
    margin: 0 auto;
    width: 740px;
    background: #dde9e4 url(../images/content_bg.jpg) center top repeat-y;
    text-align: left;
  }
  h1{
    color: #666;
    font-size: 30px;
    font-weight: normal;
  }
  h2{
    color: #22302a;
    font-size: 24px;
  }
  h3{
    color: #000;
    font-size: 18px;
  }
  h4{
    color: #000;
    font-size: 16px;
  }
  fieldset{
    border: 0;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    width: 740px;
    height: 260px;
    background: #dde9e4 url(../images/header_bg.jpg) center top no-repeat;
    text-align: center;
  }
  h1#logo{
    padding-top: 15px;
    background: transparent url(../images/page_title_ornament.gif) center 85% no-repeat;
  }
  h1#logo a{
    color: #22302a;
    text-decoration: none;
  }
  h1#logo a:hover{
    text-decoration: underline;
  }
  #header h2{
    float: left;
    padding: 160px 0 0 40px;
    margin-top: 0;
  }
  .alt {
    position: absolute;
    left: -9000px;
  }
  #barWrapper{
    clear: both;
    padding: 0 10px;
    height: 24px;
    background: #dde9e4;
  }
  #barWrapper form{
    float: left;
    width: 25%;
  }
  input.word{
    border: 1px solid #78968a;
    padding: 0 2px;
    width: 120px;
    background: #fff;
    color: #78968a;
    font-size: 11px;
  }
  input.searchBtn{
    border: 0;
    margin-left: 5px;
    width: 17px;
    height: 17px;
    background: transparent url(../images/search_btn.jpg) no-repeat;
  }
  input.mailBtn{
    border: 0;
    margin-left: 5px;
    width: 17px;
    height: 17px;
    background: transparent url(../images/mail_btn.jpg) no-repeat;
  }
  ul#mainNav{
    float: right;
    border-right: 1px solid #3b5349;
    list-style: none;
  }
  ul#mainNav li{
    float: left;
    border-left: 1px solid #3b5349;
  }
  ul#mainNav a{
    display: block;
    padding: 2px;
    width: 80px;
    color: #3b5349;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    background: #766454;
    color: #efdab9;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #contentWrapper{
    clear: both;
    padding: 40px;
    background: transparent url(../images/top_content_bg.jpg) no-repeat;
  }
  #addColumn{
    float: left;
    width: 240px;
  }
  #addColumn h4{
    padding-left: 15px;
    background: transparent url(../images/title_ico.gif) left center no-repeat;
  }
  #addColumn p{
    color: #486c90;
  }
  .q{
    color: #904040;
  }
  #addColumn p,#content p{
      margin-top: 1em;
      margin-bottom: 0.5em;
      line-height: 1.3;      
  }
  p + p{
      margin-top: 0.5em;
  }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6{
      margin-top: 1.5em;
  }
  hr {
      margin-top: 1em;
  }
  #content{
    margin-left: 260px;
  }
  #content h3{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
  }
  #content h4{
    padding-bottom: 5px;
  }
  #content ul{
    margin-left: 3em;
    margin-bottom: 20px;
  }
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
    clear: both;
    height: 50px;
    background: transparent url(../images/footer_bg.jpg) no-repeat;
    text-align: center;
    color: #999;
    font-size: 9px;
  }
  #footer a{
    color: #888;
    text-decoration: none;
  }
  #footer a:hover{
    color: #666;
    text-decoration: underline;
  }
  ul#metaLink{
    background: transparent url(../images/page_footer_ornament.gif) center top no-repeat;
    list-style: none;
  }
  ul#metaLink li{
    display: inline;
  }
  li.validate{
    margin-right: 5px;
  }
  li.copyright{
    margin-left: 5px;
  }
/*----------------------------------------------------------------------------------------------------------------------------------*/
  .clearFix{
    clear: both;
  }
    