@charset "UTF-8";
#Dealer Map {
	float: right;
	width: 600px;
	border: medium ridge #003300;
	height: 500px;
	margin-bottom: 20px;
}

.featuresgreentitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #395F0B;
}

/* CSS Document */

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-size: large;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #bbdb88;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #5E9619;
	width: 800px;
	clear: both;
	float: left;
} 
.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: 780px;
	background-color: #BBDB88;
	z-index: 2;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #5E9619;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	width: 780px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	clear: both;
} 
#headerimage {
	float: left;
	margin-left: 15px;
}
#header2 {
	float: right;
	height: 125px;
	width: 800px;
}

#Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 300px;
	float: left;
	color: #000000;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
} 
.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: 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;
}
.twoColFixLtHdr #container #header #header3 {
	background-color: #003300;
	height: 25px;
	float: none;
	padding: 10px;
}
.navitem {
	padding: 2px;
	border: 1px solid #990000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006600;
	background-color: #FFFFCC;
	text-align: center;
	float: left;
	width: 71px;
}
.features {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.featureleft {
	padding: 0px;
	float: left;
	height: 200px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
.maincontentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bolder;
	color: #395F0B;
	margin-left: 0px;
	line-height: 25px;
	margin-top: 30px;
}
.featureright {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 200px;
	width: 290px;
}
.twoColFixLtHdr #container #mainContent .clearboth {
	clear: left;
	height: 10px;
}
.twoColFixLtHdr #container #header #header2 #headerimage {
	padding: 5px;
	width: 252px;
	margin-left: 30px;
}
.twoColFixLtHdr #container #header #header2 #headertext {
	width: 450px;
	float: right;
	height: 115px;
}
#titlemain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #395F0B;
	line-height: 18px;
}
#headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
	line-height: 8px;
	text-align: center;
	float: right;
	margin-right: 15px;
	margin-bottom: 5px;
	height: 100px;
	width: 450px;
	margin-top: 3px;
	margin-left: 0px;
	padding-bottom: 5px;
}
#Warranty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	width: 250px;
	float: right;
}
#homeleftbullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #395F0B;
	list-style-position: outside;
	list-style-type: disc;
	width: 200px;
	float: left;
	line-height: 40px;
	height: 900px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15;
	padding-left: 1px;
	clear: none;
	border: thin solid #395F0B;
}
#Home_Footer_Text {
	height: 80px;
	width: 770px;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
}
#Energy_Star_Container {
	height: 250px;
	width: 750px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}


#homeimage {
	width: 350px;
	height: 350px;
	float: right;
}
#homemaintext {
	width: 360px;
	height: 200px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: none;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
.homeclear {
	clear: both;
	width: 575px;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	line-height: 30px;
}
.style1 {font-size: 12px}
#Dealer  {
	float: left;
	width: 750px;
	border: medium groove #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 3px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	height: 270px;
	text-align: center;
}
#dealer_instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	height: 20px;
	width: 790px;
	border-bottom-width: 15px;
	border-top-width: 5px;
}
#specifications_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	float: left;
	height: auto;
	width: 740px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
	border: thin solid #BBDB88;
}
#specifications_footer {
	float: left;
	height: auto;
	width: 755px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 20px;
}

