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

/*****======= REMEBER TO CHECK OTHER STYLE SHEETS AND HTML CODE FOR IE FIXES ========*****/

body  {
	font : 75%/160% Tahoma, Verdana, Arial, sans-serif;
	/*background:url(_img/mainBG.jpg) repeat-x;*/
	background-color: #fff;
	margin: 10px 0 0 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;
}
/* this will only work in IE6	*/
* html body{font-size:12px;}
/* END	*/

p, h1, h2, h3, h4, h5, h6, a, li, ul, input, blockquote{
	padding:0;
	margin:0;
}

/* Miscellaneous classes for reuse */
.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;
}

/*********** Links ***********/
a{outline:none;}

a, a:link, a:active, a:visited{
	color: #004689;
	text-decoration:underline;
} 
a:hover{
	color: #007741;
	text-decoration:none;
}

/*********** fonts ***********/
.red_txt{color:#FF0000;} /* keep as red for warnings */
.sml_txt{font-size:86%;}
.coloured_txt{color:#007741;}

/*********** Overall Styles ***********/
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container { 
	width: 950px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #2a9201;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/********* header / top menu ********/
#TopnavContainer {  
	width: 950px;
	margin:0 auto;
	overflow:hidden;
} 
#topnavlist li{
	display: inline;
	list-style-type: none;
	font-size:90%;
}

#topnavlist a{
	float: left;
	height:19px;
	width:132px;
	padding-right:5px;
	background:url(_img/topnavLiBg.gif) no-repeat;
}

#TopnavContainer a, #TopnavContainer a:link, #TopnavContainer a:active, #TopnavContainer a:visited{
	color: #dddfd4;
	text-decoration:none;
} 
#TopnavContainer a:hover{
	color: #c8f012;
	text-decoration:underline;
}

/*********** Left Side Bar ***********/
#leftsidebar {
	float: left; 
	width: 188px; /* since this element is floated, a width must be given */
	margin:0;
	padding:0; /* top and bottom padding create visual space within this div */
}


/*** Main menu ***/
#navlist{
	margin-top: 15px;
	list-style: none;
}

#navlist li.parent{
	padding: 0.5em 0 0 2em;
	background:url(_img/navArrowbg.gif) no-repeat;
	background-position: 0.8em 0.7em;
	border-bottom:1px solid #2a9201;
	height:25px;
}
#navlist li.bottom{
	height:45px;
}

#navlist a, #navlist a:link, #navlist a:active, #navlist a:visited{
	color: #000000;
	text-decoration:none;
} 
#navlist a:hover{
	color: #990000;
	text-decoration:underline;
}

/* Main menu subs */
.sublist{
	margin-top: 15px;
	list-style: none;
}
.sublist li.child{
	padding: 0 0 0 2.5em;
	background-color:#d6ede3;
	border-bottom:1px solid #2a9201;
	height:22px;
}
.sublistContainer{
	margin:-1.21em 0 0 0; 
	padding:0;}

/*** related links ***/
#relatedLinksBox{
	width: 188px;
	font-size:90%;
	border: 1px solid #007741;
	border-left:none;
	margin-top:15px;
}
#relatedLinksBox h2{
	color:#ffffff;
	font-size:120%;
	background-color:#007741;
	padding:2px 5px;}

#relatedLinksBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
#relatedLinksBox ul li {
  margin: 2px 0 6px 2px;
  padding: 0;
  background-repeat: no-repeat;
  border-bottom:1px dashed #007741; 
  }
#relatedLinksBox ul li.bottom {
  border-bottom:none; 
  }
  
#relatedLinksBox ul li.linkTWS {line-height: 32px;} /* height of icon */
#relatedLinksBox ul li.linkFCC {line-height: 32px;} /* height of icon */
#relatedLinksBox ul li.linkSevern {line-height: 25px;} /* height of icon */
#relatedLinksBox ul li.linkWasteGroup {line-height: 34px;} /* height of icon */

#relatedLinksBox ul li.linkTWS a {padding-left: 38px;}
#relatedLinksBox ul li.linkFCC a {padding-left: 47px;}
#relatedLinksBox ul li.linkSevern a {padding-left: 68px;}
#relatedLinksBox ul li.linkWasteGroup a {padding-left: 50px;}

#relatedLinksBox .linkTWS {background:url(_img/sml_tws.gif) no-repeat;}
#relatedLinksBox .linkFCC { background:url(_img/sml_fcc.gif) no-repeat;}
#relatedLinksBox .linkSevern { background:url(_img/sml_wasteservices.gif) no-repeat;}
#relatedLinksBox .linkWasteGroup { background:url(_img/sml_wasterecycle.gif) no-repeat;}

#relatedLinksBox ul li a {text-decoration:none; }
#relatedLinksBox ul li a:hover {text-decoration:underline; }

/*********** Main Content ***********/
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContentContainer {
	width:760px;
	margin: 0 0 0 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	float:right;
} 
/* this will only work in IE6	*/
* html #mainContentContainer {width:740px;}
/* END	*/

#mainContent{
	width:700px;
	margin: 10px 10px 25px 40px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
 
/* this will only work in IE6	*/
* html #mainContent {margin: 10px 10px 0 10px;}
/* END	*/


#mainContent p{
	padding:5px 0;
	}
	
#mainContent ul{
	padding:0 20px;
	}
	
#mainContent blockquote{
	padding-left:20px;
}

