/* home page */
#news #articles img {
  display: none;
}
#news .header {
  height: 24px;
  background: #0b73ac;
}
#news .header p {
  padding: 7px 20px;
  margin: 0;
  line-height: 11px;
  font-weight: bold;
  color: #ffffff;
}
#news .header a {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
#news #articles {
  height: 264px;
  overflow: hidden;
}
#news .title {
  height: 40px;
  margin: 2px 0 0 0;
  background: #d4e6f4 url('../images/arrow_news.gif') no-repeat 9px 13px;
  cursor: pointer;
} 
#news .title p {
  margin: 0;
  padding: 5px 20px 5px 20px;
  color: #006db8;
}
#news .title .date {
  color: #585653;
} 
#news .abstract {
  background: #ebf4f9;
}
#news .abstract p {
  height: 86px;
  margin: 0;
  padding: 0 20px 10px 20px;
  color: #585653;
}

#home_right_col #factoid p {
  padding: 0;
  margin: 5px 0;
  _margin: 0;
  color: #636052;
}

/* home page layout */
#home_left_col {
  position: absolute;
  top: 0;
  left: 0;
  width: 579px;
}

#home_left_col .flash {
  display: block;
}
#home_left_col #product_banner {
  margin-top: 9px;
}

#home_right_col {
  position: relative;
  top: 0;
  left: 580px;
  width: 290px;
}

#news {
  height: 288px;
}

#home_right_col #factoidWrap {
  margin: 9px 0 0 20px;
}
#home_right_col #factoid {
  height: 82px;
}

