* { margin: 0; padding: 0; }

html {height:100%;}



body.homepage {
	background-color: #dfe7ec;
	}
	.event-reg {margin-top: 7px; float: right;}
body {
	background-color: #534336;
	font-family: verdana, arial, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	height: 100%;
}

a {
	color: #fff;
}

a img { border: 0; }

p { margin: 0 0 15px 0; }

#wrapper {
	width: 840px;
	margin: 0 auto;
	height: 100%;
}


#headerwrap {
	background-color:#534336;
	padding-bottom:25px;
	border-bottom: 1px solid #fff;
	background-image: url('../images/home-bg.gif');
	background-repeat: repeat-x;
}

#header {
	text-align:left;
	width:840px;
	margin-left:auto;
	margin-right:auto;
}	

#footerwrap {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 7px solid #2a7418;
	background-color: #dfe7ec;
	clear: both;
	}

#footer {
	height: 170px;
	width: 840px;
	margin: 0px auto;
	text-align: left;
	color: #5d411d;
	font-size:11px;
	font-family: geneva, helvetica, arial, sans-serif;
	padding-top: 10px;
}

/* HEADER THINGS */

#header img#logo {
	float: left;
	margin-top: 30px;
}

#header #newsletter {
	float: right;
	width: 350px;
	text-align: right;
	padding-top: 10px;
}

#header #newsletter span {
	font-size: 11px;
	float: left;
	position: relative;
	top: 25px;
	left: 25px;
	display: block;
}

	#header #newsletter form {
		float: right;
		width: 240px;
}

	#header #newsletter input#contact-input {
		width: 170px;
		padding: 2px;
	}

	#header #newsletter input#contact-submit {
		text-transform: uppercase;
		padding: 2px 4px;
		margin: 0;
	}

#slideshow {
	border: 5px solid #fff;
	clear: both;
	text-align: right;
	z-index: 1;
}

h1#png-overlay {
	background-repeat: no-repeat;
	background-image: url(../images/slideshow-overlay.png);
	display: block;
	font-size: 1px;
	font-weight: normal;
	height: 206px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top:190px;
	left: 755px;
	width: 358px;
	z-index:5;
}


*html h1#png-overlay {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../images/slideshow-overlay.png');
	background: transparent;
}

	/* #slideshow img#overlay {
		margin-top: -206px;
	} */


#hp-wrapper {
	width: 840px;
	margin-top: 15px;
	font-size: 11px;
}

#hp-wrapper h1 { margin-bottom: 5px; }

#hp-wrapper #hp-scroll {
height: 250px;
overflow: auto;
padding-right: 10px;
}

#hp-news {
	width: 230px;
	float: left;
}

	#hp-news span {
		margin: 10px 0 0 0;
		display: block;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 10px;
	}

#hp-projects {
	width: 220px;
	float: left;
	margin: 0 50px;
}

	#hp-projects p {
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
	}

#hp-aside {
	width: 220px;
	float: left;
}

	#hp-aside a {
		font-weight: bold;
		letter-spacing: 1px;
		font-size: 12px;
	}

.clear { clear: both; }

span#copyright {
	color: #000;
}

span#lform {
	display: block;
	margin-top: 5px;
}

	span#lform a {
		text-decoration: none;
		color: #7c7e7f;
	}


.right { float: right; }
.left { float: left; }