@charset "utf-8";
/* CSS Document */

html {
	scrollbar-face-color: #FFF;
}

#Main .leftCol h1 {
	float: left;
	display: inline;
	font: normal 38px impact,Arial,sans-serif;
	width: 360px;
	text-align: left;
	color: #FFF;
	margin: 60px 0 0 30px;
}

#Main .leftText h1 {
	font: normal 30px Arial,sans-serif;
	float: left;
	clear: left;
	text-align: left;
	margin: 10px 0 0 5px;
	width: 600px;
	color: #009900;
}

#Main .leftText p {
	float: left;
	clear: left;
	width: 600px;
	height: auto;
	margin: 0 8px;
	font: normal 12px Arial, sans-serif;
}

.buttonOne h2, .buttonTwo h2, .buttonThree h2 {
	color: #FFF;
	margin: 4px 0 0 5px;
	padding: 0;
	width: 200px;
	height: 30px;
	font: normal x-large impact;
}

.buttonOne p, .buttonTwo p, .buttonThree p {
	width: 190px;
	margin: 0 5px;
	color: #FFF;
	padding-left: 5px;
	background-color: #45a1e4;
}

.rightCol h2 {
	float: left;
	display: inline;
	font: bold 16px "Accord Heavy SF",Arial,sans-serif;
	width: 400px;
	text-align: left;
	color: #FFF;
	margin: 260px 0 0 80px;
	line-height: 30px;
}

h2 a {
	font-size: 20px;
	line-height: 10px;
}

p {
	float: left;
	display: inline;
	width: 380px;
	height: 70px;
	text-align: left;
	font-size: 11px;
	font-family: "Arial Black", Arial, sans-serif;
	color: #666;
	margin: 0;
	padding-right: 18px;
}

.leftCol p {
	border: none;
}

#Main .mainCol .textOverflow p {
	float: left;
	clear: left;
	display: block;
	width: 450px;
	height: auto;
	margin-left: 10px;
}

.textOverflow p a {
	font-weight: bold;
}

.textOverflow h1 {
	float: left;
	cleat: left;
	margin: 10px;
	width: 470px;
	height: auto;
}

#Header p {
	float: right;
	clear: right;
	height: 20px;
	display: inline;
	color: #64b1e5;
	text-align: right;
	margin: 4px 5px 0 10px;
	padding: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.droplet h2 {
	float: left;
	display: inline;
	font: bold 16px "Accord Heavy SF",Arial,sans-serif;
	width: 250px;
	text-align: left;
	color: #FFF;
	margin: 20px 0 0 80px;
	line-height: 30px;
}

.leftColGen h1 {
	float: left;
}

#Main form#calc table td h1 {
	font-size: 14px;
	width: 105px;
	font-weight: bold;
	margin: 0;
}

#Main form#calc table td h2 {
	width: 120px;
	height: 10px;
	text-align: left;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0; 
	color: #666;
}

#Main form#calc table td p {
	width: 40px;
	overflow: hidden;
}

form#calc a {
	float: left;
	clear: left;
	width: 176px;
	height: 25px;
	margin-left: 435px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	background-image: url(images/calcButton.jpg);
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #666;
}

form#calc a:hover {
	text-decoration: underline;
}
	
#Main p#error {
	width: 100px;
}

p#total, p#totalSaving {
	color: #F00;
}

#Main .leftText h2 {
	float: left;
	clear: left;
	margin: 5px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333333;
}