/* Rewrite HTML Tags */
body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #C0DEA4;
}
div, p, th, td, li, dd, span, pre
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* Navigation Classes */
a:link
{
	text-decoration: underline;
	color: #4A9800;
	font-weight: bold;
}
a:visited
{
	text-decoration: underline;
	color: #4A9800;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
	color: #4A9800;
	font-weight: bold;
}


a.footerLink:link
{
	text-decoration: underline;
	color: #ffffff;
}
a.footerLink:visited
{
	text-decoration: underline;
	color: #ffffff;
}
a.footerLink:hover
{
	text-decoration: none;
	color: #ffffff;
}


a.nav:link
{
	font-family: Arial Narrow, Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	margin: 0 10px 0 10px;
	font-weight: normal;
}
a.nav:visited
{
	font-family: Arial Narrow, Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	margin: 0 10px 0 10px;
	font-weight: normal;
}
a.nav:hover
{
	font-family: Arial Narrow, Helvetica, Arial, Verdana, sans-serif;
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
	margin: 0 10px 0 10px;
	font-weight: normal;
}


a.navOn:link
{
	font-family: Arial Narrow, Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	margin: 0 10px 0 10px;
	font-weight: normal;
}
a.navOn:visited
{
	font-family: Arial Narrow, Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	margin: 0 10px 0 10px;
	font-weight: normal;
}
a.navOn:hover
{
	font-family: Arial Narrow, Helvetica, Arial, Verdana, sans-serif;
	text-decoration: underline;
	color: #666666;
	font-size: 14px;
	margin: 0 10px 0 10px;
	font-weight: normal;
}


a.contentLink:link
{
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 120px;
	background-color: #ffffff;
	border-top: 1px solid #AB3232;
	padding: 10px 0 10px 10px;
}
a.contentLink:visited
{
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 120px;
	background-color: #ffffff;
	border-top: 1px solid #AB3232;
	padding: 10px 0 10px 10px;
}
a.contentLink:hover
{
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 120px;
	background-color: #4A9800;
	border-top: 1px solid #AB3232;
	color: #ffffff;
	padding: 10px 0 10px 10px;
}
div.contentLinkOn /* the "down" state of the content link buttons */
{
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 120px;
	background-color: #4A9800;
	border-top: 1px solid #AB3232;
	color: #ffffff;
	padding: 10px 0 10px 10px;
}


/* Paragraph, List and Formatting Classes */
p
{
	margin: 15px 0 15px 0;
}
p.head
{
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 0px;
	font-size: 13px;
	margin: 0 0 15px 0;
	color: #4A9800;
}
p.subHead
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
p.quote
{
	font-style: italic;
	text-align: right;
	text-indent: 0px;
}
p.attribution
{
	margin: -15px 0 15px 0;
	text-align: right;
	text-indent: 0px;
}
p.listHeader
{
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
}
p.emphasis
{
	font-weight: bold;
	font-size: 12px;
	color: #4A9800;
}
ul
{
	margin-top: -10px;
	margin-bottom: 15px;
	list-style-type: disc;
}
.underline
{
	text-decoration: underline;
}

/* Form Formatting */
.button
{
	background-color: #CCCCCC;
	font-style: bold;
	height: 20px;
	border: 1px solid #000000;
	padding: 0 10px 0 10px;
}
.formField
{
	display: block;
	float: right;
	border: 1px solid #000000;
	height: 20px;
	width: 250px;
	margin: 3px 0 3px 3px;
}
.formLabel
{
	display: block;
	width: 110px;
	height: 20px;
	text-align: right;
	float: right;
	font-weight: bold;
	margin: 5px 3px 0 0;
}
.textArea
{
	float: right;
	height : 100px;
	border: 1px solid #000000;
	width: 250px;
	margin: 3px 0 3px 3px;
}
.checkLabel
{
	float: right;
	display: block;
	margin: 3px 0 3px 3px;
}
.checkBox
{
	float: right;
	display: block;
}
div.field
{
	height: 26px;
	margin: 5px 0 5px 0;
	vertical-align: top;
}
div.buttons
{
	height: 26px;
	text-align: center;
	vertical-align: top;
	margin: 5px 0 5px 0;
}

