/* Main Elements */
* {
	margin:				0;
	padding:			0;
}
body {
	color: 				#ffffff;
	background-color:	#779972;
	font-size: 			80%;
	font-family: 		Arial, Sans-Serif, Verdana, Tahoma;
}

#page {
	width:				955px;
}

#content {
	color:				#000000;
	background:			url("/images/frame/footer.gif") bottom left no-repeat;
}

#navigation {
	height:				20px;
	list-style-type:	none;
	margin:				0;
	padding:			0;
}
#navigation li {
	height:				20px;
}
#navigation li {
	display:			inline;
	float:				left;
	line-height:		10px;
}

#columns div.column {
	float:				left;
	padding-top:		15px;
}
#column1 {
	width:				295px;
	position:			relative;
	left:				10px;
	text-align:			center;
}
#column2 {
	width:				600px;
	padding-right:		20px;
	text-align:			left;
}
#column2growllery {
	width:				600px;
	padding-right:		10px;
	text-align:			left;
}
#column2 p {
	padding-bottom:		25px;
}
#nextCalendarEvent {
	color:				#d6562b;
}
#nextCalendarEvent .title {
	font-family:		Arial;
	font-weight:		bold;
	font-size:			150%;
	padding-right:		20px;
	padding-left:		20px;
}
#nextCalendarEvent .description {
	padding-bottom:		12px;
}

#footer {
	color:				#ffffff;
	font-size:			90%;
	text-align:			center;
	padding-top:		10px;
	padding-bottom:		40px;
}
#footer a {
	color:				#ffffff;
}
#footer a:hover {
	color:				#ffffff;
}

.spacer {
	clear:				both;
	width:				100%;
	height:				1px;
}


/* Page Specific Elements */
#index_img {
	position:			relative;
	height:				450px;
}
#index_img img {
	display:			none;
	position:			absolute;
	top:				0;
	left:				0;
}

#heading {
	padding-bottom:		20px;
}

.homepage_column1_div {
	padding-top:		10px;
	padding-bottom:		5px;
}

.text_title {
	color:				#d6562b;
}

.link div {
	float:				left;
}
.link .link_title {
	width:				300px;
}
.link a {
	color:				#000000;
	text-decoration:	none;
}
.link a:hover {
	color:				#d6562b;
	text-decoration:	underline;
}


ul.volunteer {
	padding-left:		30px;
	padding-bottom:		25px;
}

ul.park_rules {
	padding-left:		30px;
	padding-bottom:		25px;
}


#bod_app_form div.field_name {
	float:				left;
	width:				200px;
	font-weight:		bold;
	padding-right:		10px;
	padding-bottom:		4px;
}
#bod_app_form div.field_input {
	float:				left;
	color:				#d6562b;
	font-weight:		bold;
	padding-bottom:		4px;
}

#vendor_app_form div.field_name {
	float:				left;
	width:				200px;
	font-weight:		bold;
	padding-right:		10px;
	padding-bottom:		4px;
}
#vendor_app_form div.field_input {
	float:				left;
	color:				#d6562b;
	font-weight:		bold;
	padding-bottom:		4px;
}
#vendor_app_form div.notice {
	color:				#990000;
	font-weight:		bold;
	padding-top:		20px;
	padding-bottom:		20px;
}

p.park_rules_subject {
	position:			relative;
	top:				-25px;
}
.park_rules_subject a {
	color:				#d6562b;
	text-decoration:	none;
}
.park_rules_subject a:hover {
	color:				#d6562b;
	text-decoration:	underline;
}
.park_rules_subject img {
	position:			relative;
	top:				-2px;
}
.park_rules_subject_hidden {
	display:			none;
}
.park_rules_subject_visible {
	display:			block;
}

