#news-events-section {
	display: block;
}

/* NEWS */
#news {
	width: 180px;
	margin: 0;
	background: none;
}
.news-item {
	margin: 15px 0;
	line-height: 14px;
	}

#news-top {
	width: 165px;
	height:22px;
	margin: 0;
	padding: 0 5px 0 10px;
	background: url(/images/title-latestnews.gif) top center no-repeat;
}
.news-top-text {
	color: #00252f;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#news-body {
	width: 165px;
	margin: 0;
	padding: 0 5px 1px 10px;
	min-height: 120px;
	background: none;
}
.news-item-date, .news-item-text {
	color: #00252f;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.item-title {
	font-weight:bold;
}
a.news-link:link, a.news-link:visited, a.news-link:active {
	color: #a4f0ff;
	text-decoration: none;
}
a.news-link:hover {
	color: #a4f0ff;
	text-decoration: underline;
}
	

/* COURSES & EVENTS */
#casestudies {
	width: 180px;
	margin: 0;
}
.casestudies-item {
	margin: 15px 0;
	line-height: 13px;
	}
#casestudies-top {
	width: 165px;
	height:22px;
	margin: 0;
	padding: 0 5px 0 10px;
	background:  url(/images/title-casestudies.gif) top center no-repeat;
}
#casestudies-body {
	width: 165px;
	margin: 0;
	padding: 0 5px 1px 10px;
	min-height: 120px;
	background: none;
}
.casestudies-top-text {
	color: #00252f;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.casestudies-item-date, .casestudies-item-text {
	color: #ddeef1;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.casestudies-item-title {
	color: #252525;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}
a.casestudies-link:link, a.casestudies-link:visited, a.casestudies-link:active {
	color: #a4f0ff;
	text-decoration: none;
}
a.casestudies-link:hover {
	color: #a4f0ff;
	text-decoration: underline;
}
.title-text {
	visibility: hidden;
}
.casestudies-item_icon {
	padding-top: 3px; 
	padding-right: 5px; 
	float: left;
	width: 60px;
}

