/* @group General */
body {
	background: #bdb9b2 url(../images/layout/background.jpg);
	margin: 0;
	font-family: Georgia, Sylfaen, sans-serif;
}
body * {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
/* @end */
/* @group Header */
#header {
	background: url(../images/layout/header_background.jpg) center top repeat-y;
}
#header p {
	width: 900px;
	height: 106px;
	margin: 0 auto;
}
#header #logo {
	margin: 35px 0 12px 8px;
	background: url(../images/layout/logo.png) top left no-repeat;
	float: left;
	text-indent: -10000px;
	width: 323px;
	height: 57px;
	display: block;
}
#header #logo a {
	width: 323px;
	height: 57px;
	display: block;
	position: relative;
}
#header #tenreasons {
	background: url(../images/layout/10reasons.png) top left no-repeat;
	margin-top: 35px;
	display: block;
	float: right;
	width: 312px;
	height: 43px;
	text-indent: -10000px;
}
/* @group Main Navigation */
#nav ul {
	list-style: none;
	background: url(../images/layout/navigation.png) 0 0 no-repeat;
	height: 45px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	text-indent: -3000em;
	height: 45px;
}
#nav ul li a.current, #nav ul li a:hover {
	background-image: url(../images/layout/navigation.png);
}
#nav ul li#link_home a {
	width: 100px;
	background-position: 0 45px;
}
#nav ul li#link_why_tmg a {
	width: 177px;
	background-position: -100px 45px;
}
#nav ul li#link_why_green a {
	width: 182px;
	background-position: -277px 45px;
}
#nav ul li#link_homes a {
	width: 142px;
	background-position: -459px 45px;
}
#nav ul li#link_blog a {
	width: 150px;
	background-position: -601px 45px;
}
#nav ul li#link_contact a {
	width: 146px;
	background-position: -751px 45px;
}
/* @end */
/* @group Green Stripe */
.homepage #stripe {
	background: url(../images/layout/green_scrape_lg.jpg) repeat-x 0 24px;
	height: 414px;
}
.sub #stripe {
	background: url(../images/layout/green_scrape_sm.jpg) repeat-x 0 24px;
	height: 230px;
}
/* @group Frame */
#frame {
	margin: -5px auto -9px;
	z-index: 100;
	position: relative;
	width: 957px;
}
#frame div {
	position: absolute;
	z-index: 400;
	top: -2px;
	left: 0;
	width: 848px;
}
#frame img {
	position: absolute;
	top: 28px;
	left: 29px;
}
#frame h1 {
	color: #fff;
	text-align: right;
	font-weight: normal;
	line-height: 79px;
}
#frame h1 a {
	color: #fff;
}
.sub #frame {
	height: 218px;
	margin-bottom: -8px;
}
.sub #frame div {
	background: url(../images/layout/frame_sm.png) top left;
	padding: 124px 54px 36px;
	height: 61px;
}
.sub #frame img {
	top: 28px;
	left: 29px;
}
.homepage #frame {
	height: 425px;
}
.homepage #frame div {
	background: url(../images/layout/frame_lg.png) top left;
	padding: 300px 54px 47px;
	height: 79px;
}
.homepage #frame img {
	top: 24px;
	left: 28px;
}
/* @end */
/* @group Green Corners */
#green_corners {
	background: url(../images/layout/green_corners.png) left top no-repeat;
	width: 942px;
	height: 20px;
	margin: 0 auto;
}
/* @end */
/* @end */
/* @end */
/* @group Main */
/* @group Sidebars */
#sidebars {
	float: left;
	width: 268px;
}
/* @group Sub-Navigation */
#subnav {
	margin-left: 25px;
	font: 14px/17px "Lucida Grande", "Lucida Sans", sans-serif;
	text-transform: uppercase;
}
#subnav ul {
	list-style: none;
	width: 213px;
	margin: 9px 0 26px;
}
#subnav ul li {
	position: relative;
	border-top: 1px solid #ded8d1;
}
#subnav ul li.current {
	margin: 0 0 0 -45px;
	background: #c86e00 url(../images/layout/subnav_arrowhead.png);
	width: 230px;
	padding-left: 45px;
	border: none;
}
#subnav ul li a {
	padding: 11px 0;
	display: block;
	text-decoration: none !important;
	color: #8c826e;
	font-weight: bold;
}
#subnav ul li.current a {
	color: #fff !important;
	cursor: default;
	height: 17px;
}
#subnav ul li a:hover {
	color: #c86e00;
}
#subnav ul li.current span {
	position: absolute;
	top: 39px;
	left: 0px;
	width: 21px;
	height: 20px;
	background: url(../images/layout/subnav_corner.png) left top no-repeat;
}
/* @end */
/* @group Blurb */
#blurb {
	background: #f6f4f2;
	padding: 0 25px;
	line-height: 21px;
}
#blurb h2 {
	font: 22px/44px Optima, "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	color: #376f16;
}
#blurb h3 {
	color: #bb5f12;
	font: bold 16px/normal "Lucida Grande", "Lucida Sans", sans-serif;
	margin-bottom: 3px;
}
#blurb h4 {
	color: #376f16;
	font: normal 12px/normal "Lucida Grande", "Lucida Sans", sans-serif;
}
#blurb p {
	padding: 10px 0 25px;
}
/* @end */
/* @end */
#main {
	background: #fff;
	width: 900px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	color: #514531;
}
* html #main {
    display: inline-block;
	margin: -5px auto 0;
}
*:first-child+html #main {
    display: inline-block;
	margin: -5px auto 0;
}
#main:after, #content_feature:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#main_background {
	background: url(../images/layout/main_shadow.png) top left no-repeat;
	width: 925px;
	margin: 0 auto;
}
#main a {
	color: #bb5f12;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
