﻿body {	
				font-family:Helvetica, Arial, Verdana, Sans-Serif;
				text-align:left;
				font-size:16px;
				margin:0px;
				padding:0px;
}
#container
 {
	
}
#print_button{display:none;}

/*  Begin Header Styling */
#header {
				display:none;
				
}
#logo_search {
				display:none;
}
#logo {
				display:none;
}
#search {
	display:none;			
				
}
#search_btn{
				display:none;
}
#search_box {
				display:none;
}
#form2 {
				display:none;

}
#header_images{
				display:none;
}
#header_images li {
				display:none;
}
/*  End Header Styling */
/*  Begin Main Content Styling */
.clear{clear:both;}
.center {text-align:center;}
#main_content {
				
}
#sidebar {
				display:none;
}
#sidebar h3, #sidebar ul {margin:15px 0px 0px 15px;}
#quick_title
{
    display:none;
}
.sidebar_nav 
{
    display:none;
}
.sidebar_nav a
{
   display:none;
}
.sidebar_nav a:hover
{
    color:#888;
}
#knowledge_img {display:none;}

/*  Begin Navigation Styling */
#navigation_box {
				display:none;
}

#nav_list {
			display:none;	
}

#nav_list li {
				display:none;
}

.nav_link {
			   	display:none;
}

.nav_link:hover {
				color:#f89b2f;
}

/* Added as of 8-26-09 */
#nav_list li ul
{
	display:none;
}

#nav_list li:hover ul
{
	display:none;
}

#nav_list li ul li
{
	display:none;
}

/*  End of Navigation Styling */
#welcome_banner{
				display:none;
}
#inner_page_content{
	display:none;
}
#inner_single
{
     width:760px;
	min-height:500px;
	display:inline;
	float:left;
	margin:1px 0px 0px 1px;
	padding:0px 10px 0px 10px;
}
#activities
{
   display:none;
}
.headline
{
    border-bottom:solid 1px #000;
    padding:0px 0px 5px 0px;
}

/* These are mainly used to style table cells with a dotted border */
.border_b{border-bottom:dotted 1px #fff;}
.border_r{border-right:dotted 1px #fff;}

#inner_single ul li
{
    margin:0 0 15px 0;
}
#inner_left{
				display:none;
}

#inner_left p, #inner_right p, #inner_single p {
				margin:10px 10px;
				line-height: 1.4em;
}
#inner_right{
				

}
/* These two styles are for any links within the body that are not the navigation links */
.body_link{color:#003366; padding:2px;}
.body_link:hover, .current_page{color:#fcfcff; background-color:#848484;text-decoration:none; border:solid 1px #acacac;}
#web_links dt{margin:0 0 15px 0;}
/* This section is for the Parks and Rec table styling */
.pr_table
{
    background-color:#d5e8f7;
   display:none;
}
.pr_table{font-size:.75em; padding:3px; width:100%; height:120px;}
.pr_table td{margin:0 0 10px 0; padding:5px 0 5px 5px;}
.pr_table li{ list-style-type:none; margin:0 0 10px 5px;}
.rside_links li{ list-style-type:none; margin:0 0 10px -15px;}


.list_title { font-size:1.5em; font-weight:bold; padding:0 0 5px 0px;}
.calendar 
{
    width:770px;
    margin:10px 0px;
}
.clear
{
    clear:both;
}
.indent {margin-left:35px;}
.calendar_header{background-color:#a1ceef;color:#000;font-size:1.2em;font-weight:500;height:50px;border:1px solid #236B8E;}
.calendar_next_prev
{
    color:#fff;
    font-size:.8em;
    font-weight:normal;
    margin:0 25px;
}
.calendar_day
{
   background-color:/*#e3f1fc*/#fff;
    text-align:left;
    vertical-align:top;
    font-size:.8em;
    height:85px;
    width:115px;
    border:1px solid #236B8E;
}
.calendar_day:hover
{
    background-color:#a1ceef;
}
.calendar_day a, .calendar_today a
{
    text-decoration:none;
    color:#26466D;
}
.calendar_day a:hover, .calendar_today a:hover
{
    color:#e8e8e8;
}
.calendar_today
{
   background-color:#a1ceef;
    text-align:left;
    vertical-align:top;
    font-size:.8em;
    border:1px solid #236B8E;
}
.inline
{
    display:none;
}

.underline{text-decoration:underline;}
.directory_name
{
   
}
.directory_number
{
    
}
#addresses
{
    list-style-type:none;
}
#addresses li
{
    margin:0 0 15px 0;
}
#addresses address
{
        font-style:normal;
}
.category_heading {
				
}
/*  End Main Content Styling */
/*  Footer Styling */
#footer {
				display:none;
}
#footer_nav_box {
				
}
#footer_nav {
			list-style-type:none;
			padding:0px;
			margin:auto 0 auto 0;	
}
#footer_nav li {
				display:inline;
				margin:0px 0px 0px 10px;
				padding:0px;
}

#city_address {
				font-family: Arial, Helvetica, sans-serif;
				font-style:normal;
}
#copyright_notice {
				color:#003366;
}
/*  End Footer Styling */

html, body {
	height: 100%;
}

div#fancy_overlay {
	display:none;
}

* html div#fancy_overlay {
	display:none;
}

div#fancy_wrap {

}

div#fancy_loading {
	display:none;
}

div#fancy_loading div {
	display:none;
}

div#fancy_loading_overlay {
	display:none;
}

div#fancy_loading_icon {
	display:none;
}

div#fancy_outer {
	display:none;
}


div#fancy_inner {
	
	width:100%;
	height:100%;
	
}


div#fancy_content {
	margin: 5px; /* Original setting 0px */
	z-index: 100;
	
}

div#fancy_div {
	background: #FFF; /* I switched these around to get black text on white background */
	color: #000; /* I switched these around to get black text on white background */
	
	
}

div#fancy_div dl 
{
    padding: 10px; /* Added this - JDM */
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	
	display: none;
}

#fancy_frame {
	
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	display:none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	display:none;
}

span#fancy_left_ico {
	display:none;
}

span#fancy_right_ico {
	display:none;
}

a#fancy_left:hover {
  display:none;
}

a#fancy_right:hover {
  display:none;
}

a#fancy_left:hover span {
	display:none;
}

a#fancy_right:hover span {
	display:none;
}

.fancy_bigIframe {
	display:none;
}

div#fancy_bg {
	display:none;
}
	
div.fancy_bg {
	display:none;
}

div.fancy_bg_n {
	display:none;
}

div.fancy_bg_ne {
	display:none;
}

div.fancy_bg_e {
	display:none;
}

div.fancy_bg_se {
	display:none;
}

div.fancy_bg_s {
	display:none;
}

div.fancy_bg_sw {
	display:none;
}

div.fancy_bg_w {
	display:none;
}

div.fancy_bg_nw {
	display:none;
}

div#fancy_title {
	
	display: none;
}

div#fancy_title div {
	display:none;
}

div#fancy_title table {
	display:none;
}

div#fancy_title table td {
	display:none;
}

td#fancy_title_left {
	display:none;
}

td#fancy_title_main {
	display:none;
}

td#fancy_title_right {
	display:none;
}

