/*Reset*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
input, select, textarea, table { font-family:inherit; font-size:inherit; font-weight:inherit;}

body {
	text-align:center;
	background-color:#636363;
	font-family:Arial, Helvetica, sans-serif;
	color:#242424;
	font-size:0.8em;
}

div#container {
	width:703px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

div#col1 p {
	margin:20px 0px 20px 0px;
}

img {
	border:0;
}

.right {
	text-align:right;
	margin-right:10px;
}
	
div#header {
	width:703px;
	height:247px;
	background-color:#000000;
	position:relative;	
}

div#header h1 {
	overflow:hidden;
}

div#header h1 a {
	background-image:url('logo.jpg');
	height:173px;
	width:703px;
	display:block;
	text-indent:-8000px;
	position:absolute;
	top:28px;
	left:0px;
}

div#content {
	background-image:url('content-background.gif');
	width:703px;
	overflow:auto;
}

div#footer {
	background-color:#242424;
	padding:16px 0px 16px 0px;
	text-align:center;
	color:#ffffff;
	font-size:0.8em;
}

div#col1 {
	margin-left:30px;
	width:437px;
	float:left; display:inline;
}

div#col2 {
	width:215px;
	margin-left:12px;
	margin-top:12px;
	float:left; display:inline;
	padding-bottom:15px;
}

div#nav {
	position:absolute;
	top:201px;
}

div#col1 h2 {
	color:#28881d;
	font-size:1.7em;
	margin-top:20px;
}

div#col1 h2,div#col1 h3,div#col1 p{
	margin-left:27px;
	margin-right:34px;
}

div#col1 ul  {
	margin-left:47px;
	margin-right:34px;
}

div#col1 h3 + h2 + p {
	font-size:1.2em;
}

label {
	display:block;
	width:120px;
	text-align:right;
	margin-right:10px;
	float:left; display:inline;
	margin-left:27px;
}

.button {
	margin-left:157px;
}


div#col2 a img { 
	margin-bottom:15px;
}

/*-----------Navigation--------------*/

div#nav ul{
	list-style-type: none;
	}

div#nav ul li {
	display:inline;
	float:left;
	overflow: hidden;
}

div#nav ul li a{
	display:inline;
	float:left;	
	text-indent:-8000px;
	display:block;	
	background-repeat:no-repeat;
}


div#nav ul li#navAboutUs a{background:url('bttn-off-AboutUs.gif') no-repeat left 0px; height:46px; width:79px;}
div#nav ul li#navAirConditioningEnergyAssessment a{background:url('bttn-off-AirConditioningEnergyAssessment.gif') no-repeat left 0px; height:46px; width:143px;}
div#nav ul li#navCommercialEPC a{background:url('bttn-off-CommercialEPC.gif') no-repeat left 0px; height:46px; width:131px;}
div#nav ul li#navContactUs a{background:url('bttn-off-ContactUs.gif') no-repeat left 0px; height:46px; width:100px;}
div#nav ul li#navDomesticEPC a{background:url('bttn-off-DomesticEPC.gif') no-repeat left 0px; height:46px; width:119px;}
div#nav ul li#navFAQs a{background:url('bttn-off-FAQs.gif') no-repeat left 0px; height:46px; width:64px;}
div#nav ul li#navHome a{background:url('bttn-off-Home.gif') no-repeat left 0px; height:46px; width:66px;}

.AboutUspg div#nav ul li#navAboutUs a{background:url('bttn-on-AboutUs.gif') no-repeat left 0px; height:46px; width:79px;}
.AirConditioningEnergyAssessmentpg div#nav ul li#navAirConditioningEnergyAssessment a{background:url('bttn-on-AirConditioningEnergyAssessment.gif') no-repeat left 0px; height:46px; width:143px;}
.CommercialEPCpg div#nav ul li#navCommercialEPC a{background:url('bttn-on-CommercialEPC.gif') no-repeat left 0px; height:46px; width:131px;}
.ContactUspg div#nav ul li#navContactUs a{background:url('bttn-on-ContactUs.gif') no-repeat left 0px; height:46px; width:100px;}
.DomesticEPCpg div#nav ul li#navDomesticEPC a{background:url('bttn-on-DomesticEPC.gif') no-repeat left 0px; height:46px; width:119px;}
.FAQspg div#nav ul li#navFAQs a{background:url('bttn-on-FAQs.gif') no-repeat left 0px; height:46px; width:64px;}
.Homepg div#nav ul li#navHome a{background:url('bttn-on-Home.gif') no-repeat left 0px; height:46px; width:66px;}

/*----------end navigation----------*/


