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

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, b, u, i, center, 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; font-size: 100%; vertical-align: baseline;  } html {	height: 101%; background-color: #FFFFFF;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }:focus { outline: 0; } ins { text-decoration: none; } del {text-decoration: line-through;} table { border-collapse: collapse; border-spacing: 0; }

h1 {
	
	}

#navWrap h2{
	position: absolute;
	top: 40px;
	left: 10px;
	font-size: 40px;
	font-family: "Times New Roman", Times, serif;
	color: #209547;
	line-height: 45px;
	z-index: 100;
	text-shadow: #aaa 0px 2px 3px; 
	}

#content h2 {
	font-size: 20px;
	color: #1a7739;
	font-weight: bold;
	padding: 3px 0;
	text-shadow: #aaa 0px 2px 3px; 
	}
	
h3 {
	font-size: 18px;
	color: #209547;
	font-weight: bold;
	padding: 3px 0 7px;
	border-bottom: 1px solid #209547;
	text-shadow: #aaa 0px 1px 2px; 
	}
	
h4 {
	font-size: 18px;
	color: #1a7739;
	font-weight: bold;
	padding: 5px 0 3px 5px;
	text-shadow: #aaa 0px 1px 2px; 
	}

h5 {
	font-size: 16px;
	color: #444;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 0 3px 15px;
	}

#content p {
	font-family: "Times New Roman", Times, serif;
	padding: 5px 0 7px 10px; 
	text-align: justify;
	line-height: 18px;
	font-size: 16px;
	color:#222;
	}

#content a {
	color: #209547;
	}

#mainContent {
	width: 988px;
	margin: 5px auto;
	}
	
#header {
	background-image: url(../images/header-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 152px;
	}
	
#navWrap {
	background-image: url(../images/nav-header-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 110px;
	overflow: visible;
	position: relative;
	}

#nav {
	position: absolute;
	top: 11px;
	left: 50px;
	width: 850px;
	font-size: 16px;
	height: 25px;
	color: #666;
	}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display:inline;
	padding: 11px 10px 10px 10px ;
	margin: 0px;
	border-right: 1px solid #209547;
	font-weight: normal;
	position: relative;
	}

#nav ul li a {
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

#nav ul li a:hover {
	color: #000000;
	}

#nav ul li.active a{
	color: #209547;
	}

#nav ul li ul {
	display: none;
	position:absolute; 
	top:37px; 
	left: -5px;
	padding: 0;
	margin: 0;
	z-index: 125;
	background: #DDDDDD;
	padding: -5px 10px 10px 10px;
	background-image: url(../images/formBg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #209547 ;
	}

#nav ul li:hover ul,
#nav ul li a:hover ul {
	display: block;
	font-style:italic;
	width: 250px;
	float: left;
	border: 1px solid #209547;
	}

#nav ul li:hover ul li, #nav ul li:hover ul li.active {
	padding: 15px 5px 10px 10px;
	margin: 0px;
	border: none;
	border-right: none;
	display: block;
	}

#nav ul li:hover ul li.active {
	background: #FFFFFF;
	padding: 15px 5px 10px 20px;
	}

#nav ul li:hover ul li:hover {
	background: #CCCCCC;
	}

#nav ul li:hover ul li.active:hover {
	background: #bcdfc7;
	}
	
#nav ul li:hover ul li a,
#nav ul li a:hover ul li a,
#nav ul li:hover ul li.active a,
#nav ul li a:hover ul li.active a {
	color: #209547;
	font-style: normal;
	}

#nav ul li:hover ul li a:hover,
#nav ul li a:hover ul li a:hover {
	color: #333333;
	}

#content {
	padding: 0 20px 15px;
	background-image: url(../images/body_bg.jpg);
	background-repeat:  repeat-y;
	background-position: center;
	}

#content ul, #content ul li {
	list-style: ;
	}

#content ul {
	margin: 4px  0 4px 15px ;
	}

