/* -------------------------------------- */
/*      CSS by www.anamorphics.com        */
/* -------------------------------------- */


/* ----------------------------------------------------- */
/* STANDARD TAG DEFINITIONS                              */

body {
	background-color: #000000;
	font-family: Palatino, serif;
	font-size: 14px;
	line-height: 18px;
	color: #01310b;
	text-align: left;
	margin: 50px 0px 0px 0px;
}

a:link, a:visited {
		color:#336600;
		text-decoration:none;
		outline: none;
		}

a:hover, a:active {
		color:#c4940e;
		text-decoration:none;
		outline: none;
		}

p { 
		text-indent: 0px
		}

p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
h1 { font-size:14px; padding-top:10px;}
h2 { font-size:18px; padding-top:10px; margin: 0px 0px 0px 10px}
h3 { font-size:22px; padding-top:10px;}
h4 { font-size:24px; line-height: 0px; color: #003e1b; font-style: italic; padding: 10px 0px 0px 50px;}
h5 { font-size:24px; line-height: 0px; color: #003e1b; font-style: italic; padding: 0px 0px 0px 200px;}

.text_brown {
	color: #b88c09;
	font-size: 10px;
}

hr {
	height: 1px;
	border-style: none;
	background-color: #1e3507;	
}

/* ----------------------------------------------------- */
/* STRUCTURE                                             */

#container {
	width:950px; /* full width is left_col, right_col and content plus side padding */
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

#shell_top {
	width: 950px;
	height: 15px;
}

#shell_content {
	width: 950px;
	background-image: url('images/shell_bg.jpg');
}

#shell_bottom {
	width: 950px;
	height: 15px;
}

#content_left {
	width: 250px;
	float: left;
}

#content_right {
	width: 700px;
	float: right;	
}

#logo {
	margin: 0px 0px 0px 43px;
}

#logo_index {
	margin: 0px 0px 0px 15px;
}

#turf_image {
	margin: 40px 0px 40px 43px;
}

#interface {
	width: 700px;
	height: 50px;
}

#interface_line {
	width: 700px;
	height: 20px;
}

#interface_hr_line {
	width: 570px;
	margin: 0px 0px 0px 45px;
}	

#header {
	width: 700px;
	height: 115px;
}

#home_image {
	width: 660px;
	height: 375px;
}

#home_quote {
	width: 660px;
	height: 80px;
}

#about_subheader {
	width: 660px;
	height: 105px;
}

#about_text {
	width: 600px;
	margin: 0px 0px 0px 35px;
}

#contact_map {
	width: 680px;
	height: 585px;
}

#header_gallery {
	width: 700px;
	height: 70px;
}

#gallery_text {
	width: 600px;
	margin: 0px 0px 0px 46px;
}

#header_calendar {
	width: 700px;
	height: 70px;
}

#calendar_text {
	width: 600px;
	margin: 0px 0px 0px 35px;
}

	
#footer {
	width:1000px;
	height: 65px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 18px;
}

/* ---------------------------  CALENDAR -------------------------- */

.cal_daylabel {
	font-size: 10px;
	color: #ffffff;
	line-height: 14px;
	text-align: center;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #000000;
}

.cal_month {
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #000000;
}

.cal_day {
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-align: right;
}

.cal_daypad {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #D5CC8B;
}

.cal_today {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: right;
}

.cal_todaypad {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #d59a6d;
}

.cal_blankday {
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-align: center;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #f1eed7;
}

.cal_event {
	line-height: 13px;
	text-align: left;
}
.cal_event_title {
	font-size: 11px;
	font-weight: bold;
}
.cal_event_time {
	font-size: 9px;
}
.cal_event_facility {
	font-size: 9px;
}
.cal_event_cost {
	font-size: 9px;
}
.cal_event_description {
	font-size: 9px;
}

.cal_nav {
	font-size: 11px;
	color: #990000;
	line-height: 14px;
	text-align: center;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #000000;
}