@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	background-color: #ECEADF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.presscopy {
	font-size: 12px;
}
.headline  {
	font-size: 14px;
	color: #7C4323;
}
.twoColFixLtHdr #bigwrapper {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
}
.def {
	font-size: 24px;
}
.def2 {
	font-size: 18px;
}
.twoColFixLtHdr #masthead {
	width: 745px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ECEADF;
}
.twoColFixLtHdr #masthead #header{
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 115px;
	background-color: #ECEADF;
} 
.twoColFixLtHdr #masthead #nav {
	height: 8px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #ECEADF;
}
.twoColFixLtHdr #container {
	width: 745px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ECEADF;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #container #sidebar1{
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 0px;
}
.twoColFixLtHdr #container #sidebar1 img{
	padding-bottom: 14px;
}
.twoColFixLtHdr #container #mainContent{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 745px;
	background-color: #ECEADF;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	margin: 0px;
	font-size: 18px;
	color: #333;
	line-height: 28px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #85411B;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display: inline;
	font-weight: bold;
}
.twoColFixLtHdr #bigwrapper #container #mainContent .homebox #bullethome {
	text-align: left;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
.homebox {
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F6C4B;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
}
.homebox p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
.homebox2 {
	padding-bottom: 10px;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homebox2 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.homeboxH {
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F6C4B;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
}
.twoColFixLtHdr #bigwrapper #container #mainContent .contact {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
a:link {
	color: #723E0F;
	text-decoration: none;
}
a:visited {
	color: #85411B;
}
a:hover {
	color: #C60;
}
.twoColFixLtHdr #navigation {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.textjustify {
	text-align: justify;
	font-size: 13px;
	line-height: 24px;
}
.missionbox {
	border: 1px solid #7C4323;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-bottom: 30px;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #bigwrapper #container #mainContent .homebox #form1 #contactform {
	text-align: left;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
form {
	font-size: 12px;
	color: #1D0B00;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contactf {
	border: 1px solid #713716;
	color: #713716;
}
.homeboxC {
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #sidebar2 img {
	padding-bottom: 14px;
}
.twoColFixLtHdr #container #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 10px;
}
.twoColFixLtHdr #bigwrapper #container #mainContent2 .contact {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #bigwrapper #container #mainContent2 .homebox #form1 #contactform {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #container #mainContent li{
	list-style-image: url(../images/bulllet.png);
}
input {
	background-color: #ECEADE;
	border: 1px solid #713716;
	color: #7C4323;
}
select {
	background-color: #ECEADE;
	border: 1px solid #713716;
	color: #7C4323;
}
textarea {
	background-color: #ECEADE;
	border: 1px solid #713716;
	color: #7C4323;
}
.textjustifyborder {
	text-align: justify;
	font-size: 12px;
	border: 1px solid #85411B;
	margin-top: 20px;
}
.titleimg {
	margin-top: 15px;
	margin-bottom: 15px;
}
.specs {
	text-align: left;
	font-size: 13px;
	border: 1px solid #85411B;
	margin-top: 20px;
}
.specnames {
	font-weight: bold;
	color: #85411B;
}
.textlinks {
	font-size: 12px;
}
.pdf {
	background-color: #ECEADF;
	padding: 2px;
	float: right;
	width: 110px;
	border: 1px solid #7C4323;
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContentProcess {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.twoColFixLtHdr #bigwrapper #container #mainContentProcess .contact .cocenter {
	text-align: center;
}
.sidebar_box {
	height: 220px;
	width: 180px;
	padding-top: 10px;
}
#leed {
	font-weight: bold;
	color: #85411B;
	border: 1px solid #000000;
	margin: 0px;
	font-size: 14px;
	background-color: #FDF6EB;
	background-image: url(../images/usgbc-logo_67.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 17px;
	padding-right: 75px;
	padding-bottom: 17px;
	padding-left: 4px;
}
#leed a:link {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.side_uslogo {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
.slideshow_sub {
	font-size: 11px;
	font-style: italic;
	color: #39523C;
}
.headline img {
	border: 1px solid #7C4323;
}
 input:focus {
	 outline:none;
 }
 textarea:focus {
	 outline:none;
 }
