/****************************************************************************************
>> Common HTML properties << 
*****************************************************************************************/
html, body {margin: 0; padding: 0;}
body {
	color: #000;
	font: 11pt/1.5em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background: white;
}
table, td {font: 11pt Georgia, "Times New Roman", Times, serif;}
a:link, a:visited {
   color: #64734A;
   font-weight: bold;
   text-decoration: underline;
}
a img {border: 0;}
p {margin: 0 0 1.7em;}

hr {
	color: #91C229; 
	background: #91C229; 
	height: 1px; 
	border: 0;
	margin-bottom: 1.7em;
}

h1 {
	font: bold 20pt 'Arial Narrow', Arial, Helvetica, sans-serif;
	color: #685D4B;
	margin: 0 0 8px 0;
}

h2,h3,h4,h5,h6 {
	font: bold 18pt 'Arial Narrow', Arial, Helvetica, sans-serif;
	color: #64734A; 
	margin: 0 0 8px;
}
h3,h4,h5,h6 {color: #91C229; font-size: 17pt;}
h4,h5,h6 {color: #ABC518;}

/* Turn off margins and padding in td's */
table td p, table td h1,
table td h2, table td h3,
table td h4, table td h5,
table td h6 {margin: 0;}
table td p {line-height: 1.3em;}

/****************************************************************************************
>> Page Layout [DIV Containers] << 
*****************************************************************************************/

/* Hide Elements */
#banner,
#masthead,
#footer p.footer-links a,
.hideP {display: none;}

/* Show Elements */
#wrapper {
	width: 100%;
	background: #FFF;
	border-top: 1px dashed #91C229;
	margin-top: 10px;
	padding-top: 20px;
}
#mainContent {padding: 0;}

/* Homepage Table */
table.homepage-tbl {border: 0; width: 100%;}
table.homepage-tbl td {vertical-align: top;}
table.homepage-tbl td p {margin: 0 0 15px; line-height: 1.5em;}
table.homepage-tbl td h1 {margin: 15px 0 8px 0;}
table.homepage-tbl td h2,
table.homepage-tbl td h4,
table.homepage-tbl td h5 {margin: 0 0 8px;}
table.homepage-tbl td.left-col {width: 416px; width: 55%;}
table.homepage-tbl td.left-col2 {padding-left: 0; padding-top: 15px;}
table.homepage-tbl td.left-col2 h3,
table.homepage-tbl td.right-col h3 {color: #64734A; margin: 0;}
table.homepage-tbl td.right-col h3 {font-size: 15pt;}
table.homepage-tbl td.divider {width: 16px; width: 5%;}
table.homepage-tbl td.right-col {width: 328px; width: 40%; padding-top: 20px;}

/* Internal page top section */
table.topsection {border: 0; width: 100%; margin-bottom: 1.7em;}
table.topsection td {vertical-align: top;}
table.topsection td p {margin: 0 0 15px; line-height: 1.5em;}
table.topsection td h1 {margin: 0 0 8px 0;}
table.topsection td h2,
table.topsection td h4,
table.topsection td h5 {margin: 0 0 8px;}
table.topsection td.left-col {width: 386px; width: 55%;}
table.topsection td.divider {width: 15px; width: 5%;}
table.topsection td.right-col {width: 344px; width: 40%;}

#footer {
	padding: 2px 0 0 0;
	border-top: 1px dashed #91C229;
	margin-top: 20px;
	position: relative;
	width: 100%;
}
#footer div.address {
	top: 15px;
	left: 0;
	position: absolute;
}
#footer div.store-hours {
	top: 15px;
	right: 0;
	position: absolute;
}
#footer div h3 {margin: 0; color: #64734A; font: bold 12pt Arial, Helvetica, sans-serif;}
#footer div p {line-height: 1.4em; margin: 0; font: normal 10pt Arial, Helvetica, sans-serif;}
#footer p.footer-links {
	color: #FFF;
	padding: 120px 0 0 0;
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 1px;
}
#homepage #footer p.footer-links {padding: 0;}

#copyright {
	clear: both;
	background: #FFF;
	border-bottom: 4px solid #64734A;
	width: 100%;
}
#copyright p {
	font-size: 9pt; 
	color: #9AAF74;
	text-align: right;
	padding: 15px 0 3px 0;
	margin: 0;
}