@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
html {
	overflow-y: scroll;
}
.twoColFixLtHdr #container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/corner-main.jpg);
	background-repeat: no-repeat;
	background-position: 215px 180px;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60;
	color: #000000;
	text-align: center;
	margin: 0px;
	height: 150px;
	font-weight: bold;
} 
.twoColFixLtHdr #header div {
	padding-top: 85px;
	color: #006633;
}

.twoColFixLtHdr #header p {
	font-weight: bold;
	color: #00421F;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFD26E;
}
.twoColFixLtHdr #sidebar1 #subMenu {
	text-align: right;
	padding-right: 5px;
	font-size: 75%;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
	vertical-align: middle;
	border: 2px none #FF6803;
}
.twoColFixLtHdr  #sidebar1  #subMenu  a {
	color: #CC3300;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 #subMenu a:hover {
	color: #0000FF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 #subSubMenu {
	text-align: right;
	padding-right: 20px;
	font-size: 65%;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
	vertical-align: middle;
	border: 2px none #FF6803;
}
.twoColFixLtHdr #sidebar1 #subSubMenu a {
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 #subSubMenu a:hover {
	color: #0000FF;
	text-decoration: none;
}
.twoColFixLtHdr  #title  {
	font-weight: bold;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	background-image: url(../images/titlebar-bg-1.jpg);
	background-repeat: repeat-y;
	background-position: 215px top;
	padding-left: 270px;
	background-color: #FFD26E;
	text-transform: capitalize;
}
.twoColFixLtHdr #container #mainContent #imag160shadow {
	height: 136px;
	width: 176px;
	background-image: url(../images/shadow-160x120-a.jpg);
	float: left;
	clear: none;
	margin-bottom: 25px;
	margin-left: 45px;
}
.twoColFixLtHdr  #container  #mainContent  #imag160shadow  img  {
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #imag640shadow {
	height: 522px;
	width: 682px;
	background-image: url(../images/shadow-640x480-a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 15px;
}
.twoColFixLtHdr #container #mainContent #imag640shadow img {
	border: 1px solid #000000;
}

.twoColFixLtHdr #mainContent {
	line-height: 135%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 510px;
} 
.twoColFixLtHdr #mainContent .smaller {
	font-size: 90%;
}


.twoColFixLtHdr #mainContent p {
	line-height: 125%;
}
.twoColFixLtHdr #mainContent #mainImg {
	padding: 0px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #000000;
}

.twoColFixLtHdr #mainContent .picRight {
	border: 1px solid #000000;
	float: right;
	clear: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.twoColFixLtHdr #mainContent .picLeft {
	border: 1px solid #000000;
	float: left;
	margin: 15px;
	clear: left;
}

.twoColFixLtHdr #mainContent a:link {
	color: #0000FF;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:active {
	color: #0000FF;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #0000FF;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #FF6600;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent h1 {
	font-size: 24px;
	padding-top: 25px;
	padding-bottom: 15px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 18px;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 16px;
}
.twoColFixLtHdr #mainContent #events_list table {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColFixLtHdr #mainContent #events_list {
}
.twoColFixLtHdr #mainContent #events_list p {
	margin: 0px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent #events_list h4 {
	margin: 0px;
	text-transform: capitalize;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #CC3300;
}
.twoColFixLtHdr #mainContent #events_list h5 {
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #mainContent #gal_list {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent #gal_list li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.twoColFixLtHdr #mainContent #gal_list img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
.twoColFixLtHdr #mainContent #gal_image {
}
.twoColFixLtHdr #mainContent #gal_image img {
	border: 1px none #000000;
}

.twoColFixLtHdr #mainContent #gal_thumbs {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr  #mainContent  #gal_thumbs  img  {
	margin: 10px;
	border: 1px solid #000000;
}
.twoColFixLtHdr #mainContent #dryciderbottle {
	margin-top: 45px;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #mainContent #medciderbottle {
	margin-top: 45px;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #mainContent #cmbciderbottle {
	margin-top: 45px;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #mainContent .tdspcr-000 {
	padding-top: 10px;
}



.twoColFixLtHdr #footer {
	margin-top: 45px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFFFFF;
	background-color: #FCAC31;
} 
.twoColFixLtHdr #footer p {
	color: #666666;
	font-style: italic;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 35;
	margin-bottom: 0;
	margin-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.caption {
	background-image: url(../galleries/images/caption.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.navigation {
	background-image: url(../galleries/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.galImage {
	border: 1px solid #000000;
}
.twoColFixLtHdr  #mainContent  .divvert {
	background-image: url(../admin/images/spider1.gif);
}
