#main {
	margin-top: 0px;
}
.box-one {
	float: left;
	width: 308px;
}
.box-two {
	float: left;
	width: 308px;
	margin-left: 20px;
}
.box-three {
	float: left;
	width: 308px;
	margin-left: 20px;
}
.box-four {
	display: none;
}
.box-five {
	display: none;
}

.news-feature h2, .upcoming-events-small h2.icon {
	background: none;
	height: 25px;
	padding: 12px 0;
}
.box-one h2 a:link, .box-one h2 a:visited, .box-one h2 a:hover, .box-one h2 a:focus, .box-one h2 a:active {
	color: #0055bb;
}

/* ---- Closure Message ---- */
#closure-message:empty {
   display: none;
}

#closure-message {
    background-color: #07294d;
    color: #ffc600;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 10px 5px;
    text-align: center;
}