/* CSS Document */

h2 {
	text-align: left;
}

#about {
	width: 580px;
	float: left;
	margin-bottom: 10px;
}

#facility_photo {
	background-image: url(../graphics/background.png);
	width: 370px;
	height: 215px;
	float: left;
}

#facility_photo img {
	position: relative;
	top: 10px;
	left: 10px;
}

#pipe_photo {
	background-image: url(../graphics/background.png);
	width: 195px;
	height: 215px;
	float: right;
	text-align: center;
}

#pipe_photo img {
	position: relative;
	top: 10px;
}

#fadeshow {
	width: 285px;
	height: 152px;
	margin: 40px auto 0 auto;
}

#capabilities {
	width: 350px;
	float: right;
	margin-bottom: 10px;
	background-image: url(../graphics/background.png);
	padding: 20px 20px 20px;
}

.drop {
	display: block;
	text-decoration: none;
	color: #737a7f;
	margin-top: 20px;
	padding: 0 30px 0 20px;
}

.dropcap {
	float: left;
	font-size: 18px;
	line-height: 1.2em;
	width: 43px;
	color: #444343;
	border: 4px solid #d5d5d5;
		-webkit-border-radius: 26px;  /* Safari, iOS, Android */
		-moz-border-radius: 26px; /* Firefox 1-3.6 */
		border-radius: 26px; /* Good browsers */
	text-align: center;
	padding: 10px 0 11px;
	margin: 0 16px 0 0;
}

p.drop-indent {
	display: block;
	margin-left: 25px;
}
