body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	
	font-family: arial,verdana,sans-serif;
	color: #757575;
	font-size: 11px;
}

img {
	border: 0;
}

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

form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.error {
	color: red;
}









#wrapper {
	width: 963px;
	border-right: 1px solid #92a2b6;
	border-left: 1px solid #92a2b6;
	margin: 0 auto;
	text-align: left;
	
	position: relative;
	top: 0;
	left: 0;
}

#wrapper #shadow_left {
	position: absolute;
	top: 0px;
	left: -43px;
}
#wrapper #shadow_right {
	position: absolute;
	top: 0px;
	right: -43px;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 963px;
	height: 100px;
	background-color: #e8e8e8;
}


#ge_energy_logo {
	position: absolute;
	top: 0;
	left: 0;
}
#calculator_header {
	position: absolute;
	top: 0;
	right: 0;
}
















#main_content {
	width: 963px;
	height: 465px;
	background: #bcc1ae url(../images/main_bg.jpg) no-repeat;
	padding-top: 28px;
}

#main_content .col_left {
	width: 353px;
	float: left;
	margin-right: 2px;
	
	position: relative;
	top: 0;
	left: 0;
}

#main_content .col_right {
	width: 253px;
	float: right;
	
	position: relative;
	top: 0;
	left: 0;
}

#main_content .fixed {
	background-color: #c0d7f1;
	padding: 11px 14px 5px 14px;
}

#main_content .fixed .header {
	margin-bottom: 8px;
}

#main_content .fields {
	padding: 20px 14px;
}

#main_content .total {
	border-top: 1px solid #757575;
	margin-top: 8px;
	padding-top: 10px;
}

#main_content .results_box_1 {
	background-color: #91bae6;
	color: #ffffff;
	padding: 9px 22px 7px 22px;
	border-bottom: 2px solid #ffffff;
	
	font-weight: bold;
}

#main_content .results_box_2 {
	background-color: #3b73b9;
	color: #ffffff;
	padding: 9px 22px 7px 22px;
	border-bottom: 2px solid #ffffff;
	
	font-weight: bold;
}

#main_content .results_box_3 {
	background-color: #91bae6;
	color: #ffffff;
	padding: 16px 22px 6px 22px;
	
	font-weight: bold;
}

#main_content .results_box_1 p,
#main_content .results_box_2 p {
	margin-bottom: 7px;
}

#main_content .results_box_1 .savings,
#main_content .results_box_2 .savings {
	padding: 2px 0 0 25px;
	background: url(../images/arrow.gif) no-repeat;
	font-size: 20px;
	height: 29px;
}

#main_content .results_box_3 ul {
	padding: 0 0 0 9px;
	margin: 12px 0 0 0;
	list-style-image: url(../images/bullet.gif);
}

#main_content .results_box_3 ul li {
	padding: 0;
	margin: 0 0 7px 0;
}

#main_content .results_box_3 ul li a,
#main_content .results_box_3 ul li a:link,
#main_content .results_box_3 ul li a:active,
#main_content .results_box_3 ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
#main_content .results_box_3 ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#main_content .results_box_3 ul li ul {
	margin-left: 15px;
}








#form_wrapper {
	width: 629px;
	padding: 45px 56px 0 23px;
	
	float: left;
	
	position: relative;
	top: 0;
	left: 0;
}

#form_wrapper h2 {
	font-size: 11px;
	padding: 0;
	margin: 0 0 16px 0;
}

#form_wrapper #form_header {
	width: auto;
	height: auto;
	
	position: absolute;
	top: 5px;
	left: 0;
}

#form_wrapper #cancel {
	position: absolute;
	top: 5px;
	right: 0;
}

#form_wrapper .col_left {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
}

#form_wrapper .col_right {
	float: right;
	width: 270px;
	margin: 0;
	padding: 0;
}

#form_wrapper input {
	padding: 5px 9px 3px 9px;
	background-color: #c0d7f1;
	
	color: #3b73b9;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	border-top: 1px solid #92a2b6;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	
	margin-bottom: 13px;
}

#form_wrapper select {
	margin-bottom: 13px;
}

#form_wrapper input.submit {
	background-color: transparent;
	border: 0;
	display: block;
	margin-top: 30px;
}

#form_wrapper label {
	font-weight: bold;
	display: block;
}











.select,
.input_text {
	position: relative;
	top: 0;
	left: 0;
	padding: 5px 0 0 0;
	margin-bottom: 8px;
}

.fixed_text {
	position: relative;
	top: 0;
	left: 0;
	padding: 4px 0 0 0;
	margin-bottom: 5px;
}

.select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	
	color: #3b73b9;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.input_text input {
	position: absolute;
	top: 0;
	left: 0;
	width: 92px;
	padding: 3px 9px;
	background-color: #c0d7f1;
	
	color: #3b73b9;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	border-top: 1px solid #92a2b6;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.fixed_text .input {
	position: absolute;
	top: 0;
	left: 0;
	width: 92px;
	padding: 2px 9px;
	background-color: #91bae6;
	
	color: #ffffff;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#main_content .fixed .fixed_text .input {
	background-color: #d7e6f6;
	color: #3b73b9;
	
	width: 44px;
}

.select label,
.input_text label,
.fixed_text label {
	font-weight: bold;
	position: relative;
	top: 0;
	left: 119px;
	width: 206px;
}
#main_content .fixed .fixed_text label {
	left: 71px;
}












#main_nav {
	width: 963px;
	height: 24px;
	background-color: #3b73b9;
	color: #adc4e2;
	position: relative;
	top: 0;
	left: 0;
}

#main_nav #required {
	position: absolute;
	top: 9px;
	left: 20px;
	line-height: 11px;
}

#main_nav ul {
	position: absolute;
	top: 0;
	right: 0;
	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main_nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}










#footer {
	width: 915px;
	background: #34401b url(../images/footer_bg.jpg) no-repeat;
	position: relative;
	top: 0;
	left: 0;
	padding: 144px 24px 17px 24px;
	
	font-size: 10px;
	color: #8d947f;
}

#footer #callbox {
	width: 471px;
	position: absolute;
	top: 44px;
	left: 10px;
}

#footer #share {
	position: absolute;
	top: 154px;
	right: 24px;
}

#footer p {
	margin-bottom: 17px;
}

#footer #nav {
	border-top: 1px solid #8d947f;
	padding-top: 17px;
}

#footer #copyright {
	position: absolute;
	top: 206px;
	right: 24px;
}








#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#footer ul li {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #8d947f;
	display: inline;
}

#footer ul li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

