@charset "UTF-8";
/* CSS Document */

body {
	font-weight:normal;	
	color:#FFFFFF;  
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Verdana, Arial, sans-serif ;
	font-size: 11px; 
	
	text-decoration:none; 
	ine-height:1.6em;
	letter-spacing:.1em;
	}
a, a img, a:visited {
	border:none;
	text-decoration:none;
	color:#626164;
	}
	
#main_full a {
	color:#FFFFFF;
	}
	
a:hover {
		font-variant: normal;
		color: white;
	}
p {
	margin-top:0px;
	}
	

#container {
	text-align:center;
	position:relative; top:14px;
	}
	
#gray_box {
	margin-top: 10px;
	width: 802px;
	position:relative;
	background:#626164;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}

#left_navigation {
	width:144px;
	float:left;
	text-align:right;
	font-size:14px;
	margin-right: 0px;
	}

#left_navigation a {
	color: #aaa9ab;
	text-decoration:none;
	}
#left_navigation a:hover {
	
	color: white;
	
}
.left_nav_items {
	padding:10px;
	padding-right:20px;
	}

/* Show only to IE6 */ 
* html .left_nav_items {
	padding:7px;
	padding-right:20px;
	}
/* Show only to IE7 */ 
*:first-child+html .left_nav_items {
	padding:7px;
	padding-right:20px;
	}

.on {
	background:#aaa9ab;
	font-weight:bold;
	}

.on_sub a {
	color: white;
	font-weight:bold;
	}

.on_sub a {
	color: white;
	font-weight:bold;
	}

#logo {
	padding-right: 20px;
	text-align: right;
	padding-top:40px;	
	padding-bottom:20px;
	}

.bottom_nav {
	color:#626164;
	position:relative;
	top:-43px;
}

.bottom_nav a{
	color:#626164;
	text-decoration:none;
	}
.bottom_nav a:hover{
	color: #c1bfc5;
	}

#squares_table {
	top: 3px;
	position:relative;
	right: -68px;
		
	}

#the_squares tr td {
	width: 110px;
	text-align:center;
	}
	
.square_text {
	padding-top:15px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.02em;
	
	}


#footer {
	width: 818px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	color:#626164;
	position:relative; 
	top:35px;
	line-height:1.8em;
	}
#contact_info {
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}
	 #contact_info a {
	color:#626164;
	}

#contact_info p {
		margin: 0px;
		padding: 0px;
	}
.squares {
		float: left;
		position:absolute;
		top:15px;
		color:white;
		width:75px;
		text-align:center;
	}
.squares p {
	padding: 5px;
	color:white;
}
.squares a {
	color:white !important;
	padding:12px;
	position:relative;
	top: -10px;
	left:-12px;
	text-decoration:none;
	}
.squares .square a {
	text-decoration:none !important;
	}
.square {
	border-color: #432615;
	border-style: solid;
	border-width: 1px;
	
	width: 30px;
	height: 30px;
	
	clear:both;
	text-align:center;
	
	padding:0px;
	margin:5px;
	margin-bottom:10px;
	position:relative;
	left:15px;
	}
	
.square2 {
	border-color: #432615;
	border-style: solid;
	border-width: 1px;
	width: 30px;
	height: 30px;
	clear:both;
	text-align:center;
	padding:0px;
	margin:5px;
	margin-bottom:5px;
	position:relative;
	left:15px;
}
.square2 a {
	text-decoration:none !important;
	color:white !important;
	padding:12px;
	position:relative;
	top: 6px;
	left:0px;
}
	
.square3 {
	border-color: #432615;
	border-style: solid;
	border-width: 1px;
	width: 30px;
	height: 30px;
	clear:both;
	text-align:center;
	padding:0px;
	margin:5px;
	margin-bottom:5px;
	position:relative;
	left:15px;
}
.square3 a {
	text-decoration:none !important;
	color:white !important;
	padding:12px;
	position:relative;
	top: 6px;
	left:-5px;
}
	
/* Show only to IE6 */ 
* html .square{
	width:30px;
	height:30px;
	left:0px;
	} 
	
