html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	background:#ffffff url(../img/bkg_lo.jpg) bottom left repeat-x;
}
/*
#bg_bottom{
	background:#ffffff url(../img/bkg_lo.jpg) bottom left repeat-x;
	width:100%;
	height:405px;
	position:fixed;
	bottom:0;
	z-index:-1000;
}
*/
#header {
	width:960px;
	height:220px;
	margin:0 auto;
	margin-top:20px;
}
#container{
	z-index:0;
	width:956px;
	margin:0 auto;
	text-align:left;
	background:#ffffff url(../img/content-top.gif) top center no-repeat;
	padding-top:20px;
	position:relative;
}
#main-menu-bg{
	background:url(../img/main_menu_bg.gif) top center no-repeat;
	width:980px;
	height:55px;
	margin:0 auto;
}
#main-menu{
	width:980px;
	height:55px;
	line-height:54px;
	margin:0 auto;
}
#main-menu li {
	display:inline;
	padding:0;
	background:url(../img/main_menu_deco.gif) 90% 100% no-repeat;
}
#main-menu li a {
	color:#e2e2e2;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
	padding:6px 20px;
	border-left:1px solid #3a3a3a;
	border-right:1px solid #545454;
	background:url(../img/main_menu_item.gif) 0px 100px repeat-x;
}
#main-menu li a.hover {
	background:url(../img/main_menu_item.gif) 0px 0px repeat-x;
}

#content-end {
	background:url(../img/content_footer_top.gif) top center no-repeat;
	width:100%;
	height:12px;
}
#footer-end {
	background:url(../img/content_footer_bottom.gif) bottom center no-repeat;
	width:100%;
	height:9px;
}
#footer {
	background:url(../img/content_footer_bg.gif) bottom center repeat-y;
	font-family:Tahoma,Geneva,sans-serif;
	padding:10px 0 0 0 ;
	width:936px;
	margin:0 auto;
	color:#999999;
	text-align:center;
	line-height:120%;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	color:#81b53b;
}
.email_signup *{
	display:inline;
	margin-bottom:3px;
}
.email_signup input{
	height:1.2em;
	padding:1px 1em;
	background:#f2f2f2;
	border:1px solid #bbb;
	color:#666;
}
.email_signup .submit input{
	padding:3px 1em;
}
#page-footer {
	background:url(../img/footer_bg.png) bottom left no-repeat;
	height:27px;
	padding:10px;
	width:957px;
	margin:0 auto;
	color:#ffffff;
	margin-bottom:30px;
}


#content #side-image{
	float:right;
	width:300px;
	margin:0px 0 10px 20px;
	padding-left:20px;
	border-left: 1px dashed #cccccc;
}
#content #side-image img {
	width:300px;
}
#content #side-image .legend {
	text-align:center;
	font-weight:bold;
	font-size:90%;
}

/*Editor Styles*/
#content {
	padding:20px 40px;
	background:#ffffff url(../img/content_bg.png) top center repeat-y;
	font-size:110%;
	color:#8c8f91;
	letter-spacing:1px;
	line-height:120%;
	min-height:300px;
	height:auto!important;
	height:300px;
	position:relative;
}
h1{
	font-size:180%;
	color:#8c8f91;
	font-family:georgia,times,serif;
	margin:5px 0 10px 0;
	line-height:120%;
	font-weight:normal;
}
h2{
	font-family:georgia,times,serif;
	font-size:120%;
	color:#acafb1;
	margin:5px 0 20px 0;
	line-height:110%;
	font-weight:normal;
	font-style:italic;
}
h3{
	color:#9e9e9e;
	font-size:110%;
	margin:5px 0 15px 0;
	line-height:110%;
	font-weight:bold;
}
h4{
	font-family:georgia,times,serif;
	color:#6e6e6e;
	font-size:110%;
	margin:20px 0 5px 0;
	line-height:110%;
	font-weight:bold;
}
h5{
	color:#9e9e9e;
	font-size:100%;
	margin:5px 0 20px 0;
	line-height:110%;
	font-weight:bold;
	font-style:italic;
}
#content p{
	margin:10px 0;
}
#content ul {
	list-style-image:url(../img/bullet-green.gif);
	padding-left:40px;
	margin:10px 0;
}
#content ul li{
	margin:1em 0px;
	padding-left:5px;
}
#content ol {
	color:#81b53b;
	list-style:decimal;
	list-style-image:none;
	padding:10px 0;
	padding-left:40px;
	margin:10px 0;
}
#content ul p,
#content ol p{
	line-height:110%;
}
#content a{
	font-family:Tahoma,Geneva,sans-serif;
	color:#81b53b;
	font-weight:normal;
	text-decoration:none;
	font-size:105%;
}
#content a:hover{
	text-decoration:underline;
}

