.layout-two-column-left, .layout-three-column-left {
  width: 225px;               /* CONFIG: Set this to the width required of the left column */
  float: left;
  position: relative;
  z-index: 10;
  /*margin-top: 15px;*/
  margin-bottom: 10px;        /* In case the left column is longer than the content area, we want to make sure the footer doesn't abutt against the left column */
  margin-left: 15px;
  margin-top: 45px;
}
.layout-two-column-right, .layout-three-column-right {
  margin: 95px 0px 0px 205px;  /* CONFIG: This value should be the same as the width of the left column */
  /*_height: 1%;                /* Hack to fix the <= IE6 3px jog */
}
.layout-three-column-right .layout-content {
  margin-right: 185px;        /* CONFIG: This value should be the same as the width of the sidebar column + maring from the right column*/
}
.layout-1-col {
  width: 996px;
  margin-top: 95px;
}
.layout-2-col-left, .layout-3-col-left {
  width: 235px;
  float: left;
  position: relative;
  margin-top: 2px;
  z-index: 10;
}
.layout-3-col-middle {
  width: 529px;
  float: left;
  margin-top: 80px;
  padding-left: 5px;
  padding-right: 5px;
}
.layout-3-col-right {
  width: 190px;
  float: left;
  margin-top: 80px;
  padding-left: 16px;
  padding-right: 16px;
}
.layout-2-col-right {
  width: 735px;
  float: left;
  margin-top: 80px;
  padding-left: 5px;
  padding-right: 5px;
}

.layout-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 128px;
  font-size: 36px;
  color: #FFFFFF;
  background-color: #00457C;
  text-align: center;
}
.layout-banner .banner {
  width: 756px;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 240px;
  text-align: left;
}
.layout-banner .banner-graphic {
  position: absolute;
  bottom: 0;
  line-height: 16px;
}
.layout-banner h1 {
  position: absolute;
  bottom: -5px;
  left: 345px;
  line-height: 35px;
  font-weight: normal;
  text-transform: uppercase;
}
.layout-sidebar {
  float: right;
  width: 175px;
}

.logo {
  height: 43px;
  margin-left: 16px;
  float: left;
}
#id-main-navigation {
  margin-top: 19px;
  float: right;
}
