ƒ@charset "utf-8";
a {
	color: #513127;
}

body {
	background-color: #4d3c21;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

img { border: 0px; }

p { margin-top: 0px; } f

h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	margin-bottom: 5px;
	font-size: 14px;
	color:rgb(0,128,0);
}

h3 {
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}

h5 {
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 10px;
}

ul {
	margin-top: 10px;
	margin-bottom: 25px;
}

li {
	margin-bottom: 8px;
}

#inspired img {
	margin: 0px 0px 10px 0px;
}

#inspired a.website {
	height: 20px;
	width: 130px;
	background-image: url(../../images/inspired_button.png);
	background-position: 0px 0px;
	display: block;
	margin: 0px 7px 0px 7px;
}

#inspired a.website:hover {
	height: 20px;
	width: 130px;
	background-image: url(../../images/inspired_button.png);
	background-position: 0px -40px;
	display: block;
	margin: 0px 7px 0px 7px;
}

#inspired a.brochure {
	height: 20px;
	width: 130px;
	background-image: url(../../images/inspired_button.png);
	background-position: 0px -20px;
	display: block;
	margin: 0px 7px 0px 7px;
}

#inspired a.brochure:hover {
	height: 20px;
	width: 130px;
	background-image: url(../../images/inspired_button.png);
	background-position: 0px -60px;
	display: block;
	margin: 0px 7px 0px 7px;
}

#oc {
	margin-left: auto;
	margin-right: auto;
	/*width: 700px;*/
	width: 700px;
}

#content {
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 482px;
}

#leftShadow {
	float: left;
	background: red;
	height: 100%;
	width: 5px;
}

#content_background {
	width: 684px;
	float:left;
	margin-left: 17px;
	background-image: url(../images/background_color.jpg);
}

#header {
	height: 70px;
	overflow: hidden;
	width: 705px;
	float:left;
	_margin-left:8px;
}
#topnav-wrap {
	background:transparent url(../images/topnav_background.jpg) no-repeat left top;
	width:544px; height:70px;
	float:left;
}
#topnav {
	/*margin-top: 45px;*/
	padding: 0px;
}

#leftnav {
	height: 339px;
	width: 143px;
	background-image: url(../images/leftnav_background.jpg);
	background-repeat: no-repeat;
	float: left;
}

#leftnav img {
	*margin-top: -2px;
	
}

#leftnav_links {
	margin-top: 31px;
	margin-left: 33px;
	padding-right: -3px;
}

#flash {
	_position: absolute;
	top: 70px;
	height: 279px;
}

#pod_container {
	top: 349px;
	margin-left: 146px;
	margin-top:53px;
	position: absolute;
}

#pod_background {
	height: 211px;
	width: 541px;
	background-color: #8c9a78;
	margin-left: 143px;
	margin-bottom:55px;
	_margin-top: -3px;
	visibility: hidden;
}

#image {
	width: 541px;
	height: 140px;
	margin: 0px;
	overflow: hidden;
}

#image_overlay {
	margin-top: -26px;
	left: 5px;
}

#text_overlay {
	margin-top: -26px;
}

#image_overlay img {
	*margin-top: -3px;
	opacity: .8;
	filter: alpha(opacity=80);
}

#text {
	width: 503px;
	background: #FFFFFF;
	padding: 19px;
	overflow: hidden;
	margin-bottom:55px;
}

#summary {
	font-size: 12pt;
	color: #999999;
}

.pod {
	width: 175px;
	margin-right: 4px;
	float: left;
	
	*margin-top: -3px;
	height: 290px;
	background-color: #FFFFFF;
}
.pod a {
	color: #669900;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.pod a:hover {
	color: #77CC11;
	text-decoration: underline;
}
.pod_bodyText {
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

.picture_right {
	float: right;
}

.linktitle {
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}

#ie6 {
	_float: left;
	padding-bottom: 45px;
}

.archives, .subnav {
	background: url(../images/pagecurl.jpg) top left no-repeat #d5caa2;
	padding-left: 22px;
	padding-right: 10px;
	padding-bottom: 20px;
	position: relative;
	float: right;
	color: #3b2c13;
	left: 10px;
	right: 10px;
	line-height: 1.6;
	padding-top: 20px;
}
.archives {
	margin-top: 50px;
}
.archives a {
	color:#630;
	text-decoration: none;
}
.archives a:hover {
	text-decoration: underline;
}

.innerblock {
	background-color: #cabf93;
	padding:5px;
	width:auto;
	color:#3b2c13;
	text-align:center;
	margin-bottom:10px;
}

/*
 CCC: This was placed here to make the innerblocks adjacent to a
 subnav have some whitespace (namely right margin). The CSS could
 be rehauled in a gridlike/nice relative positioning layout, but
 as this is not the case, this will have to do for now. (9/7/2010)
*/
.innerblockNextToSidebar {
	margin-right: 220px;
}

.back {
	text-align: right;
}

#footer {
	color: #9c7f41;
	text-align: right;
	background: #4d3c21;
	font-size:10px;
	overflow:auto;
	position:relative;
	top:0px;
}

#questions, #interesting, #glossary{
	overflow:auto;
}

div.leftFooter{
	float:left;
}

div.rightFooter{
    float: right;
	font-size:11px;
}
div.rightFooter a, div.leftFooter a{
	font-size:10px;
}

#footer a:link {
	color: #9c7f41;
	text-decoration: none;
}

#footer a:visited {
	color: #9c7f41;
	text-decoration: none;
}

#footer a:hover {
	color: #d3c9a5;
	text-decoration: underline;
}

.minipod {
	/* Only IE6 will pick this up*/
	_margin-top: -4px;
	_background: #e5dec4;
}

img#greenGlossaryLink {
	display: block;
	width: 130px;
	float: left;
	margin-left:-20px;
}

#lower-content{
	display:block;
	height:150px;
	width:100%;
}

/* LEED TABLE */

table.leed-summary {
	width: 500px;
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	font-family: sans-serif;
	font-size: 10px;
	color: #000;
}

table.leed-summary td {
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	text-align: center;
	vertical-align: middle;
}

table.leed-summary td.normal {
	background-color: #FFF;
}

table.leed-summary td.label {
	font-weight: bold;
}

table.leed-summary td.silver {
	background-color: #969696;
}

table.leed-summary td.gold {
	background-color: #ffcc00;
}

table.leed-summary td.platinum {
	background-color: #ccccff;
}

table.leed-summary td.gray {
	background-color: #cccccc;
}


/* COLLAPSABLE MENU */
/*.drawers-wrapper {
	width: 517px;
}
.drawers-wrapper ul {
	list-style: none;
	padding: 0;
}
.drawer-handle {
	background:#e5dec4;
	color:#000;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	margin-bottom:0pt;
	margin-top:0pt;
	width:100%;
}
.drawer {
	background:#faf8f3;
	color:#000;
	border:2px #e4dec4 solid;
	font-size:12px;
	line-height:1.3em;
}
.drawer-content{
	margin-left:17px;
}
.drawer-content a{
	color:#008000;
	font-size:9pt;
	font-weight:bold;
	text-decoration:underline;
}*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
   .webkitSpacer
   {
	  margin-top: 30px;
   }
}

