*{
	font-family: 'lucida grande', sans-serif;
	color: #333;
}

a{
	color: #2F577F;
}

h2{
	color: #2F577F;
	margin: 0px 0px;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 170%;
}


/*Homepage stuff */
.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;  
    height: 105px;
	margin-top: 10px;
}  
.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
}  
.kwicks li{  
    float: left;  
    width: 151px;  
    height: 100px;  
    margin-right: 4px;  
}  
#kwick1, #kwick2, #kwick3, #kwick4 {    
    border: 1px solid #CCC;
}  

.kwicks_content{
	display: none;
	text-align: right;
	padding-right: 15px;
	margin-top: 15px;
	margin-left: 50px;
}

.kwicks li h3{
	color: white;
	font-size: 13px;
	margin: 0px;
}

.kwicks li a{
	font-size: 10px;
	color: white;
	display: block;
	text-decoration: none;
	line-height: 15px;
}

.kwicks li a:hover{
	text-decoration: underline;
}

#kwick1{
	background-image: url('/images/template_march09/kwicks_first_time.jpg');  
}

#kwick2{
	background-image: url('/images/template_march09/kwicks_children.jpg');  
}

#kwick3{
	background-image: url('/images/template_march09/kwicks_youth.jpg');  
}

#kwick4{
	background-image: url('/images/template_march09/kwicks_sports.jpg');  
}


#highlightsContainer{
	width: 625px;
	margin-top: 10px;
}

#highlightsHead{
	background: url(/images/template_march09/highlights_head.jpg) top center no-repeat;
	height: 49px;
	width: 625px;
}

#highlightsContent{
}

/* homepage styles */
#highlightsContent .highlights_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#highlightsContent .highlights_list li{
	border-bottom: 1px solid #DDD;
	padding: 10px;
	clear: both;
	font-size: 85%;
}

#highlightsContent .highlights_list li h3{
	font-family: georgia;
	font-size: 125%;
	color: #2F577F;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	margin-bottom: 7px;
}

#highlightsContent .highlights_list li p{
	margin: 0px;
	padding: 0px;
	font-size: 85%;
}

#highlightsContent .highlights_list li p p{
	margin: 0px;
	padding: 0px;
}

#highlightsMid{
	background: url(/images/template_march09/highlights_back.jpg) center repeat-y;
}

#highlightsBottom{
	height: 22px;
	width: 625px;
	background: url(/images/template_march09/highlights_bottom.jpg);
}

#homeLeft{
	width: 634px;
	float: left;
}

#homeRight{
	width: 255px;
	float: right;
}

#homeRightImageLinks{
	margin-top: 10px;
	padding-left: 2px;
}

#homeRightImageLinks img{
	display: block;
	margin-bottom: 5px;
}

#upcomingEvents{
	width: 253px;
	position: relative;
}

#upcomingEventsTop{
	background: url(/images/template_march09/upcoming_events_top.jpg);
	width: 253px;
	height: 53px;
}

/*
#upcomingEventsContent{
	position: absolute;
	top: 40px;
	left: 10px;
	width: 233px;
	height: 300px;
}
*/

#upcomingEventsContent{
	background: url(/images/template_march09/upcoming_events_rpt.jpg) repeat-y;
	padding-left: 10px;
}

#upcomingEventsBottom{
	background: url(/images/template_march09/upcoming_events_bottom.jpg);
	width: 253px;
	height: 18px;
}

/* sidebar events */
#upcomingEventsContent ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 95%
}

#upcomingEventsContent li{
	clear: both;
}

#upcomingEventsContent ul li{
	margin-bottom: 30px;
}

#upcomingEventsContent li h2{
	color: #2F577F;
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 3px;
}

#upcomingEventsContent ul li ul li {
	clear: both;
	margin-left: 5px;
	margin-bottom: 0px;
}

#upcomingEventsContent ul li ul li .day {
	float: left;
	text-align: right;
	margin-right: 10px;
	font-size: 85%;
	color: #2F577F;
	font-style: italic;
	width: 15px;
}

#upcomingEventsContent ul li ul li .event_info {
	float: left;
	width: 200px;
	margin-left: 0px;
	font-size: 85%;
	margin-bottom: 7px;
}

#upcomingEventsContent ul li ul li .event_info em{
	color:#2F577F;
	font-style: italic;
	font-size: 100%;
	padding-left: 4px;
}

#upcomingEventsContent .view_all_link{
	color:#2F577F;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	margin-left:15px;
}



/*Main Menu */
#main_menu{
	margin-top: 0px;
	/*margin-bottom: 15px;*/
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#main_menu ul{
	list-style: none;
	margin:0px;
	padding: 0px
}

#main_menu ul li{
	display: inline;
	position: relative;
}

#main_menu ul li a.main_links{
	color: #2F577F;
	font-size: 100%;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
}

#main_menu ul li a.main_links:hover{
	color:#000;
}

#main_menu .level2_pages{
	display: none;
	margin: 0px;
	position: absolute;
	top: 25px;
	left: 0px;
	padding: 0px;
	line-height: 1em;
	background-color: #89AACC;
	width: 225px;
	opacity: .97;
	filter: alpha(opacity=97);
	/*overflow: hidden;*/
	border-top: 0px solid #2F577F;
	border-right: 0px solid #2F577F;
	border-bottom: 0px solid #2F577F;
}

