/*
Planet Green by BASE http://www.basecreative.com.au
Design & code by Dan Pacey
*/


/* CSS RESETS v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { 
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------ Main DIV & Class ------------------------ */

body {
	margin: 0;
	background: url('images/mainbg.jpg') #000;
	background-attachment: fixed;
	font-family: arial, helvetica;
	font-size: 9pt;
	}

#bgglow {
		position: fixed;
		z-index: -2;
		top: 0;
		left: 50%;
		margin-left: -900px;
		width: 100%;
		height: 100%;
		}
	
#container {
	width: 850px;
	overflow: none;
	margin: auto;
	line-height: 14pt;
	background: #fff;
	position: relative;
	}
	
#home {
	background: url('images/home.jpg') transparent;
	background-repeat: no-repeat;
	width: 810px;
	height: 472px;
	overflow: hidden;
	padding: 50px 20px 20px 20px;
	}

#wastepanel {
	background: url('images/home2.jpg') #000000;
	background-repeat: no-repeat;
	width: 810px;
	height: 472px;
	overflow: hidden;
	padding: 50px 20px 20px 20px;
	}
	
#page {
	background: url('images/bg.jpg') transparent;
	background-repeat: no-repeat;
	width: 810px;
	overflow: hidden;
	padding: 30px 20px 50px 20px;
	}	
	
#footer {
	background: #000;

	width: 830px;
	margin: auto;
	font-size: 8pt;
	color: #666;
	padding: 10px;
	}
#footer p {
	margin-top: 7px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #666;
}
	
#home-intro {
	width: 100%;
	float: left;
	position: relative;
	top: -20px;
	margin-bottom: -20px;
	}
	
#home-intro2 {
	width: 277px;
	float: right;
	position: relative;
	top: 10px;
	left: -85px;
	}
	
#home-box1 {
	width: 350px;
	height: 240px;
	float: left;
	position: relative;
	top: 30px;
	left: 15px;
	font-size: 8pt;
	line-height: 11pt;
	color: #fff;
	background: url('images/home-box1.png') transparent;
	background-repeat: no-repeat;
	}
	
#home-crt {
	position: relative;
	left: -10px;
	top: 30px;
	float: left;
	}
	
#home-hdd {
	position: relative;
	left: -20px;
	top: 20px;
	}

#box1-inner {
	width: 230px;
	padding: 25px 10px 0px 10px;
	float: right;
	position: relative;
	top: -95px;
	margin-bottom: -95px;
	}
	
#box1-list { 
	padding: 10px 0px 10px 0px;
	}
	
#box1-list li {
	margin-bottom: 2px;
	list-style: disc;
	font-size: 8pt;
	}
	
#home-box2 {
	width: 277px;
	height: 122px;
	float: right;
	position: relative;
	top: 40px;
	left: -15px;
	font-size: 8pt;
	line-height: 11pt;
	color: #fff;
	background: url('images/home-box2.png') transparent;
	background-repeat: no-repeat;
	padding: 20px 50px;
	}
	
#home-box3 {
	width: 258px;
	height: 62px;
	float: right;
	position: relative;
	top: 50px;
	left: -60px;
	background: url('images/home-box3.png') transparent;
	background-repeat: no-repeat;
	}

.getquote {
	position: absolute;
	top: 0px;
	right: -19px;
	background: url('images/getquote.png') transparent; 
	width: 214px;
	height: 74px; 
	margin-bottom: -74px;
	background-position: -10px -2px;
	z-index: 999;
	}
	
.getquote:hover {
	background-position: -10px -94px;
	}

	
/* ------------------------ Schools ------------------------ */	
	
.schoolmenu {
	width: 240px;
	float: left;
	margin-top: 20px;
	font-size: 10pt;
	line-height: 14pt;
	}
	
.schoolmenu ul {
	margin: 0;
	padding: 0;
	}
	
.schoolmenu li {
	background: #fff;
	border: 1px solid #dedede;
	margin: 2px 0px;
	color: #222;
	cursor: pointer;
	font-weight: 400;
	}
	
.schoolmenu li:hover {
	background: #8fa83e;
	color: #fff;
	}

.break { background: transparent; line-height: 1px; height: 1px; }
	
#content {
	margin-top: 23px;
	width: 530px;
	padding: 5px;
	float: right;
	line-height: 16pt;
	}
	
#content p {
	margin-bottom: 10px;
	}
	
#content ul {
	margin-bottom: 20px;
	}
	
