@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------- general */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background:#1a1a1a url(../images/index/mainBg.gif) top repeat-x;
}

.clear {
	clear:both;
	width:0px;
	height:0px;
}

.wrapper {
	background:#2a2929;
	width:954px;
	margin:auto;
}

.mainContainer {
	width:900px;
	margin-left:27px;
	padding-bottom:27px;
}

.flashContainer {
	width:900px;
	height:524;
}

.recentProjects {
	width:357px;
	height:203px;
	float:left;
	margin-top:22px;
}

.vertBreakLeft {
	background:url(../images/index/vertBreakLeft.gif) top repeat-y;
	width:52px;
	height:203px;
	float:left;
	margin-top:22px;
}

.certThermo {
	width:218px;
	height:203px;
	float:left;
	margin-top:22px;
}

.vertBreakRight {
	background:url(../images/index/vertBreakRight.gif) top repeat-y;
	width:65px;
	height:203px;
	float:left;
	margin-top:22px;
}

.emergencyService {
	width:187px;
	height:203px;
	float:left;
	margin-top:22px;
}

/* -------------------------------------------------------- header */


#headerContainer {
	background:#fff;
	width:100%;
	height:126px;
}

#header {
	width:954px;
	height:71px;
	margin:auto;
}

#logo {
	width:247px;
	height:126px;
	overflow:hidden;
	background-image:url(../images/index/logo.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0px;
	padding:0px;
	float:left;
}
#logo a{
	width:247px;
	height:126px;
	display:block;
}
#logo span {
	margin-left:-5000px;
}

#topNav {
	width:425px;
	height:25px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	color:#858585;
	text-align:right;
	float:right;
	margin:15px 30px 0 0;
}

#topNav a {
	color:#858585;
	text-decoration:none;
}

#topNav a:hover {
	color:#858585;
	text-decoration:underline;
}

#navBar{
	width:675px;
	height:53px;
	margin:10px 15px 0 0;
	float:right;
}

ul#nav {
    list-style:none;
	width:675px;
    overflow:hidden;
}
ul#nav li {
	float:left;
	clear:right;
}
ul#nav li a span {
	margin-left:-5000px;
}
ul#nav li a {
	display:block;
	background-image:url(../images/index/navBar.gif);
	background-repeat:no-repeat;
	height:53px;
	overflow:hidden;
}

/* ------------------------------------ */

ul#nav li.commercial a {
	background-position: 0px -0px;
	width:125px;
}
ul#nav li.commercialSelected a {
	background-position: 0px -53px;
	width:125px;
}
ul#nav li.commercial a:hover, ul#nav li.commercialSelected a:hover {
	background-position: 0px -53px;
}
/* ------------------------------------ */
ul#nav li.maintenance a {
	background-position: -125px -0px;
	width:210px;
}
ul#nav li.maintenanceSelected a {
	background-position: -125px -53px;
	width:210px;
}
ul#nav li.maintenance a:hover, ul#nav li.maintenanceSelected a:hover {
	background-position: -125px -53px;
}
/* ------------------------------------ */
ul#nav li.aerial a {
	background-position: -335px -0px;
	width:214px;
}
ul#nav li.aerialSelected a {
	background-position: -335px -53px;
	width:214px;
}
ul#nav li.aerial a:hover, ul#nav li.aerialSelected a:hover {
	background-position: -335px -53px;
}
/* ------------------------------------ */
ul#nav li.residential a {
	background-position: -549px 0px;
	width:126px;
}
ul#nav li.residentialSelected a {
	background-position: -549px -53px;
	width:126px;
}
ul#nav li.residential a:hover, ul#nav li.residentialSelected a:hover {
	background-position: -549px -53px;
}
/* ------------------------------------ */



/* -------------------------------------------------------- side buttons */

#quoteLeft {
	width:218px;
	height:129px;
	float:left;
}

ul#quoteBtn {
    list-style:none;
	width:218px;
    overflow:hidden;
}
ul#quoteBtn li {
	float:left;
	clear:right;
}
ul#quoteBtn li a span {
	margin-left:-5000px;
}
ul#quoteBtn li a {
	display:block;
	background-image:url(../images/index/quoteBtn.gif);
	background-repeat:no-repeat;
	height:129px;
	overflow:hidden;
}

/* ------------------------------------ */

ul#quoteBtn li.quote a {
	background-position: 0px -0px;
	width:218px;
}
ul#quoteBtn li.quote a:hover {
	background-position: 0px -129px;
}
/* ------------------------------------ */



#emerLeft {
	width:162px;
	height:163px;
	margin:45px 0 0 27px;
	float:left;
}

ul#emerBtn {
    list-style:none;
	width:162px;
    overflow:hidden;
}
ul#emerBtn li {
	float:left;
	clear:right;
}
ul#emerBtn li a span {
	margin-left:-5000px;
}
ul#emerBtn li a {
	display:block;
	background-image:url(../images/index/emergencyBtn.gif);
	background-repeat:no-repeat;
	height:163px;
	overflow:hidden;
}

/* ------------------------------------ */

ul#emerBtn li.emergency a {
	background-position: 0px -0px;
	width:162px;
}
ul#emerBtn li.emergency a:hover {
	background-position: 0px -163px;
}
/* ------------------------------------ */




/* -------------------------------------------------------- footer */

#footerContainer {
	width:954px;
	height:126px;
	background:#3b3939 url(../images/footer/footerBg.gif) repeat-x;
}

#footer {
	width:900px;
	height:76px;
	margin-top:25px;
	float:left;
}


#footer a{
	color:#a6a6a6;
	text-decoration:none;
}

#footer a:hover{
	color:#569239;
}

#footer dl dd{
	font-size:11px;
	line-height:14px;
}

#footer dl{
	margin-left:27px;
	float:left;
}

#footer dt{
	font-weight:bold;
	font-size:12px;
	line-height:17px;
}

#copyright {
	width:275px;
	height:40px;
	font-size:11px;
	color:#a6a6a6;
	line-height:14px;
	text-align:right;
	float:right;
}


/* -------------------------------------------------------- affiliations */

#affiliationsContainer {
	background:#1a1a1a;
	width:954px;
	height:106px;
	margin:auto;
	padding-bottom:30px;
}

.icon {
	margin-top:20px;
	float:left;
}
