@font-face {
  font-family: "fontello-iom";
  src: url("../fonts/fontello.eot?57211666");
  src: url("../fonts/fontello.eot?57211666#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?57211666") format("woff"), url("../fonts/fontello.ttf?57211666") format("truetype"), url("../fonts/fontello.svg?57211666#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "fontello";
        src: url("../font/fontello.svg?57211666#fontello") format("svg");
    }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  -webkit-font-smoothing: antialiased;
  font-family: "fontello-iom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  overflow: visible;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.icon-plus:before {
  content: "\e818"; }

.icon-minus:before {
  content: "\e819"; }

.icon-linkedin:before {
  content: "\e807"; }

.icon-twitter:before {
  content: "\e806"; }

.icon-youtube:before {
  content: "\e804"; }

.icon-email:before {
  content: "\e801"; }

.icon-facebook-1:before {
  content: "\e805"; }

.icon-minus-circled:before {
  content: "\e81f"; }

.icon-doc-text:before {
  content: "\e813"; }

.icon-doc:before {
  content: "\e812"; }

.icon-location:before {
  content: "\e81d"; }

.icon-print:before {
  content: "\e81e"; }

.icon-basket:before {
  content: "\e808"; }

.icon-left-open:before {
  content: "\e800"; }

.icon-right-open:before {
  content: "\e802"; }

.icon-gplus-squared:before {
  content: "\e820"; }

.icon-lightbulb:before {
  content: "\e80f"; }

.icon-doc-text-1:before {
  content: "\e815"; }

.icon-plus-squared:before {
  content: "\e80a"; }

.icon-circle-empty:before {
  content: "\e81b"; }

.icon-circle:before {
  content: "\e81a"; }

.icon-calendar-empty:before {
  content: "\e803"; }

.icon-minus-squared:before {
  content: "\e80b"; }

.icon-level-up:before {
  content: "\e810"; }

.icon-doc-inv:before {
  content: "\e816"; }

.icon-doc-text-inv:before {
  content: "\e817"; }

.icon-picture:before {
  content: "\e809"; }

.icon-videocam:before {
  content: "\e811"; }

.icon-user:before {
  content: "\e80d"; }

.icon-users:before {
  content: "\e80e"; }

.icon-doc-1:before {
  content: "\e814"; }

.icon-calendar:before {
  content: "\e81c"; }

.icon-home:before {
  content: "\e80c"; }

header.site *,
header.site *:before,
header.site *:after,
footer.site *,
footer.site *:before,
footer.site *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

header.site div.grid-container,
footer.site div.grid-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: none; }
  header.site div.grid-container:after,
  footer.site div.grid-container:after {
    content: " ";
    display: block;
    clear: both; }
header.site .hidden,
footer.site .hidden {
  display: none !important; }

header.site h1 {
  border: 0;
  line-height: 13px;
  height: auto;
  letter-spacing: 0; }

header.site input[type="search"]::-webkit-search-decoration {
  display: none; }
