body {
	background-position: top center;
	background-repeat: no-repeat;
}

#roicalculator {
	width: 798px;
	height: 598px;
	margin: 60px auto 0 auto;
	border: solid 1px #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

img#roicalculatornav {
	border: none;
}

#roicalculator .page {
	width: 798px;
	height: 423px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #666666;
}

#roicalculator .page h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #376a35;
	margin: 0 0 4px 0;
}

#roicalculator .page h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #376a35;
	margin: 0 0 4px 0;
}

#roicalculator .page h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #9a8b7d;
	margin: 0 10px 0 0;
}

#roicalculator .page a {
	text-decoration: none;
}

#roicalculator .page a:link, #roicalculator .page a:visited {
	color: #49a942;
}

#roicalculator .page a:hover {
	text-decoration: underline;
}

#roicalculator .form {
	margin: 28px;
}

#roicalculator .form p.notes {
	font-size: 12px;
	width: 450px;
}

#roicalculator .sidebar {
	width: 235px;
	height: 308px;
	float: right;
}

#roicalculator .sidebarcopy {
	padding: 10px;
	height: 288px;
	background-color: #e7e1d5;
	color: #376A35;
	text-align: center;
	font-family: Times New Roman, Times, serif;
}

#roicalculator .sidebarcopy h4 {
	font-weight: normal;
	font-size: 14px;
}

#roicalculator .sidebarcopy p {
	font-size: 11px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

#roicalculator .sidebarcopy strong {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}

#roicalculator .sidebarbuttons {
	margin-top: 4px;
}

#roicalculator .sidebarbuttons img {
	cursor: pointer;
	border: none;
}

#roicalculator table.questions {
	width: 490px;
	border: none;
	border-right: solid 1px #797979;
}

#roicalculator table.questions td {
	border-spacing: none;
	margin: 0;
	border-bottom: solid 1px #9a8b7d;
	padding: 8px 0 8px 0;
}

#roicalculator table.questions td table td {
	border: none;
	padding: none;
}

#roicalculator table.questions td.head {
	background-color: #ebeae2;
	text-align: center;
	font-size: 11px;
	color: #797979;
	width: 87px;
	border-top: solid 1px #797979;
	border-left: solid 1px #797979;
}

#roicalculator table.questions td.answer {
	background-color: #ebeae2;
	border-left: solid 1px #797979;
	text-align: center;
}

#roicalculator table.questions td.answer input {
	width: 70px;
	text-align: center;
	font-weight: bold;
}

#roicalculator table.questions td.answer label {
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

#roicalculator table.questions td.question {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #376a35;
	padding: 8px 10px 8px 0;
}

#roicalculator table.questions td.infoavailable {
	background-image: url('info.gif');
	background-repeat: no-repeat;
	background-position: 295 12;
}

#roicalculator table.contactform {
	width: 600px;
	border: none;
}

#roicalculator table.contactform td {
	border-spacing: none;
	margin: 0;
	border-bottom: solid 1px #9a8b7d;
	padding: 5px 0 5px 0;
}

#roicalculator table.contactform td table td {
	border: none;
	padding: none;
	margin: 0;
}

#roicalculator table.contactform td.question {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #376a35;
	padding: 5px 10px 5px 0;
}

#roicalculator table.contactform td.answer {
	background-color: #ebeae2;
	border-left: solid 1px #797979;
	border-right: solid 1px #797979;
	text-align: center;
}

#roicalculator table.contactform td.answer input {
	width: 200px;
	text-align: left;
	font-weight: bold;
}

#roicalculator table.contactform td.answer input#contactcity, #roicalculator table.contactform td.answer input#contactphone {
	width: 130px;
}

#roicalculator table.contactform td.answer select {
	width: 60px;
	text-align: left;
	font-weight: bold;
}

#roicalculator table.contactform em {
	font-family: Verdana,Arial,Helvetica;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	color: #990000;
}

#roicalculator .requiredcontainer {
	position: relative;
	left: 0px;
	top: 0px;
}

#roicalculator #required1, #roicalculator #required2 {
	display: none;
	position: absolute;
	left: 225px;
	top: 4px;
	width: 150px;
	text-align: left;
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	color: #990000;
}

#roicalculator td.resultsmessage p {
	font-size: 12px;
	line-height: 15px;
}

#roicalculator .roicalcdownload {
	float: right;
	margin: 5px 0 10px 10px;
}

#roicalculator .roicalcdownload img {
	border: none;
}

#roicalculator table.results {
	width: 400px;
	border: none;
	border-right: solid 1px #797979;
}

#roicalculator table.results td {
	border-spacing: none;
	margin: 0;
	border-bottom: solid 1px #9a8b7d;
	padding: 4px 0 4px 0;
}

#roicalculator table.results td.section {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #376a35;
}

#roicalculator table.results td.head {
	background-color: #ebeae2;
	text-align: center;
	font-size: 11px;
	color: #797979;
	width: 60px;
	border-top: solid 1px #797979;
	border-left: solid 1px #797979;
	padding-left: 4px;
	padding-right: 4px;
}

#roicalculator table.results td.wide {
	width: 90px;
}

#roicalculator table.results td.wider {
	width: 120px;
}

#roicalculator table.results td.lineitem {
	font-size: 11px;
	line-height: 14px;
	padding: 3px 10px 3px 0;
}

#roicalculator table.results td.lineitemsummary {
	font-size: 11px;
	line-height: 14px;
	padding: 3px 10px 3px 0;
	font-weight: bold;
	font-style: italic;
}

#roicalculator table.results td.value {
	font-size: 11px;
	border-left: solid 1px #797979;
	text-align: center;
}

#roicalculator table.results td.total {
	font-size: 11px;
	border-left: solid 1px #797979;
	text-align: center;
	font-weight: bold;
}

#roicalculator0 {
	background-image: url('intro-bg.jpg');
	background-repeat: no-repeat;
}

#roicalculator0 .introbox {
	width: 352px;
	margin: 135px 0 0 371px;
	padding: 11px 17px 11px 17px;
	background-color: #ebeae2;
	border: solid 1px #a9a9a9;
}

#roicalculator0 .introbox p {
	font-size: 13px;
	line-height: 17px;
	color: #797979;
	margin: 0;
}

#roicalculator0 .introbuttons {
	position: relative;
	left: 0px;
	top: -1px;
	margin-left: 371px;
}

#roicalculator0 .introbuttons img {
	margin-right: 18px;
	cursor: pointer;
	border: none;
}

#roicalculator1, #roicalculator2, #roicalculator3, #roicalculator4, #roicalculator5, #roicalculator6, #roicalculator7, #roicalculator8 {
	visibility: hidden;
	display: none;
}

#roicalculatorcopyright {
	text-align: right;
	padding: 10px 15px 0 0;
	color: #666666;
	font-size: 9px;
	float: right;
}

#roicalculatorreset {
	position: relative;
	left: 10px;
	top: 15px;
}

#roicalculatorfooter {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	margin-top: 40px;
}
