@charset "CP850";
/*
* Main Style Sheet
* HKHR 2013 / HKHR2013
* DS Nov/2013
*/
/* Variables */
/* Basic Classes */
div.clear, div.microspacer, div.spacer1, div.spacer2 {
  clear: both;
  height: 0px;
  overflow: hidden; }

div.microspacer {
  height: 0.5em; }

div.spacer1 {
  height: 1em; }

div.spacer2 {
  height: 2em; }

/* Basic Tags */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

acronym {
  cursor: help; }

tr, td {
  vertical-align: top; }

a {
  text-decoration: none;
  outline: none;
  color: #336699; }

a:hover {
  cursor: pointer; }

.left {
  float: left; }

.right {
  float: right; }

.debug {
  outline: 1px dotted red; }

ul {
  list-style: none; }

/* Page Styles */
div.page-sizer {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-family: Arial, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  padding: 0 5%; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.0;
    text-transform: none;
}

h1, h1 a {
    color: #002a64;
    font-size: 36px !important;
}

#content h1 {
  margin-bottom: 16px;
  margin-top: 20px; }

#content h2 {
  font-weight: bold;
  line-height: 1.15;
  padding-bottom: 4px; }

h2, h2 a {
  color: #590604;
  font-size: 22px !important; }

h3, h3 a {
  color: #590604;
  font-size: 21px !important;
  font-weight: normal; }

h4, h4 a {
  color: #333333;
  font-size: 19px !important; }

h5, h5 a {
  color: #333333;
  font-size: 17px !important; }

h6, h6 a {
  color: #333333;
  font-size: 15px !important; }

a, a:link, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

#content dl dt {
  font-weight: bold; }

#content ul {
  list-style-type: disc;
  padding-left: 20px; }

#content address, #content p, #content dl, #content ol, #content ul {
  line-height: 1.15em;
  padding-bottom: 1.3em; }

/* Header */
header {
  overflow: none;
  background-color: white; }
  header .top-bar {
    background-color: #ededed;
    padding: 10px 0;
    height: 20px;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5; }
    header .top-bar .menu {
      float: right;
      padding: 0;
      margin: 0;
      margin-right: 50px; }
      header .top-bar .menu li {
        display: inline; }
        header .top-bar .menu li a {
          display: inline-block;
          float: left;
          margin-left: 25px;
          color: #333333;
          text-decoration: none; }
  header .branding-wrapper .page-sizer {
    position: relative; }
    header .branding-wrapper .page-sizer .branding-wrapper-first {
      width: 390px;
      position: relative;
      overflow: hidden; }
      header .branding-wrapper .page-sizer .branding-wrapper-first .site-name {
        display: inline-block;
        float: left;
        margin: 0.4em 0;
        height: 110px;
        margin-right: 10px; }
        header .branding-wrapper .page-sizer .branding-wrapper-first .site-name a {
          text-decoration: none; }
          header .branding-wrapper .page-sizer .branding-wrapper-first .site-name a img {
            display: block;
            width: 218px;
            height: 97px;
            margin: 0;
            padding: 0; }
        header .branding-wrapper .page-sizer .branding-wrapper-first .site-name span.title {
          color: #590604;
          font-size: 13px;
          font-weight: normal;
          text-decoration: none;
          position: absolute;
          bottom: 0px;
          letter-spacing: 0px;
          font-family: Arial, ​Helvetica, ​sans-serif; }
      header .branding-wrapper .page-sizer .branding-wrapper-first .logo-ncoc {
        float: left;
        position: relative;
        top: 26px; }
        header .branding-wrapper .page-sizer .branding-wrapper-first .logo-ncoc a.ncoc-mobile {
          display: none; }
    header .branding-wrapper .page-sizer .branding-wrapper-second {
      display: inline;
      position: absolute;
      right: 5%;
      top: 0;
      width: 23%; }
      header .branding-wrapper .page-sizer .branding-wrapper-second .search {
        float: right;
        margin-right: 20px;
        margin-top: 0;
        width: 205px; }
        header .branding-wrapper .page-sizer .branding-wrapper-second .search .form-item {
          display: inline; }
          header .branding-wrapper .page-sizer .branding-wrapper-second .search .form-item label {
            display: none !important; }
          header .branding-wrapper .page-sizer .branding-wrapper-second .search .form-item input {
            background: none;
            float: left;
            margin-right: 0;
            border-color: #848484 #C1C1C1 #E1E1E1;
            border-style: solid;
            border-width: 1px;
            height: 17px;
            width: 125px; }
        header .branding-wrapper .page-sizer .branding-wrapper-second .search .form-actions {
          margin-bottom: 0;
          margin-top: 0; }
          header .branding-wrapper .page-sizer .branding-wrapper-second .search .form-actions button.form-submit {
            display: inline-block;
            font-family: Arial, Helvetica, Arial, sans-serif;
            font-size: 12px;
            padding: 3px 10px;
            text-decoration: none;
            text-shadow: none;
            border: 1px solid #092658;
            color: #e5e5e5;
            font-family: Arial, ​Helvetica, ​sans-serif;
            font-weight: 700;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #092658), color-stop(1, #5a6f9e));
            background: -moz-linear-gradient(center top, #092658 5%, #5a6f9e 100%);
            background-color: #092658;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -webkit-box-shadow: 0 1px 0 0 #999 inset;
            -moz-box-shadow: 0 1px 0 0 #999 inset;
            box-shadow: 0 1px 0 0 #999 inset;
            display: block;
            float: right;
            margin-right: 10px;
            vertical-align: middle; }
            header .branding-wrapper .page-sizer .branding-wrapper-second .search .form-actions button.form-submit:hover {
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a6f9e), color-stop(100%, #092658));
              /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top, #5a6f9e 0%, #092658 100%);
              /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top, #5a6f9e 0%, #092658 100%);
              /* Opera 11.10+ */
              background: -ms-linear-gradient(top, #5a6f9e 0%, #092658 100%);
              /* IE10+ */
              background: linear-gradient(to bottom, #5a6f9e 0%, #092658 100%);
              /* W3C */ }
    header .branding-wrapper .page-sizer .branding-wrapper-third {
      bottom: 10px;
      display: inline-block;
      position: absolute;
      right: 5%;
      width: 53%; }
      header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons {
        position: relative; }
        header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes {
          overflow: hidden;
          margin: 0;
          float: right; }
          header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button {
            display: inline-block;
            float: left;
            border: solid 1px #dedede;
            padding: 10px 5px 5px;
            margin-right: 10px;
            width: 150px;
            text-align: center;
            cursor: pointer;
            position: relative;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #cccccc));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, white 0%, #cccccc 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, white 0%, #cccccc 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, white 0%, #cccccc 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, white 0%, #cccccc 100%);
            /* W3C */ }
            header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button:hover {
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a6f9e), color-stop(100%, #092658));
              /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top, #5a6f9e 0%, #092658 100%);
              /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top, #5a6f9e 0%, #092658 100%);
              /* Opera 11.10+ */
              background: -ms-linear-gradient(top, #5a6f9e 0%, #092658 100%);
              /* IE10+ */
              background: linear-gradient(to bottom, #5a6f9e 0%, #092658 100%);
              /* W3C */ }
              header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button:hover a:after {
                color: #97bb59; }
              header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button:hover a span.story-title {
                color: white; }
              header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button:hover a span.story-subtitle {
                color: white; }
            header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button a {
              color: #666666;
              margin-left: 0;
              text-decoration: none; }
              header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button a:after {
                font-family: 'icons';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e600";
                font-size: 24px;
                color: black;
                position: absolute;
                right: 5px;
                top: 21px; }
              header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button a span.story-title {
                display: inline-block;
                color: black;
                font-size: 22px;
                font-weight: bold;
                line-height: 0;
                padding: 10px 20px;
                text-transform: uppercase;
                margin-bottom: 5px; }
              header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button a span.story-subtitle {
                color: black;
                font-size: 12px;
                margin-left: 0;
                padding: 10px;
                line-height: 1.6em; }
  header .nav {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a6f9e), color-stop(100%, #092658));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5a6f9e 0%, #092658 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5a6f9e 0%, #092658 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5a6f9e 0%, #092658 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5a6f9e 0%, #092658 100%);
    /* W3C */
    display: block;
    height: 40px;
    margin: 0;
    padding: 0 0 8px 0;
    margin-top: 10px; }
    header .nav .page-sizer {
      position: relative; }
      header .nav .page-sizer .menu-wrapper {
        width: 73%; }
        header .nav .page-sizer .menu-wrapper ul.menu {
          float: left;
          color: white;
          margin-top: 8px;
          padding: 0; }
          header .nav .page-sizer .menu-wrapper ul.menu li {
            clear: none;
            float: left;
            font-size: inherit;
            height: 40px; }
            header .nav .page-sizer .menu-wrapper ul.menu li a {
              font-size: 14px;
              display: block;
              height: 30px;
              line-height: 30px;
              margin: 0;
              color: white;
              text-decoration: none;
              padding: 0 10px 10px 10px; }
              header .nav .page-sizer .menu-wrapper ul.menu li a:hover {
                color: #2A002A;
                background-color: white; }
            header .nav .page-sizer .menu-wrapper ul.menu li:hover a {
              color: #2A002A;
              background-color: white; }
            header .nav .page-sizer .menu-wrapper ul.menu li:hover > ul.menu {
              display: block;
              position: absolute;
              z-index: 100; }
            header .nav .page-sizer .menu-wrapper ul.menu li > ul.menu {
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e5e5e5));
              /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
              /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top, white 0%, #e5e5e5 100%);
              /* Opera 11.10+ */
              background: -ms-linear-gradient(top, white 0%, #e5e5e5 100%);
              /* IE10+ */
              background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
              /* W3C */
              border-bottom: 1px solid #e5e5e5;
              border-left: 1px solid #e5e5e5;
              border-right: 1px solid #e5e5e5;
              display: none;
              left: 5%;
              margin: 0;
              padding-top: 15px;
              position: absolute;
              top: 44px;
              width: 90%;
              z-index: 100;
              height: 250px; }
              header .nav .page-sizer .menu-wrapper ul.menu li > ul.menu > li {
                background-color: transparent;
                width: 25%; }
                header .nav .page-sizer .menu-wrapper ul.menu li > ul.menu > li > a {
                  background-color: transparent;
                  color: #333333;
                  font-size: 17px;
                  margin-bottom: -5px;
                  margin-left: 20px;
                  font-family: Arial, ​Helvetica, ​sans-serif;
                  font-weight: 600;
                  letter-spacing: -0.05em;
                  line-height: 1.2;
                  text-transform: none;
                  height: 20px; }
                header .nav .page-sizer .menu-wrapper ul.menu li > ul.menu > li > ul > li {
                  display: block;
                  margin-left: 20px;
                  width: 100%;
                  height: 24px; }
                  header .nav .page-sizer .menu-wrapper ul.menu li > ul.menu > li > ul > li a {
                    background-color: transparent;
                    font-family: Arial, ​Helvetica, ​sans-serif;
                    color: #333333; }
      header .nav .page-sizer .social-header {
        float: right;
        margin-top: 11px;
        margin-right: 25px; }
        header .nav .page-sizer .social-header ul.social-nav {
          padding: 0;
          margin: 0; }
          header .nav .page-sizer .social-header ul.social-nav li {
            float: left;
            margin-left: 10px; }
            header .nav .page-sizer .social-header ul.social-nav li:first-child {
              margin-left: 0px; }
            header .nav .page-sizer .social-header ul.social-nav li a {
              background: transparent url(../img/2012/sprite_social_media.png) 0 0 no-repeat;
              display: inline-block;
              height: 25px;
              text-indent: -9999px;
              width: 25px; }
            header .nav .page-sizer .social-header ul.social-nav li.facebook a:hover {
              background-position: 0 -120px; }
            header .nav .page-sizer .social-header ul.social-nav li.twitter a {
              background-position: 0 -30px; }
              header .nav .page-sizer .social-header ul.social-nav li.twitter a:hover {
                background-position: 0 -150px; }
            header .nav .page-sizer .social-header ul.social-nav li.youtube a {
              background-position: 0 -60px; }
              header .nav .page-sizer .social-header ul.social-nav li.youtube a:hover {
                background-position: 0 -180px; }
            header .nav .page-sizer .social-header ul.social-nav li.email a {
              background-position: 0 -90px; }
              header .nav .page-sizer .social-header ul.social-nav li.email a:hover {
                background-position: 0 -210px; }

body section {
  padding-bottom: 20px;
  overflow: hidden;
  background-color: white; }
  body section .breadcrumb {
    background-color: #e6e6e6;
    vertical-align: baseline;
    padding: 6px 0 6px 10px;
    height: 20px;
    margin: 0px 12px 20px 0px; }
    body section .breadcrumb a {
      color: #333333;
      text-decoration: none;
      font-size: 13px; }
      body section .breadcrumb a:after {
        content: ' \00BB '; }
      body section .breadcrumb a:last-child:after {
        content: ''; }
  body section .sidebar {
    width: 23%;
    margin-right: 1%;
    position: relative;
    float: right;
    margin-top: 30px; }
    body section .sidebar ul.menu {
      line-height: 1.5;
      margin: 0 0 0 5px;
      padding: 0; }
      body section .sidebar ul.menu li {
        margin: 5px 0 8px 10px;
        vertical-align: baseline; }
        body section .sidebar ul.menu li.active a {
          color: #97bb59; }
        body section .sidebar ul.menu li.collapsed:before {
          font-family: 'icons';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e601";
          display: inline-block;
          margin-left: -1.2em;
          padding-top: 4px;
          vertical-align: top;
          width: 1.2em; }
        body section .sidebar ul.menu li.collapsed > ul.menu {
          display: none; }
        body section .sidebar ul.menu li.expanded > a {
          font-weight: bold; }
        body section .sidebar ul.menu li a {
          font-size: 12px;
          font-weight: normal;
          color: #333333; }
        body section .sidebar ul.menu li ul.menu li.collapsed:before {
          margin-left: -1.6em; }
        body section .sidebar ul.menu li ul.menu li.expanded > a {
          font-weight: bold; }
        body section .sidebar ul.menu li ul.menu li.active > a {
          color: #97bb59; }
        body section .sidebar ul.menu li ul.menu li a {
          color: #333333; }
  body section .region-content {
    display: inline;
    float: right;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 73%; }
    body section .region-content p {
      line-height: 1.5em; }
    body section .region-content .states-cities-link {
      display: none; }
body #container {
  background-color: white;
  height: auto; }
  body #container #data_placeholder .flash-map-mobile {
    display: none; }
  body #container #data_placeholder #flash-map {
    left: -450px;
    margin-left: 50%;
    margin-top: 25px;
    position: relative;
    width: 906px;
    margin-bottom: 30px; }
    body #container #data_placeholder #flash-map .alt {
      display: none; }
    body #container #data_placeholder #flash-map .control-panel {
      font-size: 12px; }
  body #container #content {
      height: auto;
    clear: both; }
    body #container #content .page-sizer #layout_cities {
      height: auto; }
    body #container #content .page-sizer .layout_2cols {
      height: auto;
      clear: none; }

footer .social-menu {
  padding-bottom: 75px;
  background-color: white; }
  footer .social-menu ul {
    left: -140px;
    margin-left: 50%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 280px;
    list-style-type: none !important; }
    footer .social-menu ul li {
      float: left;
      margin-left: 25px; }
      footer .social-menu ul li:first-child {
        margin-left: 0; }
      footer .social-menu ul li a {
        background: transparent url(../img/2012/sprite_big_social_media.png) 0 0 no-repeat;
        display: inline-block;
        height: 51px;
        text-indent: -9999px;
        width: 51px; }
      footer .social-menu ul li.facebook a:hover {
        background-position: 0 -219px; }
      footer .social-menu ul li.twitter a {
        background-position: 0 -55px; }
        footer .social-menu ul li.twitter a:hover {
          background-position: 0 -274px; }
      footer .social-menu ul li.youtube a {
        background-position: 0 -109px; }
        footer .social-menu ul li.youtube a:hover {
          background-position: 0 -329px; }
      footer .social-menu ul li.email a {
        background-position: 0 -165px; }
        footer .social-menu ul li.email a:hover {
          background-position: 0 -385px; }
footer .footer-wrapper {
  background-color: #ededed;
  overflow: hidden;
  padding: 20px 0 0; }
  footer .footer-wrapper .region {
    width: 14.667%;
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative; }
    footer .footer-wrapper .region ul {
      list-style-type: none !important; }
    footer .footer-wrapper .region.footer-first {
      margin-right: 50px;
      text-align: center; }
      footer .footer-wrapper .region.footer-first p {
        margin-bottom: 15px; }
    footer .footer-wrapper .region a {
      text-decoration: none;
      color: #666666;
      line-height: 1.5em; }

/* ---------- Old Styles ------------------ */
body {
  background-color: #ffffff; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top; }

.homepage address, .homepage p, .homepage dl, .homepage ol, .homepage ul {
  line-height: 1.15em;
  padding-bottom: 1.3em; }

.page-sizer .main-content {
  float: left;
  width: 65%; }

/*  Pages featuring a carousel  */
#carousel {
  float: none;
  position: relative;
  width: 79%;
  height: 325px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 7px solid #aeaeae;
  left: 11%;
  overflow: hidden; }

#carousel h2 {
  position: absolute;
  top: 240px;
  z-index: 100;
  color: white;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5); }

