#news-wrapper {
	float: left;
}
.news {

}
.news h1 {
	color: #0195e0;
	margin-bottom: 6px;
}
.news-image-wrapper {
	width: 150px;
	float: left;
	clear: bottom;
	margin: 0 10px 8px 0;
}
.news-image {
	float: right;
	padding: 3px;
	background: #F0F0F0 url('../images/news_events/gray_gradient_sm.gif') top left repeat-x;
}
.news-image-lg {
	float: left;
	padding: 3px;
	margin: 0px 10px 8px 0px;
	background: #F0F0F0 url('../images/news_events/gray_gradient_sm.gif') top left repeat-x;
}
.no-news-image {
	float: left;
	clear: bottom;
	width: 156px;
}
.news-text {
	float: left;
	width: 400px;
}
.news-text-wrap {

}
.news-links {
	margin-bottom: 10px;
}
.news-links div {
	display:inline;
}
#events-sidebar {
	width: 250px;
	background: #CCCCCC url('../images/news_events/gray_gradient.gif') top left repeat-x;
	float: right;
	padding-bottom: 10px;
}
.event {
	margin: 10px 10px 0 10px;
	color: white;
}

#msgs {
	margin-bottom: 1em;
	font-size: 13px;
}

/* NEWSLETTER */

#newsletter {
	text-align: center;
	background: #6D6B6C url('../images/news_events/newsletter_bg.jpg');
	color:#FFFFFF;
	height: 30px;
	margin-bottom: 10px;
}

strong.newsletter_signup {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	vertical-align:middle;
}

input.box {
	background-image: url("../images/news_events/form_bg.jpg");
	border: 0px;
	height: 20px;
	width: 140px;
	vertical-align:middle;
}

.newsbutton {
	vertical-align:middle;
}