@charset "utf-8";
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#header {
	height: 100px;
	width: 100%;
	background-color: #fd8c39;
}

#container {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BDC5F4;
	border-bottom-color: #BDC5F4;
	border-left-color: #BDC5F4;
	padding: 10px;
}

.title {
	font-size: 22px;
	color: #FF8040;
	font-weight: bold;
}

.tableHeading {
	font-size: 18px;
	font-weight: normal;
	color: #0000CC;
	vertical-align: middle;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.response {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.co2avoided {
	font-style: italic;
	color: #2FA249;
}


#headerTitle {
	height: 100px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/My-Plan-Top-Banner.png);
}

p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#666666
}

#calculatorContainer {
	height: 50px;
	width: 100%;
	position: fixed;
	background-image: url(../images/calculator_container_repeat.png);
	background-repeat: repeat-x;
	bottom: 0px;
}

#carbonFootprint {
	width: 300px;
	position: absolute;
	left: 441px;
}


#calculator {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	background-image: url(../images/Calculator-Background.-Repeatpng.png);
	background-position: center center;
	background-repeat: repeat;
}

#calculatorMyGoal {
	height: 25px;
	width: 100px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}

#calculatorCurrentSavings {
	height: 25px;
	width: 100px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
	float: left;
}

#calculatorNeeded {
	height: 25px;
	width: 100px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}

.yourResponsePadding {
	padding: 10px;
}

.endTableAnswers {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFF00;
	text-align: center;
	font-weight: bold;
}

.endTableMarker {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

#answer {
	width: 100%;
}

.sources {
	font-size: 12px;
}

.moreInfo{
	color: #FF8040;

}

.moreInfo a{
	text-decoration: underline;
	color: #FF8040;

}
#thankyou {
	background-image: url(../images/Thank-You.png);
	height: 480px;
	width: 640px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
}
.credits {
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	background-color: #666666;
	margin-bottom: 50px;
	border-bottom-color: #999999;
}

.credits a{
	text-decoration:none;
	color:#666666
}