#content h3 {
    color: #990000;
    margin-bottom: 15px;
}

#carousel .nav-container {
  position: absolute;
  height: 25px;
  width: 100%;
  z-index: 20;
  background-color: #323232;
  bottom: 0; }

#carousel .navigation {
  position: absolute;
  right: 21px;
  bottom: 8px;
  padding-right: 47px;
  padding-left: 17px; }

#carousel .navigation a {
  float: left;
  display: block;
  overflow: hidden;
  width: 11px;
  height: 12px;
  padding-right: 4px;
  padding-left: 4px;
  text-indent: -999em;
  background-color: transparent;
  background-image: url("../img/layout/carousel-buttons.png?v=1.01");
  background-repeat: no-repeat;
  background-position: -17px top; }

#carousel .navigation a.activeSlide {
  background-position: -35px top; }

#carousel .navigation a.previous {
  position: absolute;
  left: 0;
  padding-right: 6px;
  background-position: left top; }

#carousel .navigation a.next {
  position: absolute;
  right: 30px;
  padding-left: 2px;
  background-position: -53px top; }

#carousel .navigation a.pause {
  position: absolute;
  right: 0;
  background-position: -77px top;
  height: 12px; }

#carousel .navigation a.pause.active {
  background-position: right top; }

#carousel .navigation .pager a {
  width: 10px; }

.carousel #content {
  overflow: visible;
  width: 460px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-left: 240px;
  background: transparent; }

.carousel #carousel h1 {
  position: absolute;
  left: -18px;
  top: 5px;
  width: 274px;
  height: 42px;
  z-index: 100;
  padding: 0 0 0 18px;
  line-height: 34px;
  font-size: 1.9em;
  color: #ffffff;
  background-color: transparent;
  background-image: url("../img/layout/title-background.png?v=1.03");
  background-repeat: no-repeat;
  background-position: left top; }

.carousel #menu {
  left: -240px; }

.carousel-long #carousel {
  margin-top: 0; }

