body {
	background-color: #00703a;
	color: #fff;
	background-image: url('/i/top-bar.png');
	background-position: 0 45px;
	background-repeat: repeat-x;
	font-family: arial, verdana, sans-serif;
	}
	
#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	}
	
*.hide {
	display: none !important;
	}
	
/*	header
--------------------------------------------------*/
#header {
	position: relative;
	height: 135px;
	}
	
a#logo {
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	width: 189px;
	height: 100px;
	}
	
	a#logo img {
		display: block;
		}
		
#slogan {
	position: absolute;
	top: 45px;
	left: 210px;
	display: block;
	width: 378px;
	height: 34px;
	}
	
/*	three-boxes
--------------------------------------------------*/
#three-boxes {
	position: relative;
	height: 250px;
	}
	
.box {
	position: absolute;
	top: 0;
	width: 300px;
	height: 220px;
	background-color: #fad824;
	color: #000;
	background-image: url('/i/rounded-box-bottom.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
	}
	
	.box h2 {
		position: absolute;
		display: block;
		width: 300px;
		padding: 20px 0 0 0;
		top: 0;
		right: 0;
		background-image: url('/i/rounded-box-top.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		}
		
	.box p {
		position: absolute;
		width: 260px;
		padding: 0 20px;
		top: 58px;
		right: 0;
		text-align: center;
		font-size: 13px;
		line-height: 18px;
		background-color: inherit;
		color: #003824;
		}
		
	.box h2 a {
		display: block;
		height: 22px;
		margin: 0 auto;
		background-position: 0 0;
		background-repeat: no-repeat;
		}
	
#who-we-are {
	left: 20px;
	}
	
	#who-we-are h2 a {
		background-image: url('/i/who-we-are.png');
		}
	
#what-we-do {
	left: 340px;
	}
	
	#what-we-do h2 a {
		background-image: url('/i/what-we-do.png');
		}
	
#our-policies {
	right: 20px;
	}
	
	#our-policies h2 a {
		background-image: url('/i/our-policies.png');
		}
		
a.read-more {
	position: absolute;
	bottom: 20px;
	left: 87px;
	display: block;
	width: 129px;
	height: 31px;
	background-image: url('/i/read-more.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
a.read-more:hover {
	background-position: 0 -31px;
	}
	
	
/*	bottom-bar-wrapper
--------------------------------------------------*/
#dark-bar {
	background-color: #005f31;
	color: #000;
	padding: 25px 0;
	}
	
#dark-bar-wrapper {
	position: relative;
	height: 208px;
	width: 980px;
	margin: 0 auto;
	}
	
.box-dark {
	position: absolute;
	top: 0;
	}
	
	.box-dark h3 {
		margin: 20px 0 0 0;
		}
	
	.box-dark p {
		background-color: inherit;
		color: #b0aa26;
		font-size: 13px;
		line-height: 20px; 
		margin: 20px 0;
		}
		
		.box-dark p a {
			background-color: inherit;
			color: #b0aa26;
			}
			
		.box-dark p a:hover {
			background-color: #fad824;
			color: #013c2a;
			text-decoration: none;
			}
	
#dark-left {
	left: 10px;
	width: 300px;
	text-align: right;
	}

#flash-container {
	width: 308px;
	height: 208px;
	left: 336px;
	}
	
#dark-right {
	right: 10px;
	width: 300px;
	}
	
a#quick-contact {
	display: block;
	width: 129px;
	height: 31px;
	background-image: url('/i/quick-contact.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
a#quick-contact:hover {
	background-position: 0 -31px;
	}
	
#footer {
	width: 900px;
	margin: 0 auto;
	background-color: inherit;
	color: #00281c;
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	}