/* Working stylesheet.  Compress before posting live.  DO NOT DELETE BETA COPY */
/* Set elements to have 0 margin and padding.  Eliminates browser defaults.  Allows page to look the same in all browsers */
* {
	margin:0;
	padding:0;
}

/* Set the default properties of the page */
html, body {
	color:#000;
	font-size:12px;
	font-family:verdana,arial,sans-serif;
	/* body background color */
	background:#fff url(/graphics/bg.png) repeat-x;
}
body {
	behavior:url(/ginc/csshover.htc);
}

/****** Setup default behaviors ********/
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
td {
	/* Default table cells to valign="top" */
	vertical-align:top;
}
img {
	/* set border of 0 as default for images */
	border:0;
}
img.border {
	/* use class="border" for images you want a border */
	border:1px solid black;
}
option {
	padding-right:4px;
}
blockquote {
	background:url(/images/quote.png) no-repeat scroll 0 0 transparent;
	margin: 15px 30px 0 10px;
	padding: 0 50px;
	}

.border-bottom {
	border-bottom:1px solid #777;
}

#content blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
#leftbg {
	float:left;
	width:100%;
	position:relative;
	background:url(/graphics/plant.png) no-repeat bottom right;
	min-height:440px;
}
#header, #footer {
	clear:both;
	float:left;
	width:100%;
}

#content img {
}
/****** End Default Behaviors ********/


/****** Setup Page Layout ********/

#wrapper {
	width:940px;
	margin:0 auto;
}

#header {
	height:214px;
	width:940px;
}

#header-top {
	background:url(/graphics/header-bg.png);
	height:170px;
	width:940px;
	clear:both;
}

/* Main nav */

#header-contact {
	width:165px;
	font-weight:bold;
	padding-top:3px;
	margin-left:735px;
	color:#FFE924;
	text-align:center;
}

.center {
	margin:0 auto;
}

.no-list {
	list-style:none;
}

#header-bar {
	background:#035096;
	width:940px;
	height:25px;
}
#header-bar h4, #header-bar h1 {
	margin:0px;
	padding:4px 0px 0px 10px;
	color:#fff;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	clear:both;
}
#header-bar #title-bar-links {
	float:right;
	margin-right:15px;
	margin-top:5px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
#header-bar #title-bar-links a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}
#header-bar #title-bar-links a:hover {
	text-decoration:none;
}
#header-bar #title-bar-links a:visit {
	color:#fff;
}

/* Nav styles */

#nav {
	list-style:none;
	padding-top:3px;
	z-index:3;
}
#nav li {
	float:left;
	padding:1px 11px;
	height:20px;
	margin:0 auto;
}
#nav li:hover, #toolnav li:hover {
	position:relative;
	z-index:1000;
}
#nav ul {
	list-style:none;
	display:none;
	position:absolute;
	top:22px;
	left:0;
	background:#035096;
	border-top:1px solid #FFF;
	z-index:1400;
}
#nav li:hover ul {
	display:block;
}
#nav li:hover ul li ul {
	display:none;
}
#nav li ul li:hover ul {
	display:block;
}
#nav ul li {
	float:none;
	padding:5px 5px 0 5px;
	background:#035096;
	border-bottom:1px solid #FFF;
	z-index:4;
}
#nav a {
	white-space:nowrap;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover {
	color:#FFE00D;
}
#nav ul ul {
	left:220px;
	top:0;
	border:1px solid #F93;
}

/* END nav styles */

#header-home-new {
	width:940px;
	height:342px;
	clear:both;
	padding:0;
	margin:0;
}
#header-home-left {
	height:300px;
	width:470px;
	float:left;
}
#header-home-right {
	height:300px;
	width:470px;
	float:left;
}
#logo-link {
	float:left;
	width:312px;
	height:170px;
	/*padding:0px 0px 0px 314px;*/
}
#site-eval {
	float:right;
	position:relative;
	top:90px;
	right:40px;
}
.header-numbers {
	float:right;
	padding:15px 25px 0px 0px;
}
.header-numbers p {
	color:#fff;
	font-weight:bold;

	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
}
.header-numbers p a {
	color:#fff;
}
.header-offer {
	float:right;
	padding:10px 36px 0px 0px;
}
.header-offer p {
	color:#fff;
	font-weight:bold;

	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
}
.header-offer p a {
	color:#fff;
}
#contentbg {
	clear:both;
	float:left;
	/* content area background */
	background:#fff;
	overflow:hidden;
	width:100%;
}
#leftbg {
	/* width of the content area  */
	/*background:url(/graphics/leftside-bg.png) no-repeat bottom right;*/
}
#content {
	/* width of center column content (column width minus padding on either side)
	width:710px;
	/* width of wrapper
	left:940px; */
	padding:15px;
	float:left;
	width:650px;
}

