html,
body {
	margin:0;
	padding:0;
	height:100%;
	background: #E6E3DA url(../images/bkg/wam-bkg-full.jpg) repeat-x fixed
}

#container {
	min-height:100%;
	position:relative;
	margin: 0px auto;
	width: auto;
}

.header {
	background:url(../images/header/wam-header-1.png);
	margin: 0px auto;
	height: 342px;
	width: 1000px;
}

.nav {
	margin: 0px auto;
	height: 61px;
	width: auto;
	background: url(../images/nav/wam-navbkg.png) center;
	}
	
ul#navlist
{
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px auto;
	text-align: center;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding: 3px 10px;
	margin: 0px auto;
}

#navlist a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover
{
	color: #009966;
	text-decoration: none;
	background: #ECEADA;
}	

.content {
	width: 1000px;
	background: url(none) no-repeat;
	overflow: hidden;
	margin: 0px auto;
}

.leftside {
	width: 730px;
	height: auto;
	float: left;
	}
	
.rightside {
	width: 270px;
	float: right;
	background: url(../images/rside/wam-rside-bkg.png) no-repeat;
	}
	
.hwindow {
	width: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.taxcredit {
	width: 230px;
	height: auto;
	padding-left: -7px;
	}

.taxtext {
	width: 230px;
	height: auto;
	padding-left: -7px;
	margin-top: -10px;
}
	
.energy {
	width: 209px;
	height: 193;
	padding-left: 7px;
	}
	
	
/* page title code starts here - insert title and image path as shown ///////////////////////////////*/


.phead-performance {
	height: 60px;
	width: 650px;
	background: url(../images/ptitle/wam-performance.png) no-repeat;
	margin-left: 20px;
}

.phead-projects {
	height: 60px;
	width: 650px;
	background: url(../images/ptitle/wam-projects.png) no-repeat;
	margin-left: 20px;
}

.phead-residential {
	height: 60px;
	width: 650px;
	background: url(../images/ptitle/wam-residential.png) no-repeat;
	margin-left: 20px;
}

.phead-commercial {
	height: 60px;
	width: 650px;
	background: url(../images/ptitle/wam-commercial.png) no-repeat;
	margin-left: 20px;
}

.phead-contact {
	height: 60px;
	width: 650px;
	background: url(../images/ptitle/wam-contact.png) no-repeat;
	margin-left: 20px;
}


/* page title code ends here - insert title and image path as shown ///////////////////////////////*/



/* content text properties START */

h1 {
	color: #003300;
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-left: 50px;
	}
h3 {
	color: #003300;
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-left: 50px;
}
	
h6 {
	color: #006633;
	padding-left: 20px;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	}
	
p {
	color: #003300;
	font: 13px Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 50px;
	}
	
a:link {
	color: #003300;
}
a:visited {
	color: #006633;
	text-decoration: underline;
}
a:hover {
	color: #339933;
	text-decoration: underline;
}
a:active {
	color: #CFD5D0;
	text-decoration: underline;
}
/* content text properties END */


/* footer text properties START */

.foottext {
	color: #006633;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font: 12px Georgia, "Times New Roman", Times, serif;
	}

.foottext a:link {
	color: #666633;
	font-size: 11px;
	text-decoration: none;
	}

.foottext a:visited {
	color: #666633;
	text-decoration: none;
	font-size: 11px;
	}

.foottext a:active {
	color: #0A293B;
	text-decoration: none;
	font-size: 11px;
	}

.foottext a:hover {
	color: #006633;
	text-decoration:
	underline;
	font-size: 11px;
	}
	
/* footer text properties END */
	

.footer {
	height:183px; /* Height of the footer */
	background:url(../images/footer/wam-footer.jpg) repeat-x center bottom;
	margin: 0px auto;
	position: relative;
	bottom:0;
	font-size: 11px;
}

