@charset "utf-8";


/* MAIN HEADER
-------------------------------------------------------------------*/
#plant {
	position: absolute;
	width: 125px;
	bottom: 0px;
	left: 414px;
}

/* PAGE HEADER
-------------------------------------------------------------------*/
#pageheader {
	background: #FFF url(../images/whatwedopagehead-sustain.jpg) no-repeat;
}



/* BODY WRAPPER
-------------------------------------------------------------------*/
#body {
	position: absolute;
	top: 194px;
	left: 0;
	width: 912px;
	height: 1291px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 1291px;
	background: #666 url(../images/leftnav-whatwedo.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#sustainability a:link, #sustainability a:visited {
	color: #4D4D4D;
	background-color: #FFF;
}

/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 662px;
	background: transparent;
}


/* CONTENT IMAGE FORMATING
-------------------------------------------------------------------*/
#greenbulb {
	height: 150px;
	margin: 0 0 0 10px;
}

#greencont {
	height: 140px;
	margin: 3px 25px 0px 20px;
}

#leed, #usgbc {
	width: 100px;
	margin: 12px 0 0 20px;
}

#msca{
	width: 150px;
	margin: 14px 0 12px 20px;
}


/* CONTENT TEXT & LINK FORMATING
-------------------------------------------------------------------*/
#content h1, #content h2 {
	color: #060;
}

#content p {
	line-height: 16px;
}

.greenunderline {
    padding-bottom: 5px;
	border-bottom: 1px solid #004B23;
	margin: 30px 0 0 0;
}

.glinks {
	margin: 14px 0 -8px 0;
}

.susbold {
	color: #060;
	font-weight: bold;
}

a.sustainblinks:link, a.sustainblinks:visited, a.sustainblinks:hover {
	color: #060;
	font-size: 11px;
	font-style: none;
}

a.italic:link, a.italic:visited, a.italic:hover {
	color: #060;
	font-size: 11px;
	font-style: italic;
}



/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 1485px;
	left: 0;
	/*background: #333 url(../images/footer-sustain1.jpg) no-repeat;*/
}

#goodbye {
	position: absolute;
	top: 1535px;
	left: 0;
}