#content ul b,
#content ul strong,
#content ol b,
#content ol strong{
	color:#81b53b;
	font-weight:normal;
}




/*Staff*/
div.staff-list{

}
div.staff-member{
	min-height:140px;
	height:auto!important;
	height:140px;
	padding-bottom:1em;
}
div.staff-picture{
	display:inline;
}
div.staff-picture img{
	float:left;
	margin: 0 20px 0 0;
	border:1px solid #999;
}


/*Contact Form*/
.error-message{
	color:#aa3333;
}

#contact-form label {
	width:120px;
	float:left;
}
#contact-form .input input {
	width:180px;
}
#contact-form .captcha-image label,
#contact-form .captcha_input label,
#contact-form .textarea label {
	width:auto;
	display:block;
	float:none;
}
#contact-form textarea{
	width:300px;
}
#contact-form .contact_email_input{
	display:none;
}
input {

	vertical-align:middle;
}
.submit-image input {
	border:0;
	padding:0;content
	background:none;
	vertical-align:middle;
	width:auto;
	height:auto;
}

/*Visual Feedback*/
#visual_feedback{
	width:955px;
	margin:0 auto;
	/*height:300px;*/
	background: url(../img/ajax-loader.gif) 50% 40px no-repeat;
	opacity:0.3;
	position:absolute;
	top:0px;

	bottom:0px;
}

/*Footer Logo*/
#footer-logo{
	width:59px;
	height:59px;
	background:url(../img/usgbc_logo_sm_b.gif) top left no-repeat;
	position:absolute;
	bottom:7px;
	right:15px;
}

/*Home page news */
#home_news{
	margin:0 0 20px 0;
	margin-bottom:0px;
	padding-bottom:10px;
	position:relative;
	padding-top:15px;
	/*
	border-top:2px solid #ddd;	
	border-bottom:2px solid #ddd;	
	*/
}
#home_news .news_category h4 {
	color:#81b53b;
}
#home_news .news_item{
	margin:20px 0;
}
#home_news .news_item a{
	color:#999;
	font-size:0.9em;
	line-height:1.2em;
	text-decoration:none;
}
#home_news .news_item a:hover{
	text-decoration:underline;
	color:#81b53b;
}
#home_news #metrics_link {
	display:block;
	position:absolute;
	top:-30px;
	right:-25px;
}
/*
	font-size:0.9em;
	border:1px solid #ccc;
	padding:3px 5px;
	width:315px;
	text-align:center;
	color:#4A6B1E;
	background:#C8D7C2;

}
#home_news #metrics_link:hover {

	text-decoration:none;
	color:#333;
	background:#ddd;
}
*/
#content #side-image #metrics_line_2{
	text-align:left;
	position:relative;
	left:-3px;
}
#content #side-image #metrics_line_2 *{
	vertical-align:middle;
}
#home_news #home_new_link {
	color:#999;
	display:inline;
	font-size:0.9em;
}

#content #side-image #metrics_guest_link img,
#content #side-image #metrics_link img{
	width:auto;
}
#content #side-image #metrics_guest_link{
	text-align:right;
	display:inline;
	margin-right:10px;
}
