/* BEGIN: News and Events */
div#news_container {
	float: left;
	width: 295px;
	padding-top: 13px;
	background: transparent url(../images/home/news_top.gif) no-repeat left top;
}

div#news {
	padding: 0 15px 13px 15px;
	background: transparent url(../images/home/news_bottom.gif) no-repeat left bottom;
}

div#news h2 {
	overflow: hidden;
	width: 137px;
	height: 15px;
	margin: 0;
	background: transparent url(../images/home/news_and_events.gif) no-repeat left top;
	text-indent: -999em;
}

div#news div.event {
	width: 235px;
	padding: 15px;
	margin: 10px 0;
	background-color: #EAEBE1;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

div#news div.event.alt {
	background-color: #F4F5F0;
}

div#news div.event p.date {
	margin: 0;
	color: #C5960B;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

div#news div.event h3 {
	margin-top: 0;
	color: #64655D;
	font-size: 12px;
	line-height: 15px;
}

div#news div.event b {
	color: #64655D;
}
/* END: News and Events */

/* BEGIN: Middle Content */
div#middle_content {
	float: left;
	width: 365px;
	padding: 17px 17px 0 17px;
	margin: 0 14px;
	background: transparent url(../images/middle_content_fade.gif) no-repeat left top;
}

div#middle_content h2 {
	overflow: hidden;
	width: 272px;
	height: 32px;
	margin-top: 0;
	background: transparent url(../images/home/about_title.gif) no-repeat left top;
	text-indent: -999em;
}

div#middle_content p#tagline {
	overflow: hidden;
	width: 222px;
	height: 27px;
	margin-top: 22px;
	background: transparent url(../images/home/tagline.gif) no-repeat left top;
	text-indent: -999em;
}
/* END: Middle Content */
