@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	height: 149px;
	padding-bottom: -149px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/chrome_bg2.gif);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #header {
	background-image: url(images/chrome_bg2.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 156px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d6e8fb;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 25px;
	margin-top: 16px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0px;
	margin-left: 200px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 8px solid #d6e8fb;
	margin-top: 16px;
} .twoColFixLtHdr #footer {
	padding: 0px;
} 
.twoColFixLtHdr #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: 0px; /* 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;
}

.bott-fltrt { /* Footer Right Column. */
	float: right;
	background-color: #feef83;
	width: 200px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.bott-fltrt2 { /* Footer Right Column. */
	float: right;
	background-color: #feef83;
	width: 225px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 50px;
	padding-left: 7px;
}
.bott-fltlft { /* Footer Left Column */
	float: left;
	width: 320px;
	background-color: #FFF;
	padding: 7px;
	border: solid 3px #feef83;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bott-fltcent { /* Footer Center Column */
	float: none;
	background-color: #FFF;
	border: solid 3px #feef83;
	width: 320px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 355px;
	padding: 7px;
}


.bott-fltcent2-wide { /* Footer Center Column */
	float: none;
	background-color: #FFF;
	border: solid 3px #feef83;
	width: 652px;
	margin-top: 145px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

.bott-flt-wide { /* Footer Center Column */
	float: none;
	background-color: #FFF;
	border: 1px solid #0F0;
	width: 700px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.bott-flt-Footr { /* Footer Center Column */
	float: none;
	background-color: #d6e8fb;
	padding: 7px;
	margin: 0px;
}

.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;
}
#Strong_Header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
}
.Headline_Layer {
	background-color: #333;
	position: relative;
	height: 50px;
	width: 300px;
	top: -50px;
	left: 350px;
}
.column-left {
	float: left;
	width: 326px;
	border: 3px solid #feef83;
}
.column-center {
	float: left;
	border: 3px solid #093;
	width: 326px;
}

.column-wide-nofloat {
	float: none;
	width: 658px;
}

.lower-newsletter-container {
	background-image: url(images/chrome_bg2.gif);
	background-repeat: repeat-x;
	border: 8px solid #d6e8fb;
	padding: 10px;
	height: auto;
	margin: 0px;
}
.lower-content-container {
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.lower-newsl-headline {
	float: left;
	width: 695px;
	height: 130px;
}
.lower-newsl-logo {
	float: left;
	width: 226px;
	height: 130px;
}
.twoColFixLtHdr #container #mainContent .twoColFixLtHdr strong {
	color: #F00;
}

.main-headline-4-index {
	width: 610px;
	background-image: url(images/chrome_bg2.gif);
	background-repeat: repeat-x;
	float: right;
	text-align: center;
}

.main-logo {
	width: 314px;
	height: 124px;
	padding-top: 10px;
	background-image: url(images/chrome_bg2.gif);
	background-repeat: repeat-x;
	float: left;
}.twoColFixLtHdr #container #mainContent p strong {
	color: #F00;
}

.bold-smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
}
.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bold-sub-headtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
}
.bold-headlinetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}
#phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #F30;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding-left: 10px;
}

.gallery-DisplayRight-fltrt { /* page 1 gallery display. */
	float: right;
	width: 540px;
	background-image: url(images/gallery/phto00.jpg);
}
.gallery-DisplayRight-fltrt2 { /* page 2 gallery display. */
	float: right;
	width: 540px;
	background-image: url(images/gallery3/solarTech_12.jpg);
}
.gallery-LeftThumb-fltlft {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.gallery-LeftSpacer-fltlft {
	float: left;
	width: 8px;
	height: 650px;
	margin: 0px;
	padding: 0px;
}
.gallery-RightThumb-fltlft {
	float: left;
	width: 100px;
}
.gallery-BottomThumb2-fltrt {
	float: right;
	width: 540px;
	margin-top: 10px;
}
.index-upper { /* this class is the upper box of the index page */
	float: left;
	border: 8px solid #d6e8fb;
	width: 728px;
	margin: 0px;
	padding-left: 14px;
	padding-top: 14px;
	padding-right: 11px;
	padding-bottom: 0px;
}
.solar-ind-panel { /* this class is for the pool panels page, for solar industries info */
	float: left;
	margin-right: 40px;
	padding-left: 40px;
	width: 680px;
}
.basic-panel { /* this class is for placing text and graphics in a container next to the nav bar */
	width: 767px;
	float: left;
}
