/*************************************************************
* COMMON COLORS *
**************************************************************
dk blue			#01559e
blue			#84b1e8
lt blue			#dadee7
green			#70a33e
*************************************************************/

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, p {
	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
	font-style: italic;
	border-bottom: 2px solid #70a33e;
	margin-bottom: 10px;
	padding-bottom: 0;
	display: block;
	clear: both;
}

ul {
	margin: 0;
	padding: 0 0 10px 20px;
}

td {
	vertical-align: top;
}

a {
	color: #01559e;
	text-decoration: none;
}
a:hover {
	color: #70a33e;
}

/************************************************************
* OUTER ELEMENTS */

#outerContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #70a33e;
	color: #fff;
}

#outerHeader, #outerBanner, #outerBody, #outerBottom, #outerFooter {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

#outerHeader {
	border-top: 7px solid #01559e;
	background-color: #84b1e8;
	color: #fff;
	font-size: 1em;
}

#outerBanner {
	background-color: #E4E7EE; /*#dadee7;*/
}

#outerBody {
	background-color: #fff;
	color: #000;
	font-size: 1.2em;
}

#outerBottom {
	background-color: #dadee7;
}

#outerFooter {
	background-color: #70a33e;
}

/************************************************************
* CONTAINER ELEMENTS */

#header, #banner, #body, #bottom, #footer {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background: url(../images/bg_header.jpg) no-repeat bottom left;
}

#banner {
	min-height: 186px;
	height: auto !important;
	height: 186px;
}
.home #banner {
	background: url(../images/bg_banner.jpg) no-repeat top right;
}
.aboutUs #banner {
	background: url(../images/bg_banner_about.jpg) no-repeat top right;
}

#footer {
	height: 40px;
}

/************************************************************
* INNER ELEMENTS */

#innerHeader {
}
#innerHeader ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 240px;
}
#innerHeader ul li {
	display: inline;
}
#innerHeader ul li a {
	display: block;
	float: left;
	width: 105px;
	height: 21px;
	background: url(../images/bg_nav.jpg) no-repeat top left;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	padding: 6px 0 0;
	text-decoration: none;
	text-align: center;
}
#innerHeader ul li a:hover, #innerHeader ul li a.on, 
#innerHeader ul li a.green:hover, #innerHeader ul li a.greenOn,
#innerHeader ul li a.geothermal:hover, #innerHeader ul li a.geothermalOn {
	background: url(../images/bg_nav_on.jpg) no-repeat top left;
	color: #01559e;
}
#innerHeader ul li a.geothermal, #innerHeader ul li a.green {
	background: url(../images/bg_nav_green.jpg) no-repeat top left;
}
#innerHeader ul li a.geothermalOn, #innerHeader ul li a.geothermal:hover,
#innerHeader ul li a.greenOn, #innerHeader ul li a.green:hover {
	color: #70a33e;
}
#innerHeader ul li a.green {
	font-size: 1.2em;
}
#innerHeader ul li a.greenOn, #innerHeader ul li a.green:hover {
	font-size: 1.2em;
}

#innerBody {
	padding: 20px 50px 10px 63px;
}

#innerBottom {
	padding: 22px 0;
	text-align: center;
}
#innerBottom a {
	padding: 0 5px;
}


/************************************************************
* MISC CLASSES */

.topPhone {
	text-align: right;
	padding: 10px 35px 15px 0;
	font-size: 2.6em;
}

.testimonial {
	color: #01559e;
	font-style: italic;
}
.testimonial span {
	font-style: normal;
}

.contactTBL {
	width: 600px;
	margin: 0 auto;
	border: 3px solid #70a33e;
	background-color: #eee;
	padding: 0 0 10px 0;
}
.contactTBL td {
	padding: 0 5px 4px;
}

.error {
	color: #900;
	border: 1px solid #900;
	background-color: #ffc;
	font-weight: bold;
}
.success {
	color: #060;
	border: 1px solid #060;
	background-color: #ffc;
	font-weight: bold;
}
.error p, .success p {
	padding: 3px;
}

.greenText {
	color: #70a33e;
}