* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 0.9em;
	text-align: center;
	background: url(images/bg.gif) #e0dcc5 repeat-x;
	behavior: url("csshover.htc");
}

p, dl { 
	margin-bottom: 15px;
	font-size: 0.8em;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { zoom: 1; }

#container {
	width: 825px;
	margin: 0 auto;
	text-align: left;
}

#header { margin-top: 10px; }

#content { 
	float: left;
	background-color: #ffffff;
	margin-top: 15px;
}

/* BEGIN menu */
#menu { margin: 5px 4px; }

#menu ul { margin: 0; padding: 0; }

#menu ul li {
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	background-color: #666666;
	padding: 5px 21px;
	border: solid #666666 2px;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0 0.2em;
}

#menu ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

#menu ul li:hover, #menu ul .active {
    background-color: #000;
	border: solid #000000 2px;
	border-top: 0px;
	border-bottom: 0px;
}

/* END menu */

#home {
	padding: 5px;
	float: left;
}

#copy {
	float: left;
	background-color: #ffffff;
	width: 100%;
}

#copy a { 
	color: #00a32a;
	font-weight: bold;
}

#copy #subcontent { 
	margin: 25px;
	min-height: 300px;
}

* html #subcontent { height: 300px; }

	#copy #subcontent h1 {
		color: #666666;
		border-bottom: solid #666666 1px;
		font-size: 1.5em;
		margin-bottom: 10px;
		width: 762px;
	}

	#copy #subcontent h2 {
		margin: 0px 0px 10px 0px;
		font-size: 1.0em;
	}

	#copy #subcontent dl {
		font-size: 0.8em;
	}

	#copy #subcontent dt {
		float: left;
		text-align: right;
		width: 60px;
	}

	#copy  #subcontent dd {
		margin-left: 65px;
	}
	
	.gallery-image { float: left; display: inline; width: 250px; margin-bottom: 25px; text-align: center; }
	.gallery-image img { border: solid #00a32a 1px; }

.green { color: #00a32a; }
.blue { color: #0089d0; }
strong.blue { font-size: 1.5em; }
.orange { color: #ff9900; }
.bold { font-weight: bold; }

#contactcopy { float: left; }
#form { margin-left: 250px; width: 375px;}

#errors { margin-left: 25px; }

#errors ul {
	list-style-type: square;
	margin: 0px 0px 25px 15px;
	font-size: 0.9em;
}

label {
	width: 75px;
	font-weight: bold;
	float: left;
	text-align: right;
	margin-right: 10px;
}

input, textarea {
	border: solid #999999 1px;
}

.submit { text-align: right; }
.image { border: none; }
.small { font-size: 0.7em; text-align: right;}

#footer {
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 25px;
}

#footer p {
	font-size: 0.7em;
	margin: 0;
	text-align: center;
	color: #666666;
}
