/* default.sass */
* {
  padding: 0;
  margin: 0;
  list-style: none; }

html, body {
  height: 100%; }

body {
  font: 16px arial, sans-serif;
  color: black;
  background: #2956a1 url("../images/bgMain.png") repeat-x; }

a {
  color: #488626;
  text-decoration: none;
  font-weight: bold; }
  a:hover {
    color: #D1AC32; }

.clear {
  clear: both; }

/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.highlight {
  background-color: yellow; }

#mainContainer {
  width: 960px;
  margin: 0 auto -116px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background: url("../images/bgHeader.png") no-repeat top left; }
  #mainContainer #push {
    height: 116px; }

#headerContainer {
  height: 160px;
  position: relative;
  margin-bottom: 10px;
  z-index: 2; }
  #headerContainer h1 {
    position: absolute;
    top: 20px;
    left: 68px; }
    #headerContainer h1 a {
      display: block;
      width: 537px;
      height: 79px;
      background: url("../images/imgLogo.png") no-repeat; }
      #headerContainer h1 a span {
        display: none; }

#searchFormContainer {
  position: absolute;
  top: 10px;
  right: 0;
  height: 30px;
  padding: 4px; }
  #searchFormContainer fieldset {
    color: white;
    border-width: 0; }
    #searchFormContainer fieldset label {
      font-style: italic;
      font-size: 14px; }
    #searchFormContainer fieldset #searchParameters {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      height: 20px; }
    #searchFormContainer fieldset #searchButton {
      height: 24px;
      width: 24px; }

#globalNavigation {
  position: absolute;
  top: 90px;
  right: 0;
  /*	outline: thin dotted red;*/ }
  #globalNavigation li {
    float: left;
    border-right: 1px solid white;
    padding: 0 6px;
    line-height: 12px;
    text-align: center;
    width: auto; }
    #globalNavigation li a {
      color: white;
      text-decoration: none;
      font-size: 12px; }
    #globalNavigation li.last {
      border-width: 0; }

#divisionNavigation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  /*	outline: thin dotted red;*/ }
  #divisionNavigation li {
    float: left;
    width: 240px;
    background-color: #142d57; }
    #divisionNavigation li a {
      padding: 10px 0;
      display: block;
      color: white;
      text-decoration: none;
      text-align: center; }
      #divisionNavigation li a span.linkText {
        display: block;
        border-right: 1px solid #fff; }
      #divisionNavigation li a:hover {
        background: url(../images/bgDivisionNavigationHover.png) no-repeat 50% 100%; }
    #divisionNavigation li.divisionNavLink_427 {
      width: 165px; }
    #divisionNavigation li.divisionNavLink_434 {
      width: 235px; }
    #divisionNavigation li.divisionNavLink_436 {
      width: 285px; }
    #divisionNavigation li.divisionNavLink_438 {
      width: 275px; }
    #divisionNavigation li.last a span {
      border-width: 0; }
    #divisionNavigation li.hasChildren a span.linkText {
      padding-right: 12px; }

#contentContainer {
  background-color: white;
  clear: both;
  position: relative;
  z-index: 1; }
  #contentContainer img {
    border-width: 0; }
  #contentContainer #adminEditLink {
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
    margin: 2px 2px 0 0;
    background-color: #e8e8e8;
    border: 1px solid #000;
    font-size: 8px; }

#footerContainer {
  padding: 30px 0 60px 0;
  background: url("../images/bgFooter.png") repeat-x; }
  #footerContainer p {
    font-size: 10px;
    color: white;
    text-align: center; }

#capacitiesTable {
  background-color: #768089;
  border-collapse: collapse;
  width: 100%; }
  #capacitiesTable th, #capacitiesTable td {
    padding: 4px; }
  #capacitiesTable th, #capacitiesTable td.label {
    color: #fff;
    text-align: left;
    font-weight: bold; }
  #capacitiesTable tr.even {
    background-color: #acbbc7; }
    #capacitiesTable tr.even td.label {
      background-color: #8d99a4; }
  #capacitiesTable tr.odd {
    background-color: #98a6b2; }
    #capacitiesTable tr.odd td.label {
      background-color: #768089; }

.wp-caption {
  text-align: center; }
