body {
	background-image: url(../images/background.png);
	margin: 0 0 20px 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #3b8cc0;
}

a img {
	border: 0;
}

img.right-align {
	float: right;
	margin: 0 0 10px 10px;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.png { behavior: url(png.htc); }

#header {
	background-image: url(../images/header_background.png);
	background-repeat: repeat-x;
	height: 100px;
}

	#header img.logo {
		margin: 9px 0 0 26px;
	}
	
	#header div.sep {
		width: 1px;
		background-color: black;
		height: 68px;
		position: absolute;
		margin: 25px 0 0 228px;
		border-left: 1px solid #aaaaaa;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
		
	}
	
	#header img.site-title {
		position: absolute;
		margin: 34px 0 0 237px;
	}

.navigation-tabs {
	margin: 0 0 20px 0;
	padding: 0;
	height: 22px;
	list-style-type: none;
	border-bottom: 1px solid #666666;
}

	.navigation-tabs li {
		padding: 3px 6px 0 6px;
		background-color: #e4e4e4;
		float: left;
		margin-right: 2px;
		height: 19px;
	}
	
	.navigation-tabs li.active {
		background-color: #666666;
		color: white;
	}
	
.license {
	margin-top: 30px;
	border: 1px solid #dedede;
	padding: 10px;
	height: 200px;
	overflow-y: scroll;
}

