/* CSS Document */

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2F73B2;
	/*min-width:1000px;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{
	border:none;
}

a {
	text-decoration: underline;
	color:#000000;
	font-weight:bold;
}

a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover{
	text-decoration:underline;
}

h1 {
	font-size:1.4em;
	padding:5px 0 10px 0;
	margin:0;
	font-weight:bold;
}

#wrapper, #wrapper2, #wrapper3 {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:800px;
	text-align:left;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(../images/background.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#wrapper2 {
	background-image:url(../images/background2.jpg);
}

#wrapper3 {
	background-image:url(../images/background3.jpg);
}


#container, #container2 {
	padding:120px 10px 10px 10px;
	font-size:1.2em;
	min-height:420px;
	margin:0 0 0 25px;
	width:320px;
}

* html #container {
	height:420px;
}

* html #container2 {
	height:765px;
}

#container2 {
	margin-left:137px;
	width:480px;
	text-align:center;
	position:relative;
	padding:32px 0 0 0;
	min-height:765px;
}


#container p, #container2 p {
	padding-bottom:8px;
}

#container img, #container2 img {
	vertical-align:top;
}

#container strong {
	font-size:1.1em;
}

fieldset {
	border:none;
	margin:0;
	padding:0;
}

label {
	display:block;
	font-weight:bold;
	padding:3px 0pt 3px 0;
	width:100%;
}

input.calculate {
	height: 50px;
	width: 270px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/calculate_saving.jpg) no-repeat left top;
	padding:0;
	/*margin-top:5px;*/
}

.total_savings {
	position: absolute; 
	top: 230px; 
	right: 148px;
	width:160px;
	color:#FFFFFF;
}

.total_savings img {
	padding: 35px 0 0 20px;
}

.savings_txt {
	font-size:0.8em;
	padding-bottom:0;
	font-weight:bold;
}

#container2 .savings_txt {
	font-size:0.7em;
	color:#FFFFFF;
}

.total_value {
	font-size:1.7em;
	color:#000000;
	padding: 5px 0 0 8px;
	font-weight:bold;
}

select {
	width:200px;
}

input {
	width:100px;
}

#total_savings_cert {
	width:125px;
	position:absolute;
	top:223px;
	left:202px;
	text-align:left;
}

.print_value {
	font-size:1.3em;
	padding-top:4px;
	color:#000000;
	padding-left:5px;
}

#savings {
	padding-top:0px;
	position:absolute;
	top:415px;
	left:70px;
}

#savings h1 {
	font-size:2em;
	padding:10px 0 10px 0;
}

p#certify {
	font-weight:bold;
	font-size:1.3em;
	padding-bottom:0px;
}

#savings label {
	display:inline;
	padding-right:5px;
}

.print_cert {
	display:block;
	width:100%;
	margin-top:65px;
}

#certify_details {
	padding-top:10px;
}

#certify_details a {
	color:#2F73B2;
}

#certify_details div {
	padding-top:3px;
}
