/* BEGIN: General Formatting */
div.news h2, 
div.updates h2, 
div.information h2 {
	padding: 0;
	margin: 0;
}

p.info { 
	padding: 0;
	margin-top: 8px;
}
/* END: General Formatting */


/* BEGIN: News, Events, Information */
div.news { 
	float: left;
	border-left: 1px solid #000;
}

div.updates { float: right; }

div.news, 
div.updates, 
div.information { 
	float: left;
	width: 250px;
	margin: 10px 0; 
	padding: 0 5px;
	border-right: 1px solid #000;
	min-height: 60px;
}

div.information { 
	width: 466px;
	margin: 10px 0 10px 0; 
}

	/* BEGIN: List Settings */
	ul { 
		padding: 0;
		margin: 10px 0;
		list-style: none;
	}
	
	div.news ul li, div.updates ul li { 
		float: left; 
		padding: 0;
		margin-right: 10px;
	}
	
	div.information ul li {
		padding: 0;
		margin: 0;
	}
	/* END: List Settings */
	
h2.news a,
h2.updates a,
h2.info {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

h2.news a {	
	width: 148px;
	height: 12px;
	background: url(../images/bg_news.gif) left top no-repeat;
		}
		
h2.updates a {	
	width: 201px;
	height: 12px;
	background: url(../images/bg_updates.gif) left top no-repeat;
}	
		
h2.info {
	width: 80px;
	height: 12px;
	background: url(../images/bg_info.gif) left top no-repeat;
}

h2.updates a:hover,
h2.news a:hover { background-position: left -12px; }
/* END: News, Events, Information */