.carousel-long #content h1 {
  height: auto;
  margin-top: 20px;
  line-height: 1.2em;
  color: #1f5f8f;
  background: none; }

/*Opportunity Box*/
div.sidebar div.opportunity-box {
  border: 1px; }

div.sidebar div.opportunity-box {
  position: relative;
  margin: 0 0 20px;
  padding: 15px;
  padding-bottom: 8px;
  border: 1px solid #dadada; }

div.sidebar div.opportunity-box p {
  font-size: 1.2em;
  line-height: 1.1; }

div.sidebar div.opportunity-box form {
  margin: -1.5em 0 12px;
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
  color: #656162; }

div.sidebar div.opportunity-box form ol {
  padding-bottom: .7em; }

div.sidebar div.opportunity-box form li {
  position: relative;
  margin-bottom: 12px;
  list-style: none; }

div.sidebar div.opportunity-box form label {
  font-size: 1.1em;
  font-weight: bold; }

div.sidebar div.opportunity-box form label span {
  font-weight: normal;
  font-size: .65em; }

div.sidebar div.opportunity-box form label.overlabel-apply span.over-text {
  position: absolute;
  bottom: 4px;
  left: 6px;
  line-height: 1.2; }

div.sidebar div.opportunity-box form input, div#sidebar div.opportunity-box form select {
  display: block;
  margin: 3px 0 0; }

div.sidebar div.opportunity-box form input {
  width: 90%;
  height: 19px;
  padding: 0 4px;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  color: #656162;
  border-top: 1px solid #b9b9b9;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-left: 1px solid #b9b9b9; }

div.sidebar div.opportunity-box form select {
  width: 100%; }

div.sidebar div.opportunity-box p.advanced-search {
  font-size: 1.2em; }

div.sidebar div.opportunity-box p.powered a {
  display: block;
  width: 189px;
  height: 17px;
  text-indent: -999em;
  background: url("../img/layout/sprites.png") left top no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

div.sidebar div.info-graphic h3 {
  margin-bottom: 10px; }

div.sidebar div.info-graphic h3 a {
  text-decoration: none; }

div.sidebar div.info-graphic a img {
  border: 1px solid #DADADA;
  margin-left: 10%; }

/*Home Featured Article*/
.home div#content div.featured-article {
  margin-bottom: 33px; }

.home div#content div.featured-article h2 {
  font-weight: bold;
  color: #3676A6;
  font-size: 2.5em; }

.home div#content div.featured-article h3 {
  font-size: 1.7em;
  color: #8C8C8C; }

.home div#content div#flash-home {
  border: 7px solid #ACACAC; }

.home div#content div#flash-home img {
  margin: 0px; }

.home #details .detail.featured {
  width: 255px;
  border: 8px solid #AEAEAE;
  margin-left: 56px;
  width: 254px;
  margin-top: 0px; }

.home #details .detail.featured:first-child {
  margin-left: 0px; }

.home #details .detail.featured ul.more li {
  font-size: 15px; }

.home #details .detail.featured p {
  font-size: 1.2em; }

.home #details .detail.featured h3 {
  left: -26px;
  height: 37px;
  line-height: 29px;
  font-size: 1.4em;
  font-weight: bold;
  width: 300px; }

body #container ul.more li a:hover {
  color: #990000; }

/* Map in Homepage */
.home div#flash-home {
  border: 7px solid #ACACAC;
  margin: 0 auto;
  width: 638px; }

.home div#flash-home img {
  margin: 0px; }

#flash-home {
  border: 7px solid #AEAEAE; }

#profile_map {
  background-color: #77A6C9;
  width: 420px;
  height: 215px; }

#flash-home,
#data_placeholder #flash-map {
  background: #77a6c9 url("../img/sprites_bg_map.png") 0 -6px repeat-x; }

#flash-home {
  text-align: center; }

#flash-home {
  background-position: 0 -98px; }

#data_placeholder #flash-map, #profile_map, #flash-home {
  border: 2px solid #AEAEAE; }

#profile_map div.alt,
#ranking_map div.alt {
  display: none; }

.home section.homepage div.featured-article {
  margin-bottom: 33px; }

/* Box in Homepage */
.home #big-box {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 8px solid #AEAEAE;
  margin-bottom: 20px;
  padding: 10px; }

.home #quick-stats ul {
  padding-top: 5px;
  list-style: disc;
  margin-left: 25px; }

.home #quick-stats ul li {
  padding: 4px 0; }

/*Data Details*/
/*#content div.layout_rankings,*/
#content div.layout_cities,
#content div.layout_2cols,
#customize_section {
  background-color: #FFFFFF; }

div.layout_cities,
#customize_section {
  padding: 20px; }

#content div.layout_2cols div.one,
#content div.layout_2cols div.two {
  padding: 10px;
  width: 420px;
  float: left;
  height: auto;
  position: relative; }

#content div.layout_2cols div.one {
  width: 380px; }

body.widgets #content .layout_2cols .two {
  float: right;
  width: 20%; }

#content div.layout_2cols div.two {
  float: right;
  position: relative;
  top: 20px;
  clear: none;  }

#content div.profile-national div.one {
  padding-right: 0;
  width: 400px; }

#content div.layout_2cols div.one h1 {
  margin-bottom: 20px; }

#content div.layout_2cols div.one h3 {
  margin-bottom: 10px; }

#content div.layout_2cols div.one > p {
  margin-left: 20px; }

#content div.layout_2cols div.one ul {
  line-height: 1.8em;
  list-style: disc;
  margin-left: 50px; }

#content div.profile-national div.subcolumn {
  float: left; }

#content div.profile-national div.special_group {
  top: auto;
  left: auto;
  position: static;
  width: 214px; }

#content .profile_table {
  padding-bottom: 15px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 15px; }

#content .cities-jumper {
  margin-top: 10px;
  margin-right: 7px;
  padding: 10px 0;
  border-top: 1px solid #D0D0D0;
  text-align: center;
  font-size: 100%; }

#content .cities-jumper label {
  line-height: 1.8em; }

#content #charts .paginator {
  padding: 10px 8px;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 15px;
  height: auto; }

#content #charts .paginator .bAction a,
#content #charts .paginator .bAction {
  float: right; }

#content #charts .paginator .bAction a,
#content #charts .paginator .btn_research,
a.action-ranking,
#submit_custom,
#btn_exportDataProfile,
#btn_exportRankingData,
#btn_exportDataArea,
#button-box {
  display: inline-block;
  font-family: Arial, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #092658;
  color: #e5e5e5;
  font-family: Arial, ​Helvetica, ​sans-serif;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #092658), color-stop(1, #5a6f9e));
  background: -moz-linear-gradient(center top, #092658 5%, #5a6f9e 100%);
  background-color: #092658;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 0 #999 inset;
  -moz-box-shadow: 0 1px 0 0 #999 inset;
  box-shadow: 0 1px 0 0 #999 inset;
  margin-left: 5px; }

#content #charts .paginator .bAction a:hover,
#content #charts .paginator .btn_research:hover,
a.action-ranking:hover,
#submit_custom:hover,
#btn_exportDataProfile:hover,
#btn_exportRankingData:hover,
#btn_exportDataArea:hover,
#button-box:hover,
.national-shortcut a.action-ranking:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a6f9e), color-stop(100%, #092658));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5a6f9e 0%, #092658 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5a6f9e 0%, #092658 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5a6f9e 0%, #092658 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5a6f9e 0%, #092658 100%);
  /* W3C */ }

.layout-rankings .values .content-table-ranking {
  left: 50%;
  margin-left: -470px;
  position: relative;
  width: 77%; }

#content #charts .paginator .btn_research:hover {
  display: inline-block;
  font-family: Arial, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #590604;
  color: #e5e5e5;
  font-family: Arial, ​Helvetica, ​sans-serif;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #590604), color-stop(1, #990000));
  background: -moz-linear-gradient(center top, #590604 5%, #990000 100%);
  background-color: #590604;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 0 #999 inset;
  -moz-box-shadow: 0 1px 0 0 #999 inset;
  box-shadow: 0 1px 0 0 #999 inset; }

#content #charts .paginator .btn_research {
  float: left; }

#content #charts .chartProfile {
  color: #000000;
  height: 260px;
  margin: 10px 7px;
  border: 1px solid #ACACAC;
  width: 458px; }

#content #charts .chartProfile.chart-138 .reportText p.visit-via {
  font-size: 15px;
  line-height: 1.5em;
  padding: 15px;
  text-align: left;
  font-family: Arial,​Helvetica,​Arial,​sans-serif; }

#content #charts .chartProfile img {
  border: 0px;
  margin: 0px;
  display: block; }

#content div.titleReportText, div.titleTable {
  border: 0 none !important;
  font-family: Arial,​Helvetica,​Arial,​sans-serif;
  font-size: 13px;
  font-weight: bold;
  width: 450px; }

#content div.reportText span, #content div.titleReportText span, div.titleTable span {
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px; }

div#content p.visit-via {
  text-align: center;
  font-family: Arial,​Helvetica,​Arial,​sans-serif; }

#content div.reportText {
  border: 0 none !important;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 11px;
  width: 440px;
  padding: 0 5px; }

#content div.reportText p,
#content div.reportText ul {
  font-size: 12px;
  line-height: 1.2em; }

#content div.reportText ul li {
  line-height: 1.3em;
  list-style-position: outside;
  list-style-type: square;
  margin: 10px 15px;
  margin-left: 7px;
  font-family: Arial,​Helvetica,​Arial,​sans-serif; }

#content .layout_3col {
  height: auto; }

#content .layout_3col div.one,
#content .layout_3col div.two,
#content .layout_3col div.three {
  float: left;
  width: 31%; }

#content .layout_3col div.two,
#content .layout_3col div.three {
  width: 31%;
  margin-left: 9px;
  padding-left: 9px; }

