html, body {
	margin:0;
	padding:0;
	height:100%;
}

	html {
		background: #5e94bb url("../images/bg_texture.png");
	}

	body {
		background: transparent url("../images/bg_header2.png") repeat-x;
		font-family: "Lucida Grande", helvetica, arial, tahoma, sans-serif;
		font-size: 12px;
		line-height: 1.85;
		color:#484848;
	}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	display: none;
}

h3 {
	font: 2em "Lucida Grande", helvetica, arial, tahoma, sans-serif;
	line-height: 1;
	color: #414141;
	font-weight: normal;
	margin: 1.25em 11.5%;
	padding: 0;
}

h4 {
	color: #495761;
	font-size: 1.1em;
	line-height: 1;
	margin: 2.5em 11.5% 1em 11.5%;
}

p {
	margin: 1em 11.5%;
}

ul {
	margin: 1em 11.5%;
	padding: 0;
	list-style: none;
}
	
	ul p {
		padding: 0;
		margin: 0 2% 0 0;
	}

	ul h4 {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

address {
	margin: 1em 11.5%;
	font-style: normal;
}

a, a:visited {
	color: #498cbd;
}

a:hover {
	color: #404040;
}

#Container {
	min-height: 100%;
	position: relative;
	background: transparent url("../images/bg_content.png") repeat-y center top;
	padding-bottom: 37px;
}

#Header, #Menu, #Content {
	width: 780px;
	margin: 0 auto;
}

#HeaderContainer {
		background: transparent url("../images/bg_header2.png") repeat-x;
}

	#Header {
		height: 180px;
		background: transparent url("../images/bg_header_content.png") repeat-x;
	}
		
		#Header h1 {
			background: transparent url("../images/header.jpg") no-repeat 5px 0;
			padding-top: 104px;		
		}

		#Header span {
			display: none;
		}

		#Header a {
			margin-left: 9.65%;
			display:block;
			width:126px;
			height:76px;
			background:url("../images/logo.png") no-repeat;
		}

#MenuContainer {
		background: transparent url("../images/bg_menu.png") no-repeat center bottom;
}

	#Menu {
	}

		#Menu ul {
			text-align: center;
			list-style-type:none;
			overflow:auto;
			padding:0;
			margin:0;
			height: 45px;
		}
			
			#Menu ul li {
				display: inline;
				padding:0;
				margin:0;
			}

			#Menu a, #Menu a:visited {
				display: inline-block;
				margin:1px 0;
				padding: 0 13px;
				font-size:1.2em;
				line-height: 37px;
				color:white;
				font-weight:bold;
				text-decoration:none;
			}

		#Menu a:hover, #Menu a:visited:hover {
			background-color:#4c5b66;
			text-decoration:none;
			color:white;
			text-shadow: #414141 1px 1px;
			padding-left: 14px;
			padding-right: 12px;
		}

		#Menu a.active {
			background-color: #69b500;
			text-shadow: #508800 1px 1px;
		}

			#Menu a.active:hover {
				background-color: #69b500;
			}

#ContentContainer {
	background: url("../images/bg_content_top.png") no-repeat center top;
}

	#Content {
		overflow: auto;
		margin-bottom: 3em;
	}

#FooterContainer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 37px;
}

	#Footer {
		background: url("../images/bg_content.png") repeat-y center top;
		width: 780px;
		margin: 0 auto;
		color: #a1a1a1;
		height: 100%;
	}

		#Footer ul {
			padding: 0 11%;
			margin: 0;
			text-align: right;
		}

			#Footer ul li {
				display:inline;
				padding: 0 1em 0 0.5em;
				margin: 0;
			}

				#Footer ul li.copyright {
					border-right: 1px dotted #a1a1a1;
				}

				#Footer ul li a {
					color: #639ec8;
					text-decoration: none;
				}

				#Footer ul li a:hover {
					text-decoration: underline;
				}

ul.photos {
	margin: 2em 9.25%;
}
	
	ul.photos li {
		display: inline;
	}

	ul.photos li a img {
		border: 1px dotted #b0b0b0;
		margin: 1.5em 3%;
		opacity: 0.9;
	}

	ul.photos li a img:hover {
		border: 1px solid #b0b0b0;
		opacity: 0.95;
	}

.person {
	list-style: none;
	overflow: auto;
	margin: 3em 11.5%;
	padding: 0 0 2.5em 0;
	border-bottom: 1px dashed #d0d1d2;;
}

	.person .photo {
		width: 114px;
		float: right;
	}
	
	.person .photo img {
		border: 1px dotted #b0b0b0;
	}

	.person a img:hover {
		border: 1px solid #b0b0b0;
	}
	
	.person .description {
		width: 76%;
		float: left;
	}

.contact li {
	width: 60%;
	border-bottom: 1px dashed #d0d1d2;
	line-height: 2.5em;
	overflow: auto;
}

.contact li b {
	display: inline-block;
	width: 35%;
	float: left;
}

.contact li address {
	margin: 0.35em 0;
	padding: 0;
	width: 65%;
	float: left;
	line-height: 1.8em;
}

.newsitem {
	
}

	.newsitem .header {
		border-bottom: 1px dashed #d0d1d2;
		margin: 0 11.5%;
		overflow: auto;
	}

	.newsitem .header h4 {
		margin: 0;
		float: left;
		line-height: 1.85;
	}

	.newsitem .header .date {
		float: right;
		color: #999999;
	}

	.newsitem .photos img {
		margin: 0.5em 1em;
	}