/* Show only to IE7 */ 
*:first-child+html .square{
	width:30px;
	height:30px;
	left:0px;
	} 	

.square a {
	color: white;
	float: left;
	margin-left: 12px;
	margin-top: 4px;
	text-align:center;
}

* html .square a{
	margin:0px;
	padding:0px;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	position:relative;
	left:0px;
	top:0px;
}
* html #project_left {
	height:460px;
	overflow:hidden;
}

* html #project_right{
	height:460px;
}

/* Show only to IE7 */ 
*:first-child+html #project_left {
	height:460px;
	}

.square:hover {
    background-color:#54301a;
}

/*  !!!!!!!!!!!!  ---------  define the colors here  -----------  !!!!!!!!!!!!!!!!!!!   */

.orange {
background-color:#cf8317;
color:#a7610c;
	}
.green {
background-color:#494522;
color:#494522;
	}
.brown {
background-color:#54301a;
color:#54301a;
	}
.tan {
background-color:#a3978b;
color:#a3978b;
	}
.blue {
background-color:#3a444d;
color:#3a444d;
	}

.orange_text_bottom, .orange_text_bottom a {
color:#cf8317 !important;
	}
	
.orange_text, .orange_text a {
color:#a7610c !important;
	}
	
.green_text, .green_text a {
color:#494522 !important;
	}
	
.brown_text, .brown_text a {
color:#54301a !important;
	}
	
.tan_text, .tan_text a {
color:#a3978b !important;
	}
	
.darker_tan_text, .darker_tan_text a{
	color:#8a725a !important;
	}
	
.blue_text, .blue_text a {
color:#3a444d !important;
	}

.orange_roll a:hover {
color:#cf8317 !important;
	}
.green_roll a:hover {
color:#494522 !important;
	}
.brown_roll a:hover {
color:#54301a !important;
	}
.tan_roll a:hover {
color:#a3978b !important;
	}
.darker_tan_roll a:hover{
	color:#8a725a !important;
	}
.blue_roll a:hover {
color:#3a444d !important;
	}

.line {
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;

	height:5px;
	width:40px;
	
	position:relative;
	top:7px;
	left:35px;
	margin-bottom:5px;
	
	}
*html .line {
	left:0px;
	}

/* Show only to IE7 */ 
*:first-child+html .line {   
	left:0px;
	} 

/* Show only to IE6 */ 
* html .line {   
	left:0px;
	} 

/* Show only to IE7 */ 
*:first-child+html .ie_spacer {   
	height:40px;
	} 

/* Show only to IE6 */ 
* html .ie_spacer {   
	height:80px;
	} 

#gray_line {
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	
	width:574px;
	height:4px;
	background:#aaa9ab;
	margin-bottom:80px;
	float:right;
	

	}
.clear {
	clear:both;
	}

#main_content {
	width:574px;
	float:right;
	padding-bottom:0px;
	font-size:12px;
	color:#FFFFFF;
	line-height:1.5em;

	}
	
.breadcrumbs {
	position:absolute;
	top:-60px;
	left: -226px;
	text-align:left;
	width:768px;
	
	}

.breadcrumbs, h1, .breadcrumbs a, .breadcrumbs a:hover, h1 a:hover {
	font-size:10px;
	text-decoration:none !important;
	color:#626164 !important;
	display:inline;
	font-weight:normal;
	text-transform:lowercase;
	}
	
	
h2 {
	font-size:24px;
	font-weight:normal;
	text-transform:lowercase;
	
	margin-bottom:20px;
	line-height:normal;
	}

h3 {
	font-size:12px;
	margin:0px;
	margin-top:10px;
	padding:0px;
	}
	
#main_content h3 a, #main_content h3 a:hover {
	font-weight:bold;
	}

h4 {
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	margin:0px;
	padding:0px;
	}

h5 {
	display:inline;
	font-size:24px;
	font-weight:normal;
	}

#main_left {
	float:left;
	width:198px;
	position:relative;
	top: 40px;
	right:0px
	z-index:200;
	margin-bottom:40px;
	color:#FFFFFF;
	}