#content .layout_3col ul {
  list-style: none;
  padding-left: 0px;
  border-top: 1px dotted #D0D0D0; }

#content .layout_3col ul li {
  padding: 5px 110px 20px 10px;
  border-bottom: 1px dotted #D0D0D0;
  position: relative;
  margin-bottom: 10px; }

#content .layout_3col ul li.short {
  padding-bottom: 10px; }

#content .layout_3col ul li a.action {
  display: inline-block;
  font-family: Arial, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #092658;
  color: #e5e5e5;
  font-family: Arial, ​Helvetica, ​sans-serif;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #092658), color-stop(1, #5a6f9e));
  background: -moz-linear-gradient(center top, #092658 5%, #5a6f9e 100%);
  background-color: #092658;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 0 #999 inset;
  -moz-box-shadow: 0 1px 0 0 #999 inset;
  box-shadow: 0 1px 0 0 #999 inset;
  font-size: 1em;
  position: absolute;
  right: 10px;
  top: 5px; }

#content .layout_3col ul li a.addthis {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px; }

div.pages div.layout_3col div#widget_state1 {
  width: 170px;
  float: right;
  margin-left: 10px; }

/* Charts */
#charts > div,
#available_graphics > div {
  line-height: 18px;
  margin: 0 auto;
  width: 960px; }

#charts > div > img,
#available_graphics > div > img {
  border: none;
  margin-right: 6px; }

#charts .charts_profile > div {
  float: left;
  overflow: hidden; }

div#content p.footnote {
  font-size: 100%; }

div.widget_add {
  background: url("../img/widgets/get_widget.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 20px;
  margin-left: 35px;
  text-align: center;
  width: 103px;
  text-indent: -9999px; }

div.layout_cities h3 {
  color: #444444;
  font-size: 1.5em;
  font-weight: bold;
  margin: 15px auto 3px 20px; }

div.layout_cities div.one,
div.layout_cities div.two,
div.layout_cities div.three {
  width: 30%;
  padding: 10px; }

div.layout_cities div.one,
div.layout_cities div.two {
  float: left; }

div.layout_cities div.three {
  float: right; }

div.layout_cities div ul.cities li a {
  color: #333333; }

#content ul.cities li {
  border-bottom: 1px dotted #D9D9D9;
  list-style-type: none;
  padding: 4px 1px 4px 4px; }

/* Demografic Groups */
div.demographics {
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  width: 800px; }

div.demographics div.demo-group {
  float: left;
  margin: 25px 5px;
  width: 255px;
  height: 240px; }

#content div.demographics div.demo-group h4 {
  padding-top: 5px; }

#content div.demographics div.demo-group div.links a {
  border-left: 1px solid #3676A6;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px; }

#content div.demographics div.demo-group div.links a:first-child {
  border-left: 0 none; }

/*Internal pages Common Layout*/
#content div.layout_rankings {
  margin-bottom: 50px; }

#content .layout_rankings div.one,
#content .layout_rankings div.two {
  padding: 15px 20px; }

/*Ranking Page*/
div#content.pages {
  margin-left: 0px;
  background: none;
  padding: 0px; }

#content .layout_rankings div.one {
  float: left;
  width: 30%; }

#content .layout_rankings div.two {
  float: right;
  width: 60%;
  position: relative;
  top: 20px; }

#content .layout_rankings div.one div.year-selector a {
  display: inline-block;
  font-family: Arial, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #092658;
  color: #e5e5e5;
  font-family: Arial, ​Helvetica, ​sans-serif;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #092658), color-stop(1, #5a6f9e));
  background: -moz-linear-gradient(center top, #092658 5%, #5a6f9e 100%);
  background-color: #092658;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 0 #999 inset;
  -moz-box-shadow: 0 1px 0 0 #999 inset;
  box-shadow: 0 1px 0 0 #999 inset;
  margin-bottom: 10px; }

#content .layout_rankings div.one div.year-selector a.selected,
#content .layout_rankings div.one div.year-selector a:hover {
  display: inline-block;
  font-family: Arial, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #590604;
  color: #e5e5e5;
  font-family: Arial, ​Helvetica, ​sans-serif;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #590604), color-stop(1, #990000));
  background: -moz-linear-gradient(center top, #590604 5%, #990000 100%);
  background-color: #590604;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 0 #999 inset;
  -moz-box-shadow: 0 1px 0 0 #999 inset;
  box-shadow: 0 1px 0 0 #999 inset;
  margin-bottom: 10px; }

#content .layout_rankings div.one div.year-selector a.selected:hover {
  display: inline-block;
  font-family: Arial, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #990000;
  color: #e5e5e5;
  font-family: Arial, ​Helvetica, ​sans-serif;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #990000), color-stop(1, #f20000));
  background: -moz-linear-gradient(center top, #990000 5%, #f20000 100%);
  background-color: #f20000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 0 #999 inset;
  -moz-box-shadow: 0 1px 0 0 #999 inset;
  box-shadow: 0 1px 0 0 #999 inset; }

div.layout_rankings div.two {
  width: 550px;
  float: right; }

div.layout_rankings div.ranking_group {
  float: left;
  margin-right: 10px;
  width: 100%; }

div.layout_rankings div.ranking_group ul {
  border-top: 1px dotted #D9D9D9;
  margin-bottom: 10px; }

div#content div.layout_rankings div.ranking_group h3 {
  padding-bottom: 4px; }

div#content div.layout_rankings div.ranking_group ul {
  padding-left: 0; }

div#content div.layout_rankings div.ranking_group ul li {
  list-style-type: none;
  border-bottom: 1px dotted #D9D9D9;
  padding: 4px 1px 4px 4px;
  height: 1em;
  margin-left: 0px;
  width: 100%; }

div#content div.layout_rankings div.ranking_group ul li a {
  display: block;
  text-decoration: underline; }

div#content div.layout_rankings div.ranking_group ul li a:hover {
  text-decoration: none; }

div#content div.layout_rankings div.ranking_group ul li.selected {
  background-color: #6B8DAD;
  color: #ffffff; }

div#content div.layout_rankings div.ranking_group ul li.selected a {
  color: #ffffff;
  text-decoration: none;
  cursor: default; }

div#ranking_map {
  background: none repeat scroll 0 0 #77A6C9;
  height: 325px;
  left: 50%;
  margin-left: -300px;
  overflow: hidden;
  position: relative;
  width: 550px; }

div#via-grid-ranking {
  left: 50%;
  margin-left: -300px;
  position: relative;
  width: 550px; }

/* Research */
#content div.layout_research {
  padding-top: 10px;
  padding-left: 10px; }

#content div.layout_research div.one {
  width: 30%;
  float: left;
  margin-right: 4%; }

#content div.layout_research div.two {
  width: 30%;
  float: left; }

#content div.layout_research div.three {
  float: right;
  margin-top: -160px;
  width: 30%;
  margin-right: 10px; }

#content div.layout_research h3 {
  margin-bottom: 18px; }

div.pages dl.research dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.3em; }

ol.glossary, ol.glossary_left, ol.glossary_right, ol.faq {
  float: left;
  list-style-type: decimal;
  margin-left: 25px; }

div.layout_research div.box_highlight {
  margin-top: 140px; }

div.layout_research div.box_highlight ul {
  margin: 12px 0;
  list-style-type: disc;
  margin-left: 20px; }

div.layout_research div.box_highlight ul li {
  list-style-position: inside;
  padding: 4px 2px; }

div.layout_research div.box_highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, white 100%);
  /* W3C */
  padding: 20px; }

#container div.ncoc {
  padding-top: 20px;
  text-align: center; }

#content dl dd + dt {
  padding-top: 1.3em; }

/*Internal Page - Pressroom*/
#content div.layout_pressroom,
#content div.layout_technical {
  background-color: #FFFFFF; }

body.infographic #content div.layout_pressroom img {
  left: 50%;
  margin-left: -465px;
  position: relative; }

div.fact-sheet, div.press-infographic {
  text-align: center; }

div.fact-sheet p, div.press-infographic p {
  font-size: 12px;
  padding-top: 10px; }

div.two-press {
  position: relative;
  height: 7000px; }

div.press-infographic {
  position: absolute;
  right: 58px;
  top: 230px;
  width: 235px; }

div.layout_pressroom {
  padding: 5px 10px 15px 15px; }

div.layout_pressroom div.one {
  width: 30%;
  float: left; }

div.layout_pressroom div.two {
  width: 60%;
  float: right; }

div.layout_pressroom ul {
  padding-left: 3px; }

div.layout_pressroom ul li {
  list-style-position: inside;
  padding: 2px 0px 1px 0px; }

div.layout_pressroom h3, div.layout_rankings h3,
div.layout_research h3, div.layout_technical h3 {
  color: #444444;
  font-size: 110%;
  font-weight: bold;
  margin: 15px auto 3px 0px; }

div.layout_pressroom dl.contacts dd {
  margin-bottom: 1.2em; }

div.layout_pressroom div.box_highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, white 100%);
  /* W3C */
  padding: 1px 12px 8px 12px;
  position: relative; }

div.layout_pressroom div.box_highlight p {
  margin-bottom: 12px;
  width: 43%; }

div.layout_pressroom div.box_highlight a.gotomap {
  width: 276px;
  height: 168px;
  display: block;
  background: white url("../img/gotomap.gif") top left no-repeat;
  text-indent: -1000em;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer; }

/* PAGE: Customize */
div#page_container div.pages {
  text-align: left;
  padding: 20px 15px 15px 15px; }

div.pages h2 {
  color: #000000;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 15px; }

fieldset.data_customize {
  background: transparent url("../img/bg_customizevars.gif") 20px 0px repeat-y;
  position: relative;
  height: 145px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6; }

div#content fieldset.data_customize fieldset ul, div#content fieldset.data_customize fieldset ul li {
  list-style-type: none;
  line-height: 14px; }