/* Layout Classes */
#main
{
	width: 772px;
	border: 1px solid #AB3232;
	background-color: #ffffff;
	margin: 20px 0 0 0;
}
#topnav
{
	width: 100%;
	height: 100px;
	text-align: right;
}
#footer
{
	clear: both;
        width: 100%;
	background-color: #636563;
	height: 60px;
}
#footerLeft
{
	float: left;
	width: 440px;
	color: #ffffff;
	text-align: left;
	font-size: 10px;
	margin: 10px 0 15px 15px;
}
#footerRight
{
	float: right;
	width: 200px;
	color: #ffffff;
	text-align: right;
	font-size: 10px;
	margin: 10px 15px 15px 0;
}
#nav
{
	width: 750px;
	text-align: right;
	margin: 15px 20px 0 0
}
#logoAndTag
{
	height: 72px;
	width: 100%;
}
#logo
{
	float: left;
	width: 116px;
	height: 47px;
	margin: 5px 10px 20px 15px;
	position: relative;
	top: 10px;
}
#tag
{
	float: right;
	width: 582px;
	height: 10px;
	margin: 12px 15px 0 0;
}
#dropshadow
{
	width: 750px;
	height: 5px;
	background-color: #000000;
	margin: 0 0 20px 0;
}
#learnMore
{
	text-align: right;
	display: block;
}


/* Homepage-specific Layout */
#flash
{
	width: 770px;
}
#homeContentNav
{
	width: 100%;
	height: 32px;
	background-image: URL(/images/home/background.gif);
	background-repeat: repeat-x;
}
#homeContent
{
	width: 100%;
	height: 168px;
	overflow:  auto;
	text-align: left;
}
#contentBlock
{
	width: 730px;
	margin: 5px 0 5px 10px;
	text-align: left;
}
#block1
{
	width: 220px;
}
#block2
{
	width: 220px;
	position: relative;
	left: 262px;
}
#block3
{
	width: 220px;
	position: relative;
	left: 516px;
}


/* 1st Level Page Layout */
#sectionBar
{
	width: 770px;
	background-color: #4A9800;
	text-align: right;
}
#section
{
	font-family: Arial Narrow, Helvetica, Arial, Verdana, sans-serif;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	padding: 1px 47px 1px 0;
}
#contentBox
{
	width: 750px;
	min-height: 335px;
	margin: 5px 0 5px 10px;
	text-align: left;
}
#content
{
	min-height: 330px;
	height: inherit;
	overflow: auto;
	float: left;
	width: 610px;
	margin: 5px 0 5px 0;
}
#contentNav
{
	float: right;
	position: relative;
	left: 20px;
	top: 10px;
	border-left: 1px solid #AB3232;
	border-right: 1px solid #AB3232;
	border-bottom: 1px solid #AB3232;
	background-color: #ffffff;
	z-index: 1;
}
#picture
{
	float: left;
	border: 1px solid #AB3232;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 10px 0;
}

/* Contact Us Layout */
#contactLeft
{
	float: left;
	width: 170px;
}
#contactRight
{
	float: right;
	width: 560px;
	height: 320px;
	padding: 0 0 0 15px;
	border-left: 1px solid #636563;
}
#form
{
	width: 400px;
}
#map
{
	margin: -20px 7px 0 10px;
	background-color: #DAD0B4;
	float: right;
	width: 302px;
	height: 202px;
	border: 1px solid #000000;
}
#directions
{
	display: block;
	width: 510px;
	margin: 10px 10px 0 10px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #AB3232;
}
#directionsShadow
{
	width: 510px;
	height: 5px;
	background-color: #000000;
	margin: 0 0 20px 20px;
}
#print
{
	width: 100%;
	text-align: right;
	margin: 10px 10px 0 0; 
}