#content-gall {
	/* width of center column content (column width minus padding on either side)
	width:710px;
	/* width of wrapper
	left:940px; */
	float:left;
	width:910px;
	padding:15px;
}

#rightside {
	float:left;
	width:260px;
	padding-top:18px;
}
#content-body {
}

	#right-button-top {
		margin-top:10px;
	}
	#right-button-bottom {
		margin-top:10px;
		padding-bottom:20px;
	}

#footer {
	background-color:#035096;
	width:940px;
	clear:both;
	padding:10px 0px 10px 0px;
}
	#footer-info {
		clear:both;
		float:left;
		margin-bottom:20px;
	}

#footer-info a {
	color:#fff;
	text-decoration:underline;
}

#footer-info a:hover {
	text-decoration:none;
}

#footer-info a:visit {
	color:#fff;
}

#footer #liberty-office {
	float:left;
	text-align:center;
	width:300px;
}

#footer #portland-office {
	float:left;
	text-align:center;
	width:300px;
}
#footer #nh-office {
	float:left;
	text-align:center;
	width:340px;
}

#footer-middle {
	padding:20px;
	text-align:center;
	margin:0 auto;
}

#footer-middle img {
padding: 0 3px;;
}
#footer-contact {
	margin: 0 auto;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}

#footer-contact a, #footer-contact a:link, #footer-contact a:hover, #footer-info a, #footer-info a:link, #footer-info a:hover, #footer-info a:visited  {
	color:#fff !important;
	font-weight:bold;
}

#footer p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

#footer span {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}

/****** End Page Layout ********/


/* Formatting for main body of the site */
#content h1, #content-gall h1  {
	color:#666;
	padding:0px 0px 10px 0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#header h1, #header h4 {
	color:#FFF;
	padding:3px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	display:block;
}
#header h5 {
	color:#FFF;
	padding:3px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	float:left;
}
#header a, #header a:visited  {
	color:#FFF;
}
#header a:hover {
	color:#FFE00D;
}

#content h2, #rightside h2, #content-gall h2 {
	/* Set top and bottom padding for element */
	padding:5px 0px;
	font-size:16px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#035096;
}


#content h3, #rightside h3, #content-gall h3 {
	font-size:15px;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0px;
	color:#035096;
}

.album h3  {
	font-size:13px !important;
	line-height:110%;
}
#content h4, #rightside h4, #content-gall h4 {
	font-size:14px;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0px;
	color:#035096;
}
#content p , #rightside p, #content-gall p {
	/* Set top and bottom padding for element */
	padding:5px 0;
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#content hr
{
	color:#DDDDDD;
	border-color: #DDDDDD -moz-use-text-color -moz-use-text-color;
    border-style: dotted none none;
    border-width: 1px 0 0;
    height: 1px;
	width:85%;
}
#content ul, #content-gall ul {
	margin:5px 0px;
}
#content ul.faq, #content-gall ul.faq {
	margin:5px 0px 0px 0px;
}
#content ol , #content-gall ol{
	margin:5px 0px;
}
#content ol.faq, #content-gall ol.faq {
	margin:5px 0px 0px 0px;
}

#content li, #rightside li, #content-gall li{
	padding:4px 0px 4px 0px;
	margin-left:25px;
	font:Verdana, Arial, Helvetica, sans-serif;
}

#content span {

}

#content hr, #rightside hr, #content-gall hr {
	margin:10px auto 0 auto;
}

#content a, #rightside a, #content-gall a{
	color:#035096;
	text-decoration:underline;
}

#content a:hover, #rightside a:hover, #content-gall a:hover {
	text-decoration:none;
}

#content a:visit, #rightside a:visit, #content-gall a:visit{
	color:#035096;
}

#content table {
	margin:15px;
	border:1px solid #000;
}

#content th {
	background:#035096;
	color:#fff;
	font-weight:bold;
	padding:5px;
	margin:0px;
	border:1px solid #000;
}

