/* Style Sheet ---------------------------------------------------------------------------------  */
body {
	background: #008080;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	color: #000;
	text-decoration: underline;
}
address a {
	color: #7F6A08;
}
a:visited {
	color: #666;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 175%;
	color: #000;
	margin-top: 0;
}
h2 {
	font-size: 140%;
	border-bottom: 0px solid #999;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 110%;
}

/* Container ------------------------------------------------------------------------------------  */

#container {
	position: relative; /* see position note for h1#page_title below */
	width:  750px;
	border: 1px solid #000;
	margin: 10px auto;
	background: url(../../images/testbg.jpg) no-repeat #fff; 
}

/* Contents -------------------------------------------------------------------------------------  */
#contents {
	display: inline; /* fixes IE double margin bug */
	float: left;
	width: 539px;
	margin-top: 250px;
	margin-left: 151px;
	padding: 0 30px;
	padding-bottom: 75px; /* makes room for the #bottomlinks */
	background-color: #fff;
}
h1#page_title {
	width: 435px;
	margin: -45px 0 25px 100px;
	font-size: 14pt;
}
#contents p {
	margin: 1em 0;
}

/* Bottom Links ---------------------------------------------------------------------------------  */
p#bottomlinks {
	position: absolute;
	bottom: 0;
	left: 181px;
	width: 539px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	border-top: 1px dashed #999;
}
p#bottomlinks a {
	padding: 0 10px;
	color: #000;
	font-size: 8pt;
	border-right: 1px solid #999;
}
p#bottomlinks a.home {
	border: none;
}
#home_page p#bottomlinks a.home,
#industrial_vacuum_page p#bottomlinks a.industrial_vacuum_link,
#content_us_page p#bottomlinks a.contact_us_link,
#high_pressure_water_blasting_page p#bottomlinks a.high_pressure_water_blasting_link,
#hydro_excavating_page p#bottomlinks a.hydro_excavating_link {
	text-decoration: none;
	color: #999;
}	

#hydro_excavating_page #container { background: url(../../images/hydroexcavating_header.jpg) no-repeat #fff; }
#high_pressure_water_blasting_page #container { background: url(../../images/waterblasting_header.jpg) no-repeat #fff; }
#industrial_vacuum_page #container { background: url(../../images/industrialvacuum_header.jpg) no-repeat #fff; }
#content_us_page #container { background: url(../../images/contactus_header.jpg) no-repeat #fff; }

/* Sidebar --------------------------------------------------------------------------------------  */
#side {
	float: left;
	width: 151px;
	margin-top: 229px;
	margin-left: -750px;
	padding-bottom: 100px;
	background: #1A7273 url(../../images/gradient.jpg) repeat-x left bottom;
}
#navlinks {
	margin: 5px;
	text-align: center;
	border-top: 1px solid #FFF;
}
#navlinks a {
	display: block;
	width: 139px;
	padding: 5px 0;
	color: #fff;
	text-decoration: none;
	border: 1px solid #FFF;
	border-top: none;
}
#navlinks a:hover {
	color: #1A7273;
	background: #FFF;
}
#side p {
	padding: 5px 10px;
	font-size: x-small;
}

/* Footer --------------------------------------------------------------------------------------  */
.textnav, address {
	padding: 0.75em 0.75em 0 0.75em;
	text-align: center;
	font-size: 80%;
}
#footer-links {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}
address {
	font-style: normal;
	margin-bottom: 1em;
	padding-top: 1em;
	
}

/* Misc. Styles --------------------------------------------------------------------------------  */
.flt_right {
	float: right;
	margin: 0 0 1em 1em;
}

