/* ----- Containers ----- */

#content {
	background:url(/images/assets/bg_home_content.png) no-repeat right bottom;
}

#content .primary {
	float:left;
	width:396px;
	margin:30px 10px 50px;
}

#content .secondary {
	float:right;
	width:424px;
	margin:30px 10px 50px;
}

.news-item {
	float:left;
	line-height:1.4em;
	margin-top:20px;
	font-size:.9em;
	width:45%;
}

.news-item.first {
	margin-right:10%;
}

#slideshow {
	clear:both;
	width:885px;
	height:323px;
	background:#000;
}

/* ----- Headers ----- */

h2#tagline {
	text-indent:-9999px;
	z-index:100;
	position:absolute;
	top:190px;
	right:0;
	width:251px;
	height:116px;
	background:url(/images/assets/bg_tagline.png) no-repeat left top;
}

.news-item h3 {
	font-size:1.1em;
	font-weight:normal;
	margin-bottom:8px;
}