#content td {
	border:1px solid #000;
	margin:0px;
	padding:5px;
	background:#fff;
	font-weight:normal;
	text-align:center;
}
#content td.alt {
	font-weight:bold;
	background:#efefef;
}

.right-box {
	float:right;
	border: 1px solid #000;
	padding:8px;
	margin:8px;
	width:250px;
}

/****** End Design section ********/

/* Styles for the contact form */
form input {
	margin-top: 4px;
	margin-bottom:8px;
}
form .label {
	display: block;
	float: left;
	text-align:right;
	width:110px;
	margin-top: 8px;
}
form label {
	margin-right:3px;
}
form textarea {
	margin:5px;
}
#Reset {
	margin-left:10px;
}

/* various styles for form elements */
.button {
	border:1px solid black;
	background:#035096;
	color:#fff;
	font-weight:bold;
	padding:3px;
}
.text-field {
	border:1px solid black;
	background:#f5f5f5;
}
.required {
	color:#F00;
}
.clearline {
	clear:both;
}

/*** Services page styles ***/

#content div.end-summary-link {
	margin:10px 0px 20px 10px;
}

#content div.last-end-summary-link {
	margin:10px 0px 0px 10px;
}

/*** end services page styles ***/

/*** site map page styles ***/

#content #site-map ul {
	list-style:inside;
	list-style-type:none;
}

#content #site-map li {
	border-bottom:2px solid #035096;
	width:240px;
	background:url(/graphics/blue-arrow.png) left center no-repeat;
	margin-top:15px;
	padding:2px 15px;
}

#content #site-map a {
	font-weight:bold;
}

#content #site-map a:visit {
	color:#035096;
}

#content #site-map ul ul {
	list-style-type:circle;
}

#content #site-map ul ul li {
	border:none;
	background:none;
	margin-left:25px;
	margin-top:5px;
}

#content #site-map ul ul li a {
	font-weight:normal;
}


#content #site-map ul ul li a:hover {
	text-decoration:underline;
}

/*** end site map page styles ***/

/*** locate us page styles ***/

#content #directions h3 {

}

#content #directions ol {
	margin-bottom:20px;
}

#content #directions ol.no-margin {
	margin-bottom:0px;
}

#content .locate-links {
	padding:15px 0px;
	text-align:center;

}

#content .locate-links a {
	color:#035096;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;

}

#content .locate-links a:hover {
	text-decoration:none;
}

#content .locate-links a:visit {
	color:#035096;
}

#content div#locate-location {
	clear:both;
	width:700px;
	padding-bottom:30px;
}

#content div#locate-location-left {
	width:304px;
	float:left;
	padding:0px 9px;
}

#content div#locate-location-right {
	float:right;
	width:314px;
	padding:0px 4px;
}

#content div#locate-location div.locate-info {
	padding:10px 0px;
}

#content div#locate-location div.locate-info p {
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:center;
}


#content div#locate-location div.locate-map {

}



/*** end locate us page styles ***/

/*** start project gallery page styles ***/

div.property {
	clear:both;

}

div.property-left {
	float:left;
}

div.property-right {
	float:left;
}

#content table.property-info {
	border:none;
	background:none;
	color:#000;
	width:390px;
	margin:0px 10px;
}

#content table.property-info tr {
}

#content table.property-info td {
	color:#000;
	font-weight:normal;
	border:none;
	background:none;
	text-align:left;
}
#content table.property-info label {
	font-weight:bold;
	color:#035096;
}
#content h3.projects {
	padding-bottom:20px;
}

#content div.top-of-page {
	padding:15px;
}

#content div.top-of-page a {
	font-size:8pt;
}

.testimonial-1 {
	padding:5px;
	margin-bottom:15px;
	background:#fff url(/graphics/bg.png) repeat-x;
}


.testimonial-2 {
	border:1px solid #035096;
	background-color: #F0F4F7;
	padding:5px;
	margin-bottom:15px;
}

.news {
	border:1px solid #035096;
	background-color: #F0F4F7;
	padding:5px;
	margin-bottom:15px;
}

.news img {
	padding:5px;
}

.testimonial-top {
	border:1px solid #035096;
	background-color: #F0F4F7;
	padding:5px;
	margin-bottom:15px;
	width:600px;
}

.project-1 {
	border:1px solid #035096;
	background-color: #C9D9E9;
	padding:10px;
	margin-bottom:15px;
}


