@charset "utf-8";

@import url("nav.css");


html, body {
	height: 100%;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #666;  
	background: #eae7e0;
	line-height: 1.5em;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 32px;
	color: #333;
	line-height: normal;
	padding: 0;
	margin: 0 0 5px 0;
	overflow: hidden;
}

h2 {
	font-size: 20px;
	color: #f28425;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #1bbcd9
}

strong, b {
	color: #f28425;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

td {
	font-size: 1em;
}

#container, #footer {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 0 18px 0 17px;
	background: #fff;
}

#container {
	border: 1px solid #d4d4d4;
	border-top: none;
}

	#header {
		height: 197px;
		position: relative;
		margin: 0 0 15px 0;
	}
		#logoHolder {
			float: left;
			width: 380px;
			border-top: 4px solid #565656;
			padding: 26px 0 0 0;
		}
	
			#logo {
				display: block;
				width: 210px;
				height: 88px;
				text-indent: -10001px;
				background: url(/images/logo.jpg);
			}
	
		#topLinks {
			width: 530px;
			float: right;
			border-top: 4px solid #f28425;
			padding: 20px 20px 0 0;
			text-align: right;
		}
		
			#topLinks a {
				color: #666;
			}
			
		#phoneNum, #siteSearch {
			float: right;
			clear: right;
			margin: 20px 0 0 0;
		}
		
		#siteSearch {
			width: 280px;
			margin: 20px 0;
		}
		
			#siteSearch input, #siteSearch label {
				float: left;
			}
		
			.searchText {
				color: #333;
				font-size: 10px;
				font-family: Arial, Helvetica, sans-serif;
				padding: 2px 5px;
				width: 150px;
				height: 19px;
				background: url(/images/searchTextBG.jpg);
				border: none;
				margin: 0 10px;
			}
	
		#nav {
			margin: 0;
			padding: 0;
			list-style: none;
			height: 44px;
			clear: both;
		}
		
	#left {
		width: 780px;
		margin-right: 20px;
		float: left;
		position: relative;
	}
	
		.homeBox {
			height: 130px;
			width: 330px;
			float: left;
			color: #fff;
			padding: 170px 0 0 50px;
			position: relative;
			margin: 0 0 15px 0;
		}
		
			.homeBox h2 {
				color: #fff;
				margin: 0;
			}
			
			.homeBox p {
				width: 195px;
			}
			
			.homeBox a {
				position: absolute;
				bottom: 30px;
				right: 20px;
				font-size: 14px;
				font-weight: bold;
				color: #fff;
				border-bottom: 1px dotted #fff;
				text-transform: uppercase;
			}
			
			.homeBox a:hover {
				text-decoration: none;
			}
			
		
		#homeBoxLeft {
			margin-right: 20px;
			background: url(/images/homeBoxLeft.jpg);
		}
		
		#homeBoxRight {
			background: url(/images/homeBoxRight.jpg);
		}
		
		#homeStrap {
			margin: 0 0 26px 0;
			padding: 0 0 0 33px;
			background: url(/images/strapArrow.jpg) no-repeat left top;
			clear: both;
		}
			
			a#strapLink {
				display: inline-block;
				font-size: 14px;
				font-weight: bold;
				text-transform: uppercase;
				border-bottom: 1px dotted #1bbcd9;
				margin-right: 20px;
			}
			
			#homeStrap span {
				margin-right: 20px;
				display: inline-block;
			}
			
			#homeStrap img {
				vertical-align: middle;
			}
		
		#homeContent, #furtherContent {
			padding: 33px 33px 0 33px;
			background: url(/images/homeContentBG.jpg) no-repeat;
			min-height: 250px;
			font-size: 14px;
			line-height: 1.8em;
		}
		
			#furtherContent ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
				#furtherContent ul li {
					background:url(/images/orangeArrow.jpg) no-repeat 0 7px;
					padding: 0 0 0 10px;
					margin: 0 0 0 15px;
				}
		
		#furtherNav {
			width: 178px;
			background: url(/images/furtherNavCorner.jpg) right top no-repeat #eae7e0;
			top: 15px;
			left: -18px;
			position: absolute;
			height: 100%;
		}
		
			#furtherNav ul {
				margin: 10px 6px 0 17px;
				padding: 0 0 20px 0;
				border-bottom: 3px solid #cdcabb;
				margin-bottom: 30px;
				list-style: none;
			}
						
			#furtherNav a {
				color: #666;
				display: block;
				height: 19px;
				margin: 0 0 10px 0;
				padding: 0 0 0 13px;
			}
			
			#furtherNav a:hover, #furtherNav .NavSelected1 a {
				background: url(/images/navArrow.jpg) right top no-repeat #f28425;
				color: #fff;
				text-decoration: none;
			}
			
			#furtherNav .Level2 a {
				background: #fff;
				margin: 0 0 1px 0;
				font-size: 10px;
			}
			
			#furtherNav .Level2 a:hover, #furtherNav .NavSelected2 a {
				color: #1BBCD9;
			}
		
		#furtherContent {
			margin-top: 15px;
			background: none;
			float: right;
			width: 577px;
			padding: 20px 0;
			font-size: 12px;
		}
		
			#homeContent h1 {
				font-size: 20px;
			}
		
		#homeBotBar {
			background: url(/images/homeBotBarBG.jpg) no-repeat;
			height: 28px;
			margin: 0 0 26px 20px;
			padding: 10px 20px 0 20px;
			width: 697px;
			clear: both;
		}
		
			#homeBotBar a {
				float: right;
				font-weight: bold;
			}
	
	#right {
		width: 140px;
		float: right;
	}
	
		#right img {
			width: 140px;
		}
		
		#right .ctaLink {	
			display: block;
			margin: 0 0 10px 0;
		}
	
	

#footerWrap {
	background: #272727;
	clear: both;
	height: 265px;
}

	#footer {
		height: 230px;
		padding: 35px 0 0 20px;
		background: none;
		color: #999;
		font-size: 11px;
	}
	
		#footer ul {
			margin: 0 0 30px 0;
			padding: 0 0 0 40px;
			list-style: none;
			float: left;
			width: 135px;
			border-right: 1px dotted #999;
			height: 140px;
			line-height: 1.8em;
		}
		
		#footer ul:first-child {
			padding: 0;
			width: 175px;
		}
		
		#footer ul#last-child {
			width: 175px;
			border: none;
			line-height: 1.5em;
		}
		
		#footer li:first-child {
			color: #fff;
			margin: 0 0 20px 0;
			font-weight: bold;
		}
		
		#footer a {
			color: #999;
		}
		
		#footer p {
			clear: both;
			font-size: 10px;
			color: #666;
			float: left;
			width: 100%;
			text-align: center;
		}
		
		#footer span {
			display: block;
			float: left;
			width: 140px;
			margin: 37px 0 0 0;
		}
		
			#footer span a {
				color: #1bbcd9;
			}

	/* 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: #F98424;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
	}

	#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: 11px;
		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: 11px;
		padding: 4px 5px;
	}
	
	.contactTextarea {
		width: 218px;
		height: 71px;
		/*background: url(../images/textarea-BG.jpg) bottom left;*/
		border: 1px solid #ccc;
		color: #666;
		font-size: 11px;
		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: 11px;
		padding: 4px 5px;
		font-family: Arial, Helvetica, sans-serif;
	}
/* search results */

.searchResult {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
}

	.searchResult h3 {
		margin-bottom: 10px;
	}
