/* CSS RESET SCRIPT ==================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
/* END CSS RESET ======================  */

body
{ 
/*	background-color: #1e1e1e; */
	background-image: url('../images/stripe.png');
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul {
font-weight: normal;
list-style-position: outside;
list-style-type: square;
padding: none;
text-align: left;
margin-left: 1em;
margin-top: 0px;
}

h1{
	color: black;
	font-family: Eurostile, Tahoma, "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, sans-serif;
	font-size: 30px;
	text-align: left;
	padding-bottom: 5px;
}

h2{
	color: #104a80;
	font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	text-shadow: white 1px 1px 2px;
}

p{
	margin-bottom: 7px;
	font-size: 15px;
	line-height: 1.4em;
	text-align: justify;
}

.underline{
	text-decoration: underline;
}


a:link {text-decoration: underline; color: #ebebeb; }
a:visited {text-decoration: underline; color: #ebebeb;}
a:hover {text-decoration: none; color: gray;}

IMG{
	border: none;
}

#mainContainer{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	height: auto;
	padding: 0px;
	position: relative;
}

#header{
	width: 100%;
	height: 180px;
	position: relative;
}

#logo{
	top: 0px;
	left: 0px;
}

#topNavigationBox{
	position: absolute;
	top: 42px;
	width: 615px;
	right: 30px;
	background: #f1f1f1;
	padding: 10px;
}

#topLinks{
	text-align: center;
	width: auto;
	font-family: Eurostile, Bourgeois, Tahoma, "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, sans-serif;
	font-size: 28px;
	color: black;
	z-index: 1;
	padding-bottom: 8px;
}

		.topLinks{
			margin-left: 0px; 
			padding:.4em;
			list-style: none;
			display: inline;
			z-index: 1;
			padding-top: none;
			padding-bottom: none;
		}

		.topLinks a:link {text-decoration: none; color: black; border: 2px solid #f1f1f1;}
		.topLinks a:visited {text-decoration: none; color: black; border: 2px solid #f1f1f1;}
		.topLinks a:hover {text-decoration: none; color: green; border: 2px solid white;}

#bottomLinks{
	text-align: center;
	width: auto;
	font-family: Eurostile, Bourgeois, Tahoma, "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, sans-serif;
	font-size: 20px;
	color: gray;
	
}

		.bottomLinks{
			margin-left: 0px;
			padding:.5em;
			list-style: none;
			display: inline;
			padding-top: none;
			padding-bottom: none;
		}

		.bottomLinks a:link {text-decoration: none; background: none; color: gray; border: 2px solid #f1f1f1;}
		.bottomLinks a:visited {text-decoration: none; background: none; color: gray; border: 2px solid #f1f1f1;}
		.bottomLinks a:hover {text-decoration: none; color: green; border: 2px solid white;}

#greenBanner{
	width: 100%;
	height: 340px;
	width: 100%;
	background-color: green;
	border-top: 4px solid #1a1919;
	border-bottom: 4px solid #1a1919;	
	background-image: url('../images/greenBanner.jpg');
	background-position: center top;
}

#introHeaderText{
	width: 435px;
	font-size: 52px;
	font-family: Eurostile, Tahoma, "Chapparal Pro", "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, sans-serif;
	color: #f4f4f2;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	line-height: .8em;
}

#introText{
	color: white;
	width: 425px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica-Neue Light", Helvetica Neue, Helvetica, sans-serif;;
	text-align: justify;
	font-weight: lighter;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4em;
	text-align: justify;
}

#bannerPics{
	position: absolute;
	top: 184px;
	left: 500px;
	height: 340px;
	width: 477px;
	padding: none;
	margin: none;
	vertical-align: top;
}

#mainContent{
	width: 100%;
	margin: none;
	padding: none;
	height: 670px;
}

#leftBox{
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	background: #ebebeb; 
/*	background-image: url('../images/graybox.png');
	background-repeat: repeat-y; */
	width: 470px;
	height: 480px;
	float: left;
}

	#leftBoxContent{
		padding: 15px;
		color: black;
	}

