body, html, #wrap, #header, #menu, #navlist-wrap, ul#navlist, ul#navlist ul.drop, #pic, #subnavlist-wrap, ul#subnavlist,
#content-wrap, #sidebar, #content, #footer,
#credits, #pie, #credits * {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	color: #5C7244;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3;
	padding-bottom: 20px;
	background: white url(/images/wrap-bg4.gif) top left repeat-y;
}

a img { border: none; }

#wrap {
	width: 815px;
	font-size: 85%;
	position: relative;
}

/* ------------ TEXT ------------ */

a { 
	color: #5C7244;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

h1 {
	font-size: 180%;
	font-weight: normal;
	text-align: right;
	padding-right: 25px;
	margin-top: 0;
	padding-top: 8px;
}


h2 {
	font-size: 130%;
	font-weight: bold;
}

.first {
	margin-top: 0;
	padding-top: 13px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}



/* ------------ HEADER ------------ */

#header {
	border-bottom: 2px solid white;
	height: 83px;
	background: #889679 url(/images/green-line.gif) bottom left repeat-y;
}

#header img { display: block; }

/* ------------ CONTENT ------------ */

#sidebar {
	width: 171px;
	float: left;
	background: #042967;
	min-height: 405px;
	margin-right: 15px;
	display: inline;
	border-top: 2px solid white;
}


/* Hide from IE Mac \*/
#sidebar {
	background: #042967 url(/images/sidebar-bg.gif) top left no-repeat;
}

* html #sidebar {
	height: 405px;
}
/* End hide from IE Mac */

/* FOR IE5/Mac */
/*\*//*/
#sidebar {
	width: 170px;
}
/**/


#content {
	width: 540px;
	float: left;
	padding-top: 2px;
	line-height: 1.5;
}

#pic {
	float: left;
	width: 550px;
	height: 226px;
	display: inline;
	margin: 2px 0 0 -10px;
}


/* ------------ FOOTER ------------ */

#footer {
	padding-top: 40px;
}

#footer p { line-height: 2.0; }

#footer a {
	padding: 0 5px;
}




/* ------------ EXTRAS ------------ */


/* Method described at sitepoint http://www.sitepoint.com/forums/showpost.php?p=1239966&amp;postcount=3 */
		
/* Hide from IE5/Mac \*/ 
html, body{height:100%;} 
/* end hack */
		
		
#outer{min-height:100%;margin-bottom:-30px;height:auto;}
* html #outer{height:100%;}
		

hr {
	color: #5C7244;
	background: #5C7244;
	height: 1px;
	border: none;
	clear: both;
	width: 100%;
}

.border {
	border: 1px solid #5C7244;
}

#credits {
	width: 171px;
	font-size: 11px;
	height: 40px;
	color: white;
	position: relative;
	clear: both;
	font-size: 75%;
	padding-top: 20px;
}

#credits p {
	margin-left: 7px;
	padding-bottom: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

/* ------------ QUESTIONNAIRE ------------ */

#factors {
	float: left; 
	text-align: left;
	font-weight: bold;
	margin: 1em 4em 2em;
	padding: 0;
}

#questions li {
  position: relative;
  width: 500px;
  margin: 1px 0;
  padding: 0.75em 0; 
  border-bottom: 1px dotted #5C7244;
  vertical-align: middle;
  display:list-item;
}

#questions li label {display: block; padding-right: 14em; zoom: 1;}

#questions li select {
	position: absolute;
	top: 0.5em;
	right: 0.1em;
}

.submit {display: block; margin: 1em auto;}

#legend {float: right; text-align: right; width:auto; display: inline;}
#legend td {width: 3em;}
.problem {background-color: red; color: white}
.caution {background-color: yellow; color: black}
.no-problems {background-color: green; color: white}



#results th {text-align: right; padding: 0.25em;}
#results td, #results tfoot td {width: 4em; text-align:center; padding: 0.25em; }
#results tfoot td {font-weight: bold; font-size: 1.25em;}
#results tfoot th {
  font-weight: bold;
  font-size: 1.4em;
  padding: 0.25em;
  border-top: 1px solid #89977A;
}

#signup {
  list-style: none;
	border: 1px solid #5C7244; 
	padding: 1em; 
	margin-bottom: 3em;
	margin-top: 2em;
	margin-left: 0;
	height: 80px;
}

#signup p {
	text-align: right; 
	font-size: 0.9em;
	padding: 0 20px 0;
	margin: 0;
}

#signup input, textarea {
	display: inline;
	width: 110px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

#signup label {
	text-align: left;
	padding-bottom: 3px;
	vertical-align: top;
}

#signup li {float: left; margin-right: 20px}
