/******************************************************** GENERAL HTML TAG STYLES ***************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBE7E2;
	margin: 0px;
	padding: 0px;
}
hr {
	border-top: 1px dashed #DBD3CD;
	border-bottom: 1px dashed #DBD3CD;
	border-left: 0px dashed #DBD3CD;
	border-right: 0px dashed #DBD3CD;
}
form {
	padding: 0px;
	margin: 0px;
}


/************************************************************ LAYOUT STYLES (DIVS AND AFFILIATED CSS) ***************************/

/* Top COlor Bar that Expands to Fit Browser Window */
#top {
	margin: 0;
	padding: 0;
	background-color: #5C8727;
	height: 32px;
}
/* Subnavigattion Items: Home, Contact, Search */
#subnav {
	padding: 0;
	width: 800px;
	background: url(images/altgreen/altgreen.gif) no-repeat left top;
	height: 32px;
	margin: 0 auto;
}
#subnav p {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px;
	padding: 8px 10px 0px 10px;
}
#tagline {
	float: left;
	width: 268px;
	height: 32px;
}
#quicklinks {
	float: right;
	width: 532px;
	height: 32px;
	text-align: right;
}
#quicklinks ul {
	margin: 0px;
	padding: 5px 10px 0px 10px;
}
#quicklinks li {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 10px;
}
#quicklinks a:link, #quicklinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#quicklinks a:hover, #quicklinks a:active {
	text-decoration: underline;
}
#quicklinks a.home { /*puts a home icon to the left of the linked text*/
	padding: 3px 0px 2px 24px;
	background: transparent url(images/altgreen/icon-home.gif) no-repeat 2px 0px;
}
#quicklinks a.contact { /*puts a contact icon to the left of the linked text*/
	padding: 3px 0px 2px 24px;
	background: transparent url(images/altgreen/icon-contact.gif) no-repeat 2px 3px;
}
#quicklinks li.search { /*puts a contact icon to the left of the linked text*/
	padding: 3px 0px 2px 20px;
	background: transparent url(images/altgreen/icon-search.gif) no-repeat 2px 0px;
}
#quicklinks .field {
	font-size: 10px;
	background-color: #DBD3CD;
	border: 1px solid #FFFFFF;
}
#quicklinks .button {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	width: 20px;
	background-color: #5C8727;
}

/* Outer Wrapper that Contains Site and Centers It */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-color: #FFFFFF;
}
/* Logo */
.logo {
	float: right;
}
/* Title Area */
#title {
	background-color: #5C8727;
	height: 78px;
}
#title h1 {
	font-size: 28px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
}
#title table#titles {
	padding: 0px;
	margin: 0px;
	border: none;
}
#title table#titles td {
	padding: 0px;
	margin: 0px;
	border: none;
}
/* Date and Location Area */
#date {
	background-color: #00456B;
	height: 25px;
}
#date h2 {
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 4px 240px 0px 10px;
}
/* Navigation Items */
#nav {
	width: 245px;
	margin: 0px;
	padding: 0px;
}
#nav a {
	font-size: 12px;
	color: #00456B;
	text-decoration: none;
	display: block;
	line-height: normal;
	margin: 0px;
	background-color: #F5F1EF;
	padding: 3px 3px 3px 10px;
	border-bottom: 2px dotted #5C8727;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #5C8727;
}
/* Left Column */
#colL {
	float: left;
	width: 245px;
	margin: 0px;
	padding: 0px;
}
#colL h1 {
	font-size: 14px;
	font-weight: bold;
	color: #5C8727;
	background: url(images/img_bar.gif) no-repeat 0px 0px;
	height: 30px;
	width: 245px;
	margin: 0px;
	padding: 8px 0px 0px 10px;
}
#colL p {
	font-size: 12px;
	color: #4D4D4D;
	padding: 0px 0px 0px 10px;
}
#colL img {
	padding: 0px 0px 10px 30px;
	border: 0;
}
#colL blockquote { /*testimonials block*/
	padding: 10px;
	margin: 0px;
	background: #FCFAFA url(images/img_quotes.gif) no-repeat 170px 17px;
	cursor: pointer;
}
#colL blockquote h2 { /*testimonials block*/
	font-size: 14px;
	font-weight: bold;
	color: #5C8727;
	margin: 0px;
	padding: 0px;
}
#colL blockquote p { /*testimonials block*/
	font-size: 11px;
	font-weight: bold;
	color: #5C8727;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
#colL blockquote a:link, #colL blockquote a:visited {  /*testimonials block*/
	padding: 0px;
	margin: 5px 0px 0px 0px;
	color: #5C8727;
	text-decoration: none;
}
#colL blockquote a:hover, #colL blockquote a:active {  /*testimonials block*/
	color: #5C8727;
	text-decoration: underline;
}

/* Right Column */
#colR {
	float: right;
	width: 500px;
	margin: 35px 0px 0px 0px;
}

/* Banner on Home Page */
#banner {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 500px;
}

/* Content Area */
#content {
	padding: 20px 20px 0px 0px;
}
#content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #5C8727;
	margin-top: 0px;
	margin-bottom: 14px;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #00456B;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 13px;
	font-weight: bold;
	color: #00456B;
	margin-top: 0px;
	margin-bottom: 8px;
}
#content h5 {
	font-size: 16px;
	font-weight: bold;
	color: #BBB1A6;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h6 {
	font-size: 12px;
	font-weight: bold;
	color: #00456B;
	margin-top: 0px;
	margin-bottom: 8px;
}
#content p {
	font-size: 12px;
	color: #4D4D4D;
	margin-top: 0px;
	margin-bottom: 6px;
}
#content a:link, #content a:visited {
	color: #00456B;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #4D4D4D;
	text-decoration: none;
}
#content ul {
	font-size: 12px;
	color: #4D4D4D;
	margin: 0px 0px 6px 0px;
	padding-left: 15px;
}
#content ul li {
	margin-left: 0px;
	margin-bottom: 5px;
}
#content ul li ul li, #content ol li ul li {
	font-size: 12px;
	color: #4D4D4D;
	margin: 0px;
}
#content ol {
	font-size: 12px;
	color: #4D4D4D;
	margin: 0px 0px 6px 0px;
	padding-left: 20px;
}
#content ol li {
	margin-bottom: 5px;
}
.list2col {
	column-count:2;
	-moz-column-count:2;
	-moz-column-width:240px;
	-moz-column-gap:2em;
}
#content .list2col p, #content .list2col ul, #content .list2col ol {
	font-size: 11px;
}
.floatimgL {
	float: left;
	padding: 0px 6px 6px 0px;
}
.floatimgR {
	float: right;
	padding: 0px 0px 6px 6px;
}
/* "Download Brochure" Area on Home Page */
#download {
	width: 460px;
	border: 1px solid #EFE9E5;
	background: url(images/img_download-bg.jpg) repeat-x left top;
	margin: 20px 0px 20px 0px;
	padding: 10px;
	text-align: center;
}
/* Table Styles */
table {
	font-size: 12px;
	margin: 10px 0px 10px 0px;
}
thead td {
	background-color: #BBB1A6;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
td {
	color: #666666;
	padding: 5px;
	border-collapse: collapse;
	border-bottom: 1px solid #BBB1A6;
}

/* Footer */
#footer {
	background-color: #CBC3B9;
	height: 25px;
	text-align: center;
}
#footer p {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 7px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Clearfix for Floating Divs - When You Have One or More Floating Columns Inside a Div, Use this to Make It Appear Correctly in AOL and IE Browsers \*/
.clear {clear:both;}

