@charset "utf-8";

/*	THOMAS HARDIE MARKETING SOLUTIONS COPYRIGHT 2008	*/

/*	THE WHITE GROUP										*/


/* TABLE OF CONTENTS

1.body style
2.layout syles
3.side bar layout
4.main Content	
5.miscellaneous classes for reuse 
6.interchangeable elements for different page colours
7.link styles
8.header Styles	
9.menu styles
10.text styles	
11.image styles	
12.list styles

*/



/* 1.body style	*/

body  {
	font: 100% tahoma, verdana, helvetica, sans-serif;
	/*background-image: url(../images/whites_bg.gif);
	background-repeat: repeat;*/
	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;
}

/* 2.layout styles	*/

.background {
	width: 930px;
	text-align: center;
	margin: 0 auto;
	background: url(../images/dropshaddow.gif);
	background-repeat: repeat-y;
	}

.thrColElsHdr #container { 
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
} 
.thrColElsHdr #header { 
	padding: 0 10px;
} 
.thrColElsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}

/* 3.side bar layout	*/

.thrColElsHdr #sidebar1 {
	float: left; 
	width: 12.2em; /* since this element is floated, a width must be given */
	padding: 0px 0 0 1em; /* top and bottom padding create visual space within this div */
	position: relative;
	top: -8.35em;
}
.thrColElsHdr #sidebar2 {
	float: right;
	position: relative; 
	top: 0;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 256px; /* since this element is floated, a width must be given */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* 4.Main Content	*/

.thrColElsHdr #mainContent {
	margin: 170px 280px 1.5em 220px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 1em;
} 
.thrColElsHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 0.9em 0 1em;
	background:#73ad17;
} 
.thrColElsHdr #footer p {
	margin: 10px 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* 5.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;
}

/* 6.interchangeable elements for different page colours	*/

.topbar	{
	background-image: url(../images/headerbar_recycling.gif);
	background-repeat: repeat-y;
	height: 16px;
	margin: 0;
	}
	
.leftnavbar {
	background-color: #73ad17;
	height: 18px;
	}
	
.leftnavbar_border {
	border: 1px #a4c3d8 solid;
	margin-left: -0.2em;
	padding: 1px
	}
	
#active2 {
	background-color: #73ad17; /* the number relates to the position of the horizontal navigation, change the colour for the active page to display */
	color: #FFFFFF; /*changes the font colour to white */
	}
	
/* 7.link styles		*/

a {
	color: #73ad17;
	font-weight: bolder;
	text-decoration: none;
	}

a:hover {
	color: #73ad17;
	font-weight: bolder;
	text-decoration: underline;
	}
	
a:visited {
	color: #73ad17;
	font-weight: bolder;
	}
	
a#white {
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
	}

a#white:hover {
	color: #FFF;
	font-weight: bolder;
	text-decoration: underline;
	}
	
a#white:visited {
	color: #FFF;
	font-weight: bolder;
	}

/* 8.header Styles	*/

h1 {
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	color: #73ad17;
	text-align: right;
	}
	
h2 {
	font-size: 1em;
	color: #73ad17;
	font-weight: bolder;
	}
	
h3 {
	font-size: 0.8em;
	color: #575757;
	font-weight: bolder;
	}

/* 9.menu styles	*/

#MenuBar1 {
	float: right;
	margin-right: 0.2em;
	position: relative;
	height: 26px;
	width: 663px;
	right: 0px;
	z-index: 10001;
	border: 1px #a4c3d8 solid;
	padding: 1px;
	}
	
/* 10.text styles	*/

p	{
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 2em;
	color: #0C0C0C;
	}
	
.topheader {
	padding-right: 0.5em; 
	}
	
#telephonetxt {
	font-size: 0.9em;
	}
	
.footertxt {
	color: #FFFFFF;
	font-weight: bolder;
	padding-left:10px;
	padding-right: 10px;
	}
	
.latestnews {
	background-image: url(../images/sidebar2_recycling_news.gif);
	background-repeat: no-repeat;
	width: 256px;
	height: 169px;
	}
	
.newstext {
	font-size: 0.7em;
	padding: 5px 18px 0 18px;
	}
	
.quotebox {
	background-image: url(../images/sidebar2_quote.gif);
	background-repeat: no-repeat;
	width: 256px;
	height: 165px;
	}
	
.quotetext {
	font-size: 0.7em;
	padding: 0px 18px 0 18px;
	line-height: 2.4em;
	text-align: left;
	}

.smltxt {
	font-size: 0.1em;
	}
	
/* 11.image styles	*/

.mainimg	{
	position: relative;
	float: right;
	right: 0px;
	text-align: center;
	margin-right: 0.2em;
	padding: 1px;
	border: 1px #a4c3d8 solid;
	width: 663px;
	height: 130px;
	}
	
.advert {
	margin-left: -0.3em;
	}
	
.telephonetxt {
	color: #FFFFFF;
	font-weight: bolder;
	padding-right: 10px;
	font-size: 0.7em;
	}
	
.footertxt {
	color: #FFFFFF;
	font-weight: bolder;
	padding-left:10px;
	padding-right: 10px;
	font-size: 0.7em;
	}
	
	
/* 12.list styles	*/

li.list {
	background-image: url(../images/bullet_recycling.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: baseline;
	list-style: none;
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 2em;
	margin-left: -30px;
	color: #0C0C0C;
	}
#footerEnd{
	width: 930px;
	height: 25px;
	background-image:url(../images/footerShadow.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#footerInside{
	width: 900px;
	height: 10px;
	margin: 0px auto 0px auto;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
#footerInside p{
	display: none;
}