#content {
	width: 957px;
	margin-left: 21px;
	background-image: url(../images/background_.png);
}

	#content .top-menu {
		margin: 0;
		padding: 4px 0 0 9px;
		height: 31px;
	}
	
		#content .top-menu li {
			float: left;
			list-style-type: none;
			padding: 4px 4px 4px 2px;
			background-image: url(../images/top_menu_sep.png);
			background-repeat: no-repeat;
			background-position: right;
		}
		
		#content .top-menu li a {
			text-decoration: none;
			color: #4c4336;
			font: 78% Helvetica;
			padding: 5px 5px 3px 5px;
			display: block;
			line-height: 1em;
		}
		
		#content .top-menu li a:hover {
			
		}
		
		#content .top-menu li.last {
			background: none;
		}
		
		#content .top-menu li.active a {
			background-color: #7c756c;
			color: white;
			-moz-box-shadow: 0 0 10px #7c756c;
			-webkit-box-shadow: 0 0 10px #7c756c;
			box-shadow: 0 0 10px #7c756c;
		}
		
		#content .top-menu li ul {
			display: none;
			position: absolute;
			z-index: 2000;
			margin: 0 0 0 0;
			padding: 0;
			background-image: url(../images/sub_menu_bg.png);
			width: 140px;
			border-top: 6px solid #7c756c;
			border-bottom: 6px solid #7c756c;
			-moz-box-shadow: 0 0 10px #7c756c;
			-webkit-box-shadow: 0 0 10px #7c756c;
			box-shadow: 0 0 10px #7c756c;
		}
		
		#content .top-menu li.active ul {
			display: block;
		}
		
			#content .top-menu li ul li {
				float: none;
				padding: 0;
			}
			
			#content .top-menu li ul li a {
				display: block;
				padding: 6px 8px 6px 8px;
				background: none;
				margin: 1px 0 1px 0;
				color: #4c4336;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				box-shadow: none;
			}
			
			#content .top-menu li.active ul li a {
				background: none;
				color: #4c4336;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				box-shadow: none;
			}
			
			#content .top-menu li ul li a:hover {
				color: white;
				background-color: #7c756c;
			}
		
	#content .main-column {
		width: 725px;
		float: left;
		margin-bottom: 15px;
	}
	
	#news-column {
		float: left;
		width: 433px;
	}
	
	#events-column {
		float: left;
		width: 277px;
		margin-left: 15px;
	}
	
	#content .subpage-content {
		background-color: white;
		padding: 15px;
		font: 80% Helvetica;
		color: #787777;
		line-height: 1.3em;
		min-height: 440px;
		-moz-box-shadow: 2px 2px 4px #999999;
		-webkit-box-shadow: 2px 2px 4px #999999;
		box-shadow: 2px 2px 4px #999999;
		-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=gray,offX=2,offY=2, positive=true)";
		filter: progid:DXImageTransform.Microsoft.dropShadow(color=gray,offX=2,offY=2, positive=true);
	}
	
		#content .subpage-content h1 {
			font-size: 190%;
			font-weight: normal;
			margin-top: 5px;
			line-height: 1.2em;
		}
		
			#content .subpage-content h1 span.underhead {
				font-size: 70%;
				display: block;
				margin-top: 3px;
			}
			
		#content .subpage-content h2 {
			font-size: 130%;
			font-weight: normal;
			margin: 15px 0 2px 0;
			line-height: 1.2em;
		}
		
			#content .subpage-content h2 a {
				text-decoration: underline;
				color: #787777;
			}
		
		#content .subpage-content .date {
			font-size: 90%;
			margin-bottom: 5px;
		}
		
		#content .subpage-content p {
			
		}
		
		#content .subpage-content dt {
			font-weight: bold;
			margin: 10px 0 3px 0;
		}
		
		#content .subpage-content dd {
			margin-bottom: 10px;
		}
		
		#content .subpage-content table .odd {
			background-color: #dedede;
		}
		
		#content .subpage-content .person-50 {
			width: 50%;
			float: left;
			margin: 10px 0 10px 0;
		}
		
			#content .subpage-content .person-50 img {
				float: left;
			}
			
			#content .subpage-content .person-50 .details {
				float: left;
				margin-left: 10px;
				width: 250px;
			}
			
				#content .subpage-content .person-50 .details h3 {
					color: #00652b;
					font-size: 120%;
					font-weight: normal;
					margin: 0;
				}
				
				#content .subpage-content .person-50 .details p {
					font-size: 110%;
					line-height: 1.3em;
					margin: 5px 0 0 0;
				}
				
		#content .subpage-content .person-33 {
			width: 33%;
			float: left;
			margin: 10px 0 10px 0;
		}

			#content .subpage-content .person-33 img {
				float: left;
			}

			#content .subpage-content .person-33 .details {
				float: left;
				margin-left: 10px;
			}

				#content .subpage-content .person-33 .details h3 {
					color: #00652b;
					font-size: 120%;
					font-weight: normal;
					margin: 0;
				}

				#content .subpage-content .person-33 .details p {
					font-size: 110%;
					line-height: 1.3em;
					margin: 5px 0 0 0;
				}
				
		#content .subpage-content div.sep {
			height: 1px;
			clear: both;
			padding: 10px 0 10px 0;
		}
		
			#content .subpage-content div.sep div {
				height: 1px;
				background-color: #00652b;
			}
	
	#content .home-gallery {
		height: 324px;
		background-image: url(../images/background_.png);
		-moz-box-shadow: 2px 2px 4px #999999;
		-webkit-box-shadow: 2px 2px 4px #999999;
		box-shadow: 2px 2px 4px #999999;
	}
	
		.home-gallery ul.photos {
			position: absolute;
			margin: 8px 0 0 5px;
			padding: 0;
			list-style-type: none;
		}
			
			.home-gallery ul.photos li {
				width: 51px;
				height: 50px;
				margin-bottom: 3px;
			}
			
			.home-gallery ul.photos li img {
				margin: 3px 0 0 4px;
			}
		
			.home-gallery ul.photos li.active {
				background-image: url(../images/active_photo_bg.png);
				background-repeat: no-repeat;
			}
			
		.home-gallery a {
			color: white;
			text-decoration: none;
		}
	
		.home-gallery img.main-photo {
			position: absolute;
			margin-left: 56px;
			z-index: 2;
			width: 669px;
			height: 324px;
		}
		
		.home-gallery img.main-photo-next {
			position: absolute;
			margin-left: 56px;
			display: none;
			width: 669px;
			height: 324px;
		}
		
		.home-gallery .title-bg {
			position: absolute;
			height: 44px;
			width: 715px;
			margin: 280px 0 0 10px;
			background-color: #007634;
			z-index: 99;
			filter:alpha(opacity=70);
			-moz-opacity:0.70;
			-khtml-opacity: 0.70;
			opacity: 0.70;
		}
		
		.home-gallery .title-bg-left {
			position: absolute;
			height: 44px;
			width: 60px;
			margin: 280px 0 0 10px;
			z-index: 98;
			background-image: url(../images/home-image-title-bg.png);
			background-repeat: no-repeat;
		}
		
		.home-gallery h2 {
			position: absolute;
			font: normal 150% Helvetica;
			color: white;
			z-index: 100;
			margin: 291px 0 0 23px;
		}
		
		.home-gallery a.read-more {
			display: block;
			position: absolute;
			padding: 3px 4px 3px 4px;
			width: 86px;
			margin: 293px 0 0 617px;
			background-color: #01471f;
			color: white;
			font: 80% Helvetica;
			background-image: url(../images/read_more_bg.png);
			background-repeat: no-repeat;
			background-position: 75px;
			z-index: 101;
		}
		
		.home-gallery a.read-more:hover {
			background-color: #015a27;
		}
		
	#content .certification {
		height: 126px;
		background-color: white;
		background-image: url(../images/certification_bg.jpg);
		background-repeat: no-repeat;
		margin-top: 15px;
	}
	
		#content .certification h2 {
			width: 400px;
			font: 120% Helvetica;
			color: #a5a4a4;
			padding: 12px 15px 5px 152px;
			margin: 0;
		}
		
		#content .certification p {
			font: 90% Helvetica;
			color: #a5a4a4;
			padding: 0 15px 15px 152px;
			margin: 0;
			line-height: 1.2em;
		}
		
	#content .left-column {
		width: 200px;
		margin: 0 0 15px 15px;
		float: left;
	}

	#content .news-block {
		width: 200px;
		height: 324px;
		background-color: #faf8f5;
	}

		#content .news-block h2 {
			background-color: #d3e3d7;
			font: 100% Helvetica;
			color: #007634;
			text-transform: uppercase;
			margin: 0;
			padding: 5px 8px 3px 8px;
		}

		#content .news-block ul {
			margin: 8px;
			padding: 0;
			font: 80% Helvetica;
			color: #8a8888;
			line-height: 1.3em;
			list-style-type: none;
		}

			#content .news-block ul li {
				margin-bottom: 8px;
			}
			
				#content .news-block ul li a {
					font-weight: bold;
					color: #8a8888;
					text-decoration: underline;
				}
			
			#content .news-block ul li.event {
				margin-bottom: 8px;
			}

				#content .news-block ul li img.news-image {
					float: left;
					margin: 3px 8px 6px 3px;
					-moz-box-shadow: 0 0 6px #999999;
					-webkit-box-shadow: 0 0 6px #999999;
					box-shadow: 0 0 6px #999999;
				}
				
				#content .news-block ul li .date {
					font-size: 90%;
				}

		#content .news-block a.more-news {
			margin: 15px 0 10px 34px;
			font: 80% Helvetica;
			display: block;
		}
	
	#content .login-form {
		width: 200px;
		height: 126px;
		margin-top: 15px;
		background-color: #faf8f5;
	}
	
		#content .login-form h2 {
			background-color: #d3e3d7;
			font: 100% Helvetica;
			color: #007634;
			text-transform: uppercase;
			margin: 0;
			padding: 5px 8px 3px 8px;
		}
		
		#content .login-form p {
			font: 80% Helvetica;
			line-height: 1.2em;
			margin: 0;
			padding: 10px 8px 3px 8px;
		}

