html, body { height: 100%; }
body {
  margin: 0;
  padding: 0;
  font: 76%/140% Arial, Helvetica, sans-serif;
  text-align: center;
  background: #0B2F6B url(images/body-bg.png) repeat-x left top;
}

a { color: #0B2F6B; }

a.feed {
  display: block;
  height: 16px;
  padding-left: 22px;
  background: url(images/feed_icon.gif) no-repeat left top;
}
a.english {
  display: block;
  height: 16px;
  padding-left: 22px;
  background: url(images/gb.png) no-repeat left top;
}
a.spanish {
  display: block;
  height: 16px;
  padding-left: 22px;
  background: url(images/es.png) no-repeat left top;
}

a[href$=".pdf"] {
  display: block;
  height: 16px;
  padding-left: 22px;
  background: url(images/pdf_icon.png) no-repeat left top;
}
a[href$=".doc"] {
  display: block;
  height: 16px;
  padding-left: 22px;
  background: url(images/doc_icon.png) no-repeat left top;
}
a[href$=".csv"],
a[href$=".xls"] {
  display: block;
  height: 16px;
  padding-left: 22px;
  background: url(images/csv_icon.png) no-repeat left top;
}
a[href$=".ppt"] {
  display: block;
  height: 16px;
  padding-left: 22px;
  background: url(images/ppt_icon.png) no-repeat left top;
}

h3 { margin-bottom: 5px; }
h3 + p { margin: 0 0 5px 0; }

div#bg-image {
  position: relative;
  z-index: 5;
  min-height: 100%;
  background: url(images/globe.gif) no-repeat right bottom;
}
div#globe { padding: 50px 0; }

div#wrapper {
  position: relative;
  z-index: 10;
  width: 830px;
  margin: 0 auto;
  text-align: left;
  border: 7px solid #fff;
}
  div#header {
    position: relative;
    height: 120px;
    padding: 20px 20px 0 20px;
    border-bottom: 5px solid #bbb;
    background: #0B2F6B url(images/mesh.jpg) no-repeat left top;
  }
    div#header h1#logo {
      width: 300px;
      height: 100px;
      margin: 0;
      padding: 0;
    }
      div#header h1#logo a {
        display: block;
        height: 100%;
        width: 100%;
        text-indent: -5000px;
        background: url(images/logo.gif) no-repeat left top;
      }
    div#header img {
      position: absolute;
      top: -45px;
      right: 12px;
    }
    div#header ul#tabs {
      position: absolute;
      bottom: 0;
      right: 20px;
      height: 27px;
      margin: 0;
      padding: 0;
      list-style: none;
      line-height: 100%;
    }
      div#header ul#tabs li {
        float: right;
        height: 12px;
        padding: 6px 10px 4px 10px;
        margin: 5px 0 0 3px;
        font-size: 10px;
        background: #10489A;
      }
      div#header ul#tabs li.active {
        height: 15px;
        margin-top: 0;
        padding-top: 7px;
        padding-bottom: 5px;
        background: #e0e0e0;
        border: 5px solid #bbb;
        border-bottom: none;
      }
        div#header ul#tabs li a {
          color: #ddd;
          text-decoration: none;
          text-transform: uppercase;
        }
        div#header ul#tabs li.active a { color: #0B2F6B; font-size: 110%; font-weight: bold; }
        div#header ul#tabs li a:hover { color: #fff; }
        div#header ul#tabs li.active a:hover { color: #0B2F6B; }
  div#body {
    min-height: 300px;
    padding: 12px 20px 20px 20px;
    background: #fff url(images/content-bg.png) repeat-x left top;
  }
    div#breadcrumb {
      margin: 0 0 13px 0;
      font-size: 11px;
      clear: right;
    }
      div#breadcrumb * { color: #666; }
      div#breadcrumb a:hover { color: #0B2F6B; }
    div#content {
      float: left;
      width: 550px;
    }
      div#content h2 {
        margin: 0;
        padding: 0;
        text-align: center;
        color: #10489A;
      }
      div#content ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
        div#content ul li {
          margin-bottom: 2px;
        }
    ul#sidebar {
      float: right;
      width: 220px;
      margin: 0;
      padding: 3px 0 0 0;
      list-style: none;
    }
      ul#sidebar li {
        margin-bottom: 10px;
        border: 5px solid #e0e0e0;
      }
        ul#sidebar li div.container {
          padding: 10px;
          border: 5px solid #fff;
          background: #e0e0e0;
        }
        ul#sidebar li h3 {
          margin: 0 0 5px 0;
          padding: 0;
        }
        ul#sidebar li ul {
          margin: 0;
          padding: 0;
          list-style: none;
        }
          ul#sidebar li ul li { margin: 0 0 2px 0; border: none; }
  div#footer {
    padding: 10px 20px;
    color: #333;
    font-size: 92%;
    border-top: 5px solid #e0e0e0;
    background: #bbb;
  }
    div#footer ul {
      float: right;
      margin: 0;
      padding: 0;
      list-style: none;
    }
      div#footer p {
        margin: 0;
        padding: 0;
        float: left;
      }
      div#footer ul li {
        display: inline;
        padding: 0 3px 0 6px;
        border-left: 1px solid #666;
      }
      div#footer ul li.left { border: none; }

br.clear {
  clear: both;
}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
