@charset "utf-8";
/* CSS Document */
@charset "utf-8";

body  {
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	/*background: #666666;*/
	background:#fff  url(/images/bg.jpg) repeat-x ;
	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;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	background:url(/images/opaque-slate-roofs.png) top left repeat ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	/*background: #DDDDDD;*/ 
	height: 160px;
	padding: 0 0px 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. */
	background:url(/images/slate-roofs.jpg) top left no-repeat ;
} 
#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 */
	color:#FFFFFF;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Lucida Grande", Helvetica, Arial, Sans-serif;
	padding-top: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px 1px 0 #000;

	text-transform:uppercase;
	-moz-border-radius: 6px 6px 0 0 ; 
	-webkit-border-radius: 6px 6px 0 0 ; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.main_heading {
	font-family: "Lucida Grande", Helvetica, Arial, Sans-serif;
	padding-top: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px 1px 0 #fff;
	color:#333;
	text-transform:uppercase;
	-moz-border-radius: 6px 6px 0 0 ; 
	-webkit-border-radius: 6px 6px 0 0 ; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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:url(/images/opacity.png) top left repeat ;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
#mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: white 1px solid;
	background:url(/images/opacity.png) top left repeat ;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background:url(/images/slate-roofs.jpg) top left no-repeat ; 
	color:#fff; 
	font-size:12px;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
ol, ul {
	list-style: none;
}
#footer a {color:#fff;}
.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: 8px;
}
.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;
}
.form {
	padding: 10px;
	color:#FFFFFF;
	background:#999 url(/images/slate-roofing2.jpg) top left no-repeat ;
}
.strap {
	width:450px;
	height:auto;
	display:block;
	float:left;
	color: #fff;
	position:relative;
	padding-left:10px;
}
/* SUB MENU BLOCK */
div#sub-menu {
    font-family: Verdana, Arial,Tahoma, Helvetica;
    font-size:11px;
    font-weight:normal;
    line-height:13px;
    margin-top:0px;
    margin-bottom:0px;
	text-transform:uppercase;
    color:#ffffff;
	}

div#sub-menu a:link, div#sub-menu a:visited {
	margin:0px;
	padding:6px;
    display: block;
	color: #ffffff;
	font-weight:normal;
	padding-left: 15px;
    background: url(../images/button.gif) no-repeat;
    background-repeat: no-repeat;
    background-position: 2px;
	border-top: 1px solid #FFF;
    /*background: url(../images/bit.jpg) bottom repeat-x ;*/
	background-color:#0099CC;
    text-decoration:none;
	}

div#sub-menu a:hover {
    text-decoration:none;
    
	background: url(../images/button_over.gif) no-repeat;
    /*background-repeat: no-repeat;*/
    background-position: 2px;
	font-weight:normal;
	color: #000080;
	}
	
.info {
	margin: 0;
	width: 555px;
	background: url(../images/storm.jpg) no-repeat;
	border:#000000 solid 1px;
	font-family: Arial, Tahoma;
	font-size: 28px;
	line-height:25px;
	font-weight: bold;
	color:#fff;
	padding: 10px;
	text-align: center;
	background-color:#F7EFEF;
}
.drains {
	margin: 0;
	width: 565px;
	border:#000000 solid 1px;
	font-family: Arial, Tahoma;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color:#000000;
	padding: 5px;
	background-color:#F7EFEF;
}

.more { color: #0000ff; font-family:  Arial, Tahoma, Helvetica, sans-serif;   font-weight: normal;  font-size: 18px; 
}
A.more:link {  font-weight: bold;  font-family:  Arial, Verdana, Helvetica;  color: #0000ff; TEXT-DECORATION: underline
}
A.more:visited { font-weight: bold;  font-family:  Arial, Verdana, Helvetica;   color: #0000ff; TEXT-DECORATION: underline
}
A.more:hover {  font-weight: bold;  font-family:  Arial, Verdana, Helvetica;   color: #0000ff; TEXT-DECORATION: none
}
A.more:active {  font-weight: bold;  font-family:  Arial, Verdana, Helvetica;   color: #0000ff; TEXT-DECORATION: underline
}.emergency {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: bold;
	padding-top:2px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-left: 0px;
	color:#9fd7d7;
}
.cctv {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	padding-top:2px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-left: 0px;
	color:blue;
}
.high {
	margin-top: 5px;
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	padding-top:15px;
	padding-bottom:0px;
	color:#000080;
}

.clear {
	clear: both;
	margin-bottom: 0px;
	}
.nav {
	width:198px;
	height:400px;
	float:left;
	position:relative;
	overflow:hidden;
	display:block;
}
.nav_top {
	width:198px;
	height:4px;
	background-image:url(../images/nav_top.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.nav_left {
	width:4px;
	height:337px;
	background-image:url(../images/nav_left.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.navigation {
	width:190px;
	height:337px;
	background-image:url(../images/nav_slice.jpg);
	background-repeat:repeat-x;
	float:left;
	position:relative;
}
.nav_right {
	width:4px;
	height:337px;
	background-image:url(../images/nav_right.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.nav_bottom {
	width:198px;
	height:4px;
	background-image:url(../images/nav_bottom.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.box1 {
	width:198px;
	height:179px;
	float:left;
	position:relative;
	overflow:hidden;
	padding-top:2px;
}
.box1_top {
	width:198px;
	height:4px;
	background-image:url(../images/box2_top.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.box1_left {
	width:4px;
	height:150px;
	background-image:url(../images/box1_left.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.box1_centre {
	width:190px;
	height:150px;
	background-image:url(../images/box1_slice.jpg);
	background-repeat:repeat-x;
	float:left;
	position:relative;
}
.box1_right {
	width:4px;
	height:150px;
	background-image:url(../images/box1_right.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.box1_bottom {
	width:198px;
	height:4px;
	background-image:url(../images/box2_bottom.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.box_img {
	width:190px;
	height:90px;
	float:left;
	position:relative;
}
.box2 {
	width:198px;
	height:122px;
	float:left;
	padding-top:10px;
	position:relative;
	overflow:hidden;
}
.box2_top {
	width:198px;
	height:4px;
	background-image:url(../images/box2_top.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.box2_left {
	width:4px;
	height:107px;
	background-image:url(../images/box2_left.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.box2_centre {
	width:190px;
	height:107px;
	background-image:url(../images/box2_slice.jpg);
	background-repeat:repeat-x;
	float:left;
	position:relative;
}
.box2_right {
	width:4px;
	height:107px;
	background-image:url(../images/box2_right.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.box2_bottom {
	width:198px;
	height:4px;
	background-image:url(../images/box2_bottom.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.services {
	margin:2px;
	width:188px;
	height:620px;
	background: #E1F4F1;
	padding: 1px;
	border: #00CCCC dotted 1px;
	/*background-image:url(../images/accreditations.jpg);*/
	float:left;
	position:relative;
}

.flash {
	width:600px;
	height:200px;
	float:left;
	position:relative;
	display:block;
	padding: 1px;
}
.text {
	width:450px;
	height:auto;
	display:block;
	float:left;
	position:relative;
	padding-left:10px;
}
.text2 {
	width:168px;
	height:auto;
	display:block;
	float:right;
	position:relative;
	padding-left:10px;
}
.footer {
	width:812px;
	height:75px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
	display:block;
	margin-top:10px;
	overflow:hidden;
	float:left;
	position:relative;
}