#main_left h2 {
		margin-top: 60px;
	}
#main_right {
	float:right;
	width:275px;
	position:relative;
	right:80px;
	
	}
#main_full {
	float:left;
	width:475px;
	position:relative;
	top:40px;
	padding-bottom:60px;
	}
	#main_full h2 {
		padding-top:60px;
		}
		
.box {
	height:33px;
	width:33px;
	margin-top:36px;
	float:left;
	}
.secondary_text {
	position:relative;
}
.st_text {
	font-style:italic;
	left:0;
	margin-left:50px;
	position:relative;
	top:36px;
	padding-bottom:50px;
	
	}
#zero_energy {
    bottom: -25px;
    float:left;
    height:38px;
    position:absolute;
	left:0px;
    width:160px;
	}

#zero_energy img {
}

 .left_sub_nav {
    width:144px;
}

.sub_nav {
	padding-left: 10px;
	width:144px;
	
	}

.left_sub_nav a {
	color:#aaa9ab !important;
	text-align:left;
	padding-left:35px;
	float:left;
	font-size:11px;
	line-height:2.2em;
	
	width:144px;
	}
.sub_nav a {
	line-height:1.6em;
	}
	
.left_sub_nav a:hover {
	color:#ffffff !important;
	font-weight:normal;
	
	}
#left_navigation .left_sub_nav a:hover {
	color:#ffffff !important;
	font-weight:normal;
	
	}
	
.dash {
	width:144px;
	}
.dash a {
	background-image:url(images/dash.gif);
	background-repeat:no-repeat;
	background-position: 0% 50%;
	color:white !important;
	
	
}

.sub_nav_line {
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;

	background-image:url(images/dash.gif);
	background-repeat:repeat-x;
	background-position: 0% 50%;
	height:15px;
	float:left;
	width:144px;
	}
.sub_nav_spacer {
	height:7px;
	width:144px;
	margin:0px;
	padding:0px;
	line-height:0px;
	font-size:0px;
	}
.bold {
	font-weight:bold !important;
	}
ul {
	margin-top:0px;
	}
li {

	}
.bold {
	font-weight:bold;
	}
.trade {
	font-size:0.4em; 
	vertical-align:super;
}
.projects {
	margin-top: 0px;
	visibility: hide;
}
.projects_breadcrumb {
		margin-top: 40px;
	}
	 #project_left {
	position: relative;
	float: left;
}
#project_right {
	width: 80px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	float: right;
}

ul {
	margin-left:15px;
	}
li {
	list-style:disc;
	}
.sub_on, .sub_on a, .sub_on a:hover {
	font-weight:normal !important;
	color:white !important;
	}
p {
	margin-bottom:10px;
	}

.more-images {
	text-align:center;
	font-size:9px;
	padding:10px;
	line-height:normal;
	}

.before-after {
height:460px;
width:490px;
	position:relative;
	}
.before {
	margin-right:20px;
	font-size:10px;
	color:white;
	float:left;
	position:absolute;
	bottom:0px;
	}
.after {
		float:right;
		}
#main_content a {
	color:white;
	text-decoration:underline;
	
	}
#main_content a:hover {
	color:white;
	text-decoration:underline;
	font-weight:normal;
	}
.testimonials {
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
	}.testimonials h3 {
		font-size: 12px;
	}
	 .testimonials p {
		font-style: italic;
		font-size: 9px;
		padding-bottom:10px;
	}
	 .right {
		padding-left: 10px;
		padding-top: 30px;
		float: right;
	}
	.home {
		bottom:-73px;
		position:absolute;
		right:-15px;
		
		font-size:14px;
		font-weight:bold;
		letter-spacing:-0.02em;
}

.zero_holder {
	width:768px; 
	z-index:400; 
	height:0px; 
	position:relative; 
	top:-1px;"
	}
.davis, .davis a, .davis a:hover {
	padding-top:10px !important;
	color:#b1b3b6 !important;
	font-size:10px;
}
.davis a {
	text-decoration: underline !important;
}
