/* Created by e-dimensionz Web Services */
/* www.e-dimensionz.com */

body, html {
	background: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	margin: auto;
	padding: 0;
	color: #000;
	font-size: 12px;
}

a {
	color: #1E4979;
	text-decoration: none;
}

a:hover {
	color: #33A096;
	text-decoration: none;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1E4979;
	margin: 0; 
	padding: 10px 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1E4979;
	margin: 0; 
	padding: 10px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0; 
	padding: 0;
}

h3 a {
	font-size: 14px;
	font-weight: bold;
	color: #1E4979;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0; 
	padding: 0;
}

p {
	margin: 0; 
	padding: 10px 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	color: #58757C;
	font-size: 16px;
	font-weight: bold;
}

label {
	width: 115px;
    line-height: 16px;
    padding-left:5px;
    float:left;
}

.right {
	text-align: right; 
}

.left {
	text-align: left; 
}

/* ----- HEADER ----- */

#outerHeader {
	height: 95px;
	width: 100%;
	background-image: url(/images/header-outer.jpg);
	background-repeat: repeat-x;
	
}

#headWrapper {
	width: 955px;
	margin: auto;
}

#wrapper {
	width: 955px;
	margin: auto;
}

#logo {
	padding: 2px 0 0;
	margin: 0;
}

#headerMenu {
	margin-top: 40px;
	}

#header {
	background-repeat: no-repeat;
	width: 950px;
	height: 90px;
	padding-top: 15px;
}

#header .logo {
	margin: 10px 0 0 10px;
	float: left;
}

#search {
	float: right;
	margin-top: 15px;
}

#search .button {
	display: inline;
	margin: 0 0 -10px 5px;
	border: 0;
}

#search input {
	margin-bottom: 5px;
	color: #8C9198;
	border: 1px solid #8C9198;
	font-size: 12px;
	padding: 3px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 
	5px; border-radius: 5px;
}

.summaryBox {
	border: 1px solid #666;
	margin: 15px auto;
	padding: 10px;
	text-align: left;
}

ul.summaryBoxList  {
	margin: 0 0 0 10px;
	padding: 0;
}

.summaryBoxList li {
	list-style: none;
	background-image: url(/images/add-icon.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 5px;
}

.summaryBoxList a {
	text-decoration: none;
	color: #58757C;
}

.summaryBoxList a:hover {
	text-decoration: underline;
	color: #990000;
}

/* ----- MAIN CONTENT ----- */
#mainContent {	
	padding: 0;
	display: block;
	width: 950px;
	margin-top: 25px;
}

#mainContent h2 {
	background-image: url(/images/h2-bg.jpg);
	background-repeat: no-repeat;
	padding: 2px 0 0 15px;
	height: 40px;
	width: 290px;
}

#mainLeftContent {
	width: 300px;
	float: left;
	margin-left: 5px;
	color: #000;
}

#mainLeftContent p {
	line-height: 130%;
	text-align: justify;
}

#mainLeftContent ul {
	margin-left: 20px;
}

#mainLeftContent li {
	list-style-image: url(/images/bullet-arrow.jpg);
	list-style-position: outside;
	line-height: 130%;
}

#mainCenterContent {
	width: 320px;
	margin-left: 330px;
}

#mainCenterContent p {
	line-height: 120%;
	color: #000;
	margin: 10px 0;
	padding-bottom: 20px;
}

#mainRightContent {
	width: 300px;
	float: right;
	color: #000;
}

#mainRightContent img {
	float: left;
	padding: 0 5px 5px 0;
}

/* ----- BANNER AREA -----*/
#banner {
   margin-top: 15px;
   height: 285px;
}

#bannerButtons {
	width: 260px;
	background: #E5E5E5;
	height: 265px;
	padding-top: 20px;
	margin-left: 690px;
}

#bannerButtons img {
	padding: 4px;
}