header.site input:focus,
header.site button:focus,
header.site a.button:focus,
header.site select:focus,
header.site textarea:focus {
  -moz-box-shadow: #0066ff 0 0 5px 0;
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1; }
header.site input[type="file"]:focus, header.site input[type="file"]:active,
header.site input[type="radio"]:focus,
header.site input[type="radio"]:active,
header.site input[type="checkbox"]:focus,
header.site input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
header.site button,
header.site a.button,
header.site input[type="reset"],
header.site input[type="submit"],
header.site input[type="button"] {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #444;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  font-weight: normal;
  font-size: 1em;
  outline: 0;
  overflow: visible;
  margin: 0;
  text-decoration: none;
  vertical-align: top;
  background: #444;
  background: rgba(68, 68, 68, 0.8);
  padding: 4px 10px;
  color: #386351;
  color: #fff !important;
  text-shadow: 0 0 2px #000;
  white-space: nowrap; }
  header.site button i,
  header.site a.button i,
  header.site input[type="reset"] i,
  header.site input[type="submit"] i,
  header.site input[type="button"] i {
    color: #fff;
    margin: 0 -4px 0 0; }
  header.site button::-moz-focus-inner,
  header.site a.button::-moz-focus-inner,
  header.site input[type="reset"]::-moz-focus-inner,
  header.site input[type="submit"]::-moz-focus-inner,
  header.site input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0; }
  header.site button.disabled,
  header.site a.button.disabled,
  header.site input[type="reset"].disabled,
  header.site input[type="submit"].disabled,
  header.site input[type="button"].disabled {
    color: #bbb !important;
    cursor: default;
    text-shadow: none; }
    header.site button.disabled i,
    header.site a.button.disabled i,
    header.site input[type="reset"].disabled i,
    header.site input[type="submit"].disabled i,
    header.site input[type="button"].disabled i {
      color: #bbb; }
header.site a.button.button-back {
  padding: 4px 10px 4px 6px; }
  header.site a.button.button-back i {
    margin: 0; }
header.site textarea,
header.site select,
header.site input[type="date"],
header.site input[type="datetime"],
header.site input[type="datetime-local"],
header.site input[type="email"],
header.site input[type="month"],
header.site input[type="number"],
header.site input[type="password"],
header.site input[type="search"],
header.site input[type="tel"],
header.site input[type="text"],
header.site input[type="time"],
header.site input[type="url"],
header.site input[type="week"] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
  outline: 0;
  margin: 0;
  padding: 0 5px;
  text-align: left;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1em;
  line-height: 20px;
  height: 24px;
  vertical-align: top; }
  html.font-medium header.site textarea, html.font-medium
  header.site select, html.font-medium
  header.site input[type="date"], html.font-medium
  header.site input[type="datetime"], html.font-medium
  header.site input[type="datetime-local"], html.font-medium
  header.site input[type="email"], html.font-medium
  header.site input[type="month"], html.font-medium
  header.site input[type="number"], html.font-medium
  header.site input[type="password"], html.font-medium
  header.site input[type="search"], html.font-medium
  header.site input[type="tel"], html.font-medium
  header.site input[type="text"], html.font-medium
  header.site input[type="time"], html.font-medium
  header.site input[type="url"], html.font-medium
  header.site input[type="week"] {
    height: auto; }
  html.font-large header.site textarea, html.font-large
  header.site select, html.font-large
  header.site input[type="date"], html.font-large
  header.site input[type="datetime"], html.font-large
  header.site input[type="datetime-local"], html.font-large
  header.site input[type="email"], html.font-large
  header.site input[type="month"], html.font-large
  header.site input[type="number"], html.font-large
  header.site input[type="password"], html.font-large
  header.site input[type="search"], html.font-large
  header.site input[type="tel"], html.font-large
  header.site input[type="text"], html.font-large
  header.site input[type="time"], html.font-large
  header.site input[type="url"], html.font-large
  header.site input[type="week"] {
    height: auto; }
header.site select {
  line-height: 1em;
  padding: 4px 5px 3px 5px; }
  html.ie8 header.site select {
    height: auto;
    padding-bottom: 3px; }
  html.ie10 header.site select {
    padding-top: 5px; }
header.site input::-webkit-input-placeholder,
header.site textarea::-webkit-input-placeholder {
  color: #666; }
header.site input:-moz-placeholder,
header.site textarea:-moz-placeholder {
  color: #666; }
header.site textarea {
  height: auto; }

div#cage {
  margin: 5px auto; }

#shareContainer #verticalShare {
  top: 208px !important; }