.project-2 {
	border:1px solid #035096;
	background-color: #F0F4F7;
	padding:10px;
	margin-bottom:15px;
}

/*** end project gallery page styles ***/

/*** Start eNewsletter Styles ***/

div#form div.radio-list {
	padding:0px 0px 5px 15px;
}

.news-image {
	border:1px solid; border-color:#cccccc; padding: 5px 10px 5px 5px;
}

.newscontent {
	padding-bottom:10px;
	height:150px;
}
.openhouse {
	 margin: 0px 0px 10px 5px;
	 border:1px solid #cccccc;
}
/*** End eNewletter Styles ***/

/* Special Alignment Style */
.right, .alignright {
	float:right;
}
.left, .alignleft {
	float:left;
}
.center {
	text-align:center;
	margin:0 auto 0 auto;
}

.caption {
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 8px;
	text-align: center;
	border: 2px solid #035096;
	font-size:10px;
	background:#fff;
	padding-bottom:5px;
}

.caption-3{
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 8px;
	border: 2px solid #035096;
	font-size:12px;
	background:#FEFACB;
	padding:10px;
}

.caption-alt {
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 8px;
	border: 2px solid #035096;
	background:#E9EEF4;
	padding:10px;
}

.caption p {
	padding:5px !important;
}
.caption-noborder{
	margin: 8px;
	text-align: center;
	font-size:10px;
	background:#fff;
}
.width120 {
	width:120px;
}

.small {
	font-size:10px;
}
.width140 {
	width:140px;
}
.width150 {
	width:150px;
}
.width170 {
	width:170px;
}
.width180 {
	width:180px;
}
.width200 {
	width:200px;
}
.width240 {
	width:240px;
}
.width250 {
	width:250px;
}
.width275 {
	width:275px;
}
.width300 {
	width:300px;
}
.width350 {
	width:350px;
}
.width400 {
	width:400px;
}
.width500 {
	width:500px;
}
.width550 {
	width:550px;
}
.news-signup {
	font-size: 10px;
}
.callout {
	margin: 8px;
	padding: 5px;
	text-align: center;
	border: 1px solid #035096;
	width:500px;
	background-color:#F0F4F7;
}
.padd-bottom {
	padding-bottom:10px;
	margin-bottom:10px;
}
.padding {
	padding:7px;
}
.padding-10 {
	padding:10px;
}
.padding-15 {
	padding-:15px;
}
.news-blogs {
	margin-bottom:15px;
}
.news-blogs img {
	padding:5px;
}

.events {
	width:400px;
	background-color:#E8E8E8;
	border:1px solid #333333;
	padding:8px;
	margin:5px;
}
.clear {
	clear:both;
}

/* special sidebar styles */
/* revisionheat sidebar */
.revision-heat {
	background:url(/graphics/revision-heat.png) no-repeat;
	width:245px;
	height:310px;
	margin: 8px;
	padding: 5px;
}
.revision-heat  h3, .revision-heat  h3 a {
	color:#8DC63E;
	padding:0 0 6px 0;
	font-size:12pt;
}
.rheat-inner {
	padding:22px 15px;
	margin:0 5px;
}

/* enews sidebar */

#enews {
	margin-bottom:10px;
	margin-top:0px;
	position:relative;
	width:240px;
}
#enews .enews-top {
	background:url(/graphics/re-enews-top.png) no-repeat;
	height:53px;
	z-index:0 !important;
}
#enews .enews-inner {
	border-left:2px solid #035096;
	border-right:2px solid #035096;
	padding:5px 10px 0px;
}
#enews .bottom {
	background:url(/graphics/blog/border-bottom.png) no-repeat;
	height:23px;
}

/* gallery sidebar */

#gallery {
	margin-bottom:10px;
	margin-top:0px;
	position:relative;
	width:240px;
		font-size:11px;
}
#gallery .gallery-top {
	background:url(/graphics/photo-gall-top.png) no-repeat;
	height:53px;
	z-index:0 !important;
}
#gallery .gallery-inner {
	border-left:2px solid #035096;
	border-right:2px solid #035096;
	padding:5px 10px 0px;
}
#gallery .bottom {
	background:url(/graphics/blog/border-bottom.png) no-repeat;
	height:23px;
}


/* checkin sidebar */