#content {
	margin-left: 300px;
	padding: 19px 45px 40px 0;
}
.homepage #content {
	margin: 0;
	padding: 20px 37px;
	font-size: 18px;
	line-height: 28px;
}
.homepage #content #jingle {
	font: bold 28px/normal Optima, "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	color: #376f16;
	padding: 0;
	text-transform: none;
}
.homepage #content #jingle span {
	font-size: 18px;
	display: block;
}
#content h2 {
	font: bold 16px/19px "Lucida Grande", "Lucida Sans", sans-serif;
	padding: 10px 0 29px;
	color: #376f16;
	text-transform: uppercase;
}
#content .summary h2 {
	padding: 0;
	line-height: normal;
}
#content ul li {
	list-style: none;
	background: url(../images/layout/checkmark_bullet.gif) top left no-repeat;
	margin: 0 0 19px 0;
	padding-left: 31px;
}
#content ul li ul li {
	background: url(../images/layout/checkmark_bullet_no_box.gif) top left no-repeat;
}
#content p {
	padding-bottom: 25px;
}
#content .post_info {
	text-align: right;
	font-style: italic;
}
#content .comment h3 {
	font: bold 14px/normal "Lucida Grande", "Lucida Sans", sans-serif;
	padding: 4px 0;
	border-bottom: 1px solid #376f16;
}
#content .comment .post_info {
	float: right;
	font-weight: normal;
	font-size: 0.8em;
}
#content .comment h3 em {
	font-weight: normal;
}
#content form input[type="hidden"] {
	display: none;
}
#content #comment_form .shownFields {
	background: #f9f4ef;
	padding: 20px;
}
#content #comment_form {
	width: 390px;
	font-size: 12px;
}
#content #comment_form h3 {
	font: bold 18px/normal Optima, "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	color: #376f16;
	padding-bottom: 18px;
}
#content #comment_form p {
	padding: 0;
	clear: right;
}
#content #comment_form input {
	font-family: Georgia, Sylfaen, sans-serif;
}
#content #comment_form label input {
	float: right;
	width: 200px;
	margin-bottom: 0.5em;
}
#content #comment_form textarea {
	font-family: Georgia, Sylfaen, sans-serif;
	width: 350px;
	height: 100px;
}
#content #comment_form .checkboxes label input {
	float: none;
	width: auto;
	margin: 0;
}
#content #comment_form .submits input {
	margin: 1em 1em 0 0;
	padding: 0 10px;
}
#content form .validation-advice {
	color: red;
	background: url(/media/images/layout/alert.gif) no-repeat left center;
	padding-left: 22px;
	position: relative;
	right: 0;
	z-index: 1000;
} 
#content a.more {
	display: block;
}
#content .left {
	float: left;
	border: 9px solid #f1eeea;
	margin: 0 25px 25px 0;
}
#content .right {
	float: right;
	border: 9px solid #f1eeea;
	margin: 0 0 25px 25px;
}
#content #button, #content #button_pdf {
	width: 268px;
	height: 37px;
	line-height: 37px;
	padding: 1px 0 1px 54px;
	color: #514531;
	display: block;
}
#content #button {
	background: url(../images/layout/button.png) top left;
}
#content #button_pdf {
	background: url(../images/layout/button_pdf.png) top left;
}
#content_feature {
	background: #f9f4ef;
	border-top: 5px solid #e4dcd5;
	padding: 23px 20px 0;
	font-size: 14px;
	line-height: 21px;
}
* html #content_feature {
	display: inline-block;
}
*:first-child+html #content_feature {
	display: inline-block;
}
#content_feature h2 {
	font: normal 24px/normal Optima, "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	color: #376f16;
	margin-bottom: 23px;
	padding: 0 17px;
}
#content_feature .column {
	width: 250px;
	float: left;
	padding: 0 17px 40px;
}
* html #content_feature .column {
	margin-bottom: 40px;
}
#content_feature h3 {
	font: bold 18px/normal "Lucida Grande", "Lucida Sans", sans-serif;
	color: #bb5f12;
}
#content_feature h4 {
	font: normal 12px/normal "Lucida Grande", "Lucida Sans", sans-serif;
	color: #376f16;
	padding-bottom: 14px;
}
/* @end */
/* @group Footer */
#footer {
	font: 12px/68px "Lucida Grande", "Lucida Sans", sans-serif;
	width: 860px;
	margin: 10px auto;
	padding: 0 20px;
	background: #a8a298;
	color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#footer a {
	float: right;
	margin: 11px 0 0 20px;
	display: block;
	text-indent: -10000px;
}
#footer #footer_nahb {
	background: url(../images/layout/affiliates/nahb.png) top left no-repeat;
	width: 140px;
	height: 45px;
}
#footer #footer_usgbc {
	background: url(../images/layout/affiliates/usgbc.png) top left no-repeat;
	width: 47px;
	height: 48px;
}
#footer #footer_leed {
	background: url(../images/layout/affiliates/leed.png) top left no-repeat;
	width: 30px;
	height: 47px;
}
#footer #footer_energystar {
	background: url(../images/layout/affiliates/energystar.png) top left no-repeat;
	width: 39px;
	height: 47px;
}
#credit {
	font: 12px/38px "Lucida Grande", "Lucida Sans", sans-serif;
	width: 860px;
	padding: 0 20px;
	margin: 0 auto;
}
#credit a {
	color: #706c68;
	text-decoration: none;
}
#credit a:hover {
	color: #bb5f12;
}
/* @end */