#main_menu .level2_pages li{
	padding: 0px 0px;
	margin: 0px;
	display: block;
}


#main_menu .level2_pages li a{
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	line-height:2em;
	font-size: 95%;
	display: block;
	border-bottom: 1px solid #748EA9;
}

#main_menu .level2_pages li a:hover{
	color: #FFF;
	background-color: #2F577F;
	text-decoration: none;
	padding-left: 10px;
	font-size: 95%;
}


/*home scroller*/
#home_scroll{
	width: 625px;
	height: 275px;
	/*overflow: hidden;*/
	position: relative;
	margin: 0px 0px;
	background: url('/images/template808/loader.gif') no-repeat center center;
}

#home_scroll #right_side{
	width: 300px;
	height: 125px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	overflow: hidden;
	border-left: 1px solid #744F1F;
	border-top: 1px solid #744F1F;
	display: none;
}

#home_scroll #right_side_container{
	position: relative;
}

#right_side #right_side_back{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 125px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-color: #2E2216;
	z-index: 2;
}

#home_scroll #right_side_content{
	color: #FFF;
	margin: 10px;
	width: 225px;
	position: absolute;
	z-index: 3;
}

#home_scroll #right_side_content h2{
	color: #2F577F;
	margin: 0px;
	font-size: 125%;
	margin-bottom: 3px;
	z-index: 3;
}


#home_scroll #right_side_content p{
	margin: 0px;
}

#home_scroll #right_side_content a{
	font-size: 90%;
	color: #2F577F;
	padding-left: 10px;
	display: block;
}

#home_scroll #right_side_content a:hover{
	background-color: #2F577F;
	color: #FFF;
	text-decoration: none;
}


#home_scroll img{
	position: absolute;
	z-index: 1;
}

.home_image_scroller{
	position: absolute;
	left: -15000px;
	top: 0px;
}

#home_scroll ul.nums{
	list-style: none;
	margin:0px;
	padding: 0px;
	position: absolute;
	left: 6px;
	bottom: 4px;
	z-index: 4;
}

#home_scroll ul.nums li{	
	display: inline;
	padding: 2px 7px;
	font-size: 9px;
	margin-right: 7px;
	border: 1px solid white;
	color: #FFF;
	background-color: #89AACC;
	cursor: pointer;
}

#home_scroll ul.nums li.selected{	
	background-color: #2F577F;
}

#home_scroll .right_content_staging{
	display: none;
}

#leftRail{
	width: 225px;
	float: left;
	background: url(/images/template_march09/leftRailBack.jpg) center top;
	margin-right: 0px;
	margin-top: 0px;
	overflow: visible;
	z-index: 50;
}

#leftRailContent{
	padding:10px 10px 10px 10px;
}

#leftRailContent .sidebar_nav_title{
	font-weight: bold; 
	margin-bottom: 7px;
}

#leftRailContent h3{
	color: #2F577F;
	font-size: 125%;
	border-bottom: 1px solid #89AACC;
	font-weight: normal;
	width: 240px;
	margin: 5px 0px 5px 0px;
}

#leftRailContent a{
	color: #2F577F;
	text-decoration: none;
	font-size: 90%;
	display: block;
	margin-bottom: 10px;
}

.sidebar_link{
	padding-left: 15px;
}

#leftRailContent a:hover{
	color: #000;
}


/*Footer*/
#footer_menu{
}

#footer_menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footerContent{
	width: 950px;
}

#footer_menu ul li{
	display: inline;
	margin-right: 15px;
}

#footer_menu ul li a{
	color: #89AACC;
	padding: 5px;
	text-decoration: none;
	font-style: italic;
	font-size: 90%;
}

#footerContent #contact{
	position: absolute;
	right: 0px;
	top: 0px;
	margin-bottom: 25px;
}

#footerContent #contact h3{
	color: #666;
	font-size: 125%;
	border-bottom: 1px solid white;
	font-weight: normal;
	width: 240px;
	margin: 5px 0px 2px 0px;
}

#footerContent #contact span{
	margin: 0px;
	font-size: 85%;
	color: #999;
}

#footer_menu ul li a:hover{
	color: #FFF;
	background-color: #41657F;
}

/*alert*/
#alert_container{
	position: relative;
	width: 627px;
	height: 116px;
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#alert_back{
	position: absolute;
}

#alert_text{
	color: #FFF;
	font-size: 100%;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 430px;
	height: 90px;
}


/* Form elements */
.ff_input{
	padding: 5px; 
	font-size: 100%;
	border: 2px solid #666666;
	background-color: #F9F9F9;
	width: 260px;
}

.ff_submit{
	border: 2px solid #333333;
	background-color: #4A77A0;
	font-size: 125%;
	color: #FFF;
	padding: 3px 20px;
	cursor: pointer;
}

.form_field{
	padding: 10px 0px;
	width: 280px;
}

.ff_form .right{
	float: right;
}

.ff_form .left{
	float: left;
	margin-right: 20px;
}

.form_error{
	color: red;
	font-size: 85%;
}

.ff_form .section_header{
	clear: both;
	font-size: 125%;
	border-bottom: 3px solid #EEE;
	padding: 5px 5px 2px 0px;
}

.ff_form .section{
	padding: 0px 20px;
	margin-bottom: 20px;
}