﻿body
{
	background: url(../_img/bg_repeater.gif) repeat-x #246a31;
	margin-top: 0px;
	margin-bottom: 0px;
}
img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
table
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
td
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
p, td, table, ul, li
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #07538d;
	line-height: 16px;
}
.main
{
	background-color: #ffffff;
	width: 805px;
	height: 85.2%;
}
/*********************Form Manager**********************/
.fieldBlock
{
	padding-bottom: 15px;
}
.buttonBlock
{
	padding-top: 10px;
}
.buttonBlock input
{
	margin-right: 10px;
}
.shortAnswer, .addressLine
{
	width: 256px;
}
.addressCity
{
	width: 200px;
}
.addressZip
{
	width: 70px;
}
.longAnswer
{
	width: 395px;
	height: 68px;
}
.calcQuantity
{
	width: 25px;
}
.calcTotal
{
	width: 25px;
}
.showCalendar
{
	margin-left: 5px;
	width: 15px;
	height: 15px;
	background: url(../_img/calendar.gif) no-repeat;
	cursor: pointer;
}
.required
{
	color: Red;
}
/*******************Text*******************/
a
{
	color: #1a6033;
}
a:hover
{
	text-decoration: none;
}
.header
{
	color: #1a91d6;
	font-size: 15px;
	line-height: 18px;
}
.subheader
{
	color: #1a91d6;
	font-size: 14px;
	line-height: 18px;
}
.small_text
{
	font-size: 10px;
	line-height: 11px;
}
hr
{
	height: 6px;
	border: 0px solid;
	background: url(../_img/hr_repeater.gif) repeat-x;
}
.underline
{
	text-decoration: underline;
}
/****************Nav****************/
a.first_nav
{
	font-weight: bold;
	text-decoration: none;
	background: url(../_img/arrow.gif) no-repeat 13px 5px;
	padding: 0px 0px 3px 21px;
	display: block;
	width: 161px;
}
.first_nav:hover
{
	text-decoration: underline;
}
a.first_nav_on
{
	font-weight: bold;
	text-decoration: underline;
	background: url(../_img/arrow.gif) no-repeat 13px 5px #a3c9df;
	padding: 0px 0px 3px 21px;
	display: block;
	width: 161px;
}
a.second_nav
{
	text-decoration: none;
	background: url(../_img/arrow2.gif) no-repeat 21px 5px #bcd9e9;
	padding: 0px 0px 3px 30px;
	display: block;
	width: 152px;
}
a.second_nav_on
{
	text-decoration: underline;
	background: url(../_img/arrow2.gif) no-repeat 21px 5px #bcd9e9;
	padding: 0px 0px 3px 30px;
	display: block;
	width: 152px;
}
.second_nav: hover
{
	text-decoration: underline;
}
a.third_nav
{
	text-decoration: none;
	font-size: 11px;
	background: #d1e5f0;
	padding: 0px 0px 3px 32px;
	display: block;
	width: 150px;
}
.third_nav: hover
{
	text-decoration: underline;
}
a.third_nav_on
{
	text-decoration: underline;
	font-size: 11px;
	background: #d1e5f0;
	padding: 0px 0px 3px 32px;
	display: block;
	width: 150px;
}
/*******************other*******************/
.search_outline
{
	border: 1px solid #106db2;
	width: 104px;
	vertical-align: middle;
}
.search_button
{
	background: #8fcb0f;
	color: #ffffff;
	border: 1px solid #106db2;
	height: 20px;
	text-decoration: none;
	padding: 0px 0px 0px 2px;
	vertical-align: middle;
}
.hidden
{
	display: none;
}