#checkin {
	margin-bottom:10px;
	margin-top:0px;
	position:relative;
	width:240px;
}
#checkin .checkin-top {
	background:url(/graphics/checkin-charity.png) no-repeat;
	height:53px;
	z-index:0 !important;
}
#checkin .checkin-inner {
	border-left:2px solid #035096;
	border-right:2px solid #035096;
	padding:5px 10px 0px;
}
#checkin .bottom {
	background:url(/graphics/blog/border-bottom.png) no-repeat;
	height:23px;
}

/* site eval sidebar */

#eval-form {
	margin-bottom:10px;
	margin-top:0px;
	position:relative;
	width:240px;
}
#eval-form .eval-top {
	background:url(/graphics/site-eval-header.png) no-repeat;
	height:53px;
	z-index:0 !important;
}
#eval-form .eval-inner {
	border-left:2px solid #035096;
	border-right:2px solid #035096;
	padding:5px 10px 0px;
}
#eval-form .bottom {
	background:url(/graphics/blog/border-bottom.png) no-repeat;
	height:23px;
}

/* blog sidebar */
#blogbar {
	margin-bottom:10px;
	margin-top:0px;
	position:relative;
	width:240px;
}
#blogbar .content-top {
	background:url(/graphics/blog/blog-news.png) no-repeat;
	height:53px;
	z-index:0 !important;
}
#blogbar ul{padding-top:5px !important;}
#blogbar li {padding-bottom:5px;}
#blogbar ul li {
	list-style:none;
	margin-left: 5px;
	}
#blogbar .inner {
	border-left:2px solid #035096;
	border-right:2px solid #035096;
	padding:5px;
}
#blogbar .bottom {
	background:url(/graphics/blog/border-bottom.png) no-repeat;
	height:23px;
}

/* testimonials sidebar header.php */

#testimonials {
	margin-top:0px;
	position:relative;
	width:240px;
}
#testimonials .test-top {
	background:url(/graphics/test-top.png) no-repeat;
	height:53px;
	z-index:0 !important;
}

#testimonials .test-inner {
	background:url(/images/quote.png) no-repeat scroll 5% 5% transparent;
	border-left:2px solid #035096;
	border-right:2px solid #035096;
	padding:10px;

}
#testimonials .test-inner p{
	padding-top:15px;
}

#testimonials .bottom {
	background:url(/graphics/blog/border-bottom.png) no-repeat;
	height:32px;
}

/* locations sidebar */
#rightside .locations {
	background:url(/graphics/office-locations.png) no-repeat;
	padding: 5px;
}

.locations-inner {
	padding:57px 15px 25px;
	margin:0 5px;
}

/* misc */
.eval {
	padding-bottom:10px;
}

.notice {
	width:600px;
	background-color:#E8E8E8;
	border:1px solid #333333;
	padding:8px;
	margin:5px;
}

.clear {
	clear:both;
}

.wp-post-image {
padding:5px;
}

.addthis {
	height:26px;
	margin-top:2px;
}

/*** Start Solar Calculator Styles Here ***/