#dealername {
	background-color: #CCCCCC;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
	margin-bottom: 5px;
	width: auto;
	text-align: left;
}
#dealerinfo {
	line-height: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-style: normal;
	width: 400px;
	float: left;
	padding-top: 5px;
	text-align: left;
}
#dealerinfo2 {
	float: right;
	width: 300px;
	padding-top: 5px;
	text-align: left;
	clear: none;
	height: 210px;
}
#footercontainer {
	background-color: #FFFFFF;
	float: left;
	height: 20px;
	width: 800px;
}
#maincontenttext2 {
	height: 60px;
	margin-right: 90px;
	margin-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	margin-top: 5px;
	float: left;
	width: 600px;
}
#installationtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	float: left;
}
#installationcontainer {
	float: left;
	width: 580px;
	height: 200px;
}
#installationtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	float: left;
	width: 400px;
	height: 300px;
	margin-bottom: 5px;
	line-height: 20px;
	text-align: left;
}
#installationphoto {
	width: 350px;
	height: 290px;
	float: right;
}
#installationbottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	float: none;
	width: 350px;
	height: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	clear: both;
	margin-bottom: 20px;
}
#contactustablecontainer {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
.backtotop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
	text-align: center;
	vertical-align: bottom;
}
#EnergyStar {
	float: left;
	height: 200px;
	width: 170px;
	margin-top: 18px;
	margin-right: 0px;
	margin-left: 0px;
	clear: none;
	margin-bottom: 15px;
}
#contractorname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #006600;
	background-color: #CCCCCC;
	height: 30px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#Home_Energy_Text {
	height: 50px;
	width: 199px;
	clear: left;
	margin-top: 25px;
	float: left;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #395F0B;
}
#Home_Energy_Logo {
	height: 150px;
	width: 175px;
	padding-left: 25px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #395F0B;
}
#Disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#Disclaimer_Accept {
	height: 22px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	border: thin outset #006600;
	background-color: #CCCCCC;
	margin-bottom: 15px;
	margin-top: 15px;
}
#Disclaimer_Decline {
	height: 22px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	border: thin inset #006600;
}
#Project_Container {
	float: none;
	height: auto;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffcc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	clear: both;
}
.Project_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
	height: 30px;
	width: 758px;
	border: thin ridge #006600;
	padding-top: 5px;
	background-color: #CCCCCC;
}
.Project_Left_Image {
	clear: left;
	float: left;
	height: 250px;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.Project_Right_Descr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	clear: right;
	float: right;
	height: 50px;
	width: 350px;
	margin-right: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.Project_Left_Descr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	clear: both;
	float: left;
	height: 50px;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.Project_Picture_Space {
	float: left;
	height: 250px;
	width: 10px;
}

.Project_Right_Image {
	clear: right;
	float: right;
	height: 250px;
	width: 350px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#Installation_Note {
	height: 50px;
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
#nodealers {
	height: 30px;
	width: 750px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-size: 18px;
	background-color: #CCCCCC;
	border: thin ridge #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-align: center;
	vertical-align: bottom;
	padding-top: 5px;
	float: left;
}
#joinourteam_text {
	text-align: left;
	width: 700px;
	padding: 20px;
	height: 525px;
}
#statewithnodealer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	background-color: #CCCCCC;
	text-align: center;
	margin: 20px;
	height: 225px;
	width: 750px;
	border: thin ridge #006600;
	padding-top: 10px;
}
#requestsample {
	float: left;
	height: 180px;
	width: 125px;
	border: medium ridge #006600;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	line-height: 14px;
	margin-left: 10px;
}
#dealer_statemap {
	height: 300px;
	width: 750px;
}
.dealer_backtotop {
	height: 15px;
	width: 750px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
.adhesives {
	height: 480px;
	width: 525px;
	float: left;
}
.adhesivecontainer {
	height: 500px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #009900;
}
.adhesivephoto {
	height: 300px;
	width: 220px;
	float: right;
	margin-top: 20px;
}
#sharethis {
	float: right;
	height: 15px;
	width: 100px;
}
.upcoming {
	width: 775px;
	height: 250px;
	border-bottom: 10;
}
#home_side_container {
	float: left;
	height: 465px;
	width: 200px;
	border: thin solid #395F0B;
	padding-bottom: 10px;
	clear: left;
	background-color: #BBDB88;
}
#home_image_container {
	float: left;
	height: 480px;
	width: 565px;
	clear: none;
}
#home_photo_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 335px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	float: right;
}
#home_photo_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	height: 125px;
	width: 200px;
	vertical-align: text-bottom;
	padding: 10px;
}
#photo_image_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	height: 125px;
	width: 250px;
	line-height: 30px;
	padding: 10px;
}
#home_side_energy {
	width: 189px;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #395F0B;
	margin-bottom: 10px;
}
#home_side_energy_02 {
	padding: 5px;
	height: 50px;
	width: 189px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #395F0B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 20px;
	color: #990000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.home_side_additional {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	width: 199px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #395F0B;
	text-align: center;
	height: 35px;
	margin-bottom: 5px;
}
#perfect_main {
}
#quote {
	text-align: left;
	height: 1200px;
	width: 600px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
}
#fiberglass01 {
	text-align: left;
	padding: 20px;
	height: auto;
	width: 750px;
}
#index_delivery {
	height: 110px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	margin-top: 10px;
}
#oakridge {
	padding: 5px;
	height: 1000px;
	width: 790px;
}
#delivery_truck {
	float: left;
}
.Upcoming_Location {
	float: left;
	width: 350px;
	height: 100px;
}
.Upcoming_exhibitor {
	float: right;
	width: 350px;
	line-height: .75;
}
#events_main {
	text-align: center;
	clear: none;
	float: left;
	height: 200px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 20px;
}
#events_title {
	height: 25px;
	width: auto;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
	background-color: #CCCCCC;
}
#events_left {
	line-height: 6px;
	text-align: left;
	width: 350px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: right;
	height: 125px;
	float: left;
}
#events_right {
	clear: none;
	float: right;
	width: 350px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 125px;
	line-height: 6px;
	text-align: left;
}
#draintile_main {
	float: left;
	width: 780px;
}
#video {
	height: 305px;
	width: 375px;
	float: left;
}
.reasons_text {
	line-height: 20px;
	float: left;
	height: 200px;
	width: 450px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-color: #FFFF99;
}
.reasons_image {
	float: right;
	height: 200px;
	width: 290px;
	border: 0px solid #BBDB88;
	background-color: #BBDB88;
}
.news_image {
	float: left;
	height: 250px;
	width: 350px;
	padding-right: 25px;
}
.news_text {
	float: left;
	height: 250px;
	width: 350px;
}
.news_box {
	float: left;
	height: 1300px;
	width: 795px;
}
.tech_data_headers {
	background-color: #BBDB88;
	height: 30px;
	width: 740px;
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.center_movie_container {
	height: 405px;
	width: 780px;
}
