@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 610px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}
#div1 {
}
.header {
	width: 100%;
	display: inline-block;
	text-align: center;
	background-color: #FFFFFF;
}
.logo {
	width: 100%;
	display: inline-block;
	font-size: x-large;
	color: #1789A0;
	font-weight: bold;
}
.menu {
	width: 100%;
	display: inline-block;
	background-color: #44A39D;
	margin-top: 8px;
	text-align: center;
}
.body {
	width: 100%;
	display: inline-block;
	text-align: center;
	background-color: #FFFFFF;
}
.slides {
	width: 100%;
	display: inline-block;
	background-image: url(images/waterbg.jpg);
	min-height: 300px;
	background-position: 40% 40%;
}
.slides2 {
	width: 100%;
	display: inline-block;
	background-image: url(images/pic_about.jpg);
	min-height: 150px;
	background-position: 45% 15%;
}
.slides3 {
	width: 100%;
	display: inline-block;
	background-image: url(images/pic_contact.jpg);
	min-height: 150px;
	background-position: right 10%;
}
.slides4 {
	width: 100%;
	display: inline-block;
	background-image: url(images/pic_excavate.jpg);
	min-height: 150px;
	background-position: 40% 40%;
}
.slides5 {
	width: 100%;
	display: inline-block;
	background-image: url(images/pic_pumpsystems.jpg);
	min-height: 150px;
	background-position: 50% 25%;
}
.slides6 {
	width: 100%;
	display: inline-block;
	background-image: url(images/pic_services.jpg);
	min-height: 150px;
	background-position: 50% 8%;
}
.slides7 {
	width: 100%;
	display: inline-block;
	background-image: url(images/pic_watertreatment.jpg);
	min-height: 150px;
	background-position: 50% 30%;
}
.slides8 {
	width: 100%;
	display: inline-block;
	background-image: url(images/pic_wellsystems.jpg);
	min-height: 150px;
	background-position: 48% 42%;
}
.main_text {
	width: 95%;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
}
.footer {
	width: 100%;
	display: inline-block;
	text-align: center;
	background-color: #49536C;
	padding-top: 15px;
	border-top: thin solid #333333;
	color: #FFFFFF;
}
.text_inner1, .text_inner1:before {
    width:100%;
}
.text_inner1 {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: small-caps;
	font-size: x-large;
	background-color: #44A39D;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	color: #FFFFFF;
}
.text_inner1:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
}
.text_inner2, .text_inner2:before {
    width:100%;
}
.text_inner2 {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: small-caps;
	font-size: large;
	background-color: #1789A0;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}
.text_inner2:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
}
.text_inner3, .text_inner3:before {
    width:100%;
}
.text_inner3 {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: small-caps;
	font-size: large;
	background-color: #1789A0;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}
.text_inner3:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
}
.text_inner4, .text_inner4:before {
    width:100%;
}
.text_inner4 {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: small-caps;
	font-size: large;
	background-color: #1789A0;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}
.text_inner4:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
}
.contact_top {
	display: inline-block;
	width: 100%;
}
.footer_inner {
	width: 80%;
	display: inline-block;
	padding-bottom: 20px;
	text-align: center;
	font-size: small;
	vertical-align: top;
	padding-top: 8px;
}
.footer_middle {
	width: 75%;
	display: inline-block;
	padding-bottom: 15px;
	border-top: thin dotted #FFFFFF;
	border-bottom: thin dotted #FFFFFF;
	margin-top: px;
	padding-top: 15px;
}
.main_inner {
	width: 100%;
	display: inline-block;
	text-align: justify;
	padding-bottom: 10px;
}
.banner {
	width: 96%;
	display: inline-block;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	margin-bottom: 2%;
	font-weight: bold;
	font-size: 12pt;
	background-color: #44A39D;
	text-align: center;
}
.text {
	display: inline-block;
	width: 100%;
}
.image {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.image2 {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.image3 {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}
.top_text {
	width: 100%;
	display: inline-block;
	text-align: left;
	color: #44A39D;
	font-size: xx-large;
	font-weight: bold;
	margin-bottom: 15px;
}
.main_inner2 {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
	text-align: justify;
}
.main_inner3 {
	width: 100%;
	display: none;
	padding-bottom: 10px;
	text-align: justify;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 611px to 966px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 611px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.header {
}
.logo {
	width: 40%;
	font-size: large;
}
.menu {
	width: 100%;
	float: right;
	vertical-align: baseline;
	border-top-style: none;
	text-align: center;
}
.body {
}
.slides {
	background-image: url(images/waterbg.jpg);
	min-height: 400px;
	background-size: cover;
}
.slides2 {
	min-height: 200px;
	background-size: cover;
}
.slides3 {
	min-height: 200px;
	background-size: cover;
}
.slides4 {
	min-height: 200px;
	background-size: cover;
}
.slides5 {
	min-height: 200px;
	background-size: cover;
}
.slides6 {
	min-height: 200px;
	background-size: cover;
}
.slides7 {
	min-height: 200px;
	background-size: cover;
}
.slides8 {
	min-height: 200px;
	background-size: cover;
}
.main_text {
}
.footer {
}
.text_inner1 {
	width: 32%;
}
.text_inner2 {
	width: 45%;
}
.text_inner3 {
	width: 45%;
}
.text_inner4 {
	width: 45%;
}
.contact_top {
	width: 58%;
	float: right;
	text-align: right;
	padding-right: 2%;
	padding-top: 8px;
}
.footer_inner {
	width: 32%;
}
.footer_middle {
	width: 32%;
	vertical-align: middle;
	border-bottom-style: none;
	border-top-style: none;
}
.main_inner {
	background-image: url(url);
	display: inline-block;
}
.banner {
}
.text {
	width: 58%;
	vertical-align: top;
	margin-right: 2%;
}
.image {
	width: 39%;
	vertical-align: top;
	margin-top: 5%;
}
	.image2 {
	width: 39%;
	vertical-align: top;
	text-align: left;
}
.image3 {
	width: 39%;
	margin-top: 0px;
}
.top_text {
}
.main_inner2 {
	display: none;
}
.main_inner3 {
	display: inline-block;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 967px to a max of 1800px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 967px) {

.gridContainer {
	width: 100%;
	max-width: 1800px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.header {
}
.logo {
	font-size: x-large;
}
.menu {
}
.body {
}
.slides {
	min-height: 400px;
}
.slides2 {
	min-height: 200px;
	background-position: 0% 30%;
}
.slides3 {
	min-height: 200px;
}
.slides4 {
	min-height: 200px;
}
.slides5 {
	min-height: 200px;
	background-position: 50% 30%;
}
.slides6 {
	min-height: 200px;
	background-position: 0% 95%;
}
.slides7 {
	min-height: 200px;
}
.slides8 {
	min-height: 200px;
}
.main_text {
	width: 80%;
}
.footer {
}
.text_inner1 {
	width: 26%;
	margin-right: 1%;
	margin-left: 1%;
}
.text_inner2 {
	width: 35%;
}
.text_inner3 {
	width: 35%;
}
.text_inner4 {
	width: 35%;
}
.contact_top {
}
.footer_inner {
	width: 20%;
}
.footer_middle {
	width: 15%;
}
.main_inner {
}
.banner {
	font-size: 13pt;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	width: 98%;
	margin-bottom: 1%;
}
.text {
	width: 58%;
	vertical-align: top;
}
.image {
	width: 39%;
	vertical-align: top;
	text-align: right;
	margin-top: 0px;
}
	.image2 {
	width: 39%;
	vertical-align: top;
	text-align: left;
}
.image3 {
}
.top_text {
}
.main_inner2 {
}
.main_inner3 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