#rightBox{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	background: #ebebeb; 
/*	background-image: url('../images/graybox.png');
	background-repeat: repeat-y; */
	width: 470px;
	height: 480px;
	float: right;
}
	
	#rightBoxContent{
		padding: 16px;
		color: black;
	}

#bottomBox{
	margin: 20px;
	margin-top: none;
	width: 960px;
	clear: both;
	height: 130px;
	background: #ebebeb;
}
	
	#bottomBoxContent{
		padding: 15px;
		color: black;
		text-align: center;
	}

.contactLinks{
	color: #104a80;
	font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	text-shadow: #fff 1px 1px 2px;
	}

		.contactLinks a:link {text-decoration: underline; background: none; color: #104a80; }
		.contactLinks a:visited {text-decoration: underline; background: none; color: #104a80; }
		.contactLinks a:hover {text-decoration: none; color: #000;  }

/* ========= CONTENT PGS LAYOUT =================== */
#leftBoxPage{
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	background: #ebebeb; 
/*	background-image: url('../images/graybox.png');
	background-repeat: repeat-y; */
	width: 600px;
	height: auto;
	min-height: 450px;
	float: left;
}

	#leftBoxPageContent{
		padding: 15px;
		color: black;
	}

#aboutUsImage{
	position: absolute;
	top: 201px;
	right: 22px;
	max-width: 490px;
}


.partnerLinks a:link {text-decoration: underline; background: none; color: black;}
.partnerLinks a:visited {text-decoration: underline; background: none; color: black;}
.partnerLinks a:hover {text-decoration: none; color: green;}




#solarLightingBox{
	position: absolute;
	top: 201px;
	right: 29px;
}

#waterFiltrationBox{
	position: absolute;
	top: 425px;
	right: 29px;
}

#wasteOilHeatingBox{
	position: absolute;
	top: 649px;
	right: 29px;
}



#rightBoxPage{
	position: absolute;
	top: 200px;
	right: 29px;
	width: 320px;	
	background: #ebebeb; 
/*	background-image: url('../images/graybox.png');
	background-repeat: repeat-y; */
	height: auto;
}

	#rightBoxPageContent{
		padding: 10px;
		color: black;
	}




/* ============ END CONTENT PGS LAYOUT ============== */






/*============== FOOTER STYLING ===============*/

#footer{
	position: relative;
	width: 100%;
	height: 110px;
	width: 100%;
	background-color: green;
	border-top: 5px solid #000;
	background-image: url('../images/greenBanner.jpg');
	background-position: center 50%;
}

#footerLinks{
	position: relative;
	top: 17px;
	text-align: left;
	font-family: Eurostile, Tahoma, "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, sans-serif;
	font-size: 25.5px;
	color: white;
}

		.footerLinks{
			margin-left: 2px; 
			padding:.5em;
			list-style: none;
			display: inline;
		}

		.footerLinks a:link {text-decoration: none; color: #fff;}
		.footerLinks a:visited {text-decoration: none; color: #fff;}
		.footerLinks a:hover {text-decoration: none; color: #e5e3e3; text-shadow: #000 1px 1px 2px;}

#footerLinks2{
	position: relative;
	top: 23px;
	left: 5px;
	text-align: left;
	font-family: Eurostile, Tahoma, "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	margin-left: 3px;
		}

	.footerLinks2{
		margin-left: 2px;
		padding:.5em;
		list-style: none;
		display: inline;
	}

	.footerLinks2 a:link {text-decoration: none; color: white;}
	.footerLinks2 a:visited {text-decoration: none; color: white;}
	.footerLinks2 a:hover {text-decoration: none; color: #e5e3e3; text-shadow: #000 1px 1px 2px;}

#copyright{
	position: absolute;
	bottom: 10px;
	left: 24px;
	text-align: left;
	font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, sans-serif;
	color: #ebebeb;
	font-size: 12px;
	margin-left: 3px;
	padding-top: 8px;
	border-top: 1px solid white;
}

#footerLogo{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/*==================== END FOOTER STYLING ==============================*/
