@charset "utf-8";

@import url("reset.css");
@import url("nav.css");
@import url("pageTemplates.css");

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Georgia, Serif;
	font-size: 14px;
	color: #666;  
	line-height: 1.5em;
	background: url(/images/bodybg.jpg) repeat-x;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 2em;
	color: #00a2b2;
	padding: 0;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
}

h2 {
	font-size: 1.17em;
	color: #666;
	margin: 0;
	padding: 0;
}

h2.ctaH2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.05em;
	font-weight: bold;
}

h2.whiteSifrH2 {
	font-size: 24px;
}

h1 + p, .paragraph1 {
	color: #00a2b2	
}

p {
	margin: 15px 0
}


a {
	text-decoration: none;
	color: #00a2b2
}

a:hover {
	text-decoration: underline;
}

strong {
	color: #00a2b2
}


.clear {
	line-height: 0.01em;
	height: 1px;
	clear: both;
}

a img {
	border: none;
}

td {
	font-size: 1em;
	vertical-align: top;
}

.form label {
	display: inline-block;
	width: 140px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.form input {
	margin: 0 0 10px 0;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #666;
	border: 2px solid #ccc;
	padding: 2px 5px;
}

.form .submit {
	margin-left: 140px;
	background: #fff;
	font-weight: bold;
	cursor: pointer
}

.styledLink {
	display: inline-block;
	height: 25px;
	background: url(/images/styledLinkBG.jpg) no-repeat top left;
	font-size: 0.9em;
}

	.styledLink b, .styledLink strong {
		display: block;
		height: 24px;
		margin: 0 0 0 20px;
		padding: 1px 25px 0 0;
		background: url(/images/styledLinkBG.jpg) no-repeat top right;
		font-weight: normal;
		cursor: pointer;
		color: #fff;
		position: relative;
	}
	
.styledLink:hover {
	text-decoration: none;
}

#wishList .styledLink {
	height: 38px;
	background: url(/images/largeStyledLinkBG.jpg) no-repeat top left;
	font-size: 1em;
	color: #02a1b2;
}

	#wishList .styledLink b, #wishList .styledLink strong {
		height: 31px;
		background: url(/images/largeStyledLinkBG.jpg) no-repeat top right;
		font-size: 1em;
		color: #02a1b2;
		padding: 7px 25px 0 0;
	}

#containerRep {
	width: 995px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/images/containerRep.jpg) top left;
}