.banner_left {
   background: #E5E5E5;
   background-image:url(/images/banner-left.jpg);
   background-repeat: no-repeat;
   width: 690px;
   height: 285px;
   float:left;
}

.banner_right {
   background-image:url(/images/banner-right.jpg);
   background-repeat: no-repeat;
   width: 10px;
   height: 285px;
   float: right;
}

.banner_left h2 {
	font-size: 25px;
	color: #1E4979;
	padding: 7px 0;
	text-align: center;
	margin-left: 145px;
	display: block;
	width: 530px;
	padding-top: 11px;
	text-transform: none;
}

#banner p {
	display: block;
	width: 366px;
	color: #818181;
	line-height: 115%;
	font-weight: bold;
	margin-left: 290px;
}

#banner ul {
	display: block;
	width: 230px;
	font-weight: bold;
	margin: 20px 0 0 415px;
}

#banner li {
	list-style: none;
	background-image: url(/images/banner-bullet.jpg);
	background-repeat: no-repeat;
	height: 18px;
}

#banner li a {
	font-weight: bold;
	color: #33A096;
	margin-left: 30px;
}

/* ----- NEWS -----*/

.news {
	margin-top: 10px;
}

.date {
	font-weight: bold;
	color: #1E4979;
	margin: 0;
	border: 0;
}

.news p {
	padding: 5px 0;
	margin: 0;
	border-bottom: 2px dotted #CCC;
	width: 295px;
}

/* ----- PROJECTS -----*/

.projects {
	margin-top: 10px;
}

.projects p {
	padding: 5px 0;
	margin: 0;
	border-bottom: 2px dotted #CCC;
	width: 300px;
	min-height: 65px;
}

.projects strong {
	color: #1E4979;
	font-weight: bold;
}

#projects img {
	float: left;
	padding-right: 5px;
}

.projectTitle {
	font-size: 16px;
	font-weight: bold;
	color: #1E4979;
	text-transform: none;
}

.project_tabs img {
	margin: 0 7px 0 0;
}

#projects table {
	padding: 0;
	margin: auto;
}

#projects h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1E4979;
	padding: 0;
	margin: 0;
	text-transform: none;
}

#projects p {
	padding: 0;
	margin: 0;
}

#projects td {
	border-bottom: 2px inset #A3D8F7;
	padding: 15px 0;
}

#projects tr {
	padding: 0;
	margin: 0;
}

#projects td:hover {
	background-color: #FFFDD6;
}

.projectsIntro {
	border-bottom: 2px inset #A3D8F7;
}

#projectSubPages {
	
}

#projectSubPagesLeft {
	width: 95px;
	height: 75px;
	float: left;
	background-image: url(../images/projects-tab.jpg);
	background-repeat: no-repeat;
}

#projectSubPagesLeft img {
	margin: 8px 3px 5px 7px;
}

#projectSubPagesRight {
	width: 575px;
	margin-left: 95px;
	background-color:#D6EEF8;
}

#projectSubPagesRight strong {
	margin-left: 25px;
}

.greenProjectsSubMainTop {
	background-image:url(../images/greenProjectsSubMainTop.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

.greenProjectsSubMainBottom {
	background-image:url(../images/greenProjectsSubMainBottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
}


/* ----- SMALL TEXT ----- */
.rightSmall  {
	font-size: 10px;
	text-align: right;
}

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

.centerSmall  {
	font-size: 10px;
	text-align: center;
}

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

.center {
	text-align: center;
}

/* FOOTER */

#outerFooter {
	clear: both;
	display: block;
	height: 105px;
	width: 100%;
	background-color: #E5E5E5;
	margin-top: 25px;
}

#footerWrapper {
	width: 955px;
	margin: auto;
}

#footer {
	text-align: right;
	padding-top: 15px;
	color: #818181;

}

#footer a {
	color: #818181;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #33A096;
}


#footer p {
	color: #818181;
}