/** h1 **/
h1{
	color:#004689;
	font-size:150%;
	font-weight:bold;
}
/** h2 **/
h2{
	color:#004689;
	font-size:120%;
	font-weight:bold;
}

/*** home page ***/
.home #mainContent .leftSide{
	float:left;
	width:410px;
	}	
.home #mainContent .rightSide{
	float:right;
	width:280px;
	}
	
/* Latest News Box - affects home page and news page*/
#latestNewsContainer{
	width: 270px;
	font-size:90%;
	border: 1px solid #007741;
	margin: 2em 0 0 0;
}
#latestNewsContainer p{
	margin:0;
	padding: 0 0.5em 0 0.5em;
}
#latestNewsContainer h2{
	color:#ffffff;
	font-size:120%;
	background-color:#007741;
	padding:2px 5px;
}

#latestNewsContainer .newsArticle{
	border-bottom: 1px dashed #666666;	
	margin:0 auto;
	padding: 5px 0;
	width:98%;} 

#latestNewsContainer .newsTitle{
	font-weight:bold;
	color:#007741;}

	
/** Service Boxes **/
#serviceBoxContainer{
	margin:0 auto;
	padding-top:3em;
	overflow:hidden;
	width:740px;
	}

/* Titles */
#serviceBoxContainer h2{
	color:#ffffff;
	font-size:120%;
}

/* Links */
#serviceBoxContainer a, #serviceBoxContainer a:link, #serviceBoxContainer a:active, #serviceBoxContainer a:visited{
	color: #c8f012;
	text-decoration:underline;
} 
#serviceBoxContainer a:hover{
	color: #ffffff;
	text-decoration:none;
}

#serviceBox01, #serviceBox02, #serviceBox03{
	width:200px;
	height:180px;
	margin: 0 1em 0 1em;
	padding: 6.1em 0 0 1.2em;
	float:left;
	overflow:hidden;
}
#serviceBox01{background:url(_img/serviceBox01bg.jpg) no-repeat;}
#serviceBox02{background:url(_img/serviceBox02bg.jpg) no-repeat;}
#serviceBox03{background:url(_img/serviceBox03bg.jpg) no-repeat;}

#serviceBox01 ul, #serviceBox02 ul, #serviceBox03 ul{margin: 0.5em 0 0 1em;}
#serviceBox01 li, #serviceBox02 li, #serviceBox03 li{color:#00CC33;}

/*** news page ***/
.news #mainContent .leftSide{
	float:left;
	width:490px;
	}	
.news #mainContent .rightSide{
	float:right;
	width:200px;
	border: 1px solid #006600;
	background-color:#f6fbf9;
	}
	
.news .rightSide #latestNews{
	padding:10px;}
	
.news .rightSide h2{
	color:#006600;}
	
.news .rightSide .newsArticle {
	border-bottom: 1px dashed #666666;	
	padding: 5px 0;
}
.news .newsArticle p{
	margin:0;
	padding: 0;
}

/*** contact page ***/
.contact #mainContent .leftSide{
	float:left;
	width:280px;
	}	
.contact #mainContent .rightSide{
	float:right;
	width:410px;
	}
	
.contact form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	min-width: 400px;
	max-width: 410px;
	width: 405px; 
}

.contact form fieldset {
	clear: both;
	padding: 10px; 
	margin: 0;
}

form fieldset legend {
	font-size:1.1em;
	font-variant:small-caps;
	font-weight:bold;
	color:#007741;
}

.contact form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 80px; 
	padding:2px 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.contact form small { 
	padding-left: 70px; }

.contact form input, .contact form select, .contact form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto; 
	margin:5px 0 5px 10px; 
	padding:2px 0;
}

.contact form input#reset {
	margin-left:0px; 
}

.contact textarea { overflow: auto; }


/*** information pages ***/
.information h2{
	padding-top:10px;
}

.information #mainContent .leftSide{
	float:left;
	width:360px;
	}	
.information #mainContent .rightSide{
	float:right;
	width:360px;
	}
	
/** Google map styles **/
div#popup {
	background:#EFEFEF;
	border:1px solid #999999;
	margin:0px;
	padding:7px;
	width:270px;
}

/*********** Footer ***********/
#footer {
	background:url(_img/footerWave.gif) no-repeat;
	height:35px;
} 

/* Contact details - above Outer Footer */
#contactDetailsContainer{
	width:920px;
	padding:1em;
	margin: 0 auto;
	margin-bottom: 1em;
}
#contactDetails{
	float:left;
	text-align:left;
}
#contactDetails p{
	font-size:130%;
	font-variant:small-caps;
	color:#007741;
	}
#contactDetails a{
	font-size:110%;
	font-variant:small-caps;
	color:#007741;
	}
#copyright{
	float:right;
	text-align:right;
}
#copyright p{
	color: #999; 
	}

/* Outer Footer */
#footerOuter{
	width:920px;
	margin: 0 auto;
}

/* Company reg and vat info */
#companyReg{
	float:left;
	text-align:left;
	font-size:90%;
	color: #999; 
}

/* Creators website info */
#ourDetails{
	float:right;
	text-align:right;
	font-size:90%;
	color: #999; 
}
#ourDetails a{
	font-size:90%;
	color: #999;
	text-decoration: none; 
}
#ourDetails a:hover{
	font-size:90%;
	color: #999;
	text-decoration: underline; 
}