footer.site {
  background: #386351;
  color: #fff;
  font: normal 11px/1 arial, sans-serif;
  padding: 10px 0 45px; }
  footer.site div.grid-container {
    position: relative;
    padding: 0 20px; }
  footer.site a {
    color: #fff; }
    footer.site a + a:before {
      content: "";
      display: inline-block;
      border-right: 1px dotted #a1b69a;
      height: 9px;
      margin: 0 8px; }
  footer.site p + p {
    margin-top: 10px; }
  footer.site span.legal {
    margin-left: 10px; }
    footer.site span.legal:before {
      content: "";
      display: inline-block;
      border-right: 1px dotted #a1b69a;
      height: 9px;
      margin: 0 8px 0 0; }
  footer.site a.national-academies {
    width: 203px;
    height: 32px;
    background: url("../img/sprite.png") 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 20px;
    text-indent: -999em;
    overflow: hidden; }

header.site div.stripe-green {
  background: #000;
  font: normal 11px/1 arial, sans-serif;
  padding: 10px 0; }
  header.site div.stripe-green div.grid-container {
    padding-right: 176px; }
header.site div.stripe-banner {
  background: #427666;
  font-family: 'futura_medium', Futura, "Trebuchet MS", Arial, sans-serif;
  padding: 40px 0;
  text-transform: uppercase; }
  header.site div.stripe-banner .logo-na {
    background: url(../img/logo_na-iom.png) no-repeat;
    display: block;
    height: 73px;
    margin: 0;
    position: absolute;
    text-indent: -99999em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 336px; }
  header.site div.stripe-banner h1.logo {
    width: 50%;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    font-family: 'futura_medium', Futura, "Trebuchet MS", Arial, sans-serif;
    height: auto;
    margin-top: 15px; }
    header.site div.stripe-banner h1.logo a {
      color: #fff;
      font-size: 24px;
      font-weight: normal;
      line-height: 1;
      text-align: right; }
      header.site div.stripe-banner h1.logo a:hover {
        text-decoration: none; }
header.site div.stripe-white {
  background: #fff;
  padding: 30px 0 20px; }
header.site div.stripe-gray {
  background: #444;
  font: normal 12px/1 arial, sans-serif;
  padding: 15px 0; }
header.site div.stripe-lightgreen {
  background: #ecf0eb;
  font: normal 12px/1 arial, sans-serif;
  padding: 10px 0; }
header.site div.grid-container {
  position: relative;
  padding: 0 20px; }
header.site h1.logo {
  border: 0;
  margin: 0;
  padding: 0; }
  header.site h1.logo a,
  header.site h1.logo img {
    display: block; }
header.site nav.global {
  text-align: right; }
  header.site nav.global a {
    color: #fff;
    position: relative; }
    header.site nav.global a:after {
      content: "";
      display: inline-block;
      border-right: 1px dotted #a1b69a;
      height: 9px;
      margin: 0 10px; }
  header.site nav.global i.icon-home {
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: -2px; }
    html.ie8 header.site nav.global i.icon-home {
      top: auto;
      bottom: -4px; }
    html.ie9 header.site nav.global i.icon-home {
      top: auto;
      bottom: -4px; }
    html.ie10 header.site nav.global i.icon-home {
      top: auto;
      bottom: -4px; }
header.site nav.social {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: 304px;
  font-size: 16px;
  white-space: nowrap; }
  header.site nav.social a {
    color: #fff; }
    header.site nav.social a:hover {
      text-decoration: none; }
    header.site nav.social a + a {
      margin-left: 5px; }
header.site nav.primary a {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s; }
  header.site nav.primary a:hover {
    color: #ccc;
    text-decoration: none; }
  header.site nav.primary a.selected {
    color: #f2642c; }
  header.site nav.primary a + a {
    margin-left: 40px; }
header.site div.topic {
  position: absolute;
  top: -5px;
  right: 226px;
  width: 185px; }
  header.site div.topic select {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    height: 24px;
    font-size: 14px;
    padding: 2px 5px;
    text-overflow: ellipsis;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (-webkit-min-device-pixel-ratio: 0) {
      header.site div.topic select {
        -webkit-appearance: none;
        background-image: url("../img/bg-select.png");
        background-repeat: no-repeat;
        background-position: right center;
        padding: 2px 30px 2px 10px; } }
    html.ie10 header.site div.topic select {
      padding-top: 3px; }
header.site div.search {
  font-size: 0;
  position: absolute;
  top: -5px;
  right: 20px;
  width: 185px;
  text-align: right; }
  header.site div.search:before {
    content: "";
    display: inline-block;
    border-right: 1px dotted #c1c1c1;
    height: 19px;
    position: absolute;
    top: 3px;
    left: -11px; }
  header.site div.search input,
  header.site div.search button {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    font-size: 14px; }
  header.site div.search input {
    width: 155px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5N0Q0N0E5OEQ3OEUxMUUyOUY2N0EyMTJDNTEyODgzMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5N0Q0N0E5OUQ3OEUxMUUyOUY2N0EyMTJDNTEyODgzMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk3RDQ3QTk2RDc4RTExRTI5RjY3QTIxMkM1MTI4ODMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk3RDQ3QTk3RDc4RTExRTI5RjY3QTIxMkM1MTI4ODMxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uYGXcQAAAKtJREFUeNpi7OufwAAEBUCcBsSqDBBwG4hnAfEEBiTABFVYD8Rngdgeis9CxQqQFbNATdwCxLFI4seAeDFUbgKyySCrpzNggulIzoIrJhowQT2TiUUuEyqHohjkax+oG62gGMT20dTQ0ERXDPJAIxAbA/FBKDYGKhS4d/8+g7293X90N4M0aAExKxRrXb9xg9HCwpzh4MFDcA14PQhUyAhUCNdAMDSQNQAEGABbZTBZeuDPpwAAAABJRU5ErkJggg==) 6px 6px no-repeat;
    padding-left: 25px;
    height: 24px; }
  header.site div.search button {
    background: #f2642c;
    color: #fff;
    height: 24px;
    width: 24px;
    border: 0;
    padding: 0;
    margin: 0 0 0 5px; }
    header.site div.search button i {
      margin: 0; }
header.site nav.history {
  margin-right: 150px; }
  header.site nav.history h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  header.site nav.history a {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle; }
    header.site nav.history a:before {
      content: "";
      display: inline-block;
      border-left: 1px dotted #a1b69a;
      height: 9px;
      margin: 0 10px; }
header.site nav.companion {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 13px;
  line-height: 1.4; }
  header.site nav.companion div.wrapper {
    width: 75%; }
  header.site nav.companion a {
    color: #000;
    display: inline-block;
    margin: 3px 0; }
header.site div.text-resizer {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 16px;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  header.site div.text-resizer h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    text-transform: uppercase;
    margin: 0 7px 0 0;
    padding: 0;
    display: inline-block;
    position: relative;
    top: -1px; }
  header.site div.text-resizer a.smaller,
  header.site div.text-resizer a.bigger {
    color: #444;
    cursor: pointer; }
    header.site div.text-resizer a.smaller i,
    header.site div.text-resizer a.bigger i {
      display: inline-block; }

#main {
  min-height: 650px; }
  #main #boxB, #main #boxA {
    padding: 0 20px; }
  #main .pageType {
    padding: 0 20px;
    font-size: 12px;
    line-height: 18px;
    color: #E9831E;
    text-transform: uppercase; }
    #main .pageType + .box .block {
      width: 100%; }
      #main .pageType + .box .block h1 {
        margin-left: 0;
        padding-left: 0; }

