@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 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;
}
#bodybgnd {
	background-color: #FFFFFF;
	background-image: url(images/bgndshadow2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #689d59 url(images/fundaysbgnd.jpg) no-repeat center top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #footer {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #336600;
	padding-left: 10px;
	padding-bottom: 5px;
	clear: both;
}
.oneColFixCtr    #footer   img  {
	margin-left: 430px;
}
#menubar {
	position: relative;
	width: 212px;
	left: 0px;
	top: 0px;
	float: left;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #bodycopy {
	margin-top: 0px;
	margin-right: 100px;
	margin-left: 210px;
	position: relative;
}
.oneColFixCtr #mainhead {
}
h1 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
}
p {
	font-family: Tahoma;
	font-size: 14px;
}
a {
	font-family: Tahoma;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	border-color: #000000;
	font-size: 14px;
}
a:hover {
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
.oneColFixCtr #orderform {
	float: right;
	padding-right: 10px;
}
li {
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.oneColFixCtr  #leftgraphic {
	float: left;
	position: absolute;
	left: -220px;
	margin-top: -200px;
	padding-right: 20px;
	z-index: 0;
}
.oneColFixCtr  #rightgraphic {
	float: right;
	position: absolute;
	left: 275px;
	margin-top: 0px;
	padding-right: 0px;
	z-index: 0;
	top: 479px;
}
.oneColFixCtr #rightgraphic2 {
	float: right;
	position: absolute;
	left: 35px;
	padding-right: 0px;
	z-index: 0;
	top: 504px;
	width: 170px;
	height: 301px;
}
.oneColFixCtr #bush {
	float: right;
	position: absolute;
	left: -20px;
	margin-top: 10px;
	padding-right: 0px;
	z-index: 0;
	top: 566px;
	width: 170px;
	height: 229px;
}
.oneColFixCtr #activities {
	float: right;
	position: relative;
	margin-top: 0px;
	padding-right: 0px;
	z-index: 0;
	top: -15px;
	right: 60px;
	margin-bottom: 25px;
}
.oneColFixCtr #activitytext {
	position: absolute;
	left: -17px;
	top: 277px;
	width: 147px;
}
.oneColFixCtr #rightgraphic3 {
	float: right;
	position: absolute;
	left: 318px;
	padding-right: 0px;
	z-index: 0;
	top: 530px;
	width: 170px;
	height: 248px;
}
fieldset {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #B6DC91;
	text-indent: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
	margin-bottom: 15px;
}
#Participants_Feedback {
	width: 430px;
	background-color: #689D59;
}

.formdata {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 15px;
	margin: 15px 20px 0px 15px;
}
legend {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: thin none #FFFFFF;
	padding: 3px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	width: 75px;
	padding-right: 10px;
	text-align: right;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input:focus, textarea:focus{
background-color: lightyellow;
}
textarea {
	font-family: Tahoma;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#Spacer {
	height: 125px;
}
#StaffSpacer {
	height: 55px;
}
