/** textimg member ***/

.content_textimg.member {
	padding-bottom: 20px;
	border-bottom: solid #E3E3E3 1px;
}

.content_textimg.member p {
	margin: 0;
}

.content_textimg.member img {
	margin-bottom: 0;
}


/*** sections ***/

.content_textimg.section {
	float: left;
	margin: 0 35px 30px 0;
	padding: 19px;
	width: 172px;
	border: solid #e0e0e0 1px;
	background: #e8e8e8
}

#main_content .section:nth-of-type(3n+3) {
	margin-right: 0;
}

.content_textimg.section img {
	margin: 0 0 15px 0;
	width: 172px;
	border: solid #e0e0e0 1px;
}

.content_textimg.section p {
	margin: 0;
}

.content_textimg.section a {
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: 'MuseoSans300Regular';
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #3997b3;
	border: solid #42a8c7 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.content_textimg.section a:hover {
	text-decoration: none;
}