.officeAddress {
	float: left;
	width 210px;
	margin-right:30px;
	}
	.officeAddress img { margin-top: 20px; }
	.mainOffice img{ margin-top: 38px; }
	.forestCentre img{ margin-top: 20px; }
	
ul.addresses {
	list-style-image: url("../images/addresses.png");
	list-style-type:square;
	}
	ul.addresses li {
		margin-bottom: 1em;
		/*
		display: block;
		width: 29%;
		height: 200px;
		overflow: hidden;
		float: left;
		background: url(../images/addresses.png) 3px 3px no-repeat;
		padding-left: 2em;
		margin-left: 0px;
		*/
		}
	ul.addresses li .name { font-weight: bold; font-size: 14px; }
/* Jobs */
.jobListing {
	margin-bottom: 2em;
	}
	.jobListingHeading {
		display: block;
		font-size: 18px;
		font-weight: bold;
		padding-top: 5px;
		}
	.jobListingDate {
		margin-bottom: 1em;
		}
	.jobListingBody {
		}
	.jobListingFile {
		font-weight: bold;
		}
		
/* Staff Directory */
.directory-listing {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #1c3929;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
	.directory-listing span {
		display: block;
		}
	.directory-listing th {
		background: #2d5840;
		padding: 0.2em;
		}
	.directory-listing td {
		padding: 0.2em;
		}
		.directory-listing .even {
			background: #efefef;
			color: #333333;
			}
			.directory-listing .even a {
				color: #003300;
				}
		.directory-listing .odd {
			background: #dedede;
			color: #222222;
			}
			.directory-listing .odd a {
				color: #002200;
				}
			