body.about #main div.indexnav div.link.paginated,
body.media #main div.indexnav div.link.paginated,
body.report #main div.indexnav div.link.paginated {
  padding-top: 0;
  padding-bottom: 0; }
body.about #main .indexnav p.link,
body.media #main .indexnav p.link,
body.report #main .indexnav p.link {
  margin-top: 0;
  padding: 0; }
body.about div.wrapp h3.videotitle,
body.about .wrapc > h3,
body.about div#mtParametric h3,
body.media div.wrapp h3.videotitle,
body.media .wrapc > h3,
body.media div#mtParametric h3,
body.report div.wrapp h3.videotitle,
body.report .wrapc > h3,
body.report div#mtParametric h3 {
  background-image: none;
  border-bottom: 4px solid #a1b69a;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 30px;
  width: auto;
  margin-top: 13px; }
body.about div#mtParametric h3 a,
body.about div#mtParametric h3 a:visited,
body.media div#mtParametric h3 a,
body.media div#mtParametric h3 a:visited,
body.report div#mtParametric h3 a,
body.report div#mtParametric h3 a:visited {
  color: #444; }
body.about #keywordsearchfrm #keywordsearch,
body.about #keywordsearchfrm #searchparam1,
body.media #keywordsearchfrm #keywordsearch,
body.media #keywordsearchfrm #searchparam1,
body.report #keywordsearchfrm #keywordsearch,
body.report #keywordsearchfrm #searchparam1 {
  border: 1px solid #ccc;
  left: 0;
  top: 0; }
body.about div#datesearchfrm,
body.media div#datesearchfrm,
body.report div#datesearchfrm {
  background-position: 0 0;
  padding: 0; }
body.about #keywordsearchfrm #filterbtn0,
body.about #keywordsearchfrm #filterbtn1,
body.about #datesearchfrm .filterbtn,
body.about .keywordsearchbtn,
body.media #keywordsearchfrm #filterbtn0,
body.media #keywordsearchfrm #filterbtn1,
body.media #datesearchfrm .filterbtn,
body.media .keywordsearchbtn,
body.report #keywordsearchfrm #filterbtn0,
body.report #keywordsearchfrm #filterbtn1,
body.report #datesearchfrm .filterbtn,
body.report .keywordsearchbtn {
  right: 0;
  top: 0;
  text-indent: 0;
  width: auto; }

body.about div#content1 {
  width: 240px; }
body.about #content2 > h1 {
  border-bottom: 4px solid #c7d3c2;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px 6px; }
body.about #content2 h2 {
  font-size: 18px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; }
body.about #content2 .pad ul.index li a,
body.about #content2 div.paginated a,
body.about #content2 ul.tabs a {
  color: #307b5b; }
