#forestry,
#environmental,
#excavation,
#demolition {
	width: 600px;
}

#forestry li#about,
#environmental li#about,
#excavation li#about,
#demolition li#about {
	background: url(../img/content.png) repeat-y 50% 0;
	width: 600px;
}

#forestry li p,
#forestry li li,
#environmental li p,
#environmental li li,
#excavation li p,
#excavation li li,
#demolition li p,
#demolition li li {
	text-align: justify;
	font: 12px/14px "Tahoma", Helvetica, Arial, sans-serif;
	color: #666;
}

#forestry li li,
#environmental li li,
#excavation li li,
#demolition li li {
	padding: 5px 20px 0 65px;
}

#forestry h3,
#environmental h3,
#excavation h3,
#demolition h3 {
	height: 60px;
	font-weight: normal;
	background: url(../img/about-h3.png) repeat-x 0 0;
}

#forestry h3 a,
#environmental h3 a,
#excavation h3 a,
#demolition h3 a {
	display: block;
	height: 45px;
	padding: 10px 0 5px;
	text-decoration: none;
	-webkit-transition: background-color 0.25s linear;
}

#forestry h3 a:hover,
#forestry h3 a:focus,
#environmental h3 a:hover,
#environmental h3 a:focus,
#excavation h3 a:hover,
#excavation h3 a:focus,
#demolition h3 a:hover,
#demolition h3 a:focus {
	background: rgba(164, 173, 183, .15);
}

#forestry h3 a:active,
#environmental h3 a:active,
#excavation h3 a:active,
#demolition h3 a:active {
	background: rgba(164, 173, 183, .25);
	padding: 12px 0 3px
}

#forestry h3 a img,
#environmental h3 a img,
#excavation h3 a img,
#demolition h3 a img {
	float: left;
	margin: 0 10px 0 15px;
	-webkit-transition: margin-left 0.25s linear;
}

#forestry h3 a:hover img,
#environmental h3 a:hover img,
#excavation h3 a:hover img,
#demolition h3 a:hover img {
	margin-left: 10px;
}

#forestry h3 a strong,
#environmental h3 a strong,
#excavation h3 a strong,
#demolition h3 a strong {
	color: #000;
	font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 2px;
}

#forestry h3 a small,
#environmental h3 a small,
#excavation h3 a small,
#demolition h3 a small {
	margin-top: 10px;
	float: right;
	line-height: 20px;
	padding: 0 25px 1px 30px;
	background: url(../img/about-h3-small.png) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #bbb 0 1px 0;
}