#footnote {
	text-align: center;
	padding: 10px 0;
	font-size: 9px;
	color: #818181;
}

#footnote a {
	color: #818181;
	text-decoration: none;
}

#footnote a:hover {
	color: #33A096;
}

/* CONTENT BACKGROUNDS */
.greySideTop {
	background-image: url(/images/greySideTop.jpg);
	background-repeat: no-repeat;
	width: 246px;
	height: 13px;
}

.greySideBottom {
	background-image: url(/images/greySideBottom.jpg);
	background-repeat: no-repeat;
	width: 246px;
	height: 13px;
}

.greenMainTop {
	background-image: url(/images/greenMainTop.jpg);
	background-repeat: no-repeat;
	width: 682px;
	height: 10px;
}

.greenMainBottom {
	background-image: url(/images/greenMainBottom.jpg);
	background-repeat: no-repeat;
	width: 682px;
	height: 10px;
}

.mainGreenBannerBG {
	background-color: #D6EEF8;
}

.dottedBreak {
	border-bottom: 2px dotted #CCC;
	height: 2px;
	width: 100%;
}


/* MAIN STYLE FOR INNER PAGES */

#mainStyleContent {	
	margin-top: 25px;
}

#mainStyleContentLeft {
	width: 246px;
	float: left;
	color: #818181;
	background-color: #E5E5E5;
}

#mainStyleContentLeft h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1E4979;
	margin: 0; 
	padding: 0 10px 0 10px;
}

#mainStyleContentLeft img {
	margin: 6px;
}

#mainStyleContentLeft p {
	padding: 15px;
}

#mainStyleContentLeft ul {
	margin: 15px 0 15px 20px;
	font-weight: bold;
	padding: 0 10px;
}

#mainStyleContentLeft li {
	list-style-image: url(/images/bullet-arrow-left.jpg);
	list-style-position: outside;
	line-height: 130%;
    margin-bottom: 10px;
}

#mainStyleContentRight {
	width: 682px;
	margin-left: 270px;
}

#mainStyleContentRight p {
	padding: 5px 25px;
}

#mainStyleContentRight h1 {
	font-size: 14px;
	font-weight: bold;
	color: #33A096;
	margin: 0; 
	padding: 10px 25px 0;
	text-decoration: none;
	text-transform: none;
}

#mainStyleContentRight h1 a {
	font-size: 14px;
	font-weight: bold;
	color: #1E4979;
	margin: 0; 
	padding: 10px 0;
	text-decoration: none;
}

#mainStyleContentRight h1 a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #33A096;
	margin: 0; 
	padding: 10px 0;
}

#mainStyleContentRight h1 {
	font-size: 14px;
	font-weight: bold;
	color: #33A096;
	margin: 0; 
	padding: 10px 25px 0;
	text-decoration: none;
	text-transform: none;
}

#mainStyleContentRight h1.leftAlign  {
	padding: 10px 0 0 0;
	margin-bottom: 15px;
}

#mainStyleContentRight h1 a {
	font-size: 14px;
	font-weight: bold;
	color: #33A096;
	margin: 0; 
	padding: 10px 0;
	text-decoration: none;
}

#mainStyleContentRight h1 a.selected {
	text-decoration: underline;
	color: #1E4979;
}

/* IE FIX */
.selected {
	text-decoration: underline;
	color: #1E4979;
}

#mainStyleContentRight h1 a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #33A096;
	margin: 0; 
	padding: 10px 0;
}

#mainStyleContentRight h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1E4979;
	padding: 10px 25px 0;
	text-transform: none;
}

#mainStyleContentRight h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1E4979;
	padding: 5px 25px;
	text-transform: none;
}

#mainStyleContentRight ul {
	margin: 10px 0 0 40px;
}

#mainStyleContentRight li {
	list-style: none;
	list-style-position: outside;
	line-height: 130%;
	padding-bottom: 10px;
	padding-right: 25px;
}

