/* Global Styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width: 760px;
}
a:link, a:visited {
	color: #009140;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #009140;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
}
h4 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
}
p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
th, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
li {
	list-style-image: url(images/bullet.gif);
	font-weight: bold;
	margin-bottom: 8px;
	list-style-position: inside;
}
small {
	font-size: 9px;
	line-height: 12px;
}
hr {
	color: #000000;
	background-color: #000000;
	padding: 0px;
	height: 1px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}
em {
	font-weight:bold;
	font-style:italic;
}

.submitbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009140;
	padding: 1px 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003E1B;
	border-bottom-color: #003E1B;
	margin-bottom: 2px;
}
.clear {
	clear: both;
}

/* Header and Nav */

.headerbox {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 760px;
	clear: both;
}
.logobox {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 126px;
	width: 200px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.headertopbox {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	float: right;
	height: 102px;
	width: 559px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.headerphoto {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 102px;
	width: 206px;
}
.flashbox {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 102px;
	width: 353px;
}
.navbox {
	background-color: #009140;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 24px;
	width: 560px;
}
a.nav:link, a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009140;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	float: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #42B875;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}

/* Main Columns */

.pagebox {
	padding: 0px;
	width: 760px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/side_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
}

.pagebox2 {
	padding: 0px;
	width: 760px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}

.sidebox {
	float: left;
	width: 184px;
	background-image: url(images/side_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px;
	margin: 0px;
}
.sidepad {
	padding: 10px;
	text-align: left;
	margin: 0px;
}
.mainbox {
	padding-left: 184px;
	margin: 0px;
}
.mainpad {
	padding: 20px;
	text-align: left;
	margin: 0px;
}

/* Content Styles */

.bookmarklink {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.quotebox {
	padding-top: 14px;
	margin-top: 6px;
	background-image: url(images/quote_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.quoteattribute {
	font-size: 9px;
	line-height: 14px;
	font-style: italic;
	text-align: right;
}
.sidecontactbox {
	margin-top: 14px;
}
.contactnumber {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #009140;
}
.newsletterbox {
	background-color: #E6E6E6;
	margin: 3px;
	padding: 4px;
}
.innerbox {
	border: 1px solid #FFFFFF;
	padding: 6px;
	text-align: left;
}
.newslettertext {
	font-size: 9px;
	line-height: 12px;
}
.topcontactbox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-weight: bold;
	padding: 6px 6px 6px 0px;
}
.intro {
	font-weight: bold;
	color: #009140;
}
.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.callbackbox {
	padding: 4px;
	background-color: #D8ECE0;
}
.formcolumn {
	width: 250px;
	padding-top: 4px;
}
.formlabel {
	font-weight: bold;
}

/* Footer */

.footerbox {
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 740px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
}
.footer {
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	margin-top: 12px;
}
.keywords {
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	margin-top: 12px;
	color: #999999;
}