#content li {
	list-style: disc; margin-left: 12px;
	}


	
/* ------------------------ Contact ------------------------ */	
	
#contactbox {
	margin: 30px;
	height: 260px;
	width: 750px;
	padding: 20px;
	font-size: 10pt;
	line-height: 16pt;
	}
	
#contactbox p {
	margin-bottom: 20px;
	}
	
.form {
	position: relative;
	}
	
.generalform , .quoteform {
	padding-bottom: 20px;
	}
	
.invform {
	display: none;
	}
	
input, textarea {
	font-family: arial, helvetica;
	font-size: 12pt;
	width: 270px;
	height: 22px;
	border: 0;
	padding: 3px;
	margin-bottom: 5px;
	}
	
label {
	font-family: arial, helvetica;
	color: #fff;
	}
	
textarea {
	height: 88px;
	margin-bottom: 15px;
	}

.button { 
	background: #fff;
	padding: 3px;
	border: 2px solid #dedede;
	font-family: arial, helvetica;
	color: #222;
	font-size: 11pt;
	font-weight: 700;
	width: 125px;
	text-align: center;
	height: 30px;
	cursor: pointer;
	}
	
.button:hover { 
	background: #8fa83e;
	border: 2px solid #8fa83e;
	color: #fff;

	}
	
#alert_name, #alert_email, #alert_phone, #alert_comments,
#alert_name2, #alert_email2, #alert_phone2, #alert_comments2 {
	position: absolute;
	bottom: -10px;
	background: #fff;
	color: red;
	padding: 3px;
	visibility: hidden;
	}
	
/* ------------------------ Overview ------------------------ */	

.benefits li {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
	height: 240px;
	overflow: hidden;
	}

.myths li {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
	overflow: auto;
	}
	
.myths em {
	color: #222;
	font-style: italic;
	}

.half {
	width: 326px;
	float: left;
	}
	
.third {
	width: 207px;
	float: left;
	}

.limargin {
	margin-right: 10px;
	}
	
.listing {
	width: 182px;
	float: left;
	}
	

/* ------------------------ News ------------------------ */

#news {
	width: 720px;
	margin: auto;
	}
	
#news p {
	margin-bottom: 10px;
	}

.newsitem {
	background: #fff;
	padding: 30px 50px;
	border: 4px solid #ededed;
	margin: 30px auto;
	}

.newsitem h2 {
	background: transparent;
	color: #006d8f;
	font-size: 16pt;
	font-weight: 700;
	text-align: left;
	margin-bottom: 20px;
	padding: 0;
	line-height: 20pt;
	}

.newsbody {
	font-size: 9pt;
	line-height: 14pt;
	}

.newsmeta {
	width: 100%;
	font-size: 8pt;
	color: #006d8f;
	line-height: 20px;
	padding: 3px;
	border-top: 1px solid #006d8f;
	margin-top: 30px;
	}
	
.newsbody li {
	list-style: disc;
	margin-left: 12px;
	margin-bottom: 8px;
	width: 80%;
	}
.newsbody ul {
	margin-bottom: 20px;
	}
	
/* ------------------------ Backgrounds ------------------------ */		
	
.tealbg {
	background: #006d8f !important;
	}
	
.greenbg {
	background: #8fa83e !important;
	}
	
.brownbg {
	background: #301f00 !important;
	}
	
.whitebg {
	background: #fff !important;
	}

/* ------------------------ <a> Links and Hover states ------------------------ */	

a:link { text-decoration: none; color: #222; }
a:visited { text-decoration: none; color: #222; }
a:hover { text-decoration: none; color: #999; }

#content a:link { margin: 0px 1px; padding: 2px 3px; text-decoration: none; color: #006d8f; background: #fff; }
#content a:visited { margin: 0px 1px; padding: 2px 3px; text-decoration: none; color: #006d8f; background: #fff; }
#content a:hover { margin: 0px 1px; padding: 2px 3px; text-decoration: none; color: #fff; background: #006d8f; }

.schoolmenu  a:link { padding: 5px; text-decoration: none; color: #222; }
.schoolmenu a:visited { padding: 5px; text-decoration: none; color: #222; }
.schoolmenu a:hover { padding: 5px; text-decoration: none; color: #fff; }

/* ------------------------ Headings ------------------------ */

h1 	{ 
	color: #000;
	padding: 3px 10px 3px 10px;
	font-size: 16pt;
	font-weight: 400;
	line-height: 20pt;
	letter-spacing: -0.01em;
	margin-bottom: 4px;
	text-align: center;
	}

.green {
	color: #fff;
	background: #8fa83e;
	}
	
.black {
	color: #fff;
	background: #000;
	}
	
.white {
	color: #8fa83e;
	background: #fff;
	}
	
.teal {
	color: #fff;
	background: #006d8f;
	}
	
h2 	{ 
	color: #8fa83e;
	background: #fff;
	padding: 3px 10px 3px 10px;
	font-size: 12pt;
	font-weight: 400;
	line-height: 16pt;
	letter-spacing: 0;
	margin-bottom: 4px;
	text-align: center;
	}
	
h2.normal {
	background: transparent;
	font-size: 14pt;
	color: #fff;
	line-height: 16px;
	padding: 0;
	font-weight: 700;
	text-align: left;
	}

.dark { 
	color: #222 !important;
	margin-bottom: 10px;
	}
		
.sub { font-size: 12pt !important; font-weight: 400 !important; margin: 20px 0px; line-height: 19pt; }

.hreset { background: transparent !important; text-align: left; margin: 0; padding: 0; margin-bottom: 10px; letter-spacing: 0; }
	
/* ------------------------ Top Navigation ------------------------ */
	
#nav {
	width: 850px;
	margin: auto;
	background: url('images/top.jpg') #fff;
	height: 162px;
	}
	
#logo {
	width: 285px;
	height: 87px;
	background: url('images/logo.png') transparent;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	top: 25px;
	left: 20px;
	}
	
#toptel {
	width: 197px;
	height: 40px;
	background: url('images/toptel.png') transparent;
	position: relative;
	float: right;
	top: 15px;
	left: -20px;
	}
/*
#nav-ul {
	width: 476px;
	position: relative;
	left: -20px;
	top: 30px;
	float: right;
	}
	
 .menu1, .menu2, .menu3, .menu4, .menu5, .menu6 , .menu7 
 .menu1-on , .menu2-on , .menu3-on , .menu4-on , .menu5-on , .menu6-on , .menu7-on {
	display: block;
 	float: left;
	background: url('images/nav.png') transparent;
	height: 59px;
	background-repeat: no-repeat;
	}

.menu1, .menu1-on {
	width: 71px;
	background-position: 0px 0px;
	}
	
.menu2, .menu2-on {
	width: 91px;
	background-position: -71px 0px;
	}
	
.menu3, .menu3-on {
	width: 90px;
	background-position: -162px 0px;
	}
	
.menu4, .menu4-on {
	width: 126px;
	background-position: -252px 0px;
	}		

.menu5, .menu5-on {
	width: 98px;
	background-position: -378px 0px;
	}

.menu6, .menu6-on {
	width: 98px;
	background-position: -478px 0px;
	}

.menu7, .menu7-on {
	width: 98px;
	background-position: -578px 0px;
	}
	
.menu1:hover, .menu1-on { background-position: 0px -63px; }
	
.menu2:hover, .menu2-on { background-position: -71px -63px;	}
	
.menu3:hover, .menu3-on{ background-position: -162px -63px; }
	
.menu4:hover, .menu4-on { background-position: -252px -63px; }		

.menu5:hover, .menu5-on { background-position: -378px -63px; }

.menu6:hover, .menu6-on { background-position: -478px -63px; }

.menu7:hover, .menu7-on { background-position: -578px -63px; }

*/

#nav-ul {
	float: right;
	width: 510px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top:30px;
}
ul#nav-ul {
	background-color:transparent;
	}
ul#nav-ul li {
	display: block;
	float: left;
	color:#000;
}
ul#nav-ul li a {
	background-color: #fff;
	color:#690;
	padding: 5px; 
	text-decoration:none;
	margin-right:5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}
ul#nav-ul li a:hover {
	background-color: #690;
	color:#fff;
	text-decoration:none;
	}
	
/* ------------------------ extra classes ------------------------ */

.hidden { display: none; }
.block { display: block; width: 100%; height: 100%; }
.bold { font-size: 12pt; font-weight: 700; }

.right { float: right; }
.left: { float: left; }

blockquote { font-style: italic; margin: 10px 0px; }

em { font-weight: 700; font-style: normal; }

ol { list-style: decimal !important; margin: 20px; }

li.overview { margin-bottom: 8px; font-size: 10pt; }

td { border-bottom: 1px dashed #ccc; padding: 3px 0px; }
th { border-bottom: 1px solid #999; margin-bottom: 10px }
