@charset "UTF-8";

/* CSS Document */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
}

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

h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3px;
}

img {
	border: 0;
}

a {
	color: #006225;
}

#container {
	width: 980px;
	margin: 10px auto;
	background-image: url(/images/bg_swoosh.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header {
	background-image: url(/images/border_top.jpg);
	height: 29px;
	background-repeat: no-repeat;
}

#footer {
	background-image: url(/images/border_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
	padding-top: 8px;
}

#footer p {
	margin: 0;
	padding: 4px;
	text-align: center;
}

#main {
	margin: 0 257px 0 240px;
	padding: 0 10px 10px 10px;
}

#wide {
	margin: 0 0 0 240px;
	padding: 0 10px 10px 10px;
}


#leftcolumn {
	float: left;
	width: 210px;
	padding-left: 30px;
}

#rightcolumn {
	float: right;
	width: 245px;
	padding-right: 7px;
	font-size: 11px;
}

#rightcolumn h2 {
	font-size: 11px;
}


/* liquid round box */

#liquid-round {
	width: 243px;
	margin: 0px auto;
	background: #E2EBE1 url(/images/liquid_leftside.gif) repeat-y left top;
}

.top {
	width: 100%;
	height: 20px;
	background: url(/images/liquid_top.gif) no-repeat left top;
}

.top span {
	display: block;
	position: relative;
	height: 20px;
	background: url(/images/liquid_top-right.gif) no-repeat right top;
}

.center-content {
	position: relative;
	background: url(/images/liquid_rightside.gif) repeat-y right top;
	padding: 1px 11px 1px 10px;
	margin: -1px 0 -50px 0;
}

.bottom {
	width: 100%;
	height: 60px;
	background: url(/images/liquid_bottom.gif) no-repeat left bottom;
}

.bottom span {
	display: block;
	position: relative;
	height: 60px;
	background: url(/images/liquid_bottom-right.gif) no-repeat right top;
}

/* lefnav */

#leftnav {
	margin: 0;
	padding: 0;
}

#leftnav ul, #leftnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftnav a {
	display: block;
	width: 204px;
	background-repeat: no-repeat;
	margin: 0;
}

#leftnav a span {
	display: none;
}

#nav_whoweare {
	background-image: url(/images/nav_whoweare.gif);
	height: 41px;
	background-position: top left;
}

#nav_whoweare:hover {
	background-image: url(/images/nav_whoweare-on.gif);
}

#nav_whatwedo {
	background-image: url(/images/nav_whatwedo.gif);
	height: 39px;
	background-position: top left;
}

#nav_whatwedo:hover {
	background-image: url(/images/nav_whatwedo-on.gif);
}

/* not used anymore
#nav_energyaudit {
	background-image: url(/images/nav_energyaudit.gif);
	height: 39px;
	background-position: 13px 0;
}

#nav_energyaudit:hover {
	background-image: url(/images/nav_energyaudit-on.gif);
}
*/

#nav_energyeffiency {
	background-image: url(/images/nav_energyeffiency.gif);
	height: 39px;
	background-position: 13px 0;
}

#nav_energyeffiency:hover {
	background-image: url(/images/nav_energyeffiency-on.gif);
}


#nav_specialprojects {
	background-image: url(/images/nav_specialprojects.gif);
	height: 39px;
	background-position: 33px 0;
}

#nav_specialprojects:hover {
	background-image: url(/images/nav_specialprojects-on.gif);
}

#nav_contactus {
	background-image: url(/images/nav_contactus.gif);
	height: 40px;
	background-position: 55px 0;
}

#nav_contactus:hover {
	background-image: url(/images/nav_contactus-on.gif);
}

/* second nav at the bottom */

#navdupe {
	margin-left: 217px;
	margin-right: 17px;
	padding: 7px 3px 3px 5px;
	font-size: 11px;
	border-top: 1px solid #c0c0c0;
	margin-top: 20px;
}

#navdupe ul, #navdupe li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navdupe li {
	float: left;
}
 
#navdupe li a {
	display: block;
	padding-right: 32px;
	color: #000;
	text-decoration: none;
}

/* classes */

.clearfloat {
	clear: both;
}

.logo {
	margin-bottom: 30px;
}

.indented {
	padding: 0 7px;
}

.calltoaction {
	text-align: center;
	border-bottom: 1px solid #acc9b2;
	margin: 12px 0;
}

.calltoaction img {
	margin-bottom: 12px;
}


.email {
	margin-left: 5px;
}

/*
.required {
	color: #FF0000;
}
*/
form {
	margin: 0;
	padding: 0;
}

input.text {
	width: 170px;
}


.qgroup {
	border: 1px solid #C2D8C9;
	padding: 8px 0 8px 8px;
	margin-bottom: 20px;
}

.qgroup h2 {
	margin-bottom: 1em;
}

.qgroup p {
	margin-bottom: 1em;
}

.qgroup .together {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	width: 200px;
}



input.check {
	vertical-align: baseline;
}

.indent {
	padding-left: 20px;
	margin-bottom: 1.3em;
}

.outdent {
	text-indent: -25px;
	padding-left: 25px;
}

.actionbutton {
	text-align: center;
	padding-top: 20px;
}

.pyramid {
	text-align: center;
}

.pyramid img {
	margin: 3px 1px;
}

.newgallery {
	margin-bottom: 20px;
}

.galleryright {
	width: 220px;
	float: right;
	text-align: right;
	margin: 10px;
}

.galleryright img {
	margin-bottom: 2px;
	margin-right: 0;
}


#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}