.eventMonth {
	float:				left;
	height:				24px;
	padding-bottom:		10px;
}
.eventMonthSelect {
	float:				right;
	height:				24px;
	padding-bottom:		10px;
}
.eventDOW {
	height:				10px;
	padding-bottom:		5px;
}
.eventDOW ul {
	list-style-type:	none;
}
.eventDOW ul li {
	float:				left;
	width:				14%;
	text-align:			center;
}
#eventDetails {
	border:				1px solid #bfbfbf;
	margin-left:		40px;
	margin-right:		40px;
	padding-left:		10px;
	padding-right:		10px;
	padding-top:		20px;
	padding-bottom:		20px;
	text-align:			left;
	font-size:			80%;
}
#calendar ul {
	list-style-type:	none;
}
#calendar ul li {
	float:				left;
	border-top:			1px solid #bfbfbf;
	border-left:		1px solid #bfbfbf;
	width:				13.8%;
	height:				70px;
	text-align:			left;
}
#calendar ul li.lastCell {
	border-right:		1px solid #bfbfbf;
}
#calendar ul li.lastRow {
	border-bottom:		1px solid #bfbfbf;
}
#calendar ul li.todayCell {
	background-color:	#fbefeb;
}
.calendarEvent {
	font-size:			85%;
	text-align:			center;
}
.calendarEvent div.title {
	padding-right:		4px;
	padding-left:		4px;
}
.calendarEvent div.title a {
	color:				#000000;
	font-weight:		bold;
	text-decoration:	none;
}
.calendarEvent div.title a:hover {
	color:				#000000;
	font-weight:		bold;
	text-decoration:	none;
}
.calendarEvent div.desc {
	color:				#7a7a7a;
}
.calendarEventDetails {
	font-size:			120%;
}
.calendarEventDetails div.title {
	font-weight:		bold;
	padding-top:		5px;
}
.calendarEventDetails div.description {
	padding-top:		5px;
	padding-bottom:		5px;
}
#calendarEventDetailsDate {
	font-size:			120%;
	font-weight:		bold;
	padding-bottom:		10px;
}

.donate_sponsor {
	padding-bottom:		20px;
}
.donate_sponsor_type {
	float:				left;
	width:				280px;
	color:				#d6562b;
}
.donate_sponsor_amount {
	float:				left;
	width:				220px;
	color:				#666666;
}
.donate_sponsor_button {
	float:				left;
}
.donate_sponsor ul {
	list-style-type:	none;
	padding-left:		30px;
}
.donate_sponsor ul li {
	float:				left;
	color:				#666666;
}
.donate_sponsor ul li.name1 {
	width:				18%;
}
.donate_sponsor ul li.name2 {
	width:				22%;
}
.donate_sponsor ul li.amount {
	width:				24%;
}
.donate_thankyou {
	color:				#d6562b;
}

.donate_form {
	padding-top:		20px;
	padding-bottom:		20px;
	display:			none;
}
.donate_instructions {
	padding-bottom:		10px;
	text-align:			center;
}
.donate_title {
	float:				left;
	width:				40%;
	text-align:			right;
	padding-right:		10px;
	padding-bottom:		10px;
}
.donate_input {
	float:				left;
	width:				58%;
	padding-bottom:		10px;
}


#growllerySelect {
	height:				20px;
}
#growllerySelect ul {
	list-style-type:	none;
}
#growllerySelect ul li {
	float:				left;
	color:				#d6562b;
	padding-right:		10px;
}
#growllerySelect ul li a {
	color:				#d6562b;
	text-decoration:	none;
}
#growllerySelect ul li a:hover {
	text-decoration:	underline;
}
#growllerySelect ul li a.selected {
	text-decoration:	underline;
}
#growllerySelect ul li a.selected:hover {
	text-decoration:	underline;
}
#growlleryThumbSelect {
	float:				right;
	text-align:			center;
	font-size:			84%;
	padding-bottom:		10px;
	padding-right:		25px;
}
#growlleryFullSize {
	float:				left;
	width:				410px;
	padding-right:		10px;
}
#growlleryThumbs {
	float:				left;
	width:				180px;
}
.growlleryThumb {
	float:				left;
	height:				68px;
	overflow:			hidden;
	padding-right:		2px;
	margin-bottom:		2px;
}


#contact_info {
	float:				left;
	width:				40%;
}
#google_map {
	float:				left;
	width:				320px;
	height:				320px;
}