* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:url(../graphics/background.jpg);
	margin: 10px 0 0 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 25px 0 12px 20px;
	text-align:left;
	font-weight: 600;
}
h1.map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 25px 0 12px 71px;
	text-align:left;
	font-weight: 600;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #556816;
	margin: 10px 0 8px 36px;
	text-align:left;
	font-weight: 700;
}
h2.season {
	color:#000;
	margin: 25px 0 12px 25px;
}
h2.map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #556816;
	margin: 25px 0 12px 100px;
	text-align:left;
	font-weight: 700;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #556816;
	margin: 20px 0 8px 36px;
	text-align:left;
	font-weight: 700;
}
p {
	padding: 0 36px 15px 36px;
	text-align:justify;
}
p.textleft {
	padding: 0 36px 15px 36px;
	text-align:left;
}
p.footer {
	text-align:center;
	font-size: 11px;
	line-height: 2.1em;
}
p.testi {
	text-align:justify;
	padding: 2px 30px 0 40px;
	font-size: 11px;
	line-height: 1.25em;
	color: #556816;
	font-weight:bold;
}
p.googlelink {
	text-align:center;
	font-size: 15px;
	line-height: 22px;
	color: #a83333;
	font-weight:bold;
}
p.sitemap {
	text-align:center;
	padding: 30px 0 0 0;
	font-size: 13px;
	line-height: 22px;
	color: #a83333;
	font-weight:bold;
}
a {
	color: #a83333;
}
a:visited {
	color: #a83333;
}
a:hover {
	color: #556816;
}
a:active {
	color: #a83333;
}
hr {
	border-color: #556816;
	border-style: solid;
	border-width: 2px 0 0;
	clear: both;
	margin: 30px 0 0 0;
	height: 0;
}
ul.sitemap {
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color : #000;
	text-align:left;
	line-height: 1.6em;
	margin: 20px 70px 0 34px;
	list-style-type: none;
}
ul.faq {
	font-size : 13px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000;
	text-align:left;
	line-height: 1.6em;
	margin: 10px 0 0 76px;
}
.rname {
	font-weight:bold;
	color: #556816;
}
.hidden {
	display:block;
	position: absolute;
	top: 0px;
	text-indent:-9999px;
	font-size: 10px;
}
/* ------------------ LAYOUT ------------------------ */
	
#container {
	margin: 0px auto;
	width: 761px;
}
#header {
	width: 761px;
	color: #333;
	padding: 0px;
	height: 211px;
	margin: 0;
	background:url(../graphics/bnr-top.gif);
	background-repeat: no-repeat;
}
#content {
	width: 761px;
	color: #333;
	padding: 0 0 25px 0;
	min-height: 660px;
	background:url(../graphics/bk-strip.gif);
	overflow:hidden;
}
/* html #content,#right {height:660px; overflow:visible;} /*IE6 treats height as min height*/
	
#right {
	float:left;
	width:525px;
	padding:0 0 20px 0;
	min-height: 660px;
	border-color: #c7cdd8;
	border-style: solid;
	border-width: 1px;
	background:url(../graphics/banner.jpg);
	background: #eee;
	background-repeat: no-repeat;
}
.heading {
	height:51px;
	padding:0;
	overflow:hidden;
}
#bgleft {
	width: 208px;
	height: 73px;
	padding: 0px;
	float:left;
	background:url(../graphics/left-top.jpg);
	background-repeat: no-repeat;
}
#footer {
	clear:both;
	width: 761px;
	margin: 0;
	padding: 0;
	height: 39px;
	background-repeat: no-repeat;
	text-align:center;
	color: #556816;
	font-weight: bold;
	background:url(../graphics/footer.gif);
}
.footerright {
	float:right;
	padding:4px 70px 4px 0;
	border:none;
}
.footerleft {
	float:left;
	padding:4px 0 4px 70px;
	border:none;
}
img.left {
	float:left;
	margin:15px 18px 10px 0;
}
img.leftb {
	float:left;
	margin:15px 18px 10px 0;
	border-color: #c7cdd8;
	border-style: solid;
	border-width: 1px;
}
img.lefttop {
	float:left;
	margin:4px 15px 10px 0;
}
img.lefttopb {
	float:left;
	margin:4px 15px 10px 0;
	border-color: #c7cdd8;
	border-style: solid;
	border-width: 1px;
}
img.right {
	float:right;
	margin:15px 0 15px 20px;
}
img.righttopb {
	float:right;
	margin:4px 0 10px 15px;
	border-color: #c7cdd8;
	border-style: solid;
	border-width: 1px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.center2 {
	display: block;
	margin: 35px auto 45px auto;
}
img.centerb {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-color: #c7cdd8;
	border-style: solid;
	border-width: 1px;
}
img.centerb2 {
	display: block;
	margin: 25px auto 45px auto;
	border-color: #c7cdd8;
	border-style: solid;
	border-width: 1px;
}
img.right2 {
	float:right;
	margin:15px 0px 0px 15px;
}
img.righttop {
	float:right;
	margin:0 0 10px 15px;
}
#logo {
	width:240px;
	margin: 0 auto;
	padding:25px 0 10px 0;
}
img.yy {
	display:block;
	margin:95px auto 25px auto;
}
table.hours {
	text-align: center;
	font-weight:800;
	margin:55px auto 10px auto;
	line-height:25px;
	color: #404040;
	width: 360px;
	background-color: #fafafa;
	border: 1px #c7cdd8 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
.bomo {
	font-weight: 400;
	color:#a83333;
}
/* ------------------ MAP ------------------------ */

#mapwrapper {
	margin: 15px auto;
	width: 433px;
	margin-left: auto;
	margin-right: auto;
}
#map {
	width: 425px;
	color: #333;
	padding: 0px;
	height: 350px;
	margin: 0;
	border-color: #c7cdd8;
	border-style: solid;
	border-width: 4px;
}
#googlelink {
	width: 425px;
	background:#eee;
	padding: 0px;
	height: 20px;
	margin: 0;
	padding: 10px 0 10px 0;
	border-color: #c7cdd8;
	border-style: solid;
	border-width: 4px;
	border-top-width: 0;
}
/* -------------------- NAV -------------------------- */
	
