/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	23/07/07
------------------------------------------------*/

/* HTML TAGS */

body {
	color: #262626;
	background:#FFF url(../images/green/tile_page.gif) top no-repeat;
}

a {
	color: #2F7D49;
}

a:hover {
	color: black;
}

/* REMOVE HOVER/LINK STYLES FOR CURRENT LINK */

#primaryNavigation .current, #secondaryNavigation .current, #footer .current, #primaryNavigation .current:hover, #secondaryNavigation .current:hover, #footer .current:hover {
	color: #2F7D49;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	color: #2F7D49;
}

/* CLASSES */

.image img {
	border:1px solid #2F7D49;
}

/* LOGO */

#logo {
	border-right: 1px solid #CBDED1;
}

#logo a {
	display: block;
	width: 233px;
	margin-top: 0.9em;
	height: 61px;
	background: url('../images/green/logo.gif') no-repeat;
}

/* HEADER */

#header .tel {
	background: url('../images/green/telephone.gif') no-repeat;
}

/* NAVIGATION */

#primaryNavigation li {
	color: #c2cde2;
}

#nav-ancillary {
	background-color: #EAF2EC;
	border-right: 1px solid #CBDED1;
	border-left: 1px solid #CBDED1;
}

/* BODY CONTENT */

#body-main {
	border-right: 1px solid #CBDED1;
	border-left: 1px solid #CBDED1;
	background-color: #EAF2EC;
}

#body-main .inner {
	border-right: 1px solid #CBDED1;
}

#secondary #body-main .inner {
	border-right:0;
}

#body-main .inner ul li {
	background:url(../images/green/bullet.gif) no-repeat 0 0.5em;
}

/* FOOTER */

#footer {
	border-top: 1px solid #CBDED1;
}

#footer-main, #btt, #end {
	border-left: 1px solid #CBDED1;
}

#btt {
	color: #90a6cd;
	background-color: #E0ECE4;
}

/*IDENTIFY YOUR PEST*/

.pest, .pestend {
	width:108px;
	padding:4px;
	margin-bottom:7px;
	color:#2F7D49;
	display:block;
	text-decoration:none;
	border:1px solid #C3C3C3;
	border-right:1px solid #989898;
	border-bottom:1px solid #989898;
	margin-right:7px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
	height:116px;
}

.pest br, .pestend br {
	margin-bottom:4px;
}	

.pest img, .pestend img {
	margin-bottom:5px;
	display:block;
}	

.pestend {
	margin-right:0px;
	clear:right;
}

.pest:hover, .pestend:hover {
	text-decoration:none;
	color:#2F7D49;
	background-color:#D5E5DB;
	border:1px solid #97BEA4;
	border-right:1px solid #2F7D49;
	border-bottom:1px solid #2F7D49;
}

.compactpest {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.latin {
	font-style:italic;
	font-size:0.9em;
	color:#666;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#bodycontentpests {
	padding-top:1em;
}

/* ACCORDIAN */

#accordion {
	height:400px;	
}

.toggler, .toggleron {
	display:block;
	background-color:#E0ECE4;
	border:1px solid #97BEA4;
	border-bottom:1px solid #2F7D49;
	border-right:1px solid #2F7D49;
	padding:0.25em 0.5em;
	color:#000;
	text-decoration:none;
	font-size:1em;
	margin:0 !important;
	font-weight:normal;
	cursor:pointer;
}

.toggler:hover, .toggleron {
	text-decoration:none;
	background-color:#D5E5DB !important;
}

.element {
	margin-top:7px;
	color:#666;
}