/* CSS Document */

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color:#EFECDE;
}

a {
	color:#633a17;
	text-decoration:none;
  outline:none;
}

a:hover {
	color:#633a17;
	text-decoration:underline;
}

p a {
	text-decoration:underline;
}

ul {
	margin-left:40px;
}

ul#MemberPackage a {
	text-decoration:underline;
}

#header {
	position:relative;
	height:155px;
	width:100%;
	background-image:url(images/HeaderBG.gif);
	background-repeat:repeat-x;
	z-index:1;
}

#header_content {
	position:absolute;
	height:155px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:2;
}

#logo {
	position:absolute;
	left:0px;
	top:16px;
	z-index:3;
}

#logo_text {
	position:absolute;
	left:90px;
	top:50px;
	z-index:3;
}

#top_nav {
	position:absolute;
	right:0px;
	top:32px;
	width:300px;
	font-size:11px;
	z-index:3;
}

#nav {
	position:absolute;
	right:0px;
	top:127px;
	height:28px;
	width:100%;
	z-index:10;
}

#lessons {
	float:right;
	width:143px;
	height:28px;
	margin-right:2px;
	z-index:3;
}

a.lessons_tab {
	display:block;
	width:143px;
	height:28px;
	background:url("images/LessonsTab.gif") 0 0 no-repeat;
	text-decoration:none;
}

a:hover.lessons_tab {
    background-position:-143px 0;
}

#general_info {
	float:right;
	width:49px;
	height:28px;
	margin-right:2px;
	z-index:3;
}

a.general_info_tab {
	display:block;
	width:49px;
	height:28px;
	background:url("images/GeneralInfoTab.gif") 0 0 no-repeat;
	text-decoration:none;
}

a:hover.general_info_tab {
    background-position:-49px 0;
}

#youth_programs {
	float:right;
	width:125px;
	height:28px;
	margin-right:2px;
	z-index:3;
}

#our_programs {
	float:right;
	width:109px;
	height:28px;
	margin-right:2px;
	z-index:10;
}

a.our_programs_tab {
	display:block;
	width:109px;
	height:28px;
	background:url("images/OurProgramsTab.gif") 0 0 no-repeat;
	text-decoration:none;
}

a:hover.our_programs_tab {
	background-position:-109px 0;
}

#indoor_programs {
	float:right;
	width:128px;
	height:28px;
	margin-right:2px;
	z-index:3;
}

a.indoor_tab {
	display:block;
	width:128px;
	height:28px;
	background:url("images/IndoorProgTab.gif") 0 0 no-repeat;
	text-decoration:none;
}

a:hover.indoor_tab {
    background-position:-128px 0;
}

#outdoor {
	float:right;
	width:137px;
	height:28px;
	margin-right:2px;
	z-index:3;
}

a.outdoor_tab {
	display:block;
	width:137px;
	height:28px;
	background:url("images/OutdoorProgTab.gif") 0 0 no-repeat;
	text-decoration:none;
}

a:hover.outdoor_tab {
    background-position:-137px 0;
}

a.youth_programs_tab {
	display:block;
	width:125px;
	height:28px;
	background:url("images/YouthProgramsTab.gif") 0 0 no-repeat;
	text-decoration:none;
}

a:hover.youth_programs_tab {
    background-position:-125px 0;
}

#links {
	float:right;
	width:60px;
	height:28px;
	z-index:3;
}

a.links_tab {
	display:block;
	width:60px;
	height:28px;
	background:url("images/LinksTab.gif") 0 0 no-repeat;
	text-decoration:none;
}

a:hover.links_tab {
    background-position:-60px 0;
}

#staff {
	float:right;
	width:57px;
	height:28px;
	margin-right:2px;
	z-index:3;
}

a.staff_tab {
	display:block;
	width:57px;
	height:28px;
	background:url("images/StaffTab.gif") 0 0 no-repeat;
	text-decoration:none;
}

a:hover.staff_tab {
    background-position:-57px 0;
}

#gallery {
	float:right;
	width:69px;
	height:28px;
	margin-right:2px;
	z-index:3;
}

a.gallery_tab {
	display:block;
	width:69px;
	height:28px;
	background:url("images/GalleryTab.gif") 0 0 no-repeat;
	text-decoration:none;
}

a:hover.gallery_tab {
    background-position:-69px 0;
}

#events {
	float:right;
	width:81px;
	height:28px;
	margin-right:2px;
	z-index:3;
}

a.events_tab {
	display:block;
	width:81px;
	height:28px;
	background:url("images/EventsTab.gif") 0 0 no-repeat;
	text-decoration:none;
}

a:hover.events_tab {
    background-position:-81px 0;
}

#sub_header_bg {
	position:relative;
	height:174px;
	width:100%;
	background-image:url(images/RaysBG.gif);
	background-repeat:repeat-x;
	z-index:1;
}

