/** Hidden H1 */
body.home h1 {
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -999px;
}

body.home #main h2.sifr {
	font-size: 19px !important;
	font-weight: normal;
}

/** Hero swf container */
body.home #hero {
	clear: both;
	height: 300px;
	width: 955px;
	margin-bottom: 10px;
	background: #eee;
	z-index: 0;
}

/** Main content columns */
body.home #main #col_left {
	float: left;
	width: 448px;
	margin-left: 0;
	margin-right: 19px;
}
body.home #main #col_right {
	float: left;
	width: 448px;
	padding-top: 4px;
}

/** Homepage latest items */
ul#home_latest {
}
ul#home_latest li {
	clear: both;
	padding-top: 8px;
}
ul#home_latest li div.hr {
	padding: 5px 0;
}
ul#home_latest li div.thumb {
	float: left;
	width: 94px;
	background: #fff url("../images/home_latest_img.png") no-repeat;
}
ul#home_latest li div.thumb img {
	padding: 4px;
}
ul#home_latest li div.text {
	float: left;
	width: 350px;
	padding-right: 4px;
}
ul#home_latest li div.text h3 {
	padding-bottom: 1px;
}
ul#home_latest li div.text p {
	padding-bottom: 3px;
}
ul#home_latest li p.date {
	font-style: italic;
	font-weight: bold;
	color: #666;
}
ul#home_latest a {
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	background: transparent url("../images/arrow_red_r.png") no-repeat 0 4px;
}

p#morenews {
	padding-top: 5px;
}

/** Homepage Promo items */
ul#home_promo {
}
ul#home_promo li {
	padding-bottom: 20px;
}
ul#home_promo li.last {
	padding-bottom: 10px;
}
ul#home_promo li a, ul#home_promo li a img {
	display: block;
}

#home_subscribe {
	position: relative;
	height: 190px;
	background-image: url("../images/home/home_subscribe.jpg");
}
#home_subscribe a {
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -999px;
}
#home_subscribe a.update {
	width: 200px;
	height: 30px;
	top: 142px;
	left: 25px;
}
#home_subscribe a.join {
	width: 115px;
	height: 30px;
	top: 142px;
	left: 304px;
}

/** Homepage Highlights */
ul#home_highlights {
	height: 172px;
	padding-top: 10px;
}
ul#home_highlights li {
	float: left;
	width: 167px;
	overflow: hidden;
	margin-right: 20px;
}
ul#home_highlights li.last {
	margin-right: 0;
}
