/* CSS Document */

p, th, h1, h2, h3, label, td, li, ol, ul, link, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A5360;
	margin-left: 5px;
	margin-right: 0px;
	padding: 0px 0px 2px 5px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	margin-top: 5px;
	padding-top:3px;
	padding-bottom: 0;
}
h2, td.header2 {
	padding-top:0;
	font-size: 18px;
	font-weight: bold;
}
td.header2 {
	width: 52%;
}
a {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
th, a, td {
	font-size:12px;
	font-weight: bold;
}

a span {
	display: none;
}

p span {
	font-weight: bold;
}
.phoneNo {
	font-size: 12px;
	font-weight: bold;
}
li {
	margin-left: 50px;
}
.clientComment {
	font-style: italic;
}
.weedPoints {
	padding-bottom: 10px;
}
.floatLeft {
	float: left;
	padding-left: 20px;
}
.floatRight {
	float: right;
	padding-left: 30px;
	padding-right: 0;
	clear: right;
	margin-bottom: 10px;
	border: none;
}
.recyclingImage {
	float: right;
	padding-left: 30px;
	padding-right: 0;
	margin-bottom: 10px;
}

/*** Menu Buttons ******/
#menuBar {
	width: 159px;
	background-color: #C2C8CF;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	float: left;
}

#menuBar a {
	display:block;	
}
#menuBar a:link {
	display:block;	
}


/* For accessibility this (dash) must appear (but not be displayed) between menu elements */
.dash {
	display: none;	
}

#home, #about, #services, #weedControl, #recycling, #clientFeedback, #contact {
	background-repeat:no-repeat;
	margin-left: 2px;
	width: 150px;
	height: 25px;
}
#home {
	background-image:url(Images/Buttons/home.gif);
}
#home:hover {
	background-image: url(Images/Buttons/homeRO.gif);
}
#about {
	background-image:url(Images/Buttons/about.gif);
}
#about:hover {
	background-image: url(Images/Buttons/aboutRO.gif);
}
#services {
	background-image:url(Images/Buttons/services.gif);
}
#services:hover {
	background-image: url(Images/Buttons/servicesRO.gif);
}
#weedControl {
	background-image:url(Images/Buttons/weedControl.gif);
	height: 50px;
}
#weedControl:hover {
	background-image: url(Images/Buttons/weedControlRO.gif);
}
#recycling {
	background-image:url(Images/Buttons/recycling.gif);
}
#recycling:hover {
	background-image: url(Images/Buttons/recyclingRO.gif);
}
#clientFeedback {
	background-image:url(Images/Buttons/clientFeedback.gif);
	height: 50px;
}
#clientFeedback:hover {
	background-image: url(Images/Buttons/clientFeedbackRO.gif);
}
#contact {
	background-image:url(Images/Buttons/contact.gif);
}
#contact:hover {
	background-image: url(Images/Buttons/contactRO.gif);
}
#sideBarImage {
	margin-top: 75px;
	margin-left: 20px;
}

/* head, body, footer */
#headerLeft {
	margin-right: 5px;
	margin-bottom: 5px;
}

#headerRight {
	margin-bottom: 5px;
}

body {
	width: 100%;
	position: relative;
	width: 802px;
	margin-left:auto;
	margin-right:auto;
	height: 500px;
}

/* End of head, body */
#bodyText {
	margin-bottom: 5px;
	background-color: #C2C8CF;
	width: 591px;
	margin-left: 208px;
	padding-top: 5px;
	min-height: 440px;
}

#sideBar {
	float: left;
	width: 40px;
	margin-top: 125px;
}

/* Bottom of the page */
#footer {
	clear: both;
	background-color: #C2C8CF;
}

#footerText {
	text-align: center;
}
.footerImageLeft {
	margin: 10px;
	margin-left: 40px;
	float: left;
}
.footerImageRight {
	margin: 10px;
	margin-right: 40px;
	float: right;
}
.footerLink {
	padding-left: 10px;
	padding-right:10px;
}
#ACWD {
	text-align: center;
	padding-bottom: 5px;
}

/* For the thanks page to ensure it fills the space */
#thanks {
	padding: 50px;
	padding-bottom: 234px;
}

