@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #EEEEEE;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	height: 100px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
}
.twoColFixLtHdr #mainContent {
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 150px;
	border-left-style: solid;
	border-left-color: #CFD9E2;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
}
.twoColFixLtHdr #mainContent .fltrt p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	text-align: right;
}

.twoColFixLtHdr #footer {
	background:#DDDDDD;
} 

.twoColFixLtHdr #footer p {
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}
li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 a {
	text-decoration: none;
	color: #036;
}
h2 a:hover {
	text-decoration: underline;
	color: #06C;
}
a.class1:link		{
	color:#ff3300;
	text-decoration:none;
	line-height: 1.4em;
}


a.class1:visited	{color:#ff3300; text-decoration:none}
a.class1:active	{color:#ff3300; text-decoration:none}
a.class1:hover		{color:#ff4400; text-decoration:underline}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 30px;
	text-align: right;
	margin-top: 10px;
}
.centertext {
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#tbl_urc {
	margin-top: 20px;
	margin-bottom: 20px;
}
#tbl_contactdetails th {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
#tbl_contactdetails td {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
#tbl_contactform th {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	vertical-align: absmiddle;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#tbl_watermetering td {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
#tbl_watermetering {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

#header {
	background:url(../images/topbar.jpg);
	width:100%;
	text-indent:-10000px;
}

ul#menu {
 	margin:0;
 	padding:0;
 	background-color:#CFD9E2;
}
ul#menu li {
 	list-style:none;
 	margin:0;
 	padding:0 0 5px 0;
 	text-indent:-10000px;
}
ul#menu li a {
 	display: block; 	 	
 	text-decoration:none;
 	width:150px;
 	height:40px;
 	outline:none;
}

ul#menu .aboutus {
 	background:url(../images/button_aboutus.png) no-repeat;
}
ul#menu .aboutus a:hover {
 	background:url(../images/button_aboutus.png) 0 -40px no-repeat;
}
ul#menu .urc {
 	background:url(../images/button_urc.png) no-repeat;
}
ul#menu .urc a:hover {
 	background:url(../images/button_urc.png) 0 -40px no-repeat;
}
ul#menu .pam {
 	background:url(../images/button_pam.png) no-repeat;
}
ul#menu .pam a:hover {
 	background:url(../images/button_pam.png) 0 -40px no-repeat;
}
ul#menu .epc {
 	background:url(../images/button_epc.png) no-repeat;
}
ul#menu .epc a:hover {
 	background:url(../images/button_epc.png) 0 -40px no-repeat;
}
ul#menu .contactus {
 	background:url(../images/button_contactus.png) no-repeat;
}
ul#menu .contactus a:hover {
 	background:url(../images/button_contactus.png) 0 -40px no-repeat;
}

.service {
	width:100%;
	float:left;
	margin:10px 0 20px 40px;
}

.serviceimage {
	display:inline-block;
	width:180px;	
	vertical-align:top;
}

.servicedetails {
	display:inline-block;
	width:340px;
}

#tbl_urc th {
	background-color:#BBD2E4;
}