#companyBio {
	margin-top: 10px;
}

#companyBio p {
	padding: 15px 15px;
	margin: 0;
	width: 525px;
	margin-left: 115px;
	text-align:justify;
}

#companyBio strong {
	color: #1E4979;
	font-weight: bold;
}

#companyBio em {
	color: #1E4979;
	font-style:italic;
}

#companyBio img {
	float: left;
	margin: 15px 5px 5px;
}

#howItWorks {
	margin-top: 25px;
}

#howItWorks h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1E4979;
	margin-left: 90px;
	padding: 10px 10px 0 10px;
}

#howItWorks p {
	padding: 5px 15px;
	margin: 0;
	width: 580px;
	margin-left: 85px;
	text-align: justify;
	min-height: 50px;
}

#howItWorks strong {
	color: #1E4979;
	font-weight: bold;
}

#howItWorks em {
	color: #1E4979;
	font-style:italic;
}

#howItWorks img {
	float: left;
	margin: 15px 5px 5px;
}

.grants_savings img {
	float: left;
	margin: 10px 15px 15px;
}

#grants_savings ul {
	margin: 0 0 5px 225px !important;
	font-weight: normal;
	padding: 0 10px;
}

#grants_savings li{
	list-style: none;
	background-image:url(/images/bullet-arrow.jpg);
	background-repeat: no-repeat;
	list-style-position: outside;
	line-height: 120%;
	padding: 0 0 5px 25px !important;
}

.tabs {
	margin: 0 0 -3px 0;
	padding: 0;
}

.tabs img {
	margin: 0 10px 0 0;
}

.project_tabs {
	margin: 0;
}




/* FREE QUOTE STYLE */

.calculatorGreenTop {
	background-image: url(/images/calculatorGreenMainTop.jpg);
	background-repeat: no-repeat;
	width: 380px;
	height: 10px;
}

.calculatorGreenBottom {
	background-image: url(/images/calculatorGreenMainBottom.jpg);
	background-repeat: no-repeat;
	width: 380px;
	height: 10px;
}

.calculatorGreenBannerBG {
	background-color: #D6EEF8;
	width: 380px;
}

#calculator {
	background-image: url(/images/calculator.jpg);
	background-repeat: no-repeat;
	width: 281px;
	height: 700px;
	float: right;
	margin-top: 45px;
}

.calculator {
	line-height: 50px;
	font-size: 12px;
}

.calculator label {
	display: block; 
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

.calculator input {
	width:auto;     
	margin:5px 0 0 10px; 
}

.calculatorB label {
	display: block; 
	float: left; 
	width: 210px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

.calculatorB input {
	width:auto;     
	margin:5px 0 0 10px; 

}

.calculatorB p {
	margin:15px 0 0 0; 

}

.calculatorB th {
	text-align: center;
	font-size: 12px;
	color: #A1A1A1;
	font-weight: normal;
}

.calculatorB td {
	text-align: center;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-weight: normal;
	height: 20px;
}

.calculateButton {
	display: block;
	float: right;
	height: 37px;
	width: 158px;
}

#contactTable {
	margin: 10px 0 0 25px; 
}

#contactTable td {
    height: 24px;
}

#contactUs {
	float:right; 
	color:#1E4979
}

#contactUs {
	float:right; 
	color:#1E4979
}

#sitemap ul {
	margin-left: 50px;
}

#sitemap li {
	list-style: disc;
	list-style-position: outside;
	line-height: 130%;
}

#cmsMenu {
display: block; 
background-color: #EDEDED; 
margin-left: 300px; 
text-align:left;
border-bottom: 1px solid #CCC;
}

#cmsMenu a{
font-size: 16px;
font-weight: bold;
padding: 0 15px;
}

.slideshowNavigation {
	background-image: url(../images/slideshow-nav-bar.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width:627px; 
	margin: -15px 26px 0;
}

.underline {
	text-decoration:underline;
}