fieldset.data_customize fieldset ul li {
  padding: 0px; }

div#content fieldset.data_customize fieldset legend,
div#content fieldset.data_customize fieldset p.legend {
  font-weight: bold;
  color: #000000; }

div#content fieldset.data_customize fieldset p.legend {
  padding-bottom: 0px; }

div#content fieldset.data_customize fieldset {
  position: absolute; }

fieldset.data_customize input.checkbox, fieldset.data_customize input.radiobutton, fieldset.data_customize input.checkbox_year {
  /*position: relative; 
  top: 3px;*/
  z-index: 10;
  margin-left: 0px; }

fieldset.data_customize fieldset.format {
  top: 10px;
  left: 5px; }

fieldset.data_customize fieldset.charts {
  top: 10px;
  left: 160px; }

fieldset.data_customize fieldset.years {
  top: 10px;
  left: 300px; }

fieldset.data_customize fieldset.colors {
  top: 10px;
  left: 300px; }

fieldset.data_customize div.updater {
  position: absolute;
  bottom: 15px;
  left: 650px; }

div#content fieldset.data_customize fieldset ul li * {
  vertical-align: middle; }

div.customized_page {
  width: 25%;
  float: left; }

div.available_data {
  width: 35%;
  float: right; }

div.instructions {
  float: left;
  background: white url("../img/bg_data_instructions.gif") top center no-repeat;
  width: 150px;
  padding-top: 60px;
  margin-top: 110px;
  margin-left: 13%; }

div.customized_page div.boxes {
  width: 260px; }

div.boxes a.databox,
div.graphic a.databox {
  width: 120px;
  height: 105px;
  background-color: #D7D7D7;
  display: block;
  float: left;
  overflow: hidden;
  border: 2px solid #ccc;
  margin: 3px 2px;
  cursor: pointer; }

#container div.boxes a.databox img,
#container div.graphic a.databox img {
  border: 0px none; }

div.boxes div.dropbox {
  width: 120px;
  height: 105px;
  background-color: #D7D7D7;
  float: left;
  overflow: hidden;
  border: 2px solid #ccc;
  margin: 3px 2px;
  position: relative; }

div.boxes div.dropbox a.undo {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 1px 4px;
  font-weight: bold;
  background-color: #D7D7D7;
  color: #cc0000 !important;
  opacity: 0;
  -moz-border-radius: 3px;
  cursor: pointer; }

div.boxes div.dropbox a.undo:hover {
  text-decoration: none;
  opacity: 1; }

div.boxes div.dropbox.hovered {
  border-color: #2e5f8b; }

#container div.boxes div.dropbox img {
  cursor: pointer;
  border: 0px none; }

div.boxes a.databox:hover,
div.graphic a.databox:hover {
  border-color: #2e5f8b; }

div.customized_page a.add_page {
  float: right;
  font-weight: bold;
  margin-right: 8px;
  text-decoration: none; }

/* Export  */
.summary-error {
  border: 1px solid;
  margin: 10px 0px;
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px center; }

.summary-error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url("../img/error.png"); }

.summary-error-title {
  font-weight: bolder;
  padding: 5px 0; }

div.content-export-data {
  width: 600px;
  height: 375px;
  background: #FFFFFF;
  text-align: left; }

div.content-export-data h3, div.layout_export_ranking h3 {
  color: #000000;
  font-size: 130%;
  font-weight: bold;
  line-height: 130%; }

div.content-export-data p {
  line-height: 1.5em; }

div.content-export-data div.spacer2 {
  height: 1.5em; }

div.content-export-data div.single-box {
  padding: 5px 0; }

div.content-export-data div.col1 {
  width: 260px;
  float: left;
  text-align: right;
  padding-right: 10px; }

div.content-export-data div.col2 {
  width: 300px;
  float: left; }

div.content-export-data div.col1 label, div.content-export-data div.col2 label {
  font-weight: bold;
  display: block;
  padding-bottom: 3px; }

div.content-export-data div.col1 select, div.content-export-data div.col2 select {
  width: 300px; }

div.content-export-data div.controls {
  padding-left: 385px;
  border: 1px solid #FFFFFF; }

div.content-export-data div.controls a {
  display: inline-block;
  height: 43px;
  margin-bottom: 10px;
  text-indent: -1000em;
  width: 31px; }

div.content-export-data div.controls a.add {
  background: url("../img/select_arrow_tobotton.gif") no-repeat scroll left top white; }

div.content-export-data div.controls a.remove {
  background: url("../img/select_arrow_totop.gif") no-repeat scroll left top white; }

div.content-export-data fieldset.formats {
  border: none;
  float: left;
  position: relative;
  top: -5px; }

div.content-export-data fieldset.formats legend {
  float: left;
  clear: both;
  padding-bottom: 3px; }

div.content-export-data fieldset.formats ul {
  padding-left: 20px;
  float: left;
  clear: left; }

div.content-export-data div.actions {
  float: right;
  margin: 0px 29px 0 auto; }

div.content-export-data div.summary-error {
  margin: 0px !important; }

div.content-export-data a {
  color: #1F6C9E;
  text-decoration: none; }

div.content-export-data a:hover {
  text-decoration: underline; }

.x-window-bwrap .x-window-body {
  background-color: #fff;
  padding-left: 10px;
  padding-top: 7px; }

/* === Export Ranking Data Popup === */
div.layout_export_ranking select {
  width: 200px; }

div.layout_export_ranking div.quicklinks {
  padding: 4px; }

div.layout_export_ranking {
  background: #FFF;
  width: 600px;
  text-align: left;
  float: left; }

div.layout_export_ranking label.area-name {
  display: block;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 0 5px; }

div.layout_export_ranking div.content-ranking {
  clear: both; }

div.layout_export_ranking div.content-ranking label {
  font-weight: bold;
  float: left;
  padding-right: 10px;
  text-align: right;
  width: 90px; }

div.layout_export_ranking div.controls {
  float: left;
  margin: 10px 20px; }

div.layout_export_ranking div.controls a {
  display: block;
  height: 31px;
  margin-bottom: 10px;
  text-indent: -1000em;
  width: 43px; }

div.layout_export_ranking div.col1 {
  float: left;
  width: 200px; }

div.layout_export_ranking div.col2 {
  float: left;
  width: 200px; }

div.layout_export_ranking div#popup-content div.formats ul {
  position: absolute;
  top: 18px; }

div.layout_export_ranking div#popup-content div.formats ul li {
  float: left;
  list-style: none;
  padding-right: 8px; }

div.layout_export_ranking div#popup-content div.formats label.format {
  font-weight: bold;
  position: absolute;
  top: 0; }

div.layout_export_ranking div.exp-container {
  position: relative;
  width: 600px; }

div.layout_export_ranking div.exp-container a#btn_exportRankingData {
  left: 476px;
  position: absolute;
  top: 10px; }

/* ============================================== Round Corners classes */
div.message_box {
  width: 170px;
  text-align: center; }

div.home_message_content {
  padding: 3px 4px;
  background-color: #D7DBE7;
  color: #fff;
  font-size: 110%;
  font-weight: bold; }

img.close_message_content {
  vertical-align: top; }

div.home_message_content a {
  color: #E3E6F5;
  font-weight: normal; }

div.home_message_content a:hover {
  color: #fafafa;
  cursor: pointer; }

body.admin #content input[type="text"], select, textarea {
  border: 1px solid #A9A9A9;
  border-radius: 3px;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  padding: 1px 2px; }

.round_corners {
  display: block; }

.round_corners * {
  background: none repeat scroll 0 0 #D7DBE7;
  display: block;
  font-size: 0.01em;
  height: 1px;
  overflow: hidden; }

.round_corners1 {
  background: none repeat scroll 0 0 #D7DBE7;
  border-left: 1px solid #D7DBE7;
  border-right: 1px solid #D7DBE7;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 1px;
  padding-right: 1px;
  width: auto; }

.round_corners2 {
  background: none repeat scroll 0 0 #D7DBE7;
  border-left: 1px solid #D7DBE7;
  border-right: 1px solid #D7DBE7;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: auto; }

.round_corners3 {
  border-left: 1px solid #D7DBE7;
  border-right: 1px solid #D7DBE7;
  margin-left: 1px;
  margin-right: 1px;
  width: auto; }

.round_corners4 {
  border-left: 1px solid #D7DBE7;
  border-right: 1px solid #D7DBE7;
  width: auto; }

.round_corners5 {
  border-left: 1px solid #D7DBE7;
  border-right: 1px solid #D7DBE7;
  width: auto; }

.round_cornersfg {
  background: none repeat scroll 0 0 #FAFAFA;
  width: auto; }

table.definition {
  border-left: 1px dotted #CCCCCC;
  margin-bottom: 20px; }

table.definition tr th {
  background-color: #2E5F8B;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 2px;
  text-align: center;
  vertical-align: middle; }

table.definition tr td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px dotted #CCCCCC;
  padding: 2px 4px; }

table.definition tr.odd td {
  background-color: #E0E8EF; }

ol.glossary, ol.glossary_left, ol.glossary_right, ol.faq {
  float: left;
  list-style-type: decimal;
  margin-left: 25px; }

ol.glossary li, ol.glossary_left li, ol.glossary_right li, ol.faq li {
  padding: 2px 0; }

ol.glossary_right {
  margin-left: 20%; }

ol.glossary li {
  padding: 8px 0; }

div#content ul.activities li.clean {
  left: 0;
  list-style-type: none;
  margin-left: 0;
  margin-top: 4px;
  position: relative;
  top: 0; }

ol.activities-wrapper .activities {
  width: 90%; }

ol.activities-wrapper .largetitle {
  width: 700px; }

