body {
	font-family: times new roman, serif;
	font-size: 12px;
	color: #000;
	vertical-align: top;
	padding: 0px;
	margin: 20px 0 10px 0;
	background-image: url('/images/christmas-trees.jpg');
	background-repeat: repeat-x;
	background-color: #FFF; 
}
body#home a#nav-home,
body#info a#nav-info,
body#attractions a#nav-attractions,
body#groups a#nav-groups,
body#admission a#nav-admission,
body#news a#nav-news{
	background:#446a37;	
	color:white;
}
/*--- Navigation Style ---*/

#navMenu ul {
	margin: 0 0 0 4px;
	padding: 0;	
	
	text-align: center;
}
#navMenu li {
	margin: 0;
	padding: 0;	
	list-style: none;
	float: left;
	position: relative;
}
#navMenu ul li a {
	text-align: center;
	text-decoration: none;
	width: 91px;
	height: 25px;
	color: #fff;	
	display: block;
	padding: 10px 3px;
	margin: 0;
	font-family: times,times new roman,serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	border-right: 1px solid #78936f;
	border-left: 1px solid #78936f;
	display: inline-block;
	vertical-align: middle;
}
.mid {
	padding-top: 5px;
}
#navMenu ul li:active a {
	background-color:#446a37;	
}

#navMenu ul li:hover a {
	background-color:#446a37;	
	text-shadow: 2px;

}
#navMenu li a.current {
	background:#446a37;	
	color:white;
}

#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	background-color:#3E6431;	
	top: 47px;
	left: -1px;
	z-index:150;
}
#navMenu ul li:hover > ul {
	visibility: visible;
	text-shadow: none;
}
#navMenu li li {
	padding: 0;
	background-color:#133755;
}

#navMenu ul li ul li a {
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	background:#446a37;
	text-transform: none;
	font-weight: normal;
	height: 15px;
	margin: auto;
	padding: 6px 10px;
	width: 180px;
	display: block;
	color: #fff;	
	z-index:150;
	border: 1px solid #fff;
}
#navMenu ul li:hover ul {
	visibility: visible;
	text-shadow: none;
	margin: -2px 0 0 0;
	text-shadow: none;
}
#navMenu ul li ul li a:hover {
	color: #fff;
	background-color: #2B4C20;
	height: 15px;
	margin: auto;
	padding: 6px 10px;
	width: 180px;
	z-index:150;
	text-shadow: none;
}
.bkgrnd {
	left:0;
	margin:0 auto;
	padding: 73px 0 0 -30px;
	position:relative;
	text-align:left;
	width: 1030px;
	background-image: url('/images/bkgrnd.png');
	background-repeat: repeat;
	border-bottom: 1px solid #868686;
}
.pagetable {
	width: 983px;
	padding: 0px;
	margin: 0 0 0 16px;
	vertical-align: top;
	position:relative;
}
.shortcuts {
	width: 999px;
	text-align: left;
	color: #3B5997;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 20px 10px 20px;
}
.shortcuts img {
	position:relative;
	bottom:-4px;
}
.shortcuts A:link, .shortcuts A:visited {
	color: #3B5997;
	font-weight: normal;
	text-decoration: none;
}
shortcuts A:active, .shortcuts A:hover {
	color: #3B5997;
	text-decoration: underline;
}
.header {
	vertical-align: top;
	height: 259px;
	width: 753px;
	margin:0;
	padding:0px 0 0 0px;
}
.logo {
	vertical-align: top;
	height: 259px;
	width: 246px;
	margin:0;
	padding:0px 0 0 0px;

}
.nav {
	background: #3E6431;
	text-align: center;
	height: 37px;
	margin: 0px;
	padding: 0px;
}
H1 {
	color: #6A010F;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0 0 0;
	margin: 0;
}
H2 {
	color: #3E6532;
	font-family: times new roman, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 15px 0;
	margin: 0px;
}
H2.member {
	font-size: 15px;
	padding: 15px 0 15px 0;
}
H3 {
	color: #6A010F;
	font-family: Times New Roman, serif;
	background-color: #D2DBCF;
	height: 24px;
	font-size: 17px;
	font-weight: bold;
	padding: 3px 6px 3px 0px;
	margin: 25px 0px 25px 0px;
}
H3 img {
	position:relative;
	left:-4px;
	top: -12px;
	float: left;
}
H4 {
	color: #3E6532;
	font-family: times new roman, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin: 12px 0 0 0;
}
.special {
	color: #AD0116;
	font-family: Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 5px;
	margin: -17px 8px 5px 2px;
}
.announcement {
	color: #fff;
	background-color: #8F0113;
	font-family: Times New Roman, serif;
	font-size: 16px;
	font-weight: normal;
	padding: 8px 12px 12px;
	margin: -5px 0 10px 0;
}
.announcement a:link, .announcement a:hover, .announcement a:visited, .announcement a:active, .announcement h1 {
	color: #fff !important;
	font-weight: bold;
}
.announcement h1 {
	padding: 15px 0 0 0;
}
p {
	padding-top: 12px;
	margin: 0px;
}
A:link {
	color: #6A010F;
	font-weight: normal;
	text-decoration: none;
}
A:hover, A:active {
	color: #920113;
	font-weight: normal;
	text-decoration: underline;
}
A:visited {
	color: #920113;
	font-weight: normal;
	text-decoration: none;
}
A:hover {
	color: #920113;
	font-weight: normal;
	text-decoration: underline;
}
.content {

	vertical-align: top;
	text-align: left;
	font-size: 13px;
	background: #FFF; 
	padding: 30px 10px 20px 10px;
	border-left: 1px solid #DBDBDB;
}
ul {
	margin: 0 0 5px 3px;
	padding: 12px 0 12px 13px;
}
ul li {
	list-style: url('/images/bullet.jpg');
}
.text {
	padding: 0 30px 0 30px;
}
.imageright {
	padding: 3px 0 8px 20px;
}
.left-column {

	width: 30%;
}
.right-column {
	width: 30%;
}
.table td {
	border: 1px solid #DFE6DD;
	padding: 6px;
	margin-top: 10px;
}
.table-header td {
	color: #2E4B25;
	background: #EFF2EE;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
}
.tree-header td {
	color: #2E4B25;
	background: #CAD3C7;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
}
.description {
	width: 285px;
	padding: 6px;
	font-style: italic;
}
.price {
	width: 100px;
}
.height {
	width: 60px;
}
.location {
	width: 35px;
}

