body {
	background: #202020;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
	color: #000;
	font-family: arial;
	margin-top: 0;
	font-size: 12px;
}

p {
	line-height: 1.5em;
}

a img {
	border: none;
}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#header {
	background: url(/images/masthead.jpg) no-repeat; 
	height: 121px; 
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
	height: 121px;
	margin-top: 0;
}

#address {
	text-align: center;
	padding: .5em;
	background: #FE8900;
	color: #5D3610;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 2px solid #00A3FF;
}

#content-container {
	background: url(/images/contentbg.png); 
}

#nav {
	text-align: center;
	float: left;
	width: 240px;
	font-size: 16px;
	color: #00A3FF;
}

#nav h2 {
	color: #fff;
}

#nav ul {
	text-align: left;
	list-style: none;
	margin-left: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 1em;
	margin-bottom: 3em;
}

#nav li {
	padding: .5em 0 .5em 0;
}

#nav a {
	color: #FF8500;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #0EACFF;
}

#content {
	margin-left: 250px;
	padding: 1em;
}

#content h1 {
	/*margin-top: .25em;
	margin-bottom: .75em;
	padding-bottom: 10px;
	border-bottom: 2px solid #FFCC80;
	color: #202020;
	font-family: Tahoma, Arial;
	text-align: center;
	font-size: 20px;*/
	display: none;
	margin-bottom: 0;
}

#content h2 {
	color: #999;
	padding-top: 0;
	margin-bottom: 1em;
	text-align: center;
	background: #eee;
	padding: .5em;
	font-size: 14px;
}

#content a {
	color: #FF8500;
	font-weight: bold;
}

#content p {
	padding: 0 0 .25em 0;
}

#content a:hover {
	color: #B36B00;
	font-weight: bold;
}

#content .photos p {
	text-align: center;
}

#content .photos img {
	margin-top: .5em;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

#footer {
	text-align: center;
	color: #fff;
	padding-top: 1em;
	background: #FE8900;
}

/* Font: Impossibilium */

.bulldozers { background-image:url("/images/titles/bulldozers.gif"); background-repeat:no-repeat; height:60px; }
.excavating { background-image:url("/images/titles/excavating.gif"); background-repeat:no-repeat; height:60px; }
.trucking { background-image:url("/images/titles/trucking.gif"); background-repeat:no-repeat; height:60px; }
.processing { background-image:url("/images/titles/processing.gif"); background-repeat:no-repeat; height:60px; }
.pits { background-image:url("/images/titles/pits.gif"); background-repeat:no-repeat; height:60px; }
.snow { background-image:url("/images/titles/snow.gif"); background-repeat:no-repeat; height:60px; }
.sweeping { background-image:url("/images/titles/sweeping.gif"); background-repeat:no-repeat; height:60px; }
.employment { background-image:url("/images/titles/employment.gif"); background-repeat:no-repeat; height:60px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
