@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 25px 0px 9px 325px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 117px;
} 
.twoColFixRtHdr #menu {
	height: 50px;
}.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	margin: 10px 0px 0px 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0px 240px 0px 0px;
	display: inlinwe;
} 
.twoColFixRtHdr #footer {
	height: 25px;
	border-top: 2px groove #03659F;
	color: #03659F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 12pt;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.header {
	height: 25px;
	color: #0079C8;
	padding: 5px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.item{
	font-weight: bold;
	font-style: italic;
	color: #049A04;
}
.firstletter {
	float: left;
	margin-right: 0.75em;
	line-height: .75em;
}
.firstletter2 {
	float: right;
	margin-left: 0.75em;
	line-height: .75em;
}
.bodytop {
	color: #333333;
	overflow: auto;
	font-size: 10pt;
	line-height: 12pt;
	border: 1px solid #cfcfcf;
	background-color: #FFFFFF;
	height: 250px;
}
.samplediv {
	border-bottom: solid #0079C8;
	margin-bottom: 15px;
	font-size: 8pt;
	background-color: #FFFFFF;
}
.bodytop1 {
	
	color: #333333;
	
	font-size: 10pt;
	line-height: 12pt;
	border: 1px solid #cfcfcf;
	background-color: #eeeeee;
}
.bodytop2 {
	
	color: #333333;
	height: 250px;
	font-size: 10pt;
	line-height: 12pt;
	border: 1px solid #cfcfcf;
	background-color: #eeeeee;
}
.commercial {
	background-color: #336600;
	margin: 0px 600px 0px 0px;
	float: left;
}
.residential {
	background-color: #330033;
	width: 200px;
	margin: 0px 300px 0px 300px;
}
.location {
	background-color: #330000;
	width: 200px;
	float: right;
}
.body1 {
	color: #000000;
	overflow: auto;
	height: 205px;
	font-size: 10pt;
	line-height: 12pt;
	border: 1px solid #cfcfcf;
	background-color: #eeeeee;
}
.body2 {
	color: #000000;
	padding: 0px 5px 0px 15px;
	overflow: auto;
	height: 205px;
	font-size: 10pt;
	line-height: 12pt;
	border: 1px solid #cfcfcf;
	background-color: #eeeeee;
	width: 225px;
}
.moreinfor{
	font-size: 8pt;
	line-height: 10pt;
}
.address{
	font-style: italic;
	font-size: 9pt;
	margin-bottom: 5px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.class1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #009900;
	text-decoration: none;
}
.class1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #0079C8;
	text-decoration: none;
}
.class2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00A74F;
	line-height: 11px;
	text-decoration: none;
}
.class2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
	line-height: 11px;
}
.class3 a{
	font-family: Arial, Helvetica, sans-serif;
	
	color: #00A74F;
	line-height: 11px;
	text-decoration: none;
}
.class3 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000099;
	line-height: 11px;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00A74F;
	line-height: 11px;
	text-align: right;
}
.equipmentlist1{
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 3px 1px 3px;
}

.equipmentlist2{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 1px 3px 1px 3px;
}
.equipmentlistheader{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #0079C8;
	padding: 3px 0px 3px 0px;
	color: #FFFFFF;
}

img, div { behavior: url(iepngfix.htc) }
















#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #999999;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