body.about div#viewbyfrm {
  top: 0;
  right: 0;
  left: inherit;
  width: 202px; }
body.about ul.index.tall {
  margin-bottom: 20px; }
  body.about ul.index.tall li {
    min-height: auto;
    overflow: hidden; }
    body.about ul.index.tall li > a {
      float: left; }
    body.about ul.index.tall li a {
      font-size: 15px;
      line-height: 1.3; }
  body.about ul.index.tall img {
    float: left;
    width: 60px; }
  body.about ul.index.tall div.block {
    height: auto;
    width: 100%; }
    body.about ul.index.tall div.block div {
      position: relative; }
body.about ul.index.alt2 li > a {
  float: left; }
body.about ul.index.alt2 div.block {
  width: 550px; }
  body.about ul.index.alt2 div.block div a {
    font-size: inherit; }

body.activity .pad > h1 {
  border-bottom: 4px solid #c7d3c2;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  padding: 0 10px 6px; }
body.activity div#content2 {
  width: 270px; }
body.activity .boxwrapp {
  padding: 0 15px; }
body.activity div.boxwrapc {
  padding: 0;
  width: 100%; }
  body.activity div.boxwrapc h3 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    margin-bottom: 10px; }
  body.activity div.boxwrapc div.link.paginated {
    padding-bottom: 25px !important; }
body.activity .box span.label,
body.activity .box span.label a {
  font-size: 12px; }
body.activity .slideshow {
  background-color: #f7f4f4; }
body.activity ul.horz li {
  width: 193px;
  height: auto !important;
  min-height: 160px; }
  body.activity ul.horz li a {
    font-size: inherit; }
body.activity ul.horz.hi li img {
  background-image: none;
  margin-left: 3px;
  padding: 0; }
body.activity ul.horz.hi li div.txt {
  width: 101%; }

body.drill .module h4.indented.email {
  width: 100%; }
body.drill .module h3.address {
  background-image: url(../img/icon_address.gif);
  background-repeat: no-repeat;
  padding-bottom: 8px;
  font-weight: 700;
  background-position: left 4px;
  padding: 3px 0 8px 25px;
  background-repeat: no-repeat;
  color: #e9831e;
  font-size: 14px; }
body.drill .module h3.contact {
  background-image: url(../img/icon_contact.gif);
  background-repeat: no-repeat;
  padding-bottom: 8px;
  font-weight: 700;
  line-height: 13px;
  background-position: left 4px;
  padding: 3px 0 8px 25px;
  background-repeat: no-repeat;
  color: #e9831e;
  font-size: 14px; }
body.drill .join div.block {
  width: 100%; }
body.drill .wrapc > h2 {
  background-image: none;
  border-bottom: 4px solid #a1b69a;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 30px;
  width: auto;
  margin-top: 13px; }

body.media div#content1 {
  border-right: 0;
  margin-right: 0;
  padding: 0; }
  body.media div#content1 > h1 {
    border-bottom: 4px solid #c7d3c2;
    color: #444;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 22px;
    font-weight: normal;
    height: auto;
    line-height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px 6px; }
body.media div.box2 {
  width: 100%; }
  body.media div.box2 div#col2 h2.title {
    height: auto;
    padding-left: 0; }
body.media div#col1 {
  width: 240px; }
  body.media div#col1 div.wrapc {
    width: 100%; }
body.media div#col2 {
  width: 637px;
  float: right; }
body.media div.tabbed ul.tabs li.images {
  width: 100px; }
body.media div.tabbed div.tab {
  width: 910px; }
  body.media div.tabbed div.tab h2 {
    border-bottom: 4px solid #c7d3c2;
    color: #444;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 22px;
    font-weight: normal;
    height: auto;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px 6px; }
  body.media div.tabbed div.tab #mc_embed_signup h2 {
    border-bottom: 0;
    font-size: inherit; }
  body.media div.tabbed div.tab #mc_embed_signup .mc-field-group .asterisk {
    top: 21px; }
body.media ul.collapsible h3 {
  line-height: 28px !important; }
body.media span.subtitle {
  font-size: 15px;
  line-height: 1.3; }
body.media dl {
  line-height: 1.6; }
  body.media dl dd + dt {
    margin-top: 0; }

body.report h1 {
  border-bottom: 4px solid #c7d3c2;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 10px;
  padding: 0 10px 6px; }
body.report .pad > h1 {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0; }
body.report div#content2 {
  width: 270px; }
body.report .module dl {
  line-height: 1.6; }
  body.report .module dl dd + dt {
    margin-top: 0; }