#nav {
	background:url("../graphics/navbuttongrid.gif") 0 0 no-repeat;
	width:121px;
	height:250px;
	position:relative;
	top:73px;
	left:50px;
	margin:0;
	padding:0;
}
#nav li span {
	display: none;
}
#nav li {
	float:left;
	list-style:none;
	position:relative;
}
#nav li, #nav a {
	height:25px;
	display:block;
	margin:0;
	padding:0;
}
li#welcome a, li#about a, li#services a, li#acuherb a, li#testimonials a, li#faqs a, li#hours a, li#directions a, li#contact a, li#resources a {
	margin-bottom:0px;
	width:121px;
}
#welcome a {
	background:url("../graphics/navbuttongrid.gif") 0 0 no-repeat;
}
#welcome a:hover {
	background:url("../graphics/navbuttongrid.gif") -121px 0 no-repeat;
}
body#welcomex li#welcome a {
	background:url("../graphics/navbuttongrid.gif") -121px 0 no-repeat;
}
#about a {
	background:url("../graphics/navbuttongrid.gif") 0 -25px no-repeat;
}
#about a:hover {
	background:url("../graphics/navbuttongrid.gif") -121px -25px no-repeat;
}
body#aboutx li#about a {
	background:url("../graphics/navbuttongrid.gif") -121px -25px no-repeat;
}
#services a:hover {
	background:url("../graphics/navbuttongrid.gif") 0 -50px no-repeat;
}
#services a:hover {
	background:url("../graphics/navbuttongrid.gif") -121px -50px no-repeat;
}
body#servicesx li#services a {
	background:url("../graphics/navbuttongrid.gif") -121px -50px no-repeat;
}
#acuherb a:hover {
	background:url("../graphics/navbuttongrid.gif") 0 -75px no-repeat;
}
#acuherb a:hover {
	background:url("../graphics/navbuttongrid.gif") -121px -75px no-repeat;
}
body#acuherbx li#acuherb a {
	background:url("../graphics/navbuttongrid.gif") -121px -75px no-repeat;
}
#testimonials a:hover {
	background:url("../graphics/navbuttongrid.gif") 0 -100px no-repeat;
}
#testimonials a:hover {
	background:url("../graphics/navbuttongrid.gif") -121px -100px no-repeat;
}
body#testimonialsx li#testimonials a {
	background:url("../graphics/navbuttongrid.gif") -121px -100px no-repeat;
}
#faqs a:hover {
	background:url("../graphics/navbuttongrid.gif") 0 -125px no-repeat;
}
#faqs a:hover {
	background:url("../graphics/navbuttongrid.gif") -121px -125px no-repeat;
}
body#faqsx li#faqs a {
	background:url("../graphics/navbuttongrid.gif") -121px -125px no-repeat;
}
#hours a {
	background:url("../graphics/navbuttongrid.gif") 0 -150px no-repeat;
}
#hours a:hover {
	background:url("../graphics/navbuttongrid.gif") -121px -150px no-repeat;
}
body#hoursx li#hours a {
	background:url("../graphics/navbuttongrid.gif") -121px -150px no-repeat;
}
#directions a:hover {
	background:url("../graphics/navbuttongrid.gif") 0 -175px no-repeat;
}
#directions a:hover {
	background:url("../graphics/navbuttongrid.gif") -121px -175px no-repeat;
}
body#directionsx li#directions a {
	background:url("../graphics/navbuttongrid.gif") -121px -175px no-repeat;
}
#contact a:hover {
	background:url("../graphics/navbuttongrid.gif") 0 -200px no-repeat;
}
#contact a:hover {
	background:url("../graphics/navbuttongrid.gif") -121px -200px no-repeat;
}
body#contactx li#contact a {
	background:url("../graphics/navbuttongrid.gif") -121px -200px no-repeat;
}
#resources a:hover {
	background:url("../graphics/navbuttongrid.gif") 0 -225px no-repeat;
}
#resources a:hover {
	background:url("../graphics/navbuttongrid.gif") -121px -225px no-repeat;
}
body#resourcesx li#resources a {
	background:url("../graphics/navbuttongrid.gif") -121px -225px no-repeat;
}