div.solar-calculator {
	width:373px;
	height:490px;
	background:url(/graphics/solar-calculator-bg.jpg) no-repeat;
	float:left;
	margin-left:75px;
}

	div.solar-calculator div.sc-top {
		height:57px;
		width:255px;
		padding:38px 0px 0px 118px;
	}

		#content-gall div.solar-calculator div.sc-top h2 {

		}

	div.solar-calculator div.sc-bottom {

	}

		div.solar-calculator div.sc-bottom form {

		}

		#content-gall div.solar-calculator div.sc-bottom table.top-questions {
			border:none;
			background:none;
			margin:0px 0px 0px 16px;
			width:357px;
		}

			#content-gall div.solar-calculator div.sc-bottom table.top-questions td {
				border:none;
				background:none;
				vertical-align:middle;
				height:42px;
				padding:0px;
			}

		#content-gall div.solar-calculator div.sc-bottom table.top-questions td.calc-label {
			width:228px;
			text-align:left;
			padding-left:25px;
		}

		#content-gall div.solar-calculator div.sc-bottom table.top-questions td.calc-input {
			width:110px;
			text-align:right;
			padding-right:10px;
			margin:0px;
		}

			#content-gall div.solar-calculator div.sc-bottom table.top-questions td.calc-input input {
				width:96px;
				border-top:1px solid #777;
				border-bottom:1px solid #E3E3E3;
				border-left:1px solid #BBB;
				border-right:1px solid #BBB;
				background:#EEE;
			}

			#content-gall div.solar-calculator div.sc-bottom table.top-questions td.calc-input input#monthly-bill {
				width:89px;
			}

			#content-gall div.solar-calculator div.sc-bottom table.top-questions td.calc-input select {
				width:98px;
				border-top:1px solid #777;
				border-bottom:1px solid #E3E3E3;
				border-left:1px solid #BBB;
				border-right:1px solid #BBB;
				background:#EEE;
			}

	div.calc-form-separator {
		border-bottom:1px dotted #B5B5B5;
		height:2px;
		margin:0px 25px 0px 40px;
	}

	div.calculations {
		margin:0px 0px 0px 16px;
		width:327px;
		padding:5px 15px;
	}

		#content-gall div.calculations h2 {
			text-align:center;
			font-size:11pt;
		}

		#content-gall div.pv-system-info h2 {
			text-align:center;
			font-size:11pt;
		}

		#content-gall div.calculations input {
			width:80px;
			margin:0px;
			padding:0px;
			border-top:1px solid #777;
			border-bottom:1px solid #E3E3E3;
			border-left:1px solid #BBB;
			border-right:1px solid #BBB;
			background:#EEE;
		}

	#content-gall div.calculations p.inputs {
		padding:10px 0px 0px 10px;
	}

	#content-gall div.calculations p.labels {
		padding:3px 0px 5px 10px;
	}

	#content-gall div.calculations span.bill-amount {
		padding:0px 0px 0px 6px;
	}

	#content-gall div.calculations span.percent-savings {
		padding:0px 0px 0px 19px;
	}

	#content-gall div.calculations span.energy-savings {
		padding:0px 0px 0px 17px;
	}

	#content-gall div.calculations span.watts {
		padding:0px 0px 0px 22px;
	}

	#content-gall div.calculations span.dollars-per-watt {
		padding:0px 0px 0px 60px;
	}

	#content-gall div.calculations span.base-price {
		padding:0px 0px 0px 57px;
	}

	#content-gall table.final-pricing {
		border:none;
		background:none;
	}

	#content-gall table.final-pricing td {
		border:none;
		padding:3px 0px;
		margin:0px;
		background:none;
	}

	#content-gall table.final-pricing td.final-pricing-label {
		text-align:right;
		width:220px;
		border:none;
		background:none;
		font-weight:bold;
		color:#035096;
	}

	#content-gall table.final-pricing td.final-pricing-input {
		width:120px;
		border:none;
		background:none;
	}

		#content-gall table.final-pricing td.final-pricing-input input {
			background:#FFDF0E;
		}

	#content-gall table.final-pricing td.discount-pricing-label {
		text-align:right;
		width:220px;
		border:none;
		background:none;
	}

	#content-gall table.final-pricing td.discount-pricing-input {
		width:120px;
		border:none;
		background:none;
		color:#990000;
	}

		#content-gall table.final-pricing td.discount-pricing-input input {
			color:#990000;
		}

	#content-gall table.final-pricing td.base-pricing-input {
		width:120px;
		border:none;
		background:none;
	}

		#content-gall table.final-pricing td.base-pricing-input input {
			background:#EEE;
		}

	div.discount-break {
		height:10px;
		border-bottom:1px dotted #B5B5B5;
		width:200px;
		margin:0px 10px 10px 85px;
	}



div.solar-calculator-results {
	background:url(/graphics/solar-calculator-results-bg.jpg) no-repeat;
	height:465px;
	width:357px;
	float:left;
	margin:25px 0px 0px 25px;
}

	div.pv-system-info {
		padding:10px 10px 10px 10px;
		text-align:center;
	}

		#content-gall div.pv-system-info p {
			padding:7px 0px;
		}

div.solar-calculator-button-right-side {
	padding:0px 0px 10px 0px;
}

div.solar-calculator-bottom {
	background:url(/graphics/solar-calculator-bg-bottom.jpg) no-repeat;	
	height:263px;
	width:740px;
	margin:25px 0px 0px 90px;
	padding:15px 0 0 10px;
}
div.solar-calculator-bottom h2 {
	text-align:center;
}
.calc-bottom-float {
	padding-left:90px;
	width:545px;
}
/*** End Solar Calculator Styles Here ***/