#content ul li {
	display: block;
	padding: 2px 0 2px 25px;
	background-image: url(../images/li.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}

#footer {
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 8px 25px 10px ;
	text-align: right;
	height: 70px;
	background-color: #FFFFFF;
	}

#botNav {
	}
	
#botNav ul li {
	display: inline;
	padding: 0 0 0 15px;
	font-size: 12px;
	color: #666;
	}
	
#botNav ul li a{
	color: #666;
	text-decoration: none;
	}
	
#botNav ul li a:hover {
	color: #000000;
	}
	
#copy {
	margin: 20px -12px 0 0;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	}

#copy a {
	color: #666;
	text-decoration: none;
	}

form {
	border-bottom: 1px solid #888;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ddd;
	padding: 5px 10px 10px;
	background: #DDDDDD;
	background-image: url(../images/formBg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	}

form#contactForm {
	width: 400px;
	}

label {  
	display: block;
	margin: 6px 0 3px;
	font-size: 18px;
	color: #209547;
	padding: 5px 0 3px 5px;
	text-shadow: #aaa 0px 1px 2px; 
	}

label.first {
	margin: 0px 0 3px;
	}

input{
	color: #333333;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	margin: 3px 0 0;
	width: 100%;
	}

form#calcForm input {
	width: 75px;
	margin: 0 0 0 5px;
	}

input:hover, textarea:hover, .submit:hover {
	border: 1px solid #666;
	}

.submit {
	color: #333333;
	background: #ffffff;
	border: 1px solid #aaa;
	margin: 6px 0 3px;
	width: 200px;
	}
	
textarea {
	color: #333333;
	width: 100%;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	}

#calBox {
	margin: 5px 0 3px 0;
	}

#calcForm {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

#calcForm .pricesBox {
	margin: -5px 0 0 0;
	padding: 0 10px 0 2px;
	}

.formTitles {
	margin: 0 20px 5px 0;
	}

.pricesBox {
	float: left;
	width: 100%;
	clear: both;
	margin: 5px 0 10px 0;
	}

.pricesBox p {
	text-align: left;
	margin: 0px;
	padding: 3px 0px 2px 10px;
	}

.formTitles {
	float: left;
	width: 301px;
	padding: 2px 5px 2px 2px;
	margin: 0;
	}

#GidTie, #GridBat, #StandAlone {
	width: 300px;
	float: left;
	border-bottom: 1px solid #888;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ddd;
	background: #DDDDDD;
	padding: 2px 5px;
	margin: 0;
	background-image: url(../images/formBg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
	}

#GridBat, .mid {
	margin: 0 5px;
	}

#GidTie span, #GridBat span, #StandAlone span {
	position: absolute;
	right: 10px;
	
	}

#content .nyserda, #content .tax {
	font-size: 12px;
	padding: 2px 5px 2px 25px;
	margin: 0 -5px 0 -5px;
	background-color: #efefef;
	}

#content p.finalCost {
	font-weight: bold;
	font-size: 18px;
	}

.systemType {
	border-bottom:1px solid #209547;
	color: #209547;
	font-weight: bold;
	margin: 3px 0 3px 3px;
	padding: 5px 0;
	}

.columnBox {
	position: relative;
	}

.column1, .column2 {
	width: 450px;
	}
	
.column2 {
	position: absolute;
	top: 0px;
	right: 0px;
	}

.homeHighlight {
	margin: 25px 5px 15px 15px;
	background: #ddd;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #888;
	border-right: 1px solid #aaa;
	text-align: left;
	}

div.homeHighlight p {

	}

.homeHighlight h4 {
	color: #209547;
	text-shadow: #aaa 0px 1px 2px; 
	}

.homeHighlight hr, form hr {
	margin: 3px 0;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-width: 1px 0 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #eee;
}

.homeHighlight img {
	float: right;
	}

.clearBoth {
	clear: both;
	}

.hideMe {
	display: none;
	}