/* 
	-------------------------------
	COLOR GLOSSARY
	-------------------------------

	DARK GREEN: 			#00533a
	DARKER MIDDLE GREEN:	#dce7e4
	LIGHTER MIDDLE GREEN:	#ccddd8
	LIGHT GREEN:			#f5f8f7
	PURPLE MAROON:			#650934
	LIGHT GRAY:				#e1e1e2
	MIDDLE GRAY:		 	#c3c3c4
	DARK GRAY:				#727272

*/

/* @group Globals */
body { font:11px "trebuchet ms", sans-serif; background:#e1e1e2; color:#000; }
.hidden, .forprint { display:none; }
.toggler { cursor:pointer; }
#wait { padding-top:80px; text-align:center; }
/* @end */

/* @group Containers */
.wrapper { width:940px; margin:0 auto; }
#content { background:#fff url(../images/bg-body-bottom.jpg) left bottom repeat-x; overflow:hidden; }
#pagecontent { width:415px; float:left; margin-bottom:15px; padding-right:12px; min-height:320px; overflow:hidden; /* height:320px; overflow-y:scroll; */ }
#sidebar { width:440px; float:right; }
#map { width:430px; height:280px; border:1px solid #000; }
/* @end */

/* @group Header */
#header { background:url(../images/bg-body-top.jpg) left top repeat-x; overflow:hidden; padding-bottom:20px; }
#linkhome { width:181px; height:105px; float:left; }
#linkhome a { display:block; height:105px; overflow:hidden; text-indent:-9999px; background:url(../images/bg-logo.jpg); }

	/* @group Navigation */
	#nav { width:415px; float:right; font-size:11px; background:#00533a; position:relative; margin:0; padding:0; }
	#nav li { display:block; float:left; height:23px; padding:0; margin:0; }
	#nav li a { display:block; text-decoration:none; text-transform:lowercase; color:#fff; height:20px; padding:3px 8px 0 8px; }
	#nav li a:hover { text-decoration:underline; background-color:#ccddd8; color:#00533a; }
	#nav ul { display:none; background:#fff; width:auto; overflow:hidden; position:absolute; left:0; top:23px; padding-top:3px; }
	#nav ul li { display:block; float:left; background:#ccddd8; }
	#nav ul li a { color:#00533a; text-decoration:none; padding:4px 10px 5px 10px; }
	#nav ul li a:hover { text-decoration:underline; color:#650934; }
	#nav li:hover ul { display:block; }
	/* @end */
/* @end */

/* @group htmlarea */
.htmlarea { font-size:12px; line-height:2em; }
.htmlarea h1 { font-size:18px; color:#650933; margin-bottom:0.5em; }
.htmlarea h2, .htmlarea h3, .htmlarea h4,.htmlarea h5,.htmlarea h6 { font-size:15px; color:#000; font-style:italic; margin:1em 0 0.5em 0; }
.htmlarea p { margin-bottom:2em; }
.htmlarea blockquote { font-size:13px; }
.htmlarea table { width:100%; border-color:#000; border-width:1px 0 0 1px; border-style:solid; overflow:hidden; margin-bottom:2em; }
.htmlarea th { color:#fff; background:#00533a; padding:2px 6px; border-width:0 1px 1px 0; border-style:solid; border-color:#000; font-size:15px; }
.htmlarea td { background:#f5f8f7; padding:2px 6px; border-width:0 1px 1px 0; border-style:solid; border-color:#000; }
.htmlarea tr.alt td { background:#dce7e4; }
.htmlarea blockquote { clear:both; border-top:1px solid #000; padding-top:10px; margin-top:10px; background:url(../images/quote-open.jpg) left 10px no-repeat; padding-left:20px; color:#6c173f; font-size:16px; }
.htmlarea blockquote p { display:inline; background:url(../images/quote-close.jpg) right bottom no-repeat; padding-right:20px; }
.htmlarea ul { margin:0 0 20px 20px; list-style:square; }
.htmlarea li { margin:0 0 10px 0; }
.htmlarea a { color:#00533a; text-decoration:underline; }
.htmlarea a:hover { text-decoration:none; }
.htmlarea a:visited { color:#00533a; text-decoration:underline; }
.htmlarea dd { margin:0 0 1em 1em; }
/* @end */

/* @group Sidebar */
#sidebar a { color:#650934; }
#sidebar dl { overflow:hidden; width:260px; padding:0 0 2em 0; }
#sidebar dt { font-size:13px; color:#fff; background:#00533a; padding:6px 7px; border-bottom:1px solid #fff; }
#sidebar dd { background:#ccddd8; overflow:hidden; }
#sidebar dd ul { list-style:square; padding:0.6em 1em 1.6em 2.5em; }
#sidebar dd ul li { margin:3px 0; }
#sidebar dd ul li a { color:#000; text-decoration:none; font-style:italic; }
#sidebar dd ul li a:hover { text-decoration:underline; }
#sidebar dd p { margin:0.6em 1em 1.6em 2.5em; }

.sb-photos {padding-top:12px; width:500px; background-image:none;}
/* @end */

/* @group Forms */
form { overflow:hidden; }
form legend { display:none; }
form div { padding-bottom:20px; width:225px; float:left; }
form div.alt { margin-left:23px; }
form label { display:block; font-weight:bold; }
form input { display:block; width:220px; height:19px; padding:6px 5px 0 5px; border:0; border-right:1px solid #000; background:url(../images/bg-input-contact.jpg); }
.textarea { width:471px; float:none; clear:both; margin:0; }
form textarea { display:block; width:469px; height:85px; padding:6px 5px 0 5px; border:0; background:url(../images/bg-textarea-contact.jpg); font:12px "trebuchet ms", sans-serif; }
form .checkbox { width:350px; float:left; }
form .checkbox input { width:auto; height:auto; margin:0 10px 0 0; float:left; border:1px solid #000; background-image:none; }
form .checkbox label { width:auto; float:left; }
#formsubmit { width:115px; float:right; clear:none; }
#formsubmit button { border:0; display:block; width:115px; height:28px; overflow:hidden; text-indent:-9999px; cursor:pointer; background:url(../images/button-submit.jpg); }
p.error { color:#f00; margin:0; padding:5px 0 0 0; text-align:center; }
span.error { color:#f00; }
div.errorPane { margin:0; padding:0; }
/* @end */

/* @group Footer */
#footer { overflow:hidden; padding:8px 0 40px 0; }
ul#footernav { width:40%; float:left; font-size:11px; }
ul#footernav li { display:inline; }
ul#footernav li a { text-decoration:none; text-transform:lowercase; color:#727272; padding:0 12px 0 0; }
ul#footernav li a:hover { text-decoration:underline; }

div#address { width:30%; float:right; text-align:right; }
div#address h4 { font-size:12px; color:#00533a; font-weight:bold; }
div#address address { font-style:normal; font-size:11px; line-height:1.3em; }
div#address address a { text-decoration:none; color:#000; }
div#address address a:hover { text-decoration:underline; }
/* @end */

/* @group Horizontal Scrollers */
.hscrollers { width:26px; height:17px; float:right; background:url(../images/scroll-arrows-horizontal.jpg) no-repeat; }
.hscrollers li { width:12px; height:15px; margin-right:1px; float:left; }
.hscrollers li a { display:block; overflow:hidden; text-indent:-9999px; width:12px; height:15px; }
/* @end */

/* @group Energy Star */
#energystar { clear:both; width:294px; min-height:60px; overflow:hidden; background:#e1e1e1 url(../images/bg-energystar.jpg) left top no-repeat; margin-bottom:2px; color:#727272; visibility:hidden; }
#energystar h3 { width:109px; height:45px; margin:12px 0 0 12px; background:url(../images/logo-energystar.jpg) no-repeat; float:left; }
#energystar h3 a { display:block; overflow:hidden; text-indent:-9999px; height:37px; }
#energystar p { width:150px; float:right; font-size:10px; margin:12px 12px 0 0; padding-top:15px; }
#energystar form { display:block; clear:left; margin:3px 12px; border-top:1px solid #727272; padding:0 0 4px 0; overflow:hidden; }
#energystar form label { display:none; }
#energystar form div { padding:5px 0 0 0; }
#energystar form div.textfield { width:200px; float:left; }
#energystar form .textfield input { width:190px; height:16px; background:transparent url(../images/bg-input-email-signup.jpg); border:0; font-size:10px; padding:3px 4px 0 3px; }
#energystar form legend { font-size:11px; text-transform:lowercase; margin-bottom:3px; }
#energystar form button { display:block; float:right; width:58px; height:19px; border:0; background:url(../images/button-sign-up.jpg); overflow:hidden; text-indent:-9999px; margin-top:5px; cursor:pointer; }
#energystar .buttons { clear:none; width:60px; float:right; }
/* @end */


/* --------------------------------
	SPECIFIC PAGES
-------------------------------- */

/* @group Misc */
#sidebarplaceholder { background:url(../images/bg-stock-company-history.jpg) center center no-repeat; height:320px; }
/* @end */

/* @group Index */
#indexcontent { background:url(../images/bg-stock-index.jpg) right top no-repeat; margin-top:26px; }
#energystarinfo { overflow:hidden; padding-bottom:5px; }
#indexpg #header { padding-bottom:0; }
#indexcopy { clear:both; width:375px; font-size:12px; height:330px; position:relative; }
#indexcopy h1 { font-size:22px; margin-bottom:0.3em; padding-top:10px; }
#indexpg #energystar { clear:none; position:absolute; bottom:11px; left:0; border-bottom:2px solid #fff; }
#indexpg #energystar p { margin:0; line-height:1em; padding-top:24px; float:left; margin-left:10px; }
#indexpg #footer { padding:0; }
/* @end */

/* @group Company History */
#company-historypg #sidebar { background:url(../images/bg-stock-company-history.jpg) center center no-repeat; height:320px; }
/* @end */

/* @group Building Process */
#building-processpg #sidebar { background:url(../images/bg-stock-company-history.jpg) center center no-repeat; height:320px; }
/* @end */

/* @group Professional Associations */
#professional-associationspg #sidebar { background:url(../images/bg-stock-company-history.jpg) center center no-repeat; height:320px; }
/* @end */

/* @group Partners/Vendors */
#partners-vendorspg #sidebar { background:url(../images/bg-stock-company-history.jpg) center center no-repeat; height:320px; }
/* @end */

/* @group Contact */
#contactpg #sidebar { width:484px; }
.success { text-align:center; padding-top:80px; }
/* @end */

/* @group Terms and Conditions */
#terms-conditionspg #sidebar { background:url(../images/bg-stock-company-history.jpg) center center no-repeat; height:320px; }
/* @end */

/* @group Testimonials */
#testimonialspg #sidebar { background:url(../images/bg-stock-company-history.jpg) center center no-repeat; height:320px; }
.testimonial { clear:both; overflow:hidden; padding:10px 0 15px 0; }
.testimonial p { margin:0; }
.testimonial cite { font-weight:bold; display:block; text-align:right; }
/* @end */

/* @group Purchasing a New Home */
.purchasing_new_homegp #gallery { width:350px; }
.purchasing_new_homegp #gallery h4 { color:#00533a; font-style:italic; padding:5px 0 4px 0; border-bottom:1px solid #00533a; margin:0 0 10px 6px; }
.purchasing_new_homegp #image-medium { width:347px; height:209px; background:url(../images/bg-gallery-medium.jpg); text-align:center; padding-top:12px; }
.purchasing_new_homegp #image-medium #wait { padding-top:80px; }
.purchasing_new_homegp ul.thumbs { overflow:hidden; padding-left:3px; width:300px; }
.purchasing_new_homegp ul.thumbs li { display:block; width:55px; height:48px; float:left; margin:0 5px 0 0; background:url(../images/bg-gallery-thumb.jpg); text-align:center; padding-top:7px; }
#scrollcontainer, #thumbcontainer { overflow:hidden; }
/* @end */

/* @group Energy Star */
#video { width:477px; height:237px; }
#vidcaption { font-style:italic; padding-top:10px; font-size:11px; font-weight:bold; }
/* @end */

/* @group News */
#additional { clear:both; overflow:hidden; padding-top:30px; }
#additional div { width:42%; float:left; margin-right:7%; }
/* @end */