body.report #reportformatfrm {
  margin-top: 1em;
  padding-left: 2em;
  height: auto; }
  body.report #reportformatfrm #reportformat,
  body.report #reportformatfrm #reportformatlbl,
  body.report #reportformatfrm p {
    display: block;
    position: relative;
    top: inherit;
    left: inherit; }
  body.report #reportformatfrm #reportformat {
    margin-bottom: 5px;
    width: 100%; }
  body.report #reportformatfrm #reportformatlbl {
    margin-bottom: 5px; }
body.report #content2 #reportformatfrm p a,
body.report p#purchase-button2 a.button {
  display: inline-block;
  background: #444;
  background: rgba(68, 68, 68, 0.8);
  background-image: none;
  border: 1px solid #444;
  color: #fff !important;
  margin: 0;
  padding: 3px 10px;
  text-shadow: 0 0 2px #000;
  height: auto;
  width: auto; }
body.report p#purchase-button,
body.report p#purchase-button2 {
  margin: 0; }
body.report #content_0_right_0_liLogin h3 {
  margin-bottom: 1em; }

body.videoPage.detail div#content2 {
  width: 280px !important; }
  body.videoPage.detail div#content2 h2,
  body.videoPage.detail div#content2 .bs1 .wrapc > h3 {
    border-bottom: 4px solid #a1b69a;
    color: #444;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px 6px; }
body.videoPage.detail #main div.link .pagination li {
  max-width: none;
  padding: 5px; }
  body.videoPage.detail #main div.link .pagination li.activeItem a {
    color: #307b5b;
    font-weight: bold; }
  body.videoPage.detail #main div.link .pagination li a {
    background-image: none;
    padding-right: 0; }
  body.videoPage.detail #main div.link .pagination li a.back,
  body.videoPage.detail #main div.link .pagination li a.forward {
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -999px;
    overflow: hidden;
    float: left; }
  body.videoPage.detail #main div.link .pagination li a.back,
  body.videoPage.detail #main div.link .pagination li a.back.on {
    margin-right: 2px;
    background-image: url(../img/pagination_arrows.gif);
    background-position: -23px 0; }
  body.videoPage.detail #main div.link .pagination li a.forward,
  body.videoPage.detail #main div.link .pagination li a.forward.on {
    margin-left: 2px;
    background-image: url(../img/pagination_arrows.gif);
    background-position: 0px 0; }
  body.videoPage.detail #main div.link .pagination li a.back.off {
    background-position: -23px -23px !important;
    cursor: default; }
  body.videoPage.detail #main div.link .pagination li a.forward.off {
    background-position: 0 -23px !important;
    cursor: default; }
body.videoPage h1 {
  border-bottom: 4px solid #c7d3c2;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 10px;
  padding: 0 10px 6px; }
body.videoPage .pad > h1 {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0; }
body.videoPage ul.index.alt2 div.block {
  width: 510px; }
body.videoPage div#webcast p {
  margin-top: inherit; }
body.videoPage div.moduleVideo {
  width: auto; }
body.videoPage ul.pagination li {
  background-image: none; }
  body.videoPage ul.pagination li a {
    background-image: none; }
body.videoPage #videoSearch {
  background-image: none;
  margin: 0;
  padding: 10px; }
  body.videoPage #videoSearch input[type="text"] {
    margin-right: 10px; }
  body.videoPage #videoSearch input[type="submit"] {
    width: auto;
    text-indent: 0; }

.module.contact dl dd ~ dd,
.module.contact dl dd + dt {
  margin-top: 0.5em; }
.module.contact dl dt {
  clear: left; }

div.module.videoSessionsList {
  padding: 10px; }
  div.module.videoSessionsList h2 {
    background-image: none;
    border-bottom: 4px solid #a1b69a;
    color: #444;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    width: 100%; }
  div.module.videoSessionsList li {
    width: 100%; }

ul.gallery li.last {
  margin-right: 15px; }

div.bubble div.content h4 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  margin-top: 0;
  padding: 6px 10px; }

.textArea h1 {
  border-bottom: 4px solid #c7d3c2;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 10px;
  padding: 0 10px 6px; }

div.wrapp.sponsors div.module {
  background-image: none; }

.profile #main #boxA .contentwrap1 .contentwrap2 #content1 .pageType {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1; }
.profile #main #boxA .contentwrap1 .contentwrap2 #content1 .memberwrap .participation {
  float: left;
  width: 708px; }
