body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 76%;
  line-height: 1.6;
  background: url('../images/page_bg.jpg') repeat-y center #EDEFF3;
  text-align: center;
  margin: 0;
  padding: 0; }

a img {
  border: 0; }

a {
  color: #6699cc; }

#page {
  width: 960px;
  margin: 0 auto;
  text-align: left; }

#hidden_tools {
  position: absolute;
  visibility: hidden; }

#tools {
  position: absolute;
  right: 20px;
  top: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #tools li {
    float: left;
    margin-left: 15px; }
    #tools li a {
      color: #406767;
      text-decoration: none;
      font-size: 0.8em;
      display: block;
      padding-left: 22px; }
  #tools li.home a {
    background: url('../images/home_icon.gif') no-repeat left; }
  #tools li.login a {
    background: url('../images/login_icon.gif') no-repeat left; }
  #tools li.contact a {
    background: url('../images/contact_icon.gif') no-repeat left; }

#header {
  position: relative; }
  #header img {
    padding: 24px 20px; }

#navigation {
  list-style-type: none;
  position: absolute;
  left: 290px;
  top: 60px;
  width: 614px; }
  #navigation li {
    float: left;
    padding-bottom: 8px; }
    #navigation li a {
      color: black;
      text-decoration: none;
      font-size: 1.3em;
      display: block;
      padding: 0 12px 0 12px;
      border-left: 1px solid #dbdbdb;
      line-height: 1; }
  #navigation li.current {
    border-bottom: 5px solid #265893; }

#sidebar {
  float: left;
  width: 305px;
  margin: 0 24px 0 1px; }
  #sidebar img {
    vertical-align: top; }

#main {
  float: left;
  width: 630px; }

#footer {
  clear: both;
  background: url('../images/footer_bg.jpg') repeat-x;
  padding: 30px 15px;
  border-bottom: 10px solid #144076;
  color: #406767;
  font-size: 0.9em;
  margin-left: 1px; }

#subnav h2 {
  background: url('../images/header_bg.jpg') repeat-x top #144076;
  color: white;
  font-size: 1.4em;
  margin: 0;
  padding: 10px 20px; }
#subnav ul {
  background: #f4f7f8;
  margin: 0 0 40px 0;
  padding: 0; }
#subnav li {
  list-style-type: none;
  padding: 10px 10px 10px 45px;
  border-bottom: 1px solid #d2d2d2;
  background: url('../images/subnav_bullet.gif') no-repeat 20px; }
#subnav a {
  color: #666666;
  text-decoration: none; }
#subnav a:hover {
  text-decoration: underline; }

#main {
  min-height: 500px; }
  #main h1 {
    background: url('../images/header_bg.jpg') repeat-x top #144076;
    color: white;
    font-size: 1.4em;
    margin: 0;
    padding: 20px; }
  #main p.byline {
    padding: 10px 20px;
    margin-top: 0;
    border-bottom: 1px solid #60a8d7;
    font-weight: bold;
    font-size: 1.1em; }
  #main .copy {
    margin: 0 20px 20px 20px; }
  #main ul {
    padding-left: 30px; }
  #main li {
    padding-left: 10px;
    margin-bottom: 5px;
    list-style-image: url('../images/bullet.jpg'); }

.home #sidebar {
  margin: 0px 30px;
  width: 265px; }
  .home #sidebar .logos img {
    float: left;
    display: block;
    margin-bottom: 4px;
    border: 1px solid #d1d1d1; }
  .home #sidebar .logos img.odd {
    margin-right: 4px; }
  .home #sidebar a {
    text-decoration: none;
    font-weight: bold; }
  .home #sidebar a:hover {
    text-decoration: underline; }
.home h1 {
  margin: 0 0 20px 0;
  font-weight: normal;
  font-size: 2.1em;
  line-height: 1.4; }
.home .splash {
  margin-bottom: 20px; }
  .home .splash img {
    vertical-align: top;
    border-bottom: 10px solid #60a8d7; }
.home .breakout {
  width: 305px;
  float: left;
  background: #f4f7f8;
  color: #406767;
  margin-bottom: 10px; }
  .home .breakout h2 {
    background: url('../images/header_bg.jpg') repeat-x top #144076;
    margin: 0;
    font-size: 1.3em; }
    .home .breakout h2 a {
      color: white;
      text-decoration: none;
      display: block;
      padding: 15px;
      background: url('../images/header_arrow.jpg') no-repeat 275px; }
  .home .breakout p {
    padding: 15px;
    margin: 0;
    height: 88px; }
.home .odd {
  margin-right: 4px; }

.news_item {
  float: left;
  clear: both;
  margin-bottom: 10px; }
  .news_item .info {
    background: #f4f7f8;
    float: left;
    width: 140px;
    padding: 10px 20px; }
    .news_item .info p {
      padding: 5px 0;
      margin: 0;
      color: #666666; }
    .news_item .info .date, .news_item .info .type {
      border-bottom: 1px solid #d2d2d2; }
  .news_item h2, .news_item p {
    margin: 0 30px 0 200px; }
  .news_item h2 {
    font-size: 1.1em;
    color: #6699cc; }
  .news_item p {
    color: #666666; }

.link {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px; }
  .link img {
    border: 1px solid #d1d1d1;
    float: left;
    margin-left: 20px; }
  .link h2, .link p {
    margin: 0 30px 0 220px; }
  .link h2 {
    font-size: 1.1em; }
    .link h2 a {
      text-decoration: none;
      color: #6699cc; }

.todo {
  color: red;
  font-weight: bold;
  font-size: 1.5em; }

table.contact_details {
  clear: left;
  border: none; }
  table.contact_details th {
    padding: 0 15px 0 0; }

#map {
  background: #CCC;
  width: 400px;
  height: 400px;
  float: left;
  margin: 0 20px 20px 20px; }

.debt_advice #subnav h2 {
  background: url('../images/debt_header_bg.jpg') repeat-x top #456745; }
.debt_advice #main h1 {
  background: url('../images/debt_header_bg.jpg') repeat-x top #456745; }
