* { margin: 0px; padding: 0px; }
BODY { 
	margin: 0px; 
	padding: 0px; 
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	font-size: 1em; 
	line-height: 1.4em ;
	background-image:url(/images/main_layout/bg.jpg);	
} 

/* - General Links - */

a { color: #4A5F34; text-decoration: underline}
a:hover { color: #85A65F; text-decoration: underline}

/* - Client Formatting - */

.textsmallest { font-size: 80%}
.textsmaller { font-size: 85%}
.textlarger { font-size: 120%}
.textlargest { font-size: 140%}
.alerttext { color:#f00; font-weight:bold}

/* - Layout Elements - */

#container{
	text-align:left;
	position: relative;
	text-align:left;
	margin: 0 auto;
	width: 791px;
}

#leftcolumn{
	float:left;
	width:286px;
}
#rightcolumn{
	float:left;
	width:505px;
	background:#FFFFFF url(/images/main_layout/mainstage_right_bg.gif) top right repeat-y;
}

#tips {
	background:#fff url("/images/tips_box/tips_left_bg.gif") top left repeat-y;
	line-height:1.2em;
	width:206px;
	margin:0 0 20px 60px;	
}
#tips p {
	margin-left: 10px;
	margin-right:10px;
}
#tipshort {
	display:block;
}
#tiplong {
	display:none;
}
#tipstop {
	width:206px; 
	height:42px;
	background:url("/images/tips_box/tips_header.gif") top left no-repeat;
}
#tipsbtm { 
	height:14px;
	background: #fff url("/images/tips_box/tips_btm.gif") bottom left no-repeat;
}


#featuredheader {
	height:78px;
	background: url("/images/titles/title_featured_projects.gif") top center no-repeat;
}
#greenbuildingheader {
	height:78px;
	background: url("/images/titles/title_green_building.gif") top center no-repeat;
}
#servicesheader {
	height:78px;
	background: url("/images/titles/title_services.gif") top center no-repeat;
}
#resourcesheader {
	height:78px;
	background: url("/images/titles/title_resources.gif") top center no-repeat;
}
#contactheader {
	height:78px;
	background: url("/images/titles/title_contact.gif") top center no-repeat;
}
#homeheader {
	height:152px;
	background: url("/images/titles/title_home.jpg") top center no-repeat;
}
#featuredflash {
	margin: 25px 0 0 0;
}
#content {
	margin: 50px 25px;
}
#content h2 {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
	color:#7E9F58;
	text-transform:uppercase;
	margin-bottom:8px;
}
#content h3 {
	font-size:.9em;
	font-weight:bold;
	letter-spacing:-1px;
	color:#666;
	text-transform:uppercase;
	margin-bottom:4px;
}
	
#content p, #tips p, #content td {
	font-size: .75em;
}
#content p {
	margin-bottom: 10px;
	text-align:justify;
}
#footer {
	margin: 0 50px 20px 50px;
}
#footer p{
	font-size: .6em;
	text-align:center;
}

#footer a { color: #333; text-decoration: underline}
#footer a:hover { color: #666; text-decoration: underline}

#tipstop span, #tipsbtm span, #featuredheader span, #greenbuildingheader span, #servicesheader span, #resourcesheader span, #contactheader span, #homeheader span {
	display:none
}
/* - Navigation Elements - */

#nav {
	margin-bottom:20px;
}

/* Form Styles */

#formcontainer label, #formcontainer input, #formcontainer textarea, #formcontainer .comment{
	display: block;
	float: left;
	margin-bottom: 3px;

}

#formcontainer input,#formcontainer label, #formcontainer select, #formcontainer textarea{
	font-size:.7em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial Narrow", Arial, Helvetica, sans-serif;
}

#formcontainer .comment{
	font-size:.6em;
	padding-left: 2px;
}

#formcontainer select {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

#formcontainer label {
	text-align:left;
	font-weight:normal;
	width: 15em;
	padding: 0 5px 0 0;
}

#formcontainer label.questions {
	width:auto;
}


#formcontainer fieldset {
	border: 1px solid #E2E2E2;
	padding: 5px;
	margin: 5px 0 10px 0;
}

#formcontainer legend{
	color:#0A3380;
	font-weight:bold;
	font-size: .9em;
	padding: 4px;
}

#formcontainer label.close {
	width: 50px;
}

#formcontainer br {
	clear: left;
}

#formcontainer label.questions {
	width:auto;
}

#content h3.alerttext{
	background-color:#FFD9D9;
	border: 1px solid #CC0000;
	padding: 5px;
	margin:5px 0 15px 0;
	color:#000000;
	font-weight: normal;
	font-size:.8em;
}

#skipnav {
	position: absolute; 
	left: -1000em; 
	width: 20em;
	z-index:2;
}

/* -- Newsletter Signup -- */

#newsletterbox {
	position:relative;
	width: 150px;
	float:right;
	padding: 10px 0px 5px 0px;
	background-color:#CEE5B5;
	margin: 0px 0px 10px 10px;
	color:#354A20;
}
#newsletterbox h4 {
	font-size:0.8em;
	text-align:center;
	letter-spacing:-1px;
	color:#354A20;
	text-transform:uppercase;
	line-height:1.2em;	
}
#newsletterbox form {
	margin:5px 5px;
	text-align:center;
}
#newsletterbox input {
	font-size: 1em;
}