@charset "utf-8";
/* CSS Document */
/* Styles for the Before and After project photos on the Services page */
.projectscontainer {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
}
.thumbnailspacer {
	width: 60px;
	height: 40px;
	display: block;
}
.project {
	text-align: center;
	padding: 5px;
	vertical-align: top;
	margin-bottom: 20px;
	line-height: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.projectbefore {
	font-weight: bold;
	color: #EAAEA2;
	font-size: 10px;
	letter-spacing: 1px;
}
.projectafter {
	font-weight: bold;
	color: #B9C056;
	font-size: 10px;
	letter-spacing: 1px;
}
.project img {
	margin-top: 3px;
	border: 1px solid #000000;
}
