/* -------------------------------------------------- */
/* http:// */
/* CSS Development by LinxSmart - http://www.linxsmart.com/ */

/* -------------------------------------------------- */
/* Even Out The Browsers */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border:0;
	outline: 0;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#933A2C;
}

body{
	text-align:center;
	background:#89A720 url(../images/bodybackground.png) repeat-x top;
	color:#AD0600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

/* --------------------bodyWrapper------------------------------ */

div.bodyWrapper{
	width:1024px;
	margin:0 auto;
}

/* --------------------bodyWrapper->header------------------------------ */

div.bodyWrapper div.header{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:615px;
	height:48px;
	padding:20px 0px 152px 412px;
	background:url(../images/headerbackground.jpg) no-repeat top center;
}

div.bodyWrapper div.header a{
	padding:15px 5px;
	color:#44492B;
}

div.bodyWrapper div.header a:hover{
	background:url(../images/nav-bg1.gif) no-repeat left center;
}

/* -----------------------bodyWrapper->content--------------------------- */

div.bodyWrapper div.content{
	margin:0px auto;
	width:912px;
	background:url(../images/contentBg.jpg) repeat-x top #FBF3DC;
}

div.bodyWrapper div.content div.contentWrapper{
	width:912px;
	background:url(../images/contentTopBg.jpg) no-repeat top left;
}

div.bodyWrapper div.content div.contentWrapper div.left{
	width:445px;
	float:left;
	display:inline;
	padding:0px 18px;
	margin-top:20px;
	margin-left:8px;
	background:#FFFFFF;
	text-align:left;
	min-height:500px;
	height:auto !important;
	height:500px;
}

div.bodyWrapper div.content div.contentWrapper div.left a:hover{
	text-decoration:underline;
}

div.bodyWrapper div.content div.contentWrapper div.left h1{
	background:url(../images/underline.png) bottom left no-repeat;
	font-size:18px;
	padding:10px 0px;
	margin:0px 15px;
	color:#933A2C;
	font-weight:normal;
	text-transform:uppercase;
}

div.bodyWrapper div.content div.contentWrapper div.left p{
	margin:10px 15px;
}

div.bodyWrapper div.content div.contentWrapper div.left ul{
	margin: 10px 40px;
}

div.bodyWrapper div.content div.contentWrapper div.right{
	float:right;
	width:423px;
}

div.bodyWrapper div.content div.contentWrapper div.right h1{
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#933A2C;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events{
	background:url(../images/dateMiddelBg.jpg) repeat-y center;
	margin-top:15px;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events ul, div.bodyWrapper div.content div.contentWrapper div.right div.events table{
	list-style:none;
	list-style-image:none;
	background:url(../images/dateTopBg.jpg) no-repeat top center;
	min-height:275px;
	height:auto !important;
	height:275px;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events table{
	text-align:left;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events table em{
	font-size:10px;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events ul li{
	margin:0px 30px;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events ul li div.left{
	width:100px;
	height:100px;
	min-height:100px;
	margin:0px;
	padding:0px;
	background:none;
	text-align:center;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events ul li div.left div.date{
	width:66px;
	height:58px;
	margin:auto;
	background:url(../images/dateBg.gif) no-repeat center;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events ul li div.left div.date div.top{
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events ul li div.left div.date div.bottom{
	font-size:30px;
	padding-top:5px;
	text-align:center;
	color:#000000;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events ul li div.right{
	margin:0px;
	padding:0px;
	width:263px;
	height:auto;
	background:none;
	text-align:left;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events ul li div.right h2{
	font-size:16px;
	color:#933A2C;
	font-weight:normal;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events ul li div.right h2 a{
	color:#933A2C;
	text-decoration:underline;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events ul li div.right p{
	font-size:12px;
	margin:0px;
	margin-top:2px;
	color:#933A2C;
}

div.bodyWrapper div.content div.contentWrapper div.right div.events div.eventsBottom{
	background:url(../images/dateBottomBg.jpg) no-repeat top;
	height:29px;
}

div.bodyWrapper div.content div.contentWrapper div.right div.rightButtons a{
	width:115px;
	height:131px;
	margin-left:20px;
	margin-top:15px;
	float:left;
	display:inline;
}

div.bodyWrapper div.content div.contentWrapper div.right div.rightButtons a#tours{
	background:url(../images/toursBtn.jpg);
}

div.bodyWrapper div.content div.contentWrapper div.right div.rightButtons a#maze{
	background:url(../images/mazeBtn.jpg);
}

div.bodyWrapper div.content div.contentWrapper div.right div.rightButtons a#hayride{
	background:url(../images/hayrideBtn.jpg);
}

.greenBold{
font-weight:bold;
color: #66CC00;
font-size:14px;


}

/* -------------------bodyWrapper->footer------------------------------- */

div.bodyWrapper div.footer{
	margin:0px auto;
	width:892px;
	background:#E05F25;
	padding:10px;
	color:#514A1C;
	text-align:right;
}

div.bodyWrapper div.footer ul.footerLinks{
	list-style:none;
	list-style-image:none;
	padding:10px;
}

div.bodyWrapper div.footer ul.footerLinks li{
	display:inline;
	padding:10px;
}

div.bodyWrapper div.footer ul.footerLinks li a{
	color:#514A1C;
}

div.bodyWrapper div.footer ul.footerLinks li a:hover{
	color:#FFFFFF;
}

div.bodyWrapper div.footer a#footerButton{
	display:block;
	width:200px;
	height:14px;
	background:url(../images/footerArrow.jpg) no-repeat left center;
	padding:9px;
	color:#FFFFFF;
	float:left;
}

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* Style Table */

.styleTable{
border-collapse:collapse;
}

.styleTable td{
padding:3px 8px;
font-size:13px;
border:1px solid #d9d9d9;
}

.styleTable tr.title td{
background:#565451;
color:#FFF;
font-weight:bold;
padding:8px 8px;
}

/* -------------------------------------------------- */
/* Form Styles */

.styleForm .blockText{
float:left;
display:block;
width:290px;
}

.formTip{
font-size:12px;
display:block;
width:290px;
margin-left:115px;
margin-top:5px;
margin-bottom:10px;
}

.formTip a{
color:#676563;
}

.styleForm .rightTip{
font-size:11px;
}

.styleForm fieldset{
border:none;
background:url(../images/formBg.png) no-repeat top;
padding:25px 0 12px 20px;
}

.styleForm .formLink{
display:block;
margin-left:115px;
margin-top:5px;
margin-bottom:10px;
font-size:11px;
color:#308ab9;
}

.styleForm label{
padding-right:10px;
color:#565451;
font-size:12px;
font-weight:bold;
display:block;
float:left;
width:105px;
text-align:right;
}

.styleForm .txt{
width:290px;
}

.styleForm ol{
list-style:none;
}

.styleForm ol li{
padding-bottom:7px;
font-size:12px;
clear:both;
}

.styleForm fieldset h5{
font-size:18px;
font-weight:normal;
color:#686868;
margin-bottom:15px;
}

.styleForm .moveBut{
margin-left:115px;
}

/* -------------------------------------------------- */
/* Live Edit */

.liveEditBut{
display:block;
width:80px;
background:#e7f3ce;
padding:3px 10px 5px 10px;
}

.liveEditBut a{
text-decoration:none;
font-weight:bold;
color:#006699;
font-size:13px;
}

.liveEditBut a:hover{
color:#9f0005;
}

.liveEditBut img{
margin-bottom:-3px;
}

.editMe{
border:1px dotted #69980a;
}

/* -------------------------------------------------- */
/* Hide Text */
.specialText{
	position:absolute;
	text-indent:-5000px;
}
/* Clearing Div */
.easyClear{
	clear:both;
}

/* -------------------------------------------------- */
/* Event Lists */
.messageHolder{
padding-top:10px;
}

#errorList{
	margin: 0px 10px 0px 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #dd3c10;
	background: #ffebe8 url(../images/errorImg.gif) no-repeat 10px center;
	clear:both;
	list-style:none;
	font-size:13px;
}

#successList{
	margin: 0px 10px 0px 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #82c242;
	background: #dafab9  url(../images/successImg.gif) no-repeat 10px center;
	clear:both;
	list-style:none;
	font-size:13px;
}

/* -------------------------------------------------- */
/* Standard Button Styles */

.buttons{
	font-size:13px;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:10px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Tahoma", Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive{
    color:#82c242;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#dafab9;
    border:1px solid #8fc955;
    color:#82c242;
}
.buttons a.positive:active{
    background-color:#82c242;
    border:1px solid #529214;
    color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* -------------------------------------------------- */
/* Query Log */

#queryLog{
width:800px;
margin:0px auto;
background:#eee;
padding:20px 30px 30px 30px;
font-size:13px;
color:#000;
}

.queryBar{
margin:5px 5px 10px 5px;
}
