@import url('../libraries/reset.css');
@import url('../libraries/baseforms/baseforms.css');

/* File Download Icons */
a.file {background: url('../images/core/icon-file.gif') 0 0 no-repeat; padding-left: 20px; padding-bottom: 3px;}
a.pdf {background: url('../images/core/icon-pdf.gif') 0 0 no-repeat; padding-left: 20px; padding-bottom: 3px;}
a.doc {background: url('../images/core/icon-doc.gif') 0 0 no-repeat; padding-left: 20px; padding-bottom: 3px;}

body {
  background: #dad0ca;
  color: #3d3d3d;
  font: 12px/18px Arial, Verdana, sans-serif;
}

div#container {
  background: #fff;
  margin: 20px auto;
  padding: 17px 20px;
  width: 760px;
}


/***********************************************
=header
***********************************************/
div#header {
  height: 68px;
  width: 100%;
}

  div#header span.slogan {
    color: #c3b8b2;
    display: inline;
    float: left;
    font-size: 22px;
    font-weight: bold;
    padding: 20px;
  }

  div#header img {
    display: inline;
    float: right;
  }
  

/***********************************************
=nav primary
***********************************************/
.nav {
  color: #fff;
  font-weight: bold;
  width: 760px;
  line-height: 25px;
  height: 25px;
}  
  .nav span {
    float: left;
    margin-left: 50px;
  }

  .nav ul {
    display: inline;
    float: right;
    margin-right: 15px;
  }

    .nav li {
      display: inline;
      float: left;
/*      margin: 0 5px;*/
    }
  
      .nav li a {
        color: #fff;
        margin:0 5px;
        text-decoration: none;
      }
      
      .nav li a:hover {text-decoration: underline;}

#nav-primary {background: #603b01 url('../images/nav/nav-primary-bg.jpg');}
#nav-secondary {background: #603b01 url('../images/nav/nav-secondary-bg.jpg');}
  
#nav-secondary ul {
  float: left;
  margin-left: 15px;
}
  
#nav-tertiary {
  color: #fbb034;
  display:block;
  height:80px;
  margin: 10px 20px;
}

  #nav-tertiary span {
    margin: 0;
    text-transform: uppercase;
  }
  
  #nav-tertiary ul {
    float:left;
    width:740px;
  }
    
    #nav-tertiary li a {
      color: #575a5d;
      display:inline-block;
    }
  

/***********************************************
=banner
***********************************************/
div#banner {
  background: #383838 url('../swf/img/banner-bg.jpg');
  height: 140px;
  margin: 10px 0;
  position: relative;
  width: 760px;  
}

  div#banner div.info {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 235px;
  }

  div#banner div.info h2 {
    font-size: 18px;
    line-height: 26px;
  }

body#p-home div#banner {background: #383838 url('../images/core/banner-index.jpg');}


/***********************************************
=content
***********************************************/
div#content {
  clear:both;
  margin: 0 0 0 20px;
  padding-top:5px;
  width: 740px;
}

  div#content h1 {
    border-bottom: 3px solid #fbb034;
    font-size: 22px;
    line-height: 26px;
    margin: 10px 0 24px;
  }
  
  div#content h2 {
    color: #005596;
    font-size: 18px;
    line-height: 26px;
  }
  
  div#content p {
    margin: 16px 0;
  }
  
  div#content a {color: #005596; text-decoration: none;}
  
  div#content a.backto {
    display: block;
    text-align: right;
  }
  
  div#content ul {
    margin: 16px 0 16px 20px;
    list-style: square;
  }
  
  div#content ol {
    margin: 16px 0 16px 20px;
    list-style: decimal;
  }
  
  div#content div#googlemap {
    display: inline;
    float: right;
    width: 340px;
  }


/***********************************************
=feature
***********************************************/
div#content div.feature {
  background: #fbb034 url('../images/core/feature-info-bg.png') center right no-repeat;
  height: 210px;
  width: 100%;
}

  div#content div.feature img {
    display: inline;
    float: left;
  }

  div#content div.feature div.info {
    color: #fff;
    display: inline;
    float: right;
    font-size: 13px;
    font-weight: bold;
    width: 297px;
    padding: 10px;
  }

    div#content div.feature div.info h2 {
      color: #fff;
      font-size: 18px;
      line-height: 20px;
    }
  
    div#content div.feature div.info p {
      margin: 5px 0;
    }


/***********************************************
=gallery
***********************************************/
div#content ul.gallery li {
  display: inline;
  float: left;
  height: 100px;
  margin: 10px 5px;
  overflow: hidden;
  width: 100px;  
}


/***********************************************
=footer
***********************************************/
div#footer {
  clear: both;
  display: block;
  padding: 20px 0 0;
  width: 760px;
}

  div#footer div.panel {
    border-right: 1px solid #d2cac5;
    display: inline;
    float: left;
    font-size: 11px;
    height: 160px;
    line-height: 14px;
    padding: 10px 18px;
  }
  
  div#footer div#panel-contact {
    font-weight: bold;
    padding-left: 0;
    width: 140px;
  }

    div#footer div#panel-contact a {
      color: #005596;
      text-decoration: none;
    }
    
    div#footer div#panel-contact a:hover {text-decoration: underline;}
  
  div#footer div#panel-news {
    width: 300px;
  }
  
    div#footer div#panel-news h2 {
      border-bottom: 3px solid #fbb034;
      font-size: 13px;
      line-height: 18px;
    }
    
    div#footer div#panel-news dl dt {
      font-weight: bold;
      margin: 5px 0 0;
    }
    
    div#footer div#panel-news dl dd {
      font-style: italic;
    }
    
      div#footer div#panel-news dl dd a {
        color: #fbb034;
        display: block;
        text-decoration: none;
      }
      
      div#footer div#panel-news dl dd a:hover {text-decoration: underline;}
  
  div#footer div#panel-affiliates {
    border-right: none;  
    padding-right: 0;
    text-align: right;
  }
  
    div#footer div#panel-affiliates img {
      margin: 50px 0 0;
    }
    

.right {
  display:inline;
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

div#content div.errorExplanation h2 {
  color: #cc0000;
  font-size: 14px;
  margin-top: 15px;
}

div#content div.errorExplanation ul {
  margin: 5px 0px 30px 20px;
}

div#content .baseform div.errorExplanation li {
  list-style-type: square !important;
  margin-bottom: 0px !important;
}

div.fieldWithErrors {
  display: inline;
}