fieldset.form-login {
	border: 0;
	margin: 0;
	padding: 3px;
}

	.field {
		clear: both;
		padding: 5px;
	}

	.field label {
		display: block;
		float: left;
		width: 56px;
		height: 17px;
		text-align: right;
		font: 80% Helvetica;
		color: #a5a4a4;
		margin-top: 5px;
	}
	
	.field .input {
		float: left;
		margin-left: 5px;
		height: 22px;
		width: 110px;
	}
	
	.field input {
		width: 110px;
		border: 1px solid #cfcdcb;
		padding: 2px;
		font-size: 9pt;
		margin: 0;
		position: absolute;
	}
	
	.actions input {
		clear: both;
		background-color: #d4d3d3;
		color: #888888;
		font: 80% Helvetica;
		border: none;
		text-transform: uppercase;
		padding: 2px 6px 2px 7px;
		margin-left: 66px;
		margin-top: 5px;
	}
	
#copyright {
	color: #796d5c;
	font: 80% Helvetica;
	margin: 10px 0 20px 20px;
	line-height: 1.3em;
	width: 957px;
	position: relative
}

	#copyright .middot {
		font-weight: bold;
	}
	
	#copyright a {
		color: #796d5c;
		border-bottom: 1px dotted #796d5c;
	}
	
	#copyright a:hover {
		border-bottom: 1px solid #796d5c;
	}
	
