@charset "UTF-8";

body, html {
	padding:10px 0 0 0;
	margin:0;
	text-align:center;
	font-size:100.01%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#666666;
	background-color:#d2d2d2;
}

a:active, a:focus {
   outline: 0;
}

img {
	border:0;
}

/* wrapper to centre a 860 wide column on the page */

#wrapper {
	margin: 0 auto;
	width: 860px;
	text-align:left;
	background:url(../images/template/content-bg.gif) top left repeat-y;
	border:2px solid #FFFFFF;
}

/* layout styles */

#header {
	background:url(../images/template/header-home.jpg) top right no-repeat;
}

#header .left {
	float:left;
}

#header h1 {
	padding:0;
	margin:0;
}

#header .contact {
	padding:30px 0 0 214px;
	margin:0;
	color:#FFFFFF;
	font-size:90%;
}

#header .contact a, #header .contact a:visited {
	color:#ffffff;
	text-decoration:none;
}

#header .contact a:hover {
	text-decoration:underline;
}

#navigation {
	padding:15px 0 0 22px;
}

#navigation a, #navigation a:visited {
	color:#ffffff;
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
}

#navigation a:hover {
	color:#000000;
}

#water, #gas, #specialist {
	width:200px;
	float:left;
	margin:0 0 15px 0;
}

#water a, #gas a, #specialist a {
	display:block;
	padding:75px 0 0 15px;
}

#water a {
	background: url(../images/template/hnav/home-water.gif) top left no-repeat;
}

#gas a {
	background:url(../images/template/hnav/home-gas.gif) top left no-repeat;
}

#specialist a {
	background:url(../images/template/hnav/home-special.gif) top left no-repeat;
}

#water a:hover {
	background: url(../images/template/hnav/home-water-over.gif) top left no-repeat;
}

#gas a:hover {
	background:url(../images/template/hnav/home-gas-over.gif) top left no-repeat;
}

#specialist a:hover {
	background:url(../images/template/hnav/home-special-over.gif) top left no-repeat;
}

#water-menu {
	width:400px;
	float:left;
	padding:0 0 0 15px;
}

#gas-menu {
	width:370px;
	float:left;
	padding:0 0 0 215px;
}

#specialist-menu {
	width:170px;
	float:left;
	padding:0 0 0 415px;
}

#water-menu ul, #gas-menu ul, #specialist-menu ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:90%;
}

#water-menu ul li, #gas-menu ul li, #specialist-menu ul li {
	margin:0 0 8px 0;
	padding:0;
}

#water-menu ul li a, #water-menu ul li a:visited, #gas-menu ul li a, #gas-menu ul li a:visited, #specialist-menu ul li a, #specialist-menu ul li a:visited {
	font-weight:normal;
}

#hnav	{
	clear:both;
	padding:0 15px 10px 15px;
}

#hnav ul {
	list-style:none;
	padding:0;
	margin:0;
	line-height:normal;
	font-size:75%;
}

#hnav ul li {
	display:inline;
	padding-right:15px;
}

#hnav a, #hnav a:visited {
	font-weight:normal;
}

#rightcol {
	float:right;
	width:682px;
}

#content {
	padding:20px 30px 30px 36px;
	background-color:#FFFFFF;
	color:#ffffff;
	font-size:80%;
	clear:both;
}

#content h1 {
	margin-top:0;
	color:#02449e;
	font-size:140%;
	font-weight:normal;
}

#content h2 {
	font-size:120%;
	font-weight:bold;
	margin:8px 0 13px 0;
}

#content h3 {
	font-size:100%;
	font-weight:bold;
	margin:0 0 5px 0;
}

#content p {
	padding:0;
	margin:0 0 10px 0;
	line-height:130%;
}

#content ul {
	line-height:130%;
}

#content ul li ul {
}

#content .caption {
	font-size:75%;
	color:#000000;
}

#content a, #content a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#content a:hover {
	color:#000000;
}

#content .emphasis {
	color:#000000;
	font-weight:bold;
}

#content img.certificate {
	padding:0 15px 10px 0;
}

#imagebar {
	float:right;
	margin:0 0 15px 15px;
	text-align:right;
}

#imagebar img {
	margin:0 0 15px 0;
}

#leftcol {
	float:left;
}

#leftcol ul {
	list-style:none;
	font-size:90%;
	padding:30px 15px 0 44px;
	margin:0;
}

#leftcol ul li {
	padding:0 0 16px 0;
	margin:0;
}

#leftcol a, #leftcol a:visited {
	color:#5e6e65;
	text-decoration:none;
}

#leftcol a:hover, #leftcol a.selected {
	color:#7ac142;
}

#footer {
	clear:both;
	background:url(../images/template/content-bg-home.gif) top left repeat-y;
	padding:10px 15px 10px 44px;
}

#footerleft {
	float:left;
	width:134px;
}

#footerright {
	float:left;
	margin-left:30px;
}

#footer p {
	padding:0 0 10px 0;
	margin:0;
	font-size:60%;
	color:#5e6e65;
}

#footer img {
	margin-right:15px;
}

p.pclear {
	clear:both;
}

.clear {
	font-size:1px;
	line-height:0;
	clear:both;
}

sup, sub { vertical-align: 0;
           position: relative; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }
