/* MBR Environmental Main Style Sheet created by 2Creative */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6em;
	color: #666;
	background: #FFF url(images/bg-strip.jpg) repeat-x left top;
}
h1, h2 {
	font-size: 200%;
	font-weight: normal;
	color: #2B8F91;
	margin: 0 0 20px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 15px;
}
p { 
	padding-bottom: 20px;
}
img {
	border: none;
}
strong {
	color: #2B8F91;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#wrapper {
	width: 927px;
	margin: 0 auto;
	padding: 0;
}
#header {
	height: 200px;
	background: url(images/header.jpg) no-repeat top left;
}
#leftColumn {
	float: left;
	width: 205px;
}	
	#logo {
		width: 205px;
		height: 101px;
		position: absolute;
		top: 121px;
		background: url(images/logo.jpg) no-repeat top left;
	}
#rightColumn {
	float: right;
	width: 710px;
}		
	#menu {
		margin-top: 0;
		margin-left: 16px;
		font-size: 12px;
		width: 710px;
	}
		#menu ul {
			list-style: none;
		}
		#menu li {
			float: left;
		}	
		#menu a {
			display: block;
			width: 134px;
			height: 22px;
			margin-right: 2px;
			line-height: 2em;
			background: url(images/nav-btn.gif) no-repeat left top;
			text-decoration: none;
			text-align: center;
			color: #2B8F91;
		}		
		#menu a:hover {
			background: url(images/nav-btn-over.gif) no-repeat left top;
		}
		#menu a#thispage {
			background: url(images/nav-btn-over.gif) no-repeat left top;
		}
	
		#mainContent {
			background: url(images/body-bg.jpg) no-repeat left top;
			padding: 0 0 37px 55px;
		}
			
			#flashBanner {
				width: 606px;
				height: 138px;
				margin-top: 32px;
				margin-bottom: 33px;
			}
				
			#home-image-wrapper {
				padding-top: 32px;
				padding-bottom: 33px;
			}
			#home-image-left {
				float: left;
				width: 195px;	
				margin-right: 10px;		
			}
			#home-image-middle {
				float: left;
				width: 195px;	
				margin-right: 10px;	
			}
			#home-image-right {
				float: left;
				width: 195px;
			}
			
			#mainContent ul {
				list-style: square;
				margin-left: 15px;				
			}			
				#pageLinks ul {
					margin-bottom: 30px;
				}
				
			#service-image-wrapper {
				float: left;
				width: 250px;
				margin-right: 15px;
			}
			#service-text-wrapper {
				float: left;
				width: 340px;
			}
			
			#about-image-wrapper {
				float: left;
				width: 250px;
				margin-right: 25px;
			}
			#about-text-wrapper {
				float: left;
				width: 330px;
			}
				
		#footerLinks {
			background: url(images/footer.jpg) no-repeat top left;
			padding: 10px 0 0 55px;
		}
			#footerLinks p {		
				font-size: 95%;	
				padding: 0;
				margin: 0;
			}
			#footerLinks p.extra {		
				font-size: 100%;	
				padding: 5px 0 0;
				margin: 0;
				text-align: center;
			}
	
#footer {
	height: 100px;
	background: url(images/footer-tile.jpg) repeat-x left bottom;
}	

.topHeading {
	padding-top: 32px;
}

.project {
	margin-bottom: 20px;
	padding-right: 40px;
}
	.project h2 {
		margin-bottom: 10px;
	}
	.project-image {
		float: left;
		width: 250px;
	}
	.project-text {
		float: right;
		width: 340px;
	}

	
/* MISC */	
.clearFloat {
	clear: both;
}
.notice {
	font-style: italic;
	font-size: 95%;
}
.warning {
	color: #FF0000;
	font-weight: bold;	
}
.green {
	color: #2B8F91;
}
.greenLink {
	color: #2B8F91;
}


/* ----- form ----- */
#contactForm {
	padding: 0 0 20px;
}
#contactForm label {
	float: left;
	width: 120px;
	display: block;
	text-align: left;	
	padding-right: 20px;
	padding-bottom: 10px;
}
#contactForm input, #contactForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	float: left;
	width: 300px;
	display: block;		
	border: 1px solid #CCC;
	padding: 2px;
}
#contactForm .submitButton {
	border: #2B8F91;
	background: #2B8F91;;
	width: 100px;
	height: 2em;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}
#contactForm .wideLabel {
	width: 280px;
	padding-right: 10px;
	border: none;
}
#contactForm .smallInputBox {
	width: 50px;
}
#contactForm br {
	clear: left;
}
#contactForm p {
	padding: 10px 0;
}
.hidden {
	visibility: collapse;
}