#photos-list {
	margin: 15px 0 15px 0;
}

	#photos-list h2 {
		margin: 15px 0 15px 0;
		line-height: 1.2em;
		padding-bottom: 15px;
	}

	#photos-list .photo-thumb {
		float: left;
		margin: 0 8px 8px 0;
		line-height: 0;
		padding: 1px;
		border: 1px solid white;
	}
	
	#photos-list .active {
		border: 1px solid #cccccc;
	}
	
		#photos-list .photo-thumb a {
			outline: 0;
		}

	#photos-list .photo .title {
		font: 12pt Helvetica;
		color: #666666;
		padding: 10px;
		background-color: white;
	}
	
ul.paging {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

	ul.paging li {
		float: left;
		width: 16px;
		text-align: center;
	}
	
		ul.paging li a {
			display: block;
			width: 16px;
			height: 16px;
			text-align: center;
		}

.green-button {
	background-color: #007634;
	color: white;
	border: 0;
	text-transform: uppercase;
	font-size: 13px;
	padding: 2px 6px 2px 6px;
}

.grey-button {
	background-color: #D4D3D3;
	color: #888;
	border: 0;
	text-transform: uppercase;
	font-size: 13px;
	padding: 2px 6px 2px 6px;
}

.asterisk {
	color: red;
}

table.form td {
	vertical-align: top;
}

table.form td label {
	text-align: right;
	width: 195px;
	display: block;
	margin-top: 3px;
}

ul.gallery-categories {
	margin: 0;
	padding: 0;
}

ul.gallery-categories li {
	float: left;
	list-style-type: none;
	margin-right: 8px;
}

ul.gallery-categories li a span {
	display: block;
}

/* Online Application Forms */
.oa-form-col-1,
.oa-form-col-2 {
	float: left;
	width: 335px;
	margin: 0 25px 0 0
}
.oa-form-col-2 {
	margin: 0
}
li .oa-form-col-1,
li .oa-form-col-2 {
	width: 315px
}
.oafc1-item {
	margin: 0 0 6px
}
.oafc1-item input {
	float: right
}
.oa-list li {
	margin: 0 0 6px
}
.radio-buttons-line span {
	margin: 0 20px 0 0
}
.hidden-table {
	display: none
}

/* Facebook */
.facebook-container {position: absolute; top: 0; right: 0}
#copyright .facebook-container a {float: left; margin: 0 94px 0 0; text-decoration: none; padding: 0 34px 0 0; position: relative; border-bottom: none; line-height: 14px}
.facebook-container a img {position: absolute; top: 0; right: 0}
.facebook-container iframe {position: absolute; bottom: 0; right: 0}