ol.activities-wrapper div.activities {
  display: inline-block;
  float: none;
  margin-left: 8px; }

ol.activities-wrapper ul.activities {
  margin-bottom: 1.5em;
  padding-right: 40px;
  width: 100%; }

div#content ol.activities-wrapper {
  padding-left: 0; }

ol.activities-wrapper > li {
  border-bottom: 1px solid #C5C5C5;
  list-style-position: inside;
  margin-bottom: 1.5em;
  overflow: hidden;
  padding: 4px 0;
  width: 100%; }

div#content a.top-page {
  float: right;
  font-size: 12px !important; }

/* Login */
body.admin #content fieldset.login {
  left: 50%;
  margin-bottom: 50px;
  margin-left: -145px;
  position: relative;
  width: 275px; }

body.admin #content fieldset.login div.field-single {
  padding: 5px 0; }

body.admin #content fieldset.login label {
  font-size: 120%;
  color: #555;
  line-height: 22px;
  width: 100px; }

body.admin #content fieldset.login input[type="text"],
body.admin #content fieldset.login input[type="password"] {
  border: 1px solid #C2C3C5;
  border-radius: 3px;
  padding: 2px;
  font-size: 120%; }

body.admin #content fieldset.login div.field-padded {
  padding: 20px 0 3px 100px; }

body.admin #content fieldset input.button,
body.admin input.button, body.admin a.button {
  display: inline-block;
  font-family: Arial, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #092658;
  color: #e5e5e5;
  font-family: Arial, ​Helvetica, ​sans-serif;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #092658), color-stop(1, #5a6f9e));
  background: -moz-linear-gradient(center top, #092658 5%, #5a6f9e 100%);
  background-color: #092658;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 0 #999 inset;
  -moz-box-shadow: 0 1px 0 0 #999 inset;
  box-shadow: 0 1px 0 0 #999 inset; }

body.admin #content fieldset input.button:hover,
body.admin input.button, body.admin a.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a6f9e), color-stop(100%, #092658));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5a6f9e 0%, #092658 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5a6f9e 0%, #092658 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5a6f9e 0%, #092658 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5a6f9e 0%, #092658 100%);
  /* W3C */ }

body.admin #content fieldset.login input.button {
  padding: 2px 20px; }

body.admin #content fieldset input.button:active,
body.admin input.button:active, body.admin a.button:active {
  position: relative;
  top: 1px; }

body.admin div.field-padded {
  padding: 3px 0px 3px 160px; }

body.admin div.field-single {
  padding: 3px 0;
  clear: both; }

body.admin fieldset div.field-padded span {
  padding: 0 10px; }

body.admin fieldset div input[type="radio"], body.admin fieldset div input[type="checkbox"] {
  border: medium none;
  position: relative;
  top: 3px;
  width: auto; }

body.admin fieldset #divAreas input[type="checkbox"] {
  top: 0; }

body.admin fieldset #divAreas label {
  line-height: 130%; }

body.admin fieldset #divAreas {
  padding-bottom: 8px; }

body.admin fieldset div.info {
  border-color: #C4CFD9;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  color: #2E5F8B;
  margin: 3px 0 3px 160px;
  padding: 3px 5px; }

body.admin fieldset div.field-single label {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  width: 160px; }

body.admin fieldset div.field-single label.spread {
  float: none;
  width: auto; }

body.admin fieldset div label.checkbox {
  display: inline;
  float: none;
  font-weight: normal;
  padding-right: 15px;
  padding-left: 10px;
  width: auto; }

body.admin fieldset div input[type="radio"], body.admin fieldset div input[type="checkbox"] {
  border: medium none;
  position: relative;
  top: 3px;
  width: auto; }

/* Admin */
body.admin h2 {
  margin-top: 20px; }

body.admin div.right-content {
  float: left;
  width: 775px; }

div.menu-admin {
  float: left; }

div#content div.menu-admin ul,
div#content div.menu-admin ul li {
  list-style: none;
  margin-left: 0px;
  padding-left: 0; }

body.admin div#content h1 {
  padding: 16px 0 16px 8px; }

body.admin div#content div.menu-admin,
body.admin div#content div.admin-data {
  background: transparent url("../img/layout/bg_content.png") 0 0 repeat;
  padding: 8px;
  min-height: 300px; }

body.admin div#content div.admin-data {
  float: right;
  width: 765px; }

body.admin div#content div.menu-admin strong.menutitle {
  font-size: 12px;
  line-height: 120%;
  display: block;
  margin-bottom: 8px;
  text-shadow: 2px 2px 3px #C1E1F0; }

body.admin div#content div.menu-admin ul li {
  margin-bottom: 3px; }

body.admin div#content div.menu-admin ul li a {
  display: inline-block;
  font-family: Arial, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #092658;
  color: #e5e5e5;
  font-family: Arial, ​Helvetica, ​sans-serif;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #092658), color-stop(1, #5a6f9e));
  background: -moz-linear-gradient(center top, #092658 5%, #5a6f9e 100%);
  background-color: #092658;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 0 #999 inset;
  -moz-box-shadow: 0 1px 0 0 #999 inset;
  box-shadow: 0 1px 0 0 #999 inset;
  width: 90%; }

body.admin div#content div.menu-admin ul li a:hover {
  display: inline-block;
  font-family: Arial, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #590604;
  color: #e5e5e5;
  font-family: Arial, ​Helvetica, ​sans-serif;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #590604), color-stop(1, #990000));
  background: -moz-linear-gradient(center top, #590604 5%, #990000 100%);
  background-color: #590604;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 0 #999 inset;
  -moz-box-shadow: 0 1px 0 0 #999 inset;
  box-shadow: 0 1px 0 0 #999 inset; }

body.admin div#content div.admin-data p.welcome {
  font-size: 130%;
  margin: 2px 10px; }

body.webprofile {
  background-position: center -173px; }

#graph_results {
  background-color: #FFF; }

body.admin div.action {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase; }

div.div-select-year {
  float: right;
  line-height: 19px;
  text-align: right; }

div.div-select-year {
  float: right;
  line-height: 19px;
  text-align: right; }

div.div-select-year select {
  border-radius: 3px; }

div.div-select-year label {
  font-weight: bold;
  padding-right: 5px; }

div.div-select-year select {
  width: 80px; }

body.admin #content fieldset {
  border: 1px solid #C4CFD9;
  margin: 20px 0;
  padding: 20px; }

body.admin div.action a.selected {
  background-color: #1F6C9E;
  color: #FFFFFF !important;
  text-decoration: none; }

body.admin #content fieldset legend {
  color: #1F4C75;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 1px; }

div.none, .none {
  display: none; }

/*Export Data*/
#content div.layout_export {
  padding: 20px; }

#content div.layout_export fieldset.formats {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding: 25px 10px 10px 10px;
  position: relative; }

#content div.layout_export fieldset.formats legend {
  position: absolute;
  top: 10px;
  left: 13px;
  font-size: 12px;
  font-weight: bold; }

#content div.layout_export fieldset.formats ul {
  padding-left: 0;
  padding-bottom: 0;
  font-size: 1em;
  line-height: 1.3;
  list-style: none; }

#content div.layout_export fieldset.formats ul li {
  display: inline-block;
  margin-right: 15px; }

#content div.layout_export fieldset.formats ul li label {
  font-size: 12px;
  margin-top: 1px;
  line-height: 13px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px; }

div.layout_export div.panel {
  border-bottom: 1px solid #D0D0D0;
  clear: both;
  height: 53px;
  position: relative; }

div.layout_export div.panel div.one {
  width: 461px;
  display: none;
  clear: both;
  padding-top: 20px; }

div.layout_export div.panel div.two {
  width: 650px;
  border-left: 1px solid #D0D0D0;
  height: 181px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 53px;
  display: none; }

div.layout_export div.panel h2 {
  margin: 16px 0px 16px 10px;
  float: left;
  padding-left: 20px;
  background: white url("../img/layout/sprite_h2_bullets.png") 0 -46px no-repeat; }

div.layout_export div.panel h2.toggled {
  background-position: 0 4px; }

div.layout_export div.panel h2:hover {
  cursor: pointer;
  color: #990000; }

div.layout_export div#export_nation div.two {
  border-left: 0px none;
  left: 100px;
  width: 755px;
  right: auto; }

div.layout_export div.panel div.options {
  clear: left;
  margin-left: 15px; }

div.layout_export div.panel div.options label,
div.layout_export div.panel div.selection label {
  display: block;
  font-weight: bold;
  color: #000000;
  padding: 3px; }

div.layout_export div.panel div.options, div.layout_export div.panel div.controls {
  float: left; }

div.layout_export div.panel div.selection {
  float: left;
  margin-left: 12px; }

div.layout_export div.options select, div.layout_export div.selection select {
  width: 160px; }

div.layout_export div#export_nation div.two select {
  width: 300px; }

div.layout_export div#export_regions div.two div.options,
div.layout_export div#export_regions div.two div.selection {
  position: relative;
  height: 96px;
  margin-left: 30px; }

div.layout_export div#export_regions div.two select {
  width: 300px;
  position: absolute;
  top: 0;
  left: 125px; }

div.layout_export div#export_regions div.two {
  padding-top: 15px;
  height: 266px; }

div.layout_export div#export_regions div.two div.controls {
  float: left;
  clear: both; }

div.layout_export div#export_regions div.two label {
  float: left;
  display: block;
  width: 120px; }

div.layout_export div#export_regions div.two div.quicklinks {
  float: left;
  clear: left; }

div.layout_export div#export_regions div.two div.controls {
  padding: 2px 0px  10px 270px;
  margin: 0; }

div.layout_export div#export_states div.two div.options,
div.layout_export div#export_states div.two div.selection {
  position: relative;
  height: 96px;
  margin-left: 30px; }

