#calculatorpage{
	margin:0px;
	padding:0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 0px;
}

.calculatorheader, .calculatornav{
}
.calculatornav{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#calculatorwrapper{
	width:100%;
	clear:both;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#calculator{
	width:877px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 20px;
}
#calculator p, #calculator h1, #calculator h2, #calculator h3, #calculator a{
color:#000;
}
#search-wrap{
	float:left;
	width:340px;
}
#search-wrap input{width:300px; font-size:16px; color:#999999; padding:6px; border:solid 1px #999999; margin-left:10px;}
#results{
	width:290px;
	display:none;
	padding-left: 10px;
	}
#results ul{
margin:0px;
padding:0px;
}
#results li{width: 280px; padding:0; margin:0; border:0; list-style:none; border-top:solid 1px #DEDEDE;}
#results li a{
	display:block;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#results li a small{display:block; text-decoration:none; color:#000; font-weight:normal;}
#results li a:hover{background:#FFFFCC;}
#results ul {
	position: absolute;
	z-index: 80;
	padding:6px;
}
.cityInfo{
	float:right;
	height:50px;
	width:460px;
	text-align:left;
	margin-top: 52px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 45px;
}
.nextpart{
	width:857px;
	clear: both;
	margin-top: 12px;
	margin-bottom: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	margin-right: 10px;
}
.nextpart p{
width:600px;
float:left;
}
.nextpart a{
	width:142px;
	height:55px;
	text-indent:-9999px;
	display:block;
	float: right;
	outline:none;
	}
.selection, .calculatorcontent{
	width:857px;
	display:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

a.eclipse, a.ptc{
	width:236px;
	height:122px;
	text-indent:-9999px;
	outline:none;
	display:block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:left;
	}
a.eclipse{
		margin-left:191px;
		}
a.ptc{
	margin-left:20px;
	}
.calculatorcontentheader{
	width:857px;
	margin-bottom: 6px;
	padding-bottom: 5px;
	}
#calculator div.calculatorcontentheader h3{
	margin-top:14px;
	margin-right:10px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	margin-bottom: 6px;
}
.eclipseimage, .ptcimage{
	float:left;
	margin-right:18px;
	margin-bottom:10px;
	margin-left:10px;
	}
.calculatorfunction table{
	background-color:#00351d;
	margin-left: 28px;
	padding: 8px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.calculatorfunction table.calculations td{
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

.calculatorfunction table.calculations tr:nth-child(even) {
	}
.calculatorfunction table.calculations tr.rowtotals, #calculator div.calculatorfunction h4, #calculator td.finalnumbers{
	line-height:24px;
	color: #000;
	}
.calculatorfunction table.finaltotals{
	}
#calculator div.calculatorfunction p{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 6px;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 6px;
}
#calculator div.calculatorfunction h4, #calculator td.finalnumbers{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.calculations input{
font-weight:bold;
}