/* Begin generic styles for font controls and basic HTML elements */

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 76%;
  color: #000;
  }

a {
  color: #74ADA6;
  text-decoration: underline;
  }

a:visited {
  color: #74ADA6;
  text-decoration: underline;
  }

a:hover, a:visited:hover {
  color: #D83422;
  text-decoration: underline;
  }

h1 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  }

h2 {
  font-size: 1.6em;
  font-weight: normal;
  margin: 0 0 1em 0;
  }

h3 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 1.4em 0 0.2em 0;
  color: #777;
  }

h4 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0.6em 0 0.1em 0;
  color: #777;
  }

h5, h6 {
  font-size: 1em;
  font-weight: bold;
  }

strong, b {
  font-weight: bold;
  }

em {
  font-style: italic;
  }

ul {
  margin: 0;
  }

ul li {
  list-style-type: none;
  }

table {
  border-collapse: collapse;
  border-color: #BBCED4;
  border-width: 1px;
  }

th {
  border-collapse: collapse;
  border-color: #BBCED4;
  border-width: 1px;
  padding: 3px 5px;
  background-color: #F1F7F6;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
  }

td {
  border-collapse: collapse;
  border-color: #BBCED4;
  border-width: 1px;
  padding: 3px 5px;
  vertical-align: top;
  }

/* End generic styles for font controls and basic HTML elements */

/* Begin styles for layout */

.clear {
  clear: both;
  }

#PageBodyContainer {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
  }

#HeaderTop {
  width: 960px;
  }

#HeaderContainer {
  padding: 0;
  border-top: 3px solid #FFFFFF;
  }

body.home #PageBodyContainer #HeaderContainer #navigation {
  background: #222 url(/resources/images/template/bg_primary_nav_short.gif) repeat-x;
  width: 100%;
  }
  
body.datapage #PageBodyContainer #HeaderContainer #navigation {
  background: #222 url(/resources/images/template/bg_primary_nav.gif) repeat-x;
  width: 100%;
  }

body.regionpage #PageBodyContainer #HeaderContainer #navigation {
  background: #222 url(/resources/images/template/bg_primary_nav.gif) repeat-x;
  width: 100%;
  }
 
#navigation ul {
  width: 100%;
  }

#navigation ul.primary {
  }

#navigation ul.secondary {
  background: #444 url(/resources/images/template/bg_secondary_nav.gif) no-repeat bottom left;
  }

#navigation ul li {
  float: left;
  text-align: right;
  }

#navigation ul li a {
  display: block;
  font-weight: bold;
  }

#navigation ul.primary li a {
  background: transparent url(/resources/images/template/bg_primary_nav_divider.gif) repeat-y top right;
  font-size: 1.1em;
  padding: 11px 12px 11px 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FEFC52;
  }

#navigation ul.primary li a:hover, #navigation ul.secondary li a:hover {
  color: #FFF;
  }

#navigation ul.primary li.active a, #navigation ul.secondary li.active a {
  color: #FFF;
  }

#navigation ul.primary li.first a {
  padding: 11px 15px 11px 15px;
  }

#navigation ul.primary li.last a {
  background: none;
  }

#navigation ul.secondary li a {
  color: #EDF1BC;
  font-weight: normal;
  padding: 2px 5px 4px 15px;
  font-size: 0.9em;
  text-decoration: none;
  }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

.clearfix {
  display: inline-block;
  display: block;
  height: 1%;
  }

#MainContent p {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  /*padding: 0;*/
  }

#MainContent hr {
  margin: 0 0 0.6em 0;
  }

#MainContent ul {
  margin: 0 0 1em 0;
  }

#MainContent li {
  background: #FFF url(/resources/images/template/bullet.gif) no-repeat 0 6px;
  padding: 0.3em 0.2em 0.3em 18px;
  line-height: 1.5em;
  }

#FooterContainer {
  border-top: 1px solid #EBEBEB;
  color: #777;
  width: 100%;
  position: relative;
  }

#FooterSubContainer {
  padding: 10px 6px 10px 15px;
  line-height: 1.4em;
  }

#FooterLinks {
  float: right;
  }

#FooterContainer a {
  font-weight: bold;
  text-decoration: none;
  }

#FooterNotice {
  float: left;
  }

#FooterCopyright {
  font-size: 0.9em;
  line-height: 1.4em;
  }

#FooterLinks ul li {
  float: left;
  border-right: 1px solid #DDD;
  padding-left: 4px;
  padding-right: 4px;
  }

#FooterLinks ul li.last {
  border-right: none;
  }

.hide {
  display:none;
  }

hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 0.1em;
  margin: 0 0 1.45em;
  border: none;
  }

/* End styles for layout */