div.layout_export div#export_states div.two select {
  width: 300px;
  position: absolute;
  top: 0;
  left: 125px; }

div.layout_export div#export_states div.two select {
  width: 300px; }

div.layout_export div#export_states div.two {
  padding-top: 15px;
  height: 266px; }

div.layout_export div#export_states div.two div.controls {
  float: left;
  clear: both; }

div.layout_export div#export_states div.two label {
  float: left;
  display: block;
  width: 120px; }

div.layout_export div#export_states div.two div.quicklinks {
  float: left;
  clear: left; }

div.layout_export div#export_states div.two div.controls {
  padding: 2px 0px  10px 270px;
  margin: 0; }

div.layout_export div#export_cities div.two div.options,
div.layout_export div#export_cities div.two div.selection {
  position: relative;
  height: 96px;
  margin-left: 30px; }

div.layout_export div#export_cities div.two select {
  width: 300px;
  position: absolute;
  top: 0;
  left: 125px; }

div.layout_export div#export_cities div.two select {
  width: 300px; }

div.layout_export div#export_cities div.two {
  padding-top: 15px;
  height: 266px; }

div.layout_export div#export_cities div.two div.controls {
  float: left;
  clear: both; }

div.layout_export div#export_cities div.two label {
  float: left;
  display: block;
  width: 120px; }

div.layout_export div#export_cities div.two div.quicklinks {
  float: left;
  clear: left; }

div.layout_export div#export_cities div.two div.controls {
  padding: 2px 0px  10px 270px;
  margin: 0; }

div.layout_export div#export_cities2 div.two div.options,
div.layout_export div#export_cities2 div.two div.selection {
  position: relative;
  height: 96px;
  margin-left: 30px; }

div.layout_export div#export_cities2 div.two select {
  width: 300px;
  position: absolute;
  top: 0;
  left: 125px; }

div.layout_export div#export_cities2 div.two select {
  width: 300px; }

div.layout_export div#export_cities2 div.two {
  padding-top: 15px;
  height: 266px; }

div.layout_export div#export_cities2 div.two div.controls {
  float: left;
  clear: both; }

div.layout_export div#export_cities2 div.two label {
  float: left;
  display: block;
  width: 120px; }

div.layout_export div#export_cities2 div.two div.quicklinks {
  float: left;
  clear: left; }

div.layout_export div#export_cities2 div.two div.controls {
  padding: 13px 0px  0px 270px;
  margin: 0; }

div.layout_export div.options div.quicklinks, div.layout_export div.selection div.quicklinks {
  padding: 4px; }

div.layout_export div.panel div.controls {
  margin-top: 22px;
  margin-left: 13px; }

div.layout_export div.panel div.controls a {
  display: block;
  width: 43px;
  height: 31px;
  text-indent: -1000em;
  margin-bottom: 10px;
  cursor: pointer;
  outline: 0; }

div.layout_export div.panel div.controls a:active {
  position: relative;
  top: 1px; }

fieldset.formats {
  border-bottom: 1px solid #c5c5c5; }

fieldset.formats legend {
  font-weight: bold;
  color: #333333;
  float: left; }

fieldset.formats ul li {
  float: left;
  list-style-type: none !important;
  padding-right: 12px; }

fieldset.formats ul li input {
  position: relative;
  /*top: 3px;*/ }

fieldset.formats ul li label {
  line-height: 14px; }

div.layout_export h3 {
  color: #000000;
  font-size: 130%;
  font-weight: bold;
  margin: 15px auto 15px 2px;
  padding-left: 14px;
  padding-top: 3px;
  line-height: 130%;
  float: left;
  clear: both; }

div.layout_export ul.export-format {
  margin-left: 10px; }

div.layout_export h3.toggle, div.layout_export h3.toggled {
  cursor: pointer; }

div.layout_export h3.toggle {
  background: white url("../img/bullet_arrowright_gray.gif") 0% 50% no-repeat; }

div.layout_export h3.toggled {
  background: white url("../img/bullet_arrowdown_gray.gif") left center no-repeat; }

div.layout_export div.panel {
  border-bottom: 1px solid #C5C5C5;
  clear: both;
  height: 53px;
  position: relative; }

div.layout_export div.panel div.one {
  width: 461px;
  display: none;
  clear: both;
  padding-top: 20px; }

div.layout_export div.panel div.two {
  width: 480px;
  border-left: 1px solid #C5C5C5;
  height: 181px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 53px;
  display: none; }

div.layout_export div#export_nation div.two {
  border-left: 0px none;
  left: 100px;
  width: 755px;
  right: auto; }

div.layout_export div.panel div.options {
  clear: left;
  margin-left: 15px; }

div.layout_export div.panel div.options label,
div.layout_export div.panel div.selection label {
  display: block;
  font-weight: bold;
  color: #000000;
  padding: 3px; }

div.layout_export div.panel div.options, div.layout_export div.panel div.controls {
  float: left; }

div.layout_export div.panel div.selection {
  float: left;
  margin-left: 30px; }

div.layout_export div.options select, div.layout_export div.selection select {
  width: 160px; }

div.layout_export div#export_nation div.two select {
  width: 300px; }

div.layout_export div#export_regions div.two div.options, div.layout_export div#export_regions div.two div.selection {
  position: relative;
  height: 96px; }

div.layout_export div#export_regions div.two select {
  width: 300px;
  position: absolute;
  top: 0;
  left: 125px; }

div.layout_export div#export_regions div.two {
  padding-top: 15px;
  height: 266px; }

div.layout_export div#export_regions div.two div.controls {
  float: left;
  clear: both; }

div.layout_export div#export_regions div.two label {
  float: left;
  display: block;
  width: 120px; }

div.layout_export div#export_regions div.two div.quicklinks {
  float: left;
  clear: left; }

div.layout_export div#export_regions div.two div.controls {
  height: 43px;
  padding: 7px 0px  7px 270px;
  margin: 0; }

div.layout_export div#export_states div.two div.options, div.layout_export div#export_states div.two div.selection {
  position: relative;
  height: 96px; }

div.layout_export div#export_states div.two select {
  width: 300px;
  position: absolute;
  top: 0;
  left: 125px; }

div.layout_export div#export_states div.two select {
  width: 300px; }

div.layout_export div#export_states div.two {
  padding-top: 15px;
  height: 266px; }

div.layout_export div#export_states div.two div.controls {
  float: left;
  clear: both; }

div.layout_export div#export_states div.two label {
  float: left;
  display: block;
  width: 120px; }

div.layout_export div#export_states div.two div.quicklinks {
  float: left;
  clear: left; }

div.layout_export div#export_states div.two div.controls {
  height: 43px;
  padding: 7px 0px  7px 270px;
  margin: 0; }

div.layout_export div#export_cities div.two div.options, div.layout_export div#export_cities div.two div.selection {
  position: relative;
  height: 96px; }

div.layout_export div#export_cities div.two select {
  width: 300px;
  position: absolute;
  top: 0;
  left: 125px; }

div.layout_export div#export_cities div.two select {
  width: 300px; }

div.layout_export div#export_cities div.two {
  padding-top: 15px;
  height: 266px; }

div.layout_export div#export_cities div.two div.controls {
  float: left;
  clear: both; }

div.layout_export div#export_cities div.two label {
  float: left;
  display: block;
  width: 120px; }

div.layout_export div#export_cities div.two div.quicklinks {
  float: left;
  clear: left; }

div.layout_export div#export_cities div.two div.controls {
  height: 43px;
  padding: 7px 0px  7px 270px;
  margin: 0; }

div.layout_export div#export_cities2 div.two div.options, div.layout_export div#export_cities2 div.two div.selection {
  position: relative;
  height: 96px; }

div.layout_export div#export_cities2 div.two select {
  width: 300px;
  position: absolute;
  top: 0;
  left: 125px; }

div.layout_export div#export_cities2 div.two select {
  width: 300px; }

div.layout_export div#export_cities2 div.two {
  padding-top: 15px;
  height: 266px; }

div.layout_export div#export_cities2 div.two div.controls {
  float: left;
  clear: both; }

div.layout_export div#export_cities2 div.two label {
  float: left;
  display: block;
  width: 120px; }

div.layout_export div#export_cities2 div.two div.quicklinks {
  float: left;
  clear: left; }

div.layout_export div#export_cities2 div.two div.controls {
  height: 43px;
  padding: 7px 0px  7px 270px;
  margin: 0; }

div.layout_export div.options div.quicklinks, div.layout_export div.selection div.quicklinks {
  padding: 4px; }

div.layout_export div.panel div.controls {
  margin-top: 30px;
  margin-left: 30px; }

div.layout_export div.panel div.controls a {
  display: block;
  text-indent: -1000em;
  margin-bottom: 10px;
  cursor: pointer; }

div.layout_export div.panel div.controls a:active {
  position: relative;
  top: 1px; }

div.layout_export div.panel div.controls a.add,
div.layout_export_ranking div.controls a.add {
  background: white url("../img/select_arrow_toright.gif") top left no-repeat; }

div.layout_export div.panel div.controls a.remove,
div.layout_export_ranking div.controls a.remove {
  background: white url("../img/select_arrow_toleft.gif") top left no-repeat; }

div.layout_export div#export_regions div.two div.controls a {
  width: 31px;
  height: 43px;
  float: left;
  margin-right: 7px;
  margin-bottom: 0; }

div.layout_export div#export_regions div.two a.add {
  background: white url("../img/select_arrow_tobotton.gif") top left no-repeat; }

div.layout_export div#export_regions div.two a.remove {
  background: white url("../img/select_arrow_totop.gif") top left no-repeat; }

div.layout_export div#export_states div.two div.controls a {
  width: 31px;
  height: 43px;
  float: left;
  margin-right: 7px; }

div.layout_export div#export_states div.two a.add {
  background: white url("../img/select_arrow_tobotton.gif") top left no-repeat; }