#sub_header {
	position:absolute;
	height:174px;
	width:750px;
	left:50%;
	margin-left:-375px;
	background-image:url(images/Rays.gif);
	background-repeat:no-repeat;
	z-index:2;
}

#picture1 {
	float:left;
	width:200px;
	height:140px;
	margin-top:16px;
	z-index:3;
}

#picture2 {
	float:left;
	width:200px;
	height:140px;
	margin-top:16px;
	margin-left:74px;
	z-index:3;
}

#picture3 {
	float:right;
	width:200px;
	height:140px;
	margin-top:16px;
	z-index:3;
}

#content_area_shadow {
	position:relative;
	height:2px;
	width:100%;
	background-image:url(images/BodyShadow.gif);
	background-repeat:repeat-x;
	z-index:1;
	margin:0px;
	padding:0px;
}

#content_area {
	position:relative;
	height:800px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#teambuilding_palette {
	position:absolute;
	right:0px;
	top:21px;
	width:162px;
	z-index:3;
}

#partners_palette {
	position:absolute;
	right:0px;
	top:520px;
	width:162px;
	z-index:3;
}

#events_palette a {
	color:#633a17;
}

#events_palette li {
	list-style:none;
	margin-left:-40px;
	margin-bottom:5px;
	background-image:url(images/HorizontalRule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:6px;
}

#welcome_palette {
	position:absolute;
	left:0px;
	top:21px;
	width:559px;
	z-index:3;
}

#news_palette {
	position:absolute;
	left:0px;
	top:150px;
	width:559px;
	z-index:3;
}

#course_palette {
	position:absolute;
	left:0px;
	top:470px;
	width:559px;
	z-index:3;
}

#waiver_palette {
	position:absolute;
	right:0px;
	top:211px;
	width:162px;
	z-index:3;
}

#hours_palette {
	position:absolute;
	right:0px;
	top:274px;
	width:162px;
	z-index:3;
}

#contact_palette {
	position:absolute;
	right:0px;
	top:380px;
	width:162px;
	z-index:3;
}

#mailinglist_palette {
	position:absolute;
	right:0px;
	top:380px;
	width:162px;
	z-index:3;
}

#followus_palette {
	position:absolute;
	right:0px;
	top:441px;
	width:162px;
	z-index:3;
}

#followus_palette td.palette_text img {
	margin:5px 22px 5px 0px;
}

#followus_palette td.palette_text img.last {
	margin-right:0px;
}

#tagline {
	position:relative;
	height:34px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:2;
}

#footer_bg {
	position:relative;
	height:57px;
	width:100%;
	background-image:url(images/FooterBG.gif);
	background-repeat:repeat-x;
	z-index:1;
}

#footer {
	position:absolute;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:2;
	font-size:10px;
	padding-top:12px;
	line-height:20px;
}

#photo1 {
	position:absolute;
	left:0px;
	top:21px;
	width:165px;
	z-index:3;
}

#photo2 {
	position:absolute;
	left:0px;
	top:157px;
	width:165px;
	z-index:3;
}

#photo3 {
	position:absolute;
	left:0px;
	top:293px;
	width:165px;
	z-index:3;
}

#content_area_lessons {
	position:relative;
	height:3040px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#content_area_outdoor {
	position:relative;
	height:2960px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#content_area_indoor {
	position:relative;
	height:2000px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#content_area_generalinfo {
	position:relative;
	height:1640px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#content_area_youthprograms {
	position:relative;
	height:3675px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#content_area_staff {
	position:relative;
	height:3950px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#content_area_gallery {
	position:relative;
	height:1320px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#content_area_events {
	position:relative;
	height:570px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#content_area_links {
	position:relative;
	height:600px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#content_area_news {
	position:relative;
	height:4200px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#content_area_hos {
	position:relative;
	height:2450px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	margin-top:0px;
	padding-top:0px;
}

#textarea {
	position:absolute;
	left:190px;
	top:21px;
	width:560px;
	z-index:2;
}

#facility img {
	border:#61441E 1px solid;
}

#indoor img {
	border:#61441E 1px solid;
}

.horizontal_rule {
	background-image:url(images/HorizontalRule.gif);
	background-repeat:repeat-x;
}

.palette_text {
	font-size:10px;
	color:#5D615D;
	padding:4px 0px 4px 0px;
}

.body_text {
	font-size:11px;
	line-height:16px;
	color:#5D615D;
	padding:4px 0px 4px 0px;
}

.arrow {
	margin:0px 2px 0px 6px;
	text-decoration:none;
}

.view_all {
	text-decoration:none;
	margin-top:-2px;
}

.mailinglist_field {
	width:118px;
	height:16px;
	border:#7E5C36 1px solid;
	background-image:url(images/MailingListFieldBG.gif);
	background-repeat:repeat-x;
	color:#7E5C36;
	padding: 2px 5px 0px 5px;
	margin: 2px 0px 2px 0px;
}

.af_logo {
	padding-bottom:5px;
}

.directions {
	font-size:14px;
}
