
#top-image {
	margin-bottom: 16px;
	padding: 5px;
}

.project-category {
	width: 45%;
	float: left;
	margin-right: 20px;
}

.project-category ul.project-list{
	font-size: 11px;
	color: #747474;
}

#featured-projects {
	width: 260px;
	padding: 10px;
	margin-left: 30px;
}

.project {
	margin-top: 10px;
}

.project .thumbnail {
	float: left;
	margin-right: 10px;
}

.project .title {
	font-size: 13px;
	font-weight: bold;
	color: #2F7BAB;
}

.project .description {
	margin-top: 5px;
	font-size: 11px;
}

.project .button {
	margin-top: 5px;
	margin-left: -4px;
}

/* 
	Service Specific Styles 
	
	Uses an ID (set to the service name) on the content 
	container to allow page specific styles
*/
#industrial-wastewater .industries,
#industrial-wastewater .services,
#industrial-wastewater .clients {
	width: 216px;
	padding: 170px 12px 0px 12px;
	background-position: top left;
	background-repeat: no-repeat;
}
#industrial-wastewater .industries {
	float: left;
	background-image: url( ../../images/services/industrial-wastewater/industries.jpg );
}
#industrial-wastewater .services {
	margin-left: auto;
	margin-right: auto;
	background-image: url( ../../images/services/industrial-wastewater/services.jpg );
}
#industrial-wastewater .clients {
	float: right;
	background-image: url( ../../images/services/industrial-wastewater/clients.jpg );
}
