html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
}

html>body, html>body #contents {
	height: auto;
}

body {
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 70%;
	color: #898677;
}

#contents {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

a {
	color: #898677;
}

.container {width:990px; margin: 0; margin-top: 40px;}

.pushDown {margin: 90px 0 0 0;}

.main {
	margin-bottom: 3em;
	height: auto;
}

h1, h2, h3, h4, h5 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	color: #555;
}

h1 {
	font-weight: bold;
	color: #91BB00;
}

h1.newsHeader { 
	white-space: no-wrap!important;
	width: 200px;
}

h2 {
	font-weight: bold;
	color: #898677;
}

h3 {
	border-top: 1px solid #999;
	padding: .5em 0 2em 0;
	font-weight: bold;
}

h4 {
	
	font-weight: bold;
}



p {
	
}

ul.nobullets {
	list-style-type: none;
}

ul.nobullets ul {
	margin-left: 30px;
}
.bodyContent {
	margin-top: 50px;
}

/* =========================================

=FLASH

==========================================*/
#flash { 
	margin-top: 95px;
}



/* =========================================

=NAVIGATION

==========================================*/

#nav {
	margin: 0;
	padding: 0;
	_position: absolute;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	white-space: nowrap;
}

#nav ul li {
	color: #9F9B83;
}

#nav ul a {
	line-height: 1.5em;
	padding-top: .2em;
	padding-left: .2em;
	text-decoration: none;
	color: #898677;
	display: block;
}

ul#theMenu ul a {
	color: #898677;
}

ul#theMenu ul a:hover {
	color: #91BB00;
}

ul#theMenu ul a.current {
	color: #000;
}

#nav ul a:hover {
	color: #91BB00;
}

#nav ul a:focus {
	outline-style: none;
}

ul#theMenu {
	width: 120px;
	margin-top: 35px;
	float: left;
}

ul#theMenu ul {
	padding-left: 1em;
	background-color: #fff;
}

ul#theMenu ul li {
	background-color: #fff;
}

ul#theMenu ul ul {
	padding: 0;
}

ul#theMenu ul ul ul {
	padding-left: 1em;
}


ul#theMenu a.selected {
	background-color: #91BB00;
	color: #fff;
}

ul#theMenu a.selected {
	background: none;
	color: #898677;
	border-bottom: 1px solid #91BB00;
}

ul#theMenu ul {
	margin: 0;
	padding: 0;
	color: #9F9B83;
}

ul#theMenu ul li {
	padding-left: 1.5em;
	background-image:url(../art/b_nav-off.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

ul#theMenu li.current {
	color: #91BB00;
	
}

ul#theMenu ul li.current {
	background-image:url(../art/b_nav-on.gif);
}

ul#theMenu li.current a {
	color: #91BB00;
}

/* =========================================

=WORDPRESS SIDEBAR

==========================================*/

#wordpressSidebar ul { list-style-type: none; margin: 0; }



/* =========================================

=FOOTER

==========================================*/

#footer {
	margin: 0;
	padding: 0;
	background-color: #91BB00;
	background-color: #83826E;
	color: #333;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer a {
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	line-height: 2em;
	margin: 0;
	margin-left: 1em;
	padding-top: .1em;
	color: #fff;
}

/* =========================================

=PROJECT PAGES

==========================================*/

p#projectBody {
	margin-top: 60px;
	line-height: 1.9em;
	padding-right: 5px;
}

div#projectBody {
	margin-top: 80px;
	margin-bottom: 80px;
}
	
#projectImageMenu img {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding-top: 2px;
}

#projectImageMenu img.current {
	border-top: 4px solid #91BB00;
	margin-top: -4px;
}
	
	#imageMenu {
		text-align: right;
		margin-top: 4px;
	}
	
	#projectImg #imgDiv {
		height: 424px;
		position: relative;
	}	
	
	#projectImg #imgDiv img {
		position: absolute;
		bottom: 0;
	}
	
	
	/* Uncomment to hide image captions 
	
	#projectImg p {
		color: #fff;
	}
	
	*/
	
#projectNavNew {
	overflow: visible;
	padding-top: 128px;
	*padding-top: 131px;
	display: block;
}

#projectNavNew ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#projectNavNew li {
	height: 30px;
	padding: 0;
	margin: 0 0 3px 0;
	overflow: visible;
}

#projectNavNew a {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	padding-right: 2px;
}

#projectNavNew ul p {
	width: 100px;
	white-space: normal;
	height: 30px;
	display: none;
	margin-left: 5px;
	background-color: #fff;
	position: absolute;
	left: 200px;
	margin-top: -3px;
}

#projectNavNew li.current a {
		border-right: 4px solid #91bb00;
	}
	
#projectNavNew li.current p {
	margin-left: 5px;
}

/* =========================================

=CONTACT FORM

==========================================*/



table#form {
	margin: 0 0 0 0;
	padding: 0;
	border-collapse: collapse;
}

table#form td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table#form label {
	display: block;
	padding: 3px 2px 0 0;
}

.itext {
	border: 1px solid #ccc;
	font-size: 1em;
	line-height: 1.3em;
}

table#form .itext {
	width: 300px;
}

table#form input.itext, table#form select.itext {
	height: 1.3em;
	margin: 0 0 4px 0;
}

table#form textarea.itext {
	margin: 0 0 4px 0;
	font-family: arial, sans-serif;
}

.ibutton {
	background-color: #eee;
	border: 1px solid #9F9B83;
	border-bottom: 1px solid #73705E;
	border-right: 1px solid #73705E;
	font-size: 1em;
}

table#form .ibutton {
	float: right;	
}

/* =========================================

=NEWS STYLES

==========================================*/

.post { width: 100%; overflow: hidden; border-top: 1px solid #ccc; margin: 0 0 2em 0; padding: 3px 0 0 0; }
.post small { margin-bottom: 1em; display: block; }
.post h3 { margin: 0; padding: 4px 0 0 0; border: 0; }
.post h3 a { text-decoration: none; }
.post p img { margin: 1em 1em 1em 0; }