.sub-section {
	padding: 0px 0px 5px 0;
	margin-bottom: 15px;
	display: table;
	width: 630px;
}
.sub-section img {
	float: left;
	margin: 2px 15px 10px 20px;
	border: 4px solid #D2DBCF;
}
.sub-section-description {
	float: right;
	font-size: 13px;
	width: 325px;
}
.sub-section H3 {
	margin: 2px 0px 8px 0px;
	padding-left: 7px;
	background-color: #DFE6DD;
}

.clear-fix {
  clear: both;
}


.refreshments-logo {
	width: 140px;
	text-align: center;
}
.rightcolumn {
	vertical-align: top;
	text-align: center;
	background: #EAEEE8;
	width: 246px;
	padding: 30px 0 0 0;
	margin: 0px;
}
.hours {
	background-image: url('/images/hours.png');
	background-repeat: none;
	background-position:center; 
	color: #134305;
	font-weight: bold;
	width: 237px;
	height: 192px;
	padding: 80px 0px 25px 0px; 
	margin: 0 0 0 6px;
}

.footer {
	background: #FFF; 
	height: 74px;
	width: 753px;
	vertical-align: top;
	margin: 0px; padding: 0px;
}
.footer-rightcolumn {
	background: #EAEEE8;
	width: 246px;
	height: 74px;
	margin: 0px; padding: 0px;
	vertical-align: top;
}
.copyright {
	padding-top: 6px;
	float: left;
	width: 700px;
	text-align: left;
}
.design {
	padding-top: 6px;
	float: right;
	width: 300px;
	text-align: right;
}
.design img {
	position:relative;
	bottom:-4px;
}
/* rotator */

#wowslider-container1  .ws_bullets {
	top:0;
    left:0;
	width: 640px;
	font-size: 0px; 
	margin: 185px 10px 3px 17px; 
	position:absolute;
	z-index:100;
}

#wowslider-container1 { 
	/*overflow: hidden; */
	zoom: 1; 
	position: relative; 
	float: left;
	width:722px;
	margin:0 auto 17px;
	padding-bottom: 1px;
	z-index:100;
}
#wowslider-container1 .ws_images{
	width:722px;
	height:218px;
	overflow:hidden;
	position:relative;
}
#wowslider-container1 .ws_images a{
	color:transparent;
}
#wowslider-container1 .ws_images img{
	top:0;
	left:0;
	border:none 0;
	max-width: none;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets div{
	position:relative;
}
#wowslider-container1 .ws_bullets a { 
	margin-left: 3px; 
	height: 8px; 
	width: 8px; 
	float: left; 
	background-color: #FFF;
	border: 1px solid #000000; 
	position:relative;
}
#wowslider-container1 .ws_bullets .ws_selbull { 
	background-color: #9c1c1b; 
}
#wowslider-container1 .ws_bullets a:hover, #wowslider-container1 .ws_overbull { 
	background-color: #2c4933;
	color: #FFFFFF; 
}
#wowslider-container1 a.ws_next{
	background-position: 0 0; 
	right:-7px;
}
#wowslider-container1 a.ws_prev {
	left:-7px;
	background-position: 0 100%; 
}
#wowslider-container1 a.ws_next:hover{
	background-position: 100% 0; 
}
#wowslider-container1 a.ws_prev:hover{
	background-position: 100% 100%; 
}
#wowslider-container1 .ws-title{
	position: absolute;
	bottom:7%;
	left: 0;
	margin-right:5px;
	z-index: 50;
	background-color:#FFF;
	color:#1E4553;
	padding:10px;
	opacity:0.7;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);	
}
#wowslider-container1 .ws-title div{
	padding-top:5px;
	font-size: 12px;
}