/*----------------------------------------------------------
Defaults for entire site
----------------------------------------------------------*/
html {
	overflow: scroll;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #808285;
}

#container {
	position: relative;
	padding: 0px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}

/*----------------------------------------------------------
Shared content
----------------------------------------------------------*/

#planned_site {
}

#gas {
}

#faq_text {
	color: #0569af;
	font-family: Verdana;
	font-size: 12px;
}

#gas_text {
	color: #0569af;
	font-family: Verdana;
	font-size: 12px;
}

#planned_site_text {
	color: #0569af;
	font-family: Verdana;
	font-size: 12px;
}

#faq_image {
	
}

#gas_image {
}

#planned_site_image {
}

#content {
	clear: both;
	position: relative;
	margin-top: 50px;
}

/*----------------------------------------------------------
General classes
----------------------------------------------------------*/

.home_big_green {
	font-weight: bold;
	color: #81b33e;
}

.blue_text {
	color: #0569af;
}

.blue_text a {
	text-decoration: underline;
	color: #0569af;
}

/*----------------------------------------------------------
Header
----------------------------------------------------------*/

#header {
	padding-top: 1px;
	clear: both;
}
	
#header #logo {
	float:left;
	margin-bottom: 20px;
}

#header #nav {
	float:right;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-top: 80px;
	margin-left: 20px;
	height: 26px;
	background-color: #0469ae;
	width: 595px;
}

#header #nav_left {
	float: left;
	height: 26px;
	width: 5px;
	background-color: #81b33e;
	margin-right: 10px;
}

#header #nav_right {
	float: right;
	height: 26px;
	width: 12px;
	background: no-repeat url(../images/header_corner.gif);
}

#header #nav_middle {
	float:left;
	padding-top: 5px;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
}

#header #nav a {
	text-decoration: none;
	color: #FFF;
}

#header #nav a:hover
{
	color: #FFF;
	background-color: #81b33e;
}

/*----------------------------------------------------------
Footer
----------------------------------------------------------*/

#footer {
	clear:both;	
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: auto;
	height: 20px;
	background-color: #81b33e;
}

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

#footer_left {
	float: left;
	height: 20px;
	width: 5px;
	background-color: #0469ae;
	margin-right: 10px;
}

#footer_right {
	float: right;
	height: 20px;
	width: 10px;
	background: no-repeat url(../images/footer_corner.gif);
}

#footer_text_left {
	float:left;
	padding-top: 3px;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
}

#footer_text_right {
	float:right;
	padding-top: 3px;
	white-space: nowrap;
	margin-right: 20px;
}

/*----------------------------------------------------------
Home page - index.php
----------------------------------------------------------*/

#home_quote {
	float: right;
}

#home_image_battery {
	margin-left: 60px;
	margin-bottom: 30px;
	float: left;
}

#home_image_bulb {
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
}

#home_image_plug {
	margin-bottom: 30px;
	float: left;
}

#home_text {
	float: right;
	margin-left: 10px;
	width: 550px;
}

#home_text_title {
	font-family: Verdana;
	font-weight: 100;
	font-size: 30px;
	margin-bottom: 30px;
}

#home_text_body {
	font-family: Verdana;
	font-size: 14px;
	line-height: 20px;
}

#home_faq {
	float:left;
	width: 30%;
	padding-left: 3%;
}

#home_planned_site {
	float:left;
	width: 30%;
	padding-left: 3%;
}

#home_gas {
	float:left;
	width: 30%;
	padding-left: 3%;
	margin-bottom: 50px;
}

#home_bottom_links {
	clear: both;
}

#home_header {
	position: relative;
	top: -60px;
}

/*----------------------------------------------------------
How It Works page - how_it_works.php
----------------------------------------------------------*/

#how_it_works_image {
	margin-bottom: 20px;
}

#how_it_works_boat {
	float: left;
}

#how_it_works_links {
	float: right;
}

#how_it_works_faq {
	margin-bottom: 10px;
}

#how_it_works_planned_site {
	margin-bottom: 10px;
}

#how_it_works_gas {
	margin-bottom: 10px;
}

#how_it_works_text {
	float: left;
	font-family: Verdana;
	font-size: 12px;
	width: 594px;
	margin-top: 10px;
}

#how_it_works_right_bar {
	float: right;
	background-color: #dae9f3;
	width: 248px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#how_it_works_right_bar_top {
	height: 43px;
	background: no-repeat url(../images/right_bar_corner.gif);
	background-position: top right;
}

#how_it_works_right_bar_top_text {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 15px;	
}

#how_it_works_right_bar_image {
	padding-left: 20px;
}

#how_it_works_right_bar_text {
	font-family: Verdana;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*----------------------------------------------------------
Key Facts page - key_facts.php
----------------------------------------------------------*/

#key_facts_image {
	margin-bottom: 20px;
}

#key_facts_bulbs {
	float: left;
}

#key_facts_links {
	float: right;
}

#key_facts_faq {
	margin-bottom: 10px;
}

#key_facts_planned_site {
	margin-bottom: 10px;
}

#key_facts_gas {
	margin-bottom: 10px;
}

#key_facts_text {
	float: left;
	font-family: Verdana;
	font-size: 12px;
	width: 594px;
	margin-top: 10px;
}

#key_facts_text ul {
	margin: 0px;
	padding-left: 20px;
}

#key_facts_text li {
	padding-top: 5px;
}

#key_facts_right_bar {
	float: right;
	background-color: #dae9f3;
	width: 248px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#key_facts_right_bar ul {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

#key_facts_right_bar li {
	padding-bottom: 10px;
}

#key_facts_right_bar_top {
	height: 43px;
	background: no-repeat url(../images/right_bar_corner.gif);
	background-position: top right;
}

#key_facts_right_bar_top_text {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 15px;	
}

#key_facts_right_bar_image {
	padding-left: 20px;
}

#key_facts_right_bar_text {
	font-family: Verdana;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*----------------------------------------------------------
Contact page - contact.php
----------------------------------------------------------*/

#contact_image {
	margin-bottom: 20px;
}

#contact_map {
	float: left;
}

#contact_links {
	float: right;
}

#contact_faq {
	margin-bottom: 10px;
}

#contact_planned_site {
	margin-bottom: 10px;
}

#contact_gas {
	margin-bottom: 10px;
}

#contact_text {
	float: left;
	font-family: Verdana;
	font-size: 12px;
	width: 594px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20px;
}

/*----------------------------------------------------------
Planned Site page - planned_site.php
----------------------------------------------------------*/

#planned_site_page_image {
	float: left;
}

#planned_site_page_links {
	float: right;
}

#planned_site_page_faq {
	margin-bottom: 10px;
}

#planned_site_page_planned_site {
	margin-bottom: 10px;
}

#planned_site_page_gas {
	margin-bottom: 10px;
}

#planned_site_page_text {
	float: left;
	font-family: Verdana;
	font-size: 12px;
	width: 594px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#planned_site_page_text a {
	color: #000;
}
