﻿@import url('style.css');

body { background: #8ca818 url('../images/homepageBG.jpg') top left repeat-x; }

#prodList ul li:hover, #prodList ul li.prodAssoc { background-color: #8ca818; }

ul#productLinks li a:hover, dl.formInsert dt a:hover, #prodList span 
{ color: #8ca818; }

.jScrollPaneTrack, input, textarea, select { background: #c4df52; }

.wastetip, ul#siteTips li dl dt.willopen a.wastetip { color: #c4df52; }

#siteContent dl.formInsert dt.willopen a, #siteContent dl.formInsert dd.additionalInfo ul li a {
	text-decoration: none; }

#siteContent dl.formInsert dt.willopen a:hover, #siteContent dl.formInsert dd.additionalInfo ul li a:hover {
	background: #FFF; color: #c4df52; }

input, textarea, select { color: #666; }

/*** homepage waste/energy/packaging buttons ***/

#siteContent h4 ul li {
	display: block;
	float: left;
	margin-right: 0em;
}

#siteContent h4 ul li a {
     display: block;
     height: 2.7em;
		 cursor: pointer;
}

#siteContent h4 ul li a.homeBtnWaste {
	width: 10.4em;
	background: url('../images/homeBtnWasteON-trans.png') top left no-repeat;
	display: block;
     height: 2.7em;
}

#siteContent h4 ul li a.homeBtnWaste:hover {
	background: url('../images/homeBtnWaste-trans.png') top left no-repeat;
	
}

#siteContent h4 ul li a.homeBtnEnergy {
	width: 10.6em;
	background: url('../images/homeBtnEnergyON-trans.png') top left no-repeat;
	display: block;
     height: 2.7em;
}

#siteContent h4 ul li a.homeBtnEnergy:hover {
	background: url('../images/homeBtnEnergy-trans.png') top left no-repeat;
}

#siteContent h4 ul li a.homeBtnPackaging {
	width: 12.5em;
	background: url('../images/homeBtnPackagingON-trans.png') top left no-repeat;
	display: block;
     height: 2.7em;
}

#siteContent h4 ul li a.homeBtnPackaging:hover {
	background: url('../images/homeBtnPackaging-trans.png') top left no-repeat;
}

#siteContent h4 ul li a span { 
	display: none;
}

p a {
	color: #FFF;
}

h4 { overflow: auto;  margin-bottom: 15px; }

h4 p {
	margin-bottom: 5px; 
}

