html
{
	margin: 0;
}

body 
{
	background-image: url(../images/backgroundTile.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Sans-Serif;
	font-size:100%;
    line-height:1.125em; /* 16×1.125=18 */
}

#container
{
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #333333;
	background-color: #dedddd;
	background-image: url(../images/mainBodyTile.gif);
	background-repeat: repeat-y;
}



/* _____________________________________ TEXT */
h1
{
	color: #00649D;
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
	padding: 0px;
	margin: 0px;
}

h2
{
	color: #333333;
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
}

h3
{
	color: #333333;
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
}

h4
{
	color: #333333;
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

p
{
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
	color: #646060;
	padding: 0px;
	margin: 0px 0px 19px 0px;
}

.JeffLorenger
{
	color: #252525;
	font-size: 0.875em;	/* 16pt size x .875 = 14pt */
	margin: 0px; 
	padding: 0px;
}

.italics
{
	font-style: italic;
}

.boldme
{
	font-weight: bold;	
}

a.GoGreenLink  
{
	text-decoration: none;
}

a.GoGreenLink:link, a.GoGreenLink:visited
{
	color: #00649D;
}

a.GoGreenLink:hover, a.GoGreenLink:active
{
	color: #7b7979;
}

.sustainableDevelopment
{
	margin: 15px 0px 0px 0px;
	padding: 0px;	
	color: #252525;
}

.quoteText
{
	margin: 0px; padding: 0px;
	color: #646060;  /*color: #00649D; */
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
}

.quoteSource
{
	margin: 0px 0px 0px 74px; padding: 0px;
	color: #252525;
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
}

.vpBlueSpan
{
	color: #00649D;
	font-weight: bold;
}

.vpGraySpan
{
	color: #252525;
	font-weight: bold;
}

.vpGraySpanNoBold
{
	color: #252525;
}

.sustainabilityDefinedQuote
{
	margin: 0px 0px 20px 0px; padding: 0px;
	color: #252525;
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
	width: 610px;
}


/* _____________________________________ SPACING */
.mainBodySectionWidth620
{
	width: 620px;	
}

.mainBodySectionWidth645
{
	width: 645px;	
}

.mainBodyAddHeight
{
	height: 450px;
}

.mainBodyAddHeight2
{
	height: 590px;
}

.noBreak
{
	white-space: nowrap; 
}

.bottomSpacing15
{
	margin-bottom: 15px;	
}

.bottomSpacing30
{
	margin-bottom: 30px;	
}



/* _____________________________________ MAIN BODY */
#mainbody
{
	padding: 29px 35px 90px 35px;
	margin: 0px;
}

#header
{
	height: 124px;  /* 124px; */
	background-image: url(../images/headerTile.jpg);
	background-repeat: repeat-x;
}

#home_findWhatYouNeed
{
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 18px;
	height: 170px;
	width: 605px;
}

#home_findWhatYouNeed #floatLeftChair1
{
	float: left;
	margin-right: 26px;
	margin-left: 103px;
}

#home_findWhatYouNeed #floatLeftChair2
{
	float: left;
}

.findWhatYouNeed
{
	margin: 0px 0px 0px 0px;
	padding: 0px;	
	text-align: left;
	width: 605px;
}

#home_findWhatYouNeed ul
{
	margin: 0px;
	padding: 0px;
	
}

li.noArrow 
{
	list-style-image: none; 
	list-style-type: none;
}

li.arrow
{
	list-style-image: url(../images/mainBodyListArrow.gif);
	margin-left: 10px;
	font-weight: bold;
	color: #055e98;
}




/* _____________________________________ FOOTER */
#footer
{
	background-image: url(../images/footerTile1.gif);
	background-repeat: repeat-x;
	height: 52px;
	padding: 0px;
	margin: 0px;

}

#footer ul 
{
	padding-top: 0px; margin-top: 5px;	
	
}

#footer ul li
{
	display: inline;
	list-style-type: none;
	
}

#footer li
{
	
	margin: 0px;
	color: #7b7979;

}

#footer a
{
	text-decoration: none;	
	font-size: 0.625em;	/* 16pt size x .75 = 10pt */
	padding: 3px 30px 0px 0px;
}

#footer a:link, a:visited
{
	color: #7b7979;	
}

#footer a:hover, a:active
{
	color: #084a75;
}

.lastFooterItem
{
	font-size: 0.625em;	/* 16pt size x .75 = 10pt */
	padding-right: 45px;
	margin: 0px;
}


#bottomBar
{
	height: 37px;
	background-color: #747474;
}




/* _____________________________________ GENERAL */
img
{
	border-style: none;
	display: block;	
}

.floatRight
{
	float: right; 
}

.floatRight ul
{
	margin-top: 18px;
}

.floatLeft
{
	float: left;	
}

.clearBoth
{
	clear: both;	
}

.floatLeftLogo
{
	float: left;
	margin-left: 35px;
}	

.visionPolicyRule
{
	color: #777777; 
	background-color: #777777; 
	width: 613px;
	height: 1px; 	 
	margin: 60px 0px 0px 0px; 
	padding: 0px; 
	border: 0; 
	text-align: left;
}



/* _____________________________________ LEED EXPERTISE */
.LEEDTitle
{
	color: #000000; /* #00649D; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#LEEDlinks
{
	font-size: 0.625em;	/* 16pt size x .625 = 10pt */
	margin-top: 10px;
}

.LEEDlinksLeft
{
	float: left;
}

.LEEDlinksLeft li
{
	line-height:1em; /* 16×1.125=18 */
	margin-bottom: 10px;
	width: 120px;
	vertical-align: text-top;
}

.moveLeft15
{
	margin-left: 15px;
}


#LEEDlinks a
{
	text-decoration: none;
	color: #000000;
	/* font-weight: bold;*/
}

#LEEDlinks a:hover 
{
	text-decoration: none;
	color: #696c6d;
}


#LEEDlinks ul
{
	/*list-style-image: url(../images/leed_arrow.gif);*/
	margin-left: 0px;
	padding-left: 0px;
	
	
}

.LEEDlinksItem 
{
	list-style-type: none;
	background-image: url(../images/leed_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	margin: 0px;
	padding: 0px;
}

.LEEDlinksItem a
{
	margin-left: 10px;	
}

.LEEDlinksTitle
{
	padding-left: 10px; 
	display: block;
	line-height:1.25em; /* 16×1.125=20 */
	color: #000000;
}


#ctl00_ContentPlaceHolder1_LEEDteamMemberName
{
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
	font-weight: bold;
	margin-top: 0px;
	padding-top: 22px;
	color: #000000;
}
#ctl00_ContentPlaceHolder1_LEEDteamMemberOrg
{
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
	color: #000000;
}
#ctl00_ContentPlaceHolder1_LEEDteamMemberText
{
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
	width: 600px;
	color: #646060;
}

#LEEDinfoArea
{
	height: 200px;	
}


#LEED_additionalResources
{
	width: 250px;
	height: 230px; /* 198*/
	/* background-image: url(../images/philosophyBackground.jpg);*/
	background-image: url(../images/relevantBox_LEED.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	/* margin: 9px 0px 0px 0px; */
}

#LEED_additionalResources ul
{
	/* padding: 14px;	 */
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 14px; /* margin-left: 20px; */
}

#LEED_additionalResources a
{
	text-decoration: none;
	font-size: 0.8em;
	
}

#LEED_additionalResources a:link, #LEED_additionalResources a:visited
{
	color: #00649D;	
}

#LEED_additionalResources a:hover, #LEED_additionalResources a:active
{
	color: #7b7979;
}

#LEEDlinks a.highlightLEEDMember
{
	color: #7b7979;	
}

#LEEDlinks a.deHighlightLEEDMember
{
	color: #00649D;  /* #000000; */
}

#LEEDlinks a.deHighlightLEEDMember:hover, #LEEDlinks a.deHighlightLEEDMember:active
{
	color: #7b7979;
}



/* _____________________________________ Right Feature Box */
#rightBoxSection
{
	float: right; 
	margin-left: 5px;
}

.extraRightPush { margin-right: 15px; }

#rightBoxContent
{
	width: 250px;
	height: 280px;
	background-image: url(../images/box_tile.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#rightBoxContent2
{
	width: 250px;
	height: 425px;
	background-image: url(../images/box_tile.png);
	background-repeat: repeat-y;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#rightBoxContent3
{
	width: 250px;
	height: 330px;
	background-image: url(../images/box_tile.png);
	background-repeat: repeat-y;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#rightBoxContent ul, #rightBoxContent2 ul, #rightBoxContent3 ul
{
	/* list-style-type: none; */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 14px; 
}
/*
#rightBoxContent2 ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 14px; 
}
*/
#rightBoxInner ul
{
	padding: 0px;
	margin: 0px 0px 0px 14px; 
}

#rightBoxContent a, #rightBoxContent2 a, #rightBoxContent3 a
{
	text-decoration: none;
}
/*
#rightBoxContent2 a
{
	text-decoration: none;
}
*/
#rightBoxContent a:link, #rightBoxContent a:visited
{
	color: #00649D;	
}

#rightBoxContent a:hover, #rightBoxContent a:active
{
	color: #7b7979;
}

#rightBoxContent2 a:link, #rightBoxContent2 a:visited
{
	color: #00649D;	
}

#rightBoxContent2 a:hover, #rightBoxContent2 a:active
{
	color: #7b7979;
}

#rightBoxContent3 a:link, #rightBoxContent3 a:visited
{
	color: #00649D;	
}

#rightBoxContent3 a:hover, #rightBoxContent3 a:active
{
	color: #7b7979;
}

.rightBoxHeadline 
{
	font-size: 0.875em;	/* 16pt size x .875 = 14pt */
	font-weight: bold;
	color: #45484a;
	margin: 0px; /* 5px */
	padding: 14px 0px 0px 14px;

}


.rightBoxItem
{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 2px;
	font-size: 0.625em;	/* 16pt size x .625 = 10pt */
	line-height:1.1875em; /* 16 x 1.1875 = 19 */
	font-weight: bold;
	width: 180px;
	list-style-type: none;
	background-image: url(../images/leed_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
}
/*
.rightBoxItem a
{
	margin: 0px; padding: 0px;	
}
*/

#rightBoxEndCap
{
	background-image: url(../images/box_shadow.png); 
	background-repeat: no-repeat; 
	width: 255px; height: 15px; 
	padding-top: 0px; 
	margin-top: 0px;
}

#rightBoxInner
{
	margin-top: 0px;
}



/* _____________________________________ Cradle to Cradle */
#C2CLink ul
{
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#C2CLink li
{
	/* list-style-image: url(../images/leed_arrow.gif); */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:1.1875em;
	list-style-type: none;
	background-image: url(../images/leed_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
}

#C2CLink a
{
	font-size: 0.625em;	/* 16pt size x .625 = 10pt */
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
}

#C2CLink a:link, #C2CLink a:visited
{
	color: #00649D;
}

#C2CLink a:hover, #C2CLink a:active
{
	color: #7b7979;
}


a.C2CEmail 
{
	text-decoration: none;
}

a.C2CEmail:link, a.C2CEmail:visited
{
	color: #00649D;
}

a.C2CEmail:hover, a.C2CEmail:active
{
	color: #7b7979;
}

.MDBCheadline
{
	margin: 0px;
	padding: 0px;	
	color: #252525;
	font-weight: bold;
}


/* _____________________________________ Manufacturing Performance */
.manufacturingImages
{
	border: solid 2px #747474;
}

.manufacturingImagesSelected
{
	border: solid 2px #000000;
}

.manufacturingLargeImage
{
	border: solid 2px #000000;
}

#mainImageDescription
{
	width: 340px;
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
	color: #000000;
	height: 150px;
	margin-top: 15px;
	margin-left: 0px;
	padding-top: 0px;
	clear: both;
}

sub { top: 0.8ex; vertical-align: text-bottom; position: relative;  } 

.manufImageThumb 
{
	position: relative;
	float: left;
	margin: 0px 11px 11px 0px; padding: 0px;
}

.manufImageThumbDivider
{
	margin: 0px; padding: 0px;
}

.manufImageArea { width: 280px; }


/* _____________________________________ Go Green */

li.greenListItems
{
	font-size: 0.75em;
	/* list-style-image: url(../images/mainBodyListArrow.gif); */
	/* margin-bottom: 10px; */
	font-weight: normal;
	color: #646060;

	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	line-height:1.1875em;
	list-style-type: none;
	background-image: url(../images/leed_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
}


/* _____________________________________ Press Releases */
.pressReleaseSection
{
	margin: 22px 0px 22px 0px; padding: 0px;
}

.pressReleaseSection p
{
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.pressReleaseSection ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.pressReleaseSection li
{
	/* list-style-image: url(../images/leed_arrow2.gif); */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:1.1875em;
	list-style-type: none;
	background-image: url(../images/leed_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
}

.pressReleaseSection a
{
	font-size: 0.625em;	/* 16pt size x .625 = 10pt */
	text-decoration: none; 
	margin-left: 10px;
}

.pressReleaseSection a:link, .pressReleaseSection a:visited
{
	color: #00649D;
}

.pressReleaseSection a:hover, .pressReleaseSection a:active
{
	color: #7b7979;
}



/* _____________________________________ TO PLACE */
.dataSheetColumnLeft
{
	float: left; 
	width: 285px; /* 250 */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.dataSheetColumnRight
{
	width: 300px; /* 285, 250 */
	margin: 13px 0px 0px 300px;
	padding: 0px 0px 0px 0px;
}

.dataSheetListingPDF
{
	background-image: url(../images/dataSheetListingBullet.gif);
	background-repeat: no-repeat;
}

.bottomSpace15
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.dataSheetListingTitle
{
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
	color: #242424;
	font-weight: bold;
}

a.dataSheetListingName
{
	margin-left: 7px;
	padding-left: 0px;
	font-size: 0.625em;	/* 16pt size x .625 = 10pt */
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a:link.dataSheetListingName, a:visited.dataSheetListingName
{
	color: #00649D;
}
a:hover.dataSheetListingName, a:active.dataSheetListingName
{
	color: #7b7979;
}

.dataSheetColumnLeft h3
{
	margin-top: 0px; padding-top: 0px;
}

a.dataSheetListing
{
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0px 10px -5px;
	padding: 0px;
}

a:link.dataSheetListing, a:visited.dataSheetListing
{
	color: #242424;
}

a:hover.dataSheetListing, a:active.dataSheetListing
{
	color: #666666;
}



/* _____________________________________ Furniture Repurposing */

/*
#furnitureRepurpsingList ol
{
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
}

#furnitureRepurpsingList li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:1.1875em;
}
*/

#furnitureRepurpsingList 
{
    margin: 0px; padding: 0px;
	color: #646060;  /*color: #00649D; */
	font-size: 0.75em;	/* 16pt size x .75 = 12pt */
	line-height:1.1875em;
}

#furnitureRepurpsingList ol
{
    margin-left: 25px; padding-left: 0px;
}

#furnitureRepurpsingList li
{
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px;   
}

