@import url('reset.css');

@import url('style.css');


body { background: #8CA91B url('../images/homepageBG.jpg') top left repeat-x; }

#prodList ul li:hover, #prodList ul li.prodAssoc { background-color: #8CA91B; }

#siteContent ul#productLinks li a:hover, ul#productLinks li a:hover, dl.formInsert dt a:hover, #prodList span {
	color: #8CA91B;
}

.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; }

#siteContent #introCopy .listofEvents p.eventTitle {
	font-size: 15px;
}

p.eventTitle, p.eventDate { 
	font-weight: bold;
}

p.eventDesc, p.eventLoc {
	margin-bottom: 1em;
}

p.eventLink {
	margin-bottom: 3em;
}

#siteContent div#introCopy div.listofEvents p.eventLink a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}

#siteContent div#introCopy div.listofEvents p.eventLink a:hover {
	text-decoration: underline;
}

p.eventDate span.unboldThis {
	font-weight: normal;
}


dl.formInsert dd.additionalInfo ul li.fixIt {
	font-size: 12px;
	font-weight: bold;
}

#siteContent h3 {
	margin-bottom: 1.5em;
}

a.jScrollArrowDown {
	background-image: url('../images/scrollbarDown.gif');
}

a.jScrollArrowUp {
	background-image: url('../images/scrollbarUp.gif');
}