#container {
	text-align: left;
	overflow: hidden;
	background: url(/images/containerBG.jpg) no-repeat;
	padding: 0 21px;
}

	#header {
		height: 190px;
		background: url(/images/headerBG.jpg) no-repeat;
		position: relative;
		z-index: 100;
	}
	
	.noFlash #header, .noFlashCTA #header {
		background: url(/images/headerBG-noflash.jpg) no-repeat;
	}
	
		#logo {
			float: left;
			margin: 46px 0 0 37px;
		}
		
		#phoneNumber {
			position: absolute;
			top: 86px;
			right: 18px;
			text-align: right;
			font-size: 0.79em;
			line-height: normal;
			color: #666;
		}
		
		#phoneNumber:hover {
			text-decoration: none;
		}
		
		#topControls {
			font-size: 0.79em;
			width: 450px;
			float: right;
			margin: 20px 20px 0 0;
		}
		
		* html #topControls {margin: 20px 10px 0 0}
		
			#topControls img {
				vertical-align: middle;
				margin: 0 8px 0 0;
				cursor: pointer;
			}
			
			#topControls a {	
				color: #666;
			}
			
			.topSearchInp {	
				border: 1px solid #ccc;
				font-size: 11px;
				font-family: "Trebuchet MS", Georgia, Serif;
				color: #666;
				padding: 4px 10px 3px 10px;
				width: 140px;
				height:16px;
			}
			
			.topSearchSub {
				margin: 0;
				padding: 0;
				width: 30px;
				height: 25px;
			}
			
			#topControls input {
				float: right;
			}
	
	#homeFlashBar {
		height: 342px;
		background: url(/images/flashBarBg.jpg) no-repeat;
	}
	
	
	#nav {
		width: 190px;
		float: left;
		margin: 0 49px 40px 0;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#contentWrap {
		background: url(/images/swooshBot.jpg) no-repeat 242px 0px;
		overflow: hidden;
		margin: 0;
	}
	
	.noFlash #contentWrap, .noFlashCTA #contentWrap {
		background: none;
	}
	
	.smallFlash #contentWrap {
		background: url(/images/smallFlashContainerBG.jpg) no-repeat;
	}
	
	/* <homepage> */
	
	#homeCTA, #sideNav {
		float: left;
		width: 240px;
		margin: 20px 20px 0 20px;
		background: url(/images/ctaBarBG-left.jpg) no-repeat #6EC8D3;
		min-height: 424px;
		padding: 0 0 20px 0;
		position: relative;
		z-index: 99;
	}
	
	#homeCTA {
		text-align: center;
	}
	
	.default #sideNav {
		min-height: 480px;
	}
	
	.smallFlash #sideNav {
		min-height: 680px;
	}
	
	.smallFlash #sideNav, .noFlashCTA #sideNav, .noFlash #sideNav, .noFlashCTA #furtherCTA, .noFlash #furtherCTA {
		margin-top: 0px
	}
	
	.noFlash #sideNav {
		min-height: 520px;
	}
	
	* html #homeCTA {
		height: 424px;
		margin: 20px 20px 0 10px;
	}
	
		#ctaBotImg {
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
	
	#homeContent {
		padding: 110px 0 50px 0;
		width: 650px;
		float: left;
	}
	
	
	
	/* </homepage> */
	
	/* <further pages> */	
		
	#furtherCTA, #overviewCTA {
		width: 185px;
		float: right;
		margin: 20px 20px 50px 20px;
		padding: 0 0 60px 0;
		background: url(/images/ctaBarBG-right.jpg) no-repeat #6EC8D3;
		min-height: 400px;
		position: relative;
	}
	
	#furtherCTA.ctaNoCut {
		background: url(/images/ctaBarBG-nocut.jpg) no-repeat #6EC8D3;
	}
	
		#furtherCTA h3 {
			margin: 0;
			font-size: 1em;
			color: #04539E
		}
		
		#furtherCTA p {
			margin: 0 0 10px 0;
		}
		
	#overviewCTA {
		padding: 0 0 40px 0;
		background: url(/images/overviewCTA.jpg) no-repeat left top #66C4D0;
		min-height: 145px;
		margin: 0 0 20px 20px;
	}

		#overviewCTA + h2 {
			width: 500px;
		}
	
		#ctaBot {
			position: absolute;
			left: 0;
			bottom: 0;
		}
	
	* html div#sideNav {margin-left: 10px;}
	* html #furtherCTA {margin-right: 10px;}
	
	.smallFlash #furtherCTA {
		margin-right: 0;
	}
	
		.ctaDiv {
			padding: 10px 20px;
			border-top: 1px solid #fff;
		}
		
		.ctaDiv .styledLink {
			background: url(/images/styledLinkBG-cta.jpg) no-repeat top left;
		}
		
		.ctaDiv .styledLink b, .ctaDiv .styledLink strong {		
			background: url(/images/styledLinkBG-cta.jpg) no-repeat top right;
		}
		
			.ctaDiv img {
				max-width: 145px;
			}
			
			* html .ctaDiv img {width: 145px;}
			* html .ctaDiv h1 {width: 145px;}
			* html .ctaDiv h2 {width: 145px;}
			* html .ctaDiv h3 {width: 145px;}

	
	#furtherContent {
		width: 500px;
		float: left;
		padding: 110px 0 40px 0;
	}
	
		#furtherContent ul {
			margin: 15px 0;
			padding: 0;
			list-style: none;
		}
		
		#furtherContent li {
			padding: 0 0 0 10px;
			background: url(/images/blueArrow.gif) no-repeat 0px 7px;
		}
		
			#furtherContent li ul {
				padding: 0 0 0 20px;
				margin: 0;
				font-size: 0.93em
			}
			
			#furtherContent li li {
				background: url(/images/greyArrow.gif) no-repeat 0px 7px;
			}
	
	.smallFlash #furtherContent {
		width: 705px;
		padding: 0 0 40px 0;
	}
	
		#smallFlashBar {
			height: 210px;
			background: url(/images/smallFlashBG.jpg) no-repeat;
		}
		
		#smallFlashText {
			width: 500px;
			float: left;
		}
	
		#breadcrumb {
			font-size: 0.8em;
			margin: 0 0 10px 0;
		}
		
		.smallFlash #breadcrumb {
			margin: 10px 0;
		}
		
			#breadcrumb a {
				color: #666;
			}
	
	.noCTA #furtherContent, .noFlashCTA #furtherContent {
		width: 705px;
		padding: 110px 0 50px 0;
		position: relative;
	}
	
	.noFlash #furtherContent, .noFlashCTA #furtherContent  {
		padding-top: 0px;
	}
	
	#wishList {
		text-align: right;
	}
	
	/* </further pages> */
	
	#footer {
		margin: 50px 0 0 0;
		padding: 0 0 20px 80px;
		position: relative;
		background: url(/images/footerBG.jpg) repeat-x bottom left;
		display: inline-block;
		width: 873px;
		clear: both;
	}
	
		#footerSwoosh {
			width: 995px;
			height: 101px;
			background: url(/images/footerSwoosh.png);
			position: absolute;
			top: -116px;
			left: -21px;
			display: block;
		}
	
		#footer a {	
			color: #333;
		}
	
		#footer ul {
			float: left;
			margin: 0;
			margin-bottom: 20px;
			padding: 0;
			list-style: none;
			width: 250px;
		}
		
		#footer ul#firstUl {
			margin: 0 60px 40px 0;
		}

		#footer ul.lastUl {
			margin: 0 0 40px 60px;
			width: 230px
		}
		
		#footer li {	
			color: #00a2b2;
		}
		
		#footer li:first-child {
			margin: 0 0 10px 0;
		}
			
			#footer li a {
				display: block;
				padding: 0 0 0 15px;
				background: url(/images/blueArrow.gif) no-repeat 0px 7px;
				font-size: 0.79em;
			}
		
		#footer p {
			clear: both;
			font-size: 0.79em;
			color: #333;
			text-align: center;
			margin-left: -80px
		}

	/* NEWS ARCHIVE PAGE */

#archiveYearButtons {
	width: 100%;
	float: left;
	height: 30px;
	background: #d0d0d0;
}

	#archiveYearButtons a {
		height: 26px;
		width: 8.3%;
		display: inline-block;
		float: left;
		text-align: center;
		padding-top: 4px;
	}

	#archiveYearButtons a:hover {
		text-decoration: none;
		background: #eee;
	}
	
	#archiveYearButtons a.directorySubmitSelected {
		background: #eee;
	}

#archiveMonthButtons {
	width: 100%;
	float: left;
	height: 30px;
	background: #eee;
	margin-bottom: 20px;
}

	#archiveMonthButtons a {
		height: 26px;
		width: 8.3%;
		display: inline-block;
		float: left;
		text-align: center;
		padding-top: 4px;
		color: #666;
		font-size: 10px;
	}
	
	.ie #archiveMonthButtons a {
		width: 8.27%;
	}
	
	#archiveMonthButtons a.directorySubmitSelected {
		color: #e31b24;
		font-size: 12px;
		text-transform: uppercase;
	}

	#archiveMonthButtons a:hover {
		text-decoration: none;
		background: #e0e0e0;
	}

.newsList {
	width: 100%;
	padding: 0 0 40px 0;
}

.newsRepeater {
	border-bottom: 1px solid #cdcdcd;
}
	
