@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f2f2f2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2f2f2; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
#nav_top {
	background-color: #FC0;
	height: 18px;
	width: 850px;
	background-image: url(../images/menu_bar_top_02.jpg);
	text-align: left;
	padding-left: 50px;
}
#nav_left {
	background-color: #FC0;
	float: left;
	height: 18px;
	width: 22px;
	background-image: url(../images/menu_bar_left.jpg);
}

#nav {
	float: left;
	width: 768px;
	background-color: #000;
	height: 18px;
}
#nav_right {
	float: right;
	height: 18px;
	width: 110px;
	background-image: url(../images/menu_bar_right.jpg);
}

.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	color: #000;
	background: #f2f2f2;
	background-image: url(../images/home_emp_r3_c1.jpg);
	padding-left: 50px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f2f2f2;
	background-image: url(../images/home_emp_r5_c1.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 px 0;
	background-image: url(../images/home_emp_r5_c1.jpg);
}#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000;
	background-image: url(../images/home_emp_r3_c1.jpg);
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 70px;
	padding-left: 70px;
}

#footer {
	padding: 0px;
	background-image: url(../images/home_emp_r5_c1.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#footer_solutions {
	background-image: url(../images/footer_solu_.jpg);
}
#footer_about {
	background-image: url(../images/footer_water_01.jpg);
	background-repeat: no-repeat;
}
#footer_applications {
	background-image: url(../images/footer_water_06.jpg);
	background-repeat: no-repeat;
}
#footer_contact {
	background-image: url(../images/footer_water_03.jpg);
}
#footer_home {
	background-image: url(../images/footer_water_02.jpg);
}
#footer_thecnology {
	background-image: url(../images/footer_water_04.jpg);
}





#container {
	
	width: 900px;
	text-align: center;
}
#site map {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	vertical-align: top;
	text-align: center;
}



#header {
	width: 910px;
	color: #FC0;
	height: 15px;
}
.titles {
	font-size: 30px;
	color: #006FDD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
.sub_titles {
	font-size: 15px;
	color: #006FDD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
.titlesCapitatize {
	font-size: 30px;
	color: #006FDD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	text-decoration: none;
	text-align: left;
}

.Site_map {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	float: none;
	text-align: center;
}
.MainContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	padding-right: 70px;
	padding-left: 70px;
	color: #000;
	text-transform: none;
	text-align: left;
}
#minContentLeft {
	float: left;
}
#flash_1 {
	position:relative;
	top:-300px;
	height: 100px;
	width: 400px;
	float: right;
	right: 0px;
}
#flash_2 {
	position:relative;
	top:-500px;
	height: 100px;
	width: 350px;
	float: right;
	right: 0px;
}
.titlesMedum {
	font-size: 22px;
	color: #006FDD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}

