/* CSS Document */

body {
	margin:0px;
	background:url(../images/trees.gif) bottom center repeat-x #333300;
	background-attachment:fixed;
	}
	
div#wrapper {
	margin:auto;
	width:900px;
	height:auto;
	}
	
div#navContainer {
	width:100%;
	height:auto;
	margin-top:0px;
	}
	
div#leftCol {
	float:left;
	width:300px;
	height:auto;
	}
	
div#rightCol {
	float:left;
	width:575px;
	height:auto;
	margin-left:21px;
	}
	
img {
	border:0px;
	}
	
.navList {
	list-style:none;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	padding-left:0px;
	}
	
.navList li {
	display:inline;
	margin-right:58px;
	}
	
.mission {
	font-family:"Trebuchet MS", Verdana, "Times New Roman";
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:7px;
	}
	
div#logo {
	width:153px;
	height:117px;
	padding:5px;
	}
	
div#contactDetails {
	width:232px;
	height:auto;
	background:#003300;
	border:1px solid #009933;
	padding:0px;
	margin-bottom:15px;
	}
	
div#contactDetails ul {
	margin-left:0px;
	padding-left:5px;
	margin-top:5px;
	}

div#contactDetails li {
	color:#FFFFFF;
	padding-left:30px;
	list-style:none;
	margin-left:0px;
	margin-bottom:4px;
	}
	
div#contactDetails a {
	color:#FFFFFF;
	}
	
.phone {
	background:url(../images/phone.gif) left center no-repeat;
	}
	
.email {
	background:url(../images/email.gif) left center no-repeat;
	}
	
.house {
	background:url(../images/house.gif) top left no-repeat;
	}
	
.strong {
	font-weight:bold;
	}
	
p {
	font-family:"Century Gothic", Verdana, "Trebuchet MS";
	font-size:0.9em;
	color:#000000;
	}
	
h1 {
	font-family:"Trebuchet MS", Verdana, "Times New Roman";
	color:#FFFFFF;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:7px;
	}
	
h2 {
	font-family:"Trebuchet MS", Verdana, "Times New Roman";
	color:#000000;
	font-size:1.2em; !important
	font-weight:bold;
	margin-top:0px;
	padding-top:5px;
	margin-bottom:7px;
	}
	
h3 {
	font-family:"Trebuchet MS", Verdana, "Times New Roman";
	color:#000000;
	font-size:1em; !important
	font-weight:bold;
	margin-top:0px;
	padding-top:5px;
	margin-bottom:7px;
	}
	
h4 {
	font-family:"Trebuchet MS", Verdana, "Times New Roman";
	color:#000000;
	font-size:0.9em; !important
	font-weight:bold;
	margin-top:0px;
	padding-top:5px;
	margin-bottom:7px;
	}
	
a {
	color:#009933;
	}
	
div#text {
	background: url(../images/text-bg.gif) repeat-x top left #ffffff;
	border:3px solid #339933;
	margin-top:4px;
	padding-top:10px;
	padding-left:3px;
	padding-right:2px;
	}
	
div#text p {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:2px;
	}
	
.firstP {
	margin-top:3px;
	padding-top:0px;
	}
	
li {
	font-family:"Century Gothic", Verdana, "Trebuchet MS";
	font-size:0.9em;
	color:#000000;
	list-style-type:square;
	}
	
.projectTitle {
	color:#009933;
	}
	
div#linksBox {
	width:auto;
	height:100px;
	border:1px dashed #339933;
	float:right;
	margin:5px;
	background:#99FFCC;
	}
	
div#linksBox h2 {
	display:block;
	background:#006633;
	border-bottom:#FFFFFF 1px solid;
	text-align:center;
	font-size:1em;
	color:#FFFFFF;
	}
	
div#linksBox ul {
	margin-left:0px;
	padding-left:10px;
	padding-right:10px;
	}
	
div#linksBox ul li {
	list-style:none;
	margin-bottom:3px;
	}
	
div#linksBox a {
	color:#006633;
	}
	
.projectImg {
	float:left;
	margin-right:3px;
	}
	
.projectBox {
	width:100%;
	height:auto;
	}
	
.projectText {
	width:auto;
	height:auto;
	}
	
.clear {
	clear:both;
	}
	
.returnHome {
	margin-bottom:0px;
	margin-top:2px;
	}
	
.caption {
	font-family:"Century Gothic", "Trebuchet MS", Tahoma;
	font-size:0.8em;
	font-weight:bold;
	color:#333333;
	}