/*-------------------------*\
    CONTENTPAGE STYLES
\*-------------------------*/
.contentpage { background: #435b85 url("/images/content-header-bg.jpg") no-repeat center top; height: 630px; min-width:980px;}
.content-bottom-bg { background: url("/images/content-bottom-bg.jpg") no-repeat center bottom; }
.content-bg { border-top: none; min-height:460px; }
.content { margin-bottom: 50px; }



/*-------------------------*\
    SPRITE STYLES
\*-------------------------*/

.breadcrumb .bg,
.nav-side-active:after,
.info-focus-body p:after,
.list-1 li:before,
.download-document:before,
.btn-document-active span:before,
.btn-document:before,
.btn-listings {
  content: "";
  background: url('/images/sprite.png') no-repeat;
}

.breadcrumb {
  max-width: 1100px;
  min-width: 980px;
  margin: 0 auto;
  margin-top: 136px;
  background-color: #fff;
  background-color: rgba(256,255,255, 0.7);

  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.breadcrumb .bg {
  background-position: 0 -362px;
  width: 152px;
}

.breadcrumb span  {
  display: block;
  float: left;
  height: 33px; /*45*/
  padding: 12px 0 0 0;
}
.breadcrumb a,
.breadcrumb .current  {
  display: block;
  float: left;
  height: 23px;
  padding: 12px 20px 10px;
  font-size: 14px; font-size: 1.4rem;
  text-align: left;
}


.breadcrumb a:link,
.breadcrumb a:visited {
  color: #757584;
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #445D94;
  text-decoration:underline;
}

.breadcrumb a:active {
  color: #222E4A;
}

.breadcrumb a.homecrumb {
  width: 50px;
  padding-left: 60px;
  color: #fff;
  text-transform: uppercase;
}


/**
 * Side (second level) navigation.
 *
 * Mainly used on second level pages.
 * Items are stacked instead of floated.
 */
.nav-side li,
.nav-side-sub {
  float: none;
  border-top: 1px solid #D4D5D7;
}

.nav-side li:first-child {
  border-top: none;
  border-bottom: none;
}
  .nav-side a,
  .nav-side-sub a {
    display: block;
    padding-top: 10px;
    min-height: 34px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px; font-size: 1.6rem;
    line-height: 1.4;
  }

  .nav-side a {
    text-transform: uppercase;
  }

  .nav-side a:link,
  .nav-side a:visited {
    text-decoration: none;
  }

  .nav-side a:hover,
  .nav-side a:focus,
  .nav-side-active {
    color: #273652;
  }

  .nav-side a:active {
    color:#768FBE;
  }

  .nav-side-active {
    font-weight: bold;
  }

  .nav-side-active:after {
    background-position: -70px 10px;
    width: 14px;
    height: 5px;
    padding-left: 120px;
  }

  .navactive  {
    font-weight: bolder;
  }

  .nav-side li.navactive a {
    color: #444;
  }

  /**
   * Sub items are always padded to create hierarchy.
   */
  .nav-side-sub {
    padding-left: 10px;
  }

  .nav-side-sub li {
    border-top: 1px solid #D4D5D7;
    border-bottom: none;
  }

  .nav-side-sub a {
    text-transform: none;
    font-weight: normal;
  }

  .nav-side-sub a:link,
  .nav-side-sub a:visited {
    color: #444;
  }

  .nav-side-sub a:hover,
  .nav-side-sub a:focus {
    color: #999;
  }

  .nav-side-sub a:active {
    color: #000;
  }


.footer {
  padding-top: 40px;
}

/**
 * Content Styles
 */

.aside {
  float: left;
  width: 230px;
  margin: 30px 10px 30px 0;
}

.aside .h1 {
  margin-bottom: 20px;
}

.did-you-know {
  margin: 180px 0 50px;
  padding-bottom: 60px;
  border-bottom: 1px dotted #aaa;
}

.main-content {
  float: right;
  width: 660px;
  margin-top: 30px;
  margin-left: 40px;
  padding-bottom: 100px;
}

.main-content .h1 {
  padding-bottom: 10px;
  margin-bottom:20px;
  color: #465E92;
  font-weight: 300;
  border-bottom: 1px dotted #aaa;
}

.main-content .h2 {
  padding-bottom: 10px;
  color: #465E92;
  border-bottom: 1px dotted #aaa;
}

.info-focus-reversed .info-focus-body {
   float: right;
   padding-left: 30px;
}

.info-focus .info-focus-body {
   float: left;
   padding-left: 30px;
}

.info-focus-body {
  width: 230px;
  height: 240px;
  background-color: #555;
}

.info-focus-body p:after {
  background-position: 10px -136px;
  width: 15px;
  height: 12px;
  padding-left: 30px;
}

.list-1 li {
  padding: 3px 0;
}

.list-1 li:before {
  background-position: 0 -230px;
  width: 8px;
  height: 8px;
  padding-right: 20px;
}

.nav-explore {
  margin-top: 50px;
}

.nav-explore a {
  display: block;
  margin-bottom: 10px;
  width: 215px;
  height: 43px;
  padding: 10px 0 0 20px;
  font-size: 20px; font-size: 2.0rem;
}

.nav-explore .gallery { background: url('/images/btn-nav-explore-gallery.jpg') no-repeat; }
.nav-explore .map { background: url('/images/btn-nav-explore-map.jpg') no-repeat; }

.nav-explore a:link,
.nav-explore a:visited {
  color: #0074AB;
  text-decoration: none;
}

.nav-explore a:hover,
.nav-explore a:focus {
  color: #00486A;
}

.nav-explore a:active {
  color: #51C7FF;
}


/**
 * Document Library Styles
 */

.document-search-container {
  padding: 10px 0 25px 0;
}

.document-search-container p {
  float: left;
  margin: 10px 0 0;
  font-size: 16px; font-size: 1.6rem;
  font-weight: bold;
}

.document-search-container .btn {
  float: right;
}

.document-search {
  background-color: #4B6497;
  padding: 15px 20px 30px;
  margin-bottom: 12px;
  width: 620px;
  height: 54px;

  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}

.keyword, .category {
  width: 280px;
  float: left;
}

.keyword {
  margin-right: 40px;
}

.keyword label, .category label {
  padding-bottom: 5px;
  color: #fff;
}

.keyword input,
.category select {
  float: left;
  background-color: #fff;
  margin-top: 10px;
  border: 0;
  color: #465F90;
  font-size: 15px; font-size: 1.5rem;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.keyword input {
  float: left;
  width: 280px;
  margin-right: 20px;
  padding: 8px 10px;
}

.category select {
  width: 300px;
  padding: 7px 10px;
}

.paging {
  margin-bottom: 22px;
  padding: 14px 0;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;

  text-align:right;
}

.paging .jump {
  float: left;
  margin: 0;
  font-weight: bold;
}

.paging a,
.paging span {
  padding: 0 10px;
  border-left: 1px solid #CCC;

  text-decoration: none;
}
.paging span {
  font-weight: bold;
}
.paging a.prev { border-left: none; }

.paging a:link,
.paging a:visited {
  color: #444;
  text-decoration: none;
}

.paging a:hover,
.paging a:focus {
  color: #465F90;
}

.paging a:active {
  color: #999;
}

.no-documents {
  margin:100px 0;

  text-align:center;
}

.document-container {
  margin-bottom: 10px;
}

.document-header {
  height: 40px;
  border: 1px solid #ddd;
  background-color: #F2F3F4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#EBECEF));
  background-image: -webkit-linear-gradient(top, #F8F8F8, #EBECEF);
  background-image: -moz-linear-gradient(top, #F8F8F8, #EBECEF);
  background-image: -ms-linear-gradient(top, #F8F8F8, #EBECEF);
  background-image: -o-linear-gradient(top, #F8F8F8, #EBECEF);
  background-image: linear-gradient(to bottom, #F8F8F8, #EBECEF);

  -moz-border-radius:5px 5px 0px 0px;
  -webkit-border-radius:5px 5px 0px 0px;
  border-radius:5px 5px 0px 0px;
}

.btn-document {
  display: block;
  float: left;
  height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight:normal;

  padding-top: 8px;
  margin:0;
  color: #465F90;
}

/*.btn-document:link,
.btn-document:visited {
  color: #465F90;
  text-decoration: none;
}

.btn-document:hover,
.btn-document:focus {
  color: #666;
}

.btn-document:active {
  color: #000;
}*/

.document-header span {
  float: left;
  display: block;
  margin-right: 18px;
  padding: 0 6px;
  width: 25px;
  height: 40px;
  border-right: 1px solid #ddd;
}

.document-header span:before,
.download-document span:before {
  content: '';
  width: 10px;
  height: 11px;
}

.document-header span:before {
  padding: 10px 15px;
  background:url('/images/sprite.png') -105px -469px no-repeat;
}

.btn-document-active span:before {
  padding-right: 80px;
  background:url('/images/sprite.png') -181px -480px no-repeat;
}

.download-document span:before {
  background:url('/images/sprite.png') -247px -369px no-repeat;
}

.download-document {
  display: block;
  float: right;
  height: 29px;
  padding-top: 11px;
  padding-left: 10px;
  padding-right: 10px;
  width: 130px;
  border-left: 1px solid #D7D8DB;

  -moz-border-radius:0 5px 0px 0px;
  -webkit-border-radius:0 5px 0px 0px;
  border-radius:0 5px 0px 0px;
}

.download-document span {
  width: 17px;
  margin-right: 0;
  border-right: none;
}

.download-document:link,
.download-document:visited {
  color: #666;
  text-decoration: none;
}

.download-document:hover,
.download-document:focus {
  background-color: #EBECEF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EBECEF), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #EBECEF, #f8f8f8);
  background-image: -moz-linear-gradient(top, #EBECEF, #f8f8f8);
  background-image: -ms-linear-gradient(top, #EBECEF, #f8f8f8);
  background-image: -o-linear-gradient(top, #EBECEF, #f8f8f8);
  background-image: linear-gradient(to bottom, #EBECEF, #f8f8f8);
}

.download-document:active {
  background-color: #C1C5CE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C5CE), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #C1C5CE, #f8f8f8);
  background-image: -moz-linear-gradient(top, #C1C5CE, #f8f8f8);
  background-image: -ms-linear-gradient(top, #C1C5CE, #f8f8f8);
  background-image: -o-linear-gradient(top, #C1C5CE, #f8f8f8);
  background-image: linear-gradient(to bottom, #C1C5CE, #f8f8f8);
}

.document-description {
  padding: 20px 30px 20px 25px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -moz-border-radius:0 5px 5px 0px;
  -webkit-border-radius:0 5px 5px 5px;
  border-radius:0 0 5px 5px;
}

.document-description table {
  float: left;
  width: 315px;
}

.document-description tr {
  width: 150px;
}

.document-description th {
  text-align: left;
  width:130px;
}

.document-description tr td {
  text-align: left;
  width:195px;
}

.document-description table a {
  float: none;
  margin: 0;
  padding: 0;
}
}

.document-description a {
  float: right;
  margin: 14px 60px 0 0;
  padding: 4px 30px;
}

.document-description .btn-more {
  display: block;
  float: right;
  margin-top: 15px;
}

.document-summary {
  float: right;
  width: 250px;
}

.document-summary p:first-child {
  margin: 0 0 10px;
  font-weight: bold;
}

.document-summary p {
  margin-bottom: 20px;
}

.text-intro,
.highlight-intro {
  padding: 0 0 20px;
  border-bottom: 1px dotted #aaa;
}

.highlight-intro {
  color: #465E92;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px; font-size: 1.6rem;
  border-bottom: 1px dotted #aaa;
}

.contentpage .highlight {
  padding: 0 0 40px 0;
  min-height: 150px;
  background: url('/images/contentpage-highlight-bg.jpg') center bottom no-repeat;
}

.contentpage .highlight .btn {
  float: right;
}

.contentpage .highlight .btn-more {
  padding: 2px 16px;
}

.highlight-details-heading {
   min-height: 60px;
   border-bottom: 1px dotted #aaa;
}

.highlight-details-heading .h1 {
   float: left;
   border-bottom: none;
   margin-bottom: 0;
   width: 460px;
}

.highlight-details-heading .h1 {
 float: left;
 border-bottom: none;
}

.btn-listings {
  float: right;
  display: block;
  margin-top: 20px;
  padding-left: 20px;
  padding-top: 6px;
  background-position: -337px -68px;
  width: 143px;
  height: 24px;
  color: #fff;
}

.btn-listings:link,
.btn-listings:visited {
  color: #fff;
  text-decoration: none;
}

.btn-listings:hover,
.btn-listings:focus {
  text-decoration: underline;
}

.btn-listings:active {
  color: #DEE3EF;
}

.highlight-title {
  padding-bottom: 5px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 20px; font-size: 2.0rem;
  font-weight: normal;
  color: #465E92;
}

.highlight-img {
  float: left;
  padding: 10px 15px 10px 0;
}

/*-------------------------*\
    CONTACT PAGE STYLES
\*-------------------------*/

.text-intro {
  margin-bottom: 20px;
}

.contact-form {
  padding: 20px 20px;
  border: 1px solid #ddd;

  background-color: #F2F2F4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#EBECEF));
  background-image: -webkit-linear-gradient(top, #F8F8F8, #EBECEF);
  background-image: -moz-linear-gradient(top, #F8F8F8, #EBECEF);
  background-image: -ms-linear-gradient(top, #F8F8F8, #EBECEF);
  background-image: -o-linear-gradient(top, #F8F8F8, #EBECEF);
  background-image: linear-gradient(to bottom, #F8F8F8, #EBECEF);

  -moz-border-radius:11px ;
  -webkit-border-radius:11px ;
  border-radius:11px ;
}

.contact-form p,
.form-field-message span {
  color: #878787;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px; font-size: 1.3rem;
}

.contact-form p {
  font-style: italic;
}

.contact-form a {
  margin-left: 20px;
}

.form-field { float: left; }
.form-field-reversed { float: right; }

.form-field label, .form-field-reversed label,
.form-field input, .form-field-reversed input,
.form-field-select label, .form-field-select select, 
.form-field-address input, .form-field-message input  {
  display: block;
}

.form-field label, .form-field-reversed label,
.form-field-select label, 
.form-field-address label, .form-field-message label {
  margin: 10px 0;
  color: #465F90;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px; font-size: 1.5rem;
}

.form-field input, 
.form-field-select select, 
.form-field-reversed input, 
.form-field-address input, 
.form-field-message input {
  padding: 5px 10px;
  color: #444;
  border: 0;

  -webkit-box-shadow: inset 0px 1px 1px 0px #757575;
          box-shadow: inset 0px 1px 1px 0px #757575;

  -moz-border-radius:5px ;
  -webkit-border-radius:5px ;
  border-radius:5px ;
}

.form-field input, .form-field-reversed input, .form-field-address input {
  margin-bottom: 20px;
  height: 20px;
}

.form-field input, .form-field-reversed input {
  width: 280px;
}

.form-field-select select {
  width: 300px;
}

.form-field-address input, .form-field-message textarea {
  margin-top: 10px;
  width: 600px;
}

.form-field-message span {
  margin-left: 15px;
}

.form-field-message textarea {
  min-height: 170px;
  height: 170px;
}

.contact-form button {
  border: 0 ;
  padding-top: 0;
  height: 34px;
}

.address,
.contact {
  float: left;
  margin-right: 65px;
}

.address {
  width: 180px;
}

.btn-hide {
  width: 90px;
  text-align: center;
}

#cad, #usa {
  margin: 20px 0;
}
