/* 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 .header img {
	margin-right: 4px;
}
#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 11px;
  cursor: pointer;
} 
	.svg #news .title {
		background-image: url('/images/arrow_news.svg');
	}

#news .title.active {
  height: 40px;
  margin: 2px 0 0 0;
  background: #ebf4f9 url('/images/arrow_news_on.gif') no-repeat 9px 11px;
  cursor: pointer;
} 

	.svg #news .title.active {
		background-image: url('/images/arrow_news_on.svg');
	}

#news .title p {
  margin: 0;
  padding: 5px 20px 5px 20px;
  color: #006db8;
  height: 26px;
  overflow: hidden;
}
#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: 2px 0 3px 19px;
  _margin: 0;
  color: #636052;
}

/* home page layout */
#home_left_col {
  position: absolute;
  top: 0;
  left: 0;
  width: 579px;
}

#market_img {
  width: 579px;
  height: 288px;
}

#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 1px;
}
#home_right_col #factoid {
  height: 82px;
}

#home_right_col .fact_pic_right {
	margin: 2px 10px;
}
