body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #E7F3D9;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 15px 0;
}
#container {
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
display:none;
}

#utility-nav a:hover {
	color: #DBEDC6;
	text-decoration: none;
}


/*--------------------- Body ---------------------*/

#body {
	width: 738px;
	margin: 17px 17px 0px 17px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #88C140;
	margin: 8px 0px 12px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A6C7AB;
	padding: 0px 0px 4px 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #32793D;
	margin: 15px 0px 0px;
	clear: both;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 0px 0px;
}
p {
	margin: 8px 0px 12px 0px;
}
a:link {
	color: #0079B7;
	text-decoration: underline;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #3399CC;
	text-decoration: none;
}
.blue-text {
	color: #0079B7;
}
#body ul {
	margin-bottom: 13px;
	margin-top: 13px;
	margin-left: 0px;
	padding-left: 15px;
}
#body ul li {
	margin: 0px 0px 1px;
	padding: 0px 0 0 5px;
	background:none;
	list-style-type:disc;
}
#body ol {
	margin-bottom: 13px;
	margin-top: 13px;
	margin-left: 0px;
	padding-left: 15px;
}
#body ol li {
	margin: 0px 0px 1px 18px;
}
#ctas {
	float: left;
	display: inline;
	width: 780px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A6C7AB;
	font-size: 11px;
	line-height: 16px;
}
.cta-left {
	float: left;
	display: inline;
	width: 231px;
	padding: 11px 11px 0px 0px;
}
.cta-middle {
	float: left;
	display: inline;
	width: 230px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A6C7AB;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A6C7AB;
	padding: 11px 11px 0px 11px;
}
.cta-right {
	float: left;
	display: inline;
	width: 231px;
	padding: 11px 0px 0px 11px;
}
#ctas h2 {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	background-image: url(images/cta-header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 3px 0px 0px 7px;
}
#ctas .cta-middle h2 {
	background-image: url(images/cta-header-middle.gif);
}
#ctas img {
	float: right;
}
#latest-news {
	font-size: 11px;
	line-height: 16px;
	background-color: #E7F3D9;
	background-image: url(images/latest-news-bg.gif);
	background-repeat: no-repeat;
	float: right;
	width: 230px;
	margin: 0px 0px 10px 10px;
}
#latest-news-inner {
	margin: 0px 7px 0px 7px;
}
#latest-news-inner p {
	margin: 0px 0px 5px 0px;
}
#latest-news h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
#latest-news-footer {
	background-image: url(images/latest-news-footer.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 7px;	
}
#footer {
	display:none;
}
#footer a {
	color: #000;
	text-decoration: none;
}

.text-small {
	font-size: 11pt;
}
.highlight {
	color: #FF0000;
}
.caption {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	line-height: 12pt;
	text-align: center;
	margin-top: 5px;
}
fieldset {
	border: 1px solid #A6C7AB;
	padding: 0px 0px 8px;
	width: 390px;
}

legend {
	color: #32793D;
	margin: 0px 0px 8px 8px;
	font: bold 12px Arial, sans-serif;
}

label {
	clear: left;
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
}

input.text, textarea {
	border: 1px solid #A6C7AB;
	background-color: #F3F9EC;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 8px;
	font: 11px Arial, sans-serif;
}

input.submit {
	margin-left: 110px;
}

input.button {
	background-color: #32793D;
	border: 1px solid #A6C7AB;
	border-bottom-color: #003300;
	border-right-color: #003300;
	font: bold 11px Verdana, sans-serif;
	color: white;
}
#calculation_form input.button {
	margin: 5px 0 10px 0;
}

table {
	border-right: 1px solid #A6C7AB;
	border-top: 1px solid #A6C7AB;
}
table td {
	padding: 1px 4px;
	border-left: 1px solid #A6C7AB;
	border-bottom: 1px solid #A6C7AB;
}
.clear-h2s {
	clear: none;
}
input.calc-field {
	border: 1px solid #A6C7AB;
	background-color: #F3F9EC;
	margin: 2px 0 2px 0;
}
table.no-border {
	border: none;
}
table.no-border td {
	border: none;
}
.text-white {
	color: #FFFFFF;
}
#result1, #result2 {
	width: 478px;
	background-color: #E7F3D9;
	padding: 1px 4px;
}
#result-header {
	width: 478px;
	background-color: #87C240;
	padding: 1px 4px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#result3 {
	width: 478px;
	padding: 1px 4px;
}



/*-----------print styles------------------------*/
#body a:link:after, #body a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#body table a:link:after, #body table a:visited:after {
   content:"";
   font-size: 90%;
   }

#printhead {display:block; border-bottom:1px solid #ccc;}
#printhead span {color:#88C140;}
#printhead address {
	display:block;
	width:100%;
	position:relative;
	margin-bottom:10px;
}
#printhead div.address {
	width:380px;
	float:left;
	margin:0 0 0 20px;
}
#printhead address:after {
     content: "."; /* This dot is the actual appended content */   
     clear: both;   
     height: 0;   
     visibility: hidden;   
     display: block; 
}
#print-page {display:none;}