.newsListImage {
	float: right;
	margin-bottom: 10px;
}

.readMoreBtn {
	margin-top: 10px;
	display: block;
}

/* NEWS ARTICLE PAGE */

.newsBackLinkTop {
	float: right;
}

/* ENQUIRY PAGE */
#contactForm {
	width: 490px;
	border-bottom: 7px solid #f6f6f6;
}

	#contactForm label {
		display: inline-block;
		width: 125px;
		vertical-align: top
	}
	
	#contactForm .buttoninput {
		color: #fff;
		background: #676767;
		border: none;
		font-size: 12px;
		font-weight: bold;
		padding: 5px;
		vertical-align: middle;
		margin: 0 10px 5px 0;
		font-family: Tahoma, Helvetica, sans-serif
	}


	.contactSpacer1, .contactSpacer2 {
		padding: 10px;
	}
	
	.contactSpacer1 {
		background: #f6f6f6;
	}
	
	.contactTextInput {
		width: 141px;
		height: 15px;
		/*background: url(../images/inputBG.jpg) top right;*/
		border: 1px solid #ccc;
		color: #666;
		font-size: 0.79em;
		padding: 4px 5px;
	}
	
	.contactTextInputError {
		width: 141px;
		height: 15px;
		/*background-image: url(../images/inputBG-active.jpg) top right;*/
		border: 1px solid #d43434;
		color: #666;
		font-size: 0.79em;
		padding: 4px 5px;
	}
	
	.contactTextarea {
		width: 218px;
		height: 71px;
		/*background: url(../images/textarea-BG.jpg) bottom left;*/
		border: 1px solid #ccc;
		color: #666;
		font-size: 0.79em;
		padding: 4px 5px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.contactTextareaError {
		width: 218px;
		height: 71px;
		/*background: url(../images/textarea-BG-active.jpg) bottom left;*/
		border: 1px solid #d43434;
		color: #666;
		font-size: 0.79em;
		padding: 4px 5px;
		font-family: Arial, Helvetica, sans-serif;
	}


/* callback cta */

.callBackPanel {
	position: relative;
}

.callBackPanel h2 {
	float: left;
}

.callBackPanel .ctaCallback {
	border: none;
	background: #fff;
	font-size: 11px;
	font-family: "Trebuchet MS", Georgia, Serif;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	width: 90px;
}

.callBackPanel .submitField {
	position: absolute;
	right: 0px;
	bottom: 11px;
}

/* pest a-z */

.pestList {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.pestList li {
	float: left;
	width: 7.5%;
	margin: 0 1px 1px 0;
}

.pestList li a {
	text-align: center;
	display: block;
	background: #F0F8FA;
	padding: 5px 0;
}

.pestList li a.alternate {
	background: #E2F4F6
}

.pestList li a:hover {
	background: #eee;
	text-decoration: none;
}

.pestResults {
	padding: 20px;
	background: #f9f9f9;
	width: 75%;
	margin: 0 0 10px 0;
	border-width: 1px;
	border-style: solid;
	border-color:#d9d9d9 #ccc #ccc #d9d9d9
}

	.pestResults .styledLink {
		float: right;
	}
	
.pestH2 {
	margin-bottom: 0;
}

.pestH2 + p {
	margin-top: 0;
}

/* search results */

.searchResult {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
}

	.searchResult h3 {
		margin-bottom: 10px;
	}

	
/* user created forms*/


#formTemplate label {
	color: #00A2B2;
	font-weight: bold;
	display: block;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin:10px 0;
}

#formTemplate input[type="text"] {
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:11px;
	height:15px;
	padding:4px 5px;
	width:141px;
}

#formTemplate input[type="submit"] {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #6cc9d3 #006670 #00444b #36b6c2;
	color: #666;
	font-size: 11px;
	padding: 4px 15px;
	cursor: pointer;
}