body{
	margin: 0px;
	padding: 0px;
	background: url(../images/grass_bg.jpg) repeat top left;
	text-align: center;
	font-family: Arial, Sans-Serif;
	color:#0c2c0e;
	font-size:14px;
}

img, a {
	border:none;
}

a{
	color:#526753;
}

a:hover{
	color:#e8840f;
}

#wrapper{
	margin: 0px auto;
	width:1024px;
	text-align: left;
}

#header {
	width:1024px;
	height:170px;
	background: url(../images/header_bg.png) no-repeat;
	margin-top:0px;
	padding-top:0px;
	border-left:1px solid #0c2c0e;
	border-right:1px solid #0c2c0e;
}

#logo{
	margin-left:60px;
	float:left;
	outline: none;

}

#nav{
	list-style-type:none;
	float:left;
	width:320px;
	margin-top:108px;
	margin-left:195px;
}

#nav li{
	float:left;
}

#nav li a {
	text-indent: -9999px;
}

#nav li a.nav_about{
	background-image: url(../images/nav_about.jpg);
	width:90px;
	height:52px;
	display:block;
	background-position:0px 0px;
	outline: none;
}

#nav li a.nav_menu{
	background-image: url(../images/nav_menu.jpg);
	width:104px;
	height:52px;
	display:block;
	background-position:0px 0px;
	outline: none;
}

#nav li a.nav_schedule{
	background-image: url(../images/nav_schedule.jpg);
	width:126px;
	height:52px;
	display:block;
	background-position:0px 0px;
	outline: none;
}

#content{
	width: 1024px;
	background-image: url(../images/content_bg.png);
	background-color: #f7f9ee;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top:50px;
	padding-bottom:100px;
	border-left:1px solid #0c2c0e;
	border-right:1px solid #0c2c0e;
}

#content_col_A{
	width:630px;
	float:left;
}

#content_col_B{
	width:340px;
	float:left;
	line-height:20px;
}

#footer{
	width: 1024px;
	background: url(../images/stripes.png) repeat top left;
	clear: both;
	height:100px;
	text-align: right;
	padding-top:20px;
	border-left:1px solid #0c2c0e;
	border-right:1px solid #0c2c0e;
	border-bottom:1px solid #0c2c0e;
	color:#fbfae8;
	font-size:12px;
	line-height:20px;
}

#footer p {
	padding-right:55px;
}

#footer a{
	color:#fbfae8;
	text-decoration:none;
	border-bottom:1px dotted #fbfae8;
}

.clear{
	clear:both;
}

.link_large{
	color:#0c2c0e;
	font-size:18px;
}

#content_col_A img {
	margin-left:65px;
}


.menu_options{
	font-size:12px;
	margin:10px 0px 10px 0px;
	width:340px;
	border-spacing: 0px;
}

.menu_options td{
	vertical-align: top;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
}

.menu_options .dark td{
	background-color:#c0dcc2;
}

.subhead{
	font-size:16px;
	display:block;
	font-weight:bold;
}

.small{
	font-size:12px;
}

.contactField {
	background-color: #fff;
	border: 1px solid #0c2c0e;
	width: 220px;
	height: 15px;
	color: #0c2c0e;
	margin-bottom: 10px;
}

.contactArea {
	background-color: #fff;
	border: 1px solid #0c2c0e;
	color: #0c2c0e;
	width: 220px;
	height: 120px;
	margin-bottom: 15px;
}

.select_menu{
	background-color: #fff;
	border: 1px solid #0c2c0e;
	color: #0c2c0e;
	height: 20px;
}

.date_form{
	display:block;
	height:50px;
}

#contact_form {
	width: 340px;
	text-align: left;
}

#contact_form label {
	float: left;
	text-align: right;
	width: 95px;
	padding-right: 15px;
}

#recaptcha_widget_div{
	margin-left:15px;
}

input.formButton{
	background-color: #fffdbc;
	border: 1px solid #0c2c0e;
	color:#134616;
	height: 22px;
}

input.formButton:hover  {
	background-color: #134616;
	border: 1px solid #0c2c0e;
	color:#fffdbc;
	cursor:pointer;
	height: 22px;
}

#submit_holder{
	width:330px;
	text-align:right;
}

#alert{
	font-size:11px;
	color:#e8840f;
	font-weight:bold;
	line-height:16px;
	list-style-type:none;
}

