
#homepage_content {
  height: 461px;
  background: #FFFFFF;
  position: relative;
}

#space {
  height: 3px;
  background-color: #FFFFFF;
}

#main_homepage_image {
  position: relative;
}

#main_homepage_image img {
  display: block;
}

#teasers {
  width: 493px;
  float: left;
  height: 183px;
  margin-bottom: 0px;
}

.homepage_nav {
  text-decoration: none;
  color: #FFFFFF;
}

.homepage_nav_image {
  border: 0px !important;
}

.blue_teaser_box {
  background-image: url('/images/teaser_box_background.jpg');
  background-repeat: no-repeat;
  float: left;
  padding: 10px 10px 10px 18px;
  margin-top: 1px;
  margin-bottom: 0px;
  width: 218px;
  height: 70px;
  position: relative;
}

div.blue_teaser_right {
  margin-left: 1px;
}

.blue_teaser_box h3 {
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  width: 156px;
}

.blue_teaser_box p {
  width: 140px;
  color: #FFFFFF;
  margin: 0px;
  padding: 3px 0px 0px 0px;
}

.blue_teaser_box img {
  position: absolute;
  display: block;
  top: 12px;
  right: 18px;
}

#news_teasers {
  width: 276px;
  margin: 0px 0px 0px 493px;
  position: absolute;
  bottom : 5px;
  right: 0px;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}

#news_teasers h3 {
  background-color: #000022;
  color: #FFFFFF;
  height: 25px;
  border-bottom: 1px solid FFFFFF;
  margin: 0px;
  padding: 7px 0px 0px 10px;
  margin: 0px;
}

.news_teaser {
  height: 68px;
  margin: 0px;
  padding: 9px 9px 4px 9px;
  background-color: #558BC1;
  border-top: 1px dotted #FFFFFF;
  position: relative;
}

.news_heading {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.news_heading a {
  text-decoration: none;
}

p.teaser {
  width: 256px;
  margin: 0px;
  padding: 3px 0px 0px 0px;
  font-size: 9px;
}

.news_more {
  text-align: right;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

#bottom_space {
  display: none;
}