div.layout_export div#export_states div.two a.remove {
  background: white url("../img/select_arrow_totop.gif") top left no-repeat; }

div.layout_export div#export_cities div.two div.controls a {
  width: 31px;
  height: 43px;
  float: left;
  margin-right: 7px; }

div.layout_export div#export_cities div.two a.add {
  background: white url("../img/select_arrow_tobotton.gif") top left no-repeat; }

div.layout_export div#export_cities div.two a.remove {
  background: white url("../img/select_arrow_totop.gif") top left no-repeat; }

div.layout_export div#export_cities2 div.two div.controls a {
  width: 31px;
  height: 43px;
  float: left;
  margin-right: 7px; }

div.layout_export div#export_cities2 div.two a.add {
  background: white url("../img/select_arrow_tobotton.gif") top left no-repeat; }

div.layout_export div#export_cities2 div.two a.remove {
  background: white url("../img/select_arrow_totop.gif") top left no-repeat; }

div.layout_export div.panel div.two div.options {
  margin-left: 30px; }

div.layout_export fieldset.formats ul.export-format {
  padding-top: 8px;
  padding-bottom: 1px;
  float: left;
  clear: left; }

div.layout_export div.year-selector {
  float: left;
  margin-left: 50px;
  position: relative;
  top: -12px; }

div.layout_export div.year-selector label {
  font-weight: bold;
  display: block; }

div.layout_export div.year-selector select {
  margin-left: 40px;
  margin-top: 2px; }

.demographics-list {
  margin-top: 35px; }

/* Widesreens */
@media screen and (min-width: 1300px) {
.page-sizer {
width: 1175px !important; } 
}
/* Tablets */
@media screen and (max-width: 1000px) {
  body.infographic #container .layout_pressroom img {
    padding-left: 15%;
    width: 100%; }

  body header .branding-wrapper .page-sizer .branding-wrapper-first .site-name a img {
    width: 182px;
    height: 81px; }
  body header .branding-wrapper .page-sizer .branding-wrapper-first .site-name a span.title {
    bottom: 9px;
    font-size: 11px;
    letter-spacing: 0px; }
  body header .branding-wrapper .page-sizer .branding-wrapper-first .logo-ncoc img {
    width: 107px; }
  body header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button {
    width: 100px; }
    body header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button a .story-title {
      font-size: 18px;
      padding-left: 15px; }
    body header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button a .story-subtitle {
      font-size: 9px; }
    body header .branding-wrapper .page-sizer .branding-wrapper-third .story-buttons ul.story-boxes li.story-button a:after {
      right: -5px; }
  body section.homepage .page-sizer .region-content {
    width: 70%; }
    body section.homepage .page-sizer .region-content #carousel {
      width: 100%;
      left: 0; }
  body section.homepage .page-sizer .sidebar h2, body section.homepage .page-sizer .sidebar h2 a {
    font-size: 18px !important; }
  body section.homepage .page-sizer .sidebar h3, body section.homepage .page-sizer .sidebar h3 a {
    font-size: 17px !important; }
  body section.homepage .page-sizer .sidebar h4, body section.homepage .page-sizer .sidebar h4 a {
    font-size: 14px !important; }
  body section.homepage .page-sizer .sidebar .info-graphic img {
    margin-left: 5%;
    width: 90%; }
  body section.homepage .page-sizer .sidebar .opportunity-box fieldset ol li p {
    font-size: 10px; }
  body section.homepage .page-sizer .sidebar .opportunity-box p.powered a {
    height: 11px;
    width: 125px; }
  body section.homepage .page-sizer .sidebar .opportunity-box form label {
    font-size: 0.8em; }
  body #container #data_placeholder {
    margin-bottom: 20px; }
  body #container #content .page-sizer .layout_2cols .one {
    width: 30%; }
    body #container #content .page-sizer .layout_2cols .one ul {
      margin-left: 15px; }
    body #container #content .page-sizer .layout_2cols .one ul.highlights li:last-child {
      display: none; }
  body #container #content .page-sizer .layout_3col .one ul.tools li:first-child {
    display: none; }
  body #container #content .page-sizer .profile_table #charts > div {
    width: 630px; }
  body #container #content .page-sizer .profile_table #charts .paginator .bAction a:first-child {
    display: none; }
  body #container #content .page-sizer .profile_table #charts .charts_profile div.chartProfile {
    width: 280px;
    height: 180px;
    margin: 10px 13px; }
    body #container #content .page-sizer .profile_table #charts .charts_profile div.chartProfile img {
      width: 280px; }
    body #container #content .page-sizer .profile_table #charts .charts_profile div.chartProfile .titleReportText {
      width: 300px; }
      body #container #content .page-sizer .profile_table #charts .charts_profile div.chartProfile .titleReportText span {
        font-size: 12px;
        margin-bottom: 5px; }
    body #container #content .page-sizer .profile_table #charts .charts_profile div.chartProfile .reportText {
      width: 300px; }
      body #container #content .page-sizer .profile_table #charts .charts_profile div.chartProfile .reportText p {
        font-size: 9px;
        line-height: 1em; }
        body #container #content .page-sizer .profile_table #charts .charts_profile div.chartProfile .reportText p.visit-via {
          margin-bottom: -10px; }
      body #container #content .page-sizer .profile_table #charts .charts_profile div.chartProfile .reportText ul {
        font-size: 9px;
        line-height: 1em; }
        body #container #content .page-sizer .profile_table #charts .charts_profile div.chartProfile .reportText ul li {
          margin-bottom: -5px; }
  body #container #content .page-sizer .profile_table #div_loadings {
    display: none; }
  body #container #content .page-sizer .layout_rankings .one {
    width: 20%; }
    body #container #content .page-sizer .layout_rankings .one .ranking_group ul li {
      height: auto; }
  body #container #content .page-sizer .layout_rankings .two #ranking_map {
    display: none; }
  body #container #content .page-sizer .layout_pressroom .two {
    width: 50%; }
    body #container #content .page-sizer .layout_pressroom .two .box_highlight h3 {
      width: 150px; }
    body #container #content .page-sizer .layout_pressroom .two .box_highlight a.gotomap {
      background-size: 150px auto;
      height: 90px;
      width: 150px; }
    body #container #content .page-sizer .layout_pressroom .two .contacts {
      margin-top: 20px; }
    body #container #content .page-sizer .layout_pressroom .two .press-infographic {
      width: 100px;
      top: 350px; }
      body #container #content .page-sizer .layout_pressroom .two .press-infographic img {
        width: 150px; }
  body #container #content .page-sizer .layout_pressroom .demographics {
    width: 650px; }
    body #container #content .page-sizer .layout_pressroom .demographics .demo-group {
      margin: 25px 30px; } 
}
/* Tablets Portrait Orientation */
@media only screen and (max-width: 1000px) and (orientation: portrait) {
  body section.homepage .page-sizer .main-content .featured-article .states-cities-link {
    display: block; }
    body section.homepage .page-sizer .main-content .featured-article .states-cities-link a {
      display: inline-block;
      font-family: Arial, Helvetica, Arial, sans-serif;
      font-size: 12px;
      padding: 3px 10px;
      text-decoration: none;
      text-shadow: none;
      border: 1px solid #092658;
      color: #e5e5e5;
      font-family: Arial, ​Helvetica, ​sans-serif;
      font-weight: 700;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #092658), color-stop(1, #5a6f9e));
      background: -moz-linear-gradient(center top, #092658 5%, #5a6f9e 100%);
      background-color: #092658;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 1px 0 0 #999 inset;
      -moz-box-shadow: 0 1px 0 0 #999 inset;
      box-shadow: 0 1px 0 0 #999 inset; }
  body section.homepage .page-sizer .main-content .featured-article #flash-home {
    display: none; }
  body #container #data_placeholder {
    height: auto !important; }
    body #container #data_placeholder #flash-map {
      display: none; }
    body #container #data_placeholder .flash-map-mobile {
      padding: 20px 0;
      display: block;
      overflow: hidden;
      overflow: hidden; }
      body #container #data_placeholder .flash-map-mobile ul {
        width: 45%;
        float: left; }
        body #container #data_placeholder .flash-map-mobile ul li {
          margin-bottom: 5px; }
          body #container #data_placeholder .flash-map-mobile ul li a {
            font-size: 16px;
            color: #333333; } 
}
/* Tablets landscape Orientation */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body #container #content .page-sizer .layout_rankings .two #ranking_map {
    display: none; } 
}
/**** Widget Styles ****/
div#widget_state {
  background: white url("../img/widgets/widgets_states.png") top left no-repeat;
  height: 386px;
  width: 170px;
  font-size: 13px;
  text-align: center; }

div#widget_containerState {
  height: 232px;
  left: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  width: 150px;
  top: 65px; }

div#widget_Text {
  padding-top: 10px;
  height: 90px;
  overflow: hidden;
  text-align: left; }

div#widget_linkMore {
  padding: 10px 0px 10px 15px;
  background: white url("../img/widgets/link_arrow.gif") 0px 12px no-repeat;
  text-align: left;
  font-size: 13px; }

div#widget_Text {
  padding-top: 10px;
  height: 96px;
  overflow: hidden;
  text-align: left; }

div#widget_linkMore {
  padding: 10px 0px 10px 15px;
  background: white url("../img/widgets/link_arrow.gif") 0px 12px no-repeat;
  text-align: left;
  font-size: 13px; }

div#widget_title {
  border-bottom: 1px dotted #CCCCCC;
  padding: 5px 0 5px 0;
  font-size: 16px;
  font-weight: bold; }

div#widget_subtitle {
  border-bottom: 1px dotted #CCCCCC;
  padding: 5px 0 5px 0;
  color: #1E4D75;
  font-size: 13px; }