/* CSS Document */

body {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #ffffff;
}

#top {
	width: 650px;
	background-image: url(../img/calculator_head.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #9d7a98;
}
#top img {
	margin: 20px;
}
a:link {
color: #666;
}
a:visited {
color: #666;
}
a:hover {
color: #9d7a98;
text-decoration: underline;
}
a:active {
color: #666;
}
form {
padding: 0;
margin: 0;
}
#content {
	width: 650px;
	padding: 20px;
	}
#content p{
margin: 0.2em 0;
padding: 0.2em 0;
}
#content h1 {
	font-size: 13px;
	color: #5a2154;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
	padding-top: 0.5em;
}
#content h1.red {
	color: #fff;
	background-color: #5a2154;
	padding: 0.3em;
}
#content h2 {
	font-size: 12px;
	margin-top: 0.5em;
	padding-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}
#content table td {
border-bottom: 1px solid #fff;
padding: 8px 5px;
font-size: 12px;
text-align: left;
vertical-align: top;
}
#content table#clientinfo td {
border-bottom: 1px solid #fff;
padding: 8px 5px;
font-size: 12px;
}
#content table#clientinfo th {
padding: 8px 5px;
font-weight: bold;
font-size: 12px;
text-align: left;
}
#content table td.bottom {
border-bottom: none;
}
p.calculate {
background-color: #ADADBC;
padding: 10px;
text-align: right;
}
table#quote td.totals {
background-color: #F3F3F5;
font-weight: bold;
font-size: 12px;
}
table#quote td.savingtop {
	color: #DFDFE5;
	background-color: #9d7a98;
	background-image: url(../img/save_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #9d7a98;
	font-size: 12px;
	font-weight: bold;
}
table#quote td.savingbottom {
	color: #DFDFE5;
	background-color: #9d7a98;
	border-bottom: 1px solid #9d7a98;
	font-size: 12px;
	vertical-align: top;
}
table#quote td.notes {
	vertical-align: bottom;
	padding-right: 30px;
}
.smlprint {
font-size: 11px;
}
.disclaimer {
font-weight: bold;
color: #5a2154;
}
table#quote td {
font-size: 11px;
padding: 4px 5px;
}
textarea {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.error {
color: #F00;
font-size: 12px;
font-weight: bold;
}
ol {
margin: 0.5em 1em;
padding: 0.5em 1em;
}