@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;
}

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

.section_box a:hover {
	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;
}

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

.section_box ul.article_list {
	margin-bottom: 5px;
	margin-left: 19px;
	margin-right: 5px;
	font-size: 0.9em;
}

.section_box ul.article_list a {
	text-decoration: none;
	color: #000000;
}

.section_box ul.article_list a:hover {
	text-decoration: underline;
	color: #9C2528;
}

.last_section_box {
	margin-right: 0;
}

span.view_all {
	display: block;
	padding: 5px;
	text-align: right;
}

span.view_all a {
	color: #9C2528;
	text-decoration: none;
}

span.view_all a:hover {
	color: #9C2528;
	text-decoration: underline;
}
