@charset "utf-8";
/* Styling for home page */

.section_box {
	background: #FFFFFF;
	border: 1px solid #BBBBBB;
	width: 212px;
	float: left;
	margin: 9px 9px 0 0;
	min-height: 23em;
	position: relative;
}

.section_box a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #000000;
}

.section_box a:hover span.title {
	background-color: #9C2528;
	color: #FFFFFF;
}

.section_box span.title {
	font-size: 1em;
	background: #EFEFEF;
	display: block;
	min-height: 2.55em;
	padding: 2px 0 2px 5px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #9C2528;
}

.section_box img {
	border: none;
	margin-bottom: 5px;
}

.section_box a .description .link {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #9C2528;
	text-decoration: underline;
}

.section_box a .description .link:hover {
	text-decoration: none;
}

.last_section_box {
	margin-right: 0;
}
