body {
	margin: 0;
	padding: 0;
	background-image: url(../images/default_5_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#1F3B4F;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #555; 
	font-size: 11px;
	line-height:16px;
}

a:link, a:active, a:visited { color: #1F3B4F; text-decoration: underline; font-weight: normal; }
a:hover { color: #1F3B4F; text-decoration: none; font-weight: normal; } 

p { margin-top: 0; margin-bottom: 15px; padding: 0; line-height:16px;}

h1 {
	color: #1F3B4F;
	font-weight: bold;
	font-size: 20px;
	font-family: georgia, times new roman, times, serif;
	line-height:normal;
}

h2 {
	color: #1F3B4F;
	font-weight: bold;
	font-size: 15px;
	font-family: georgia, times new roman, times, serif;
	margin-bottom:5px;
}

img {
	border:0;
	margin:0;
	padding:0;
}

form {
	padding:0;
	margin:0;
}

select, input, textarea {
	font-size:11px;
	font-family: verdana, arial, helvetica, sans-serif; 
}

.button {
	margin:0 0 -5px 5px;
}

#main_body {
	width:760px;
	margin:auto;
	position:relative;
}

#top {
	width:760px;
	height:130px;
	position:relative;
	margin:0;
}

.main_nav {
	position:relative;
	height:22px;
	width:760px;
	margin:auto;
	z-index:1000;
}

#icons {
	float:right;
	width:300px;
	height:25px;
	margin:28px 0 3px 0;
	font-family: georgia, times new roman, times, serif;
	font-size:12px;
	color:#fff;
	text-align:right;
}

#icons img {
	margin-bottom:-2px;
}

#icons a:link { color: #fff; text-decoration: none; }
#icons a:active { color: #fff; text-decoration: none; }
#icons a:visited { color: #fff; text-decoration: none; }
#icons a:hover { color: #fff; text-decoration: none; }

.left {
	width:320px;
	float:left;
	position:relative;
	top:1px;
}

#find_box {
	background-image:url(../images/find_box.gif);
	background-repeat:no-repeat;
	height:173px;
	width:320px;
	color:#fff;
	margin:0;
	position:relative;
}

#find_box h2 {
	color:#fff;
	font-size:18px;
	font-weight:normal;
	position:absolute;
	top:15px;
	left:60px;
}

#find_box .text {
	padding:52px 20px 10px 25px;
}

#find_box p {
	line-height:14px;
}

.right_col {
	float:left;
	width:440px;
	position:relative;
	top:-60px;
	/*z-index: 100;*/
}

.right_col .inner {
	min-height:640px;
	border:10px solid #ffad14;
	background-color:#fff;
	background-image:url(../images/clouds.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:40px;
	}
	
*html .right_col .inner {
	height:640px;
}

.right_col .content {
	margin:15px 15px 5px 15px;
}

.content ul {
	list-style: none;
	padding:0;
	margin:0;
	margin-bottom:15px;
}

.content ul li {
	padding-left: 15px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-bottom:3px;
}

.quote_outer {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #1F3B4F;
	clear: both;
}

.quote_inner {
	background-color: #DFEEFD;
	padding: 15px;
	padding-top: 10px;
	font-style: normal;
	font-size: 11px;
	color: #1F3B4F;
}

.quote_inner A:link { color:#32536b; text-decoration:underline; font-weight:normal; }
.quote_inner A:visited { color:#32536b; text-decoration:underline; font-weight:normal; }
.quote_inner A:active { color:#32536b; text-decoration:underline; font-weight:normal; }
.quote_inner A:hover { color:#C66B00; text-decoration:underline; font-weight:normal; }

.quote_inner h1 { font-size: 16px; color: #32536b; margin: 0 0 10px 0; }

.quote_inner ul {
	list-style: none;  
	padding:0;  
	margin:0 0 5px 0;  
}

.quote_inner ul li {
	padding: 5px 5px 0 10px;
	padding-left: 10px;   
	background-image: url(../images/nav_arrow_sub.gif);  
	background-repeat: no-repeat;  
	background-position: 0px 10px;  
	margin-bottom:0;
	border: 0;
}


.gallery_thumb {
	float: left;
	border: 1px solid #1f3b4f;
	background-color: #fff;
	margin: 0 8px 8px 0;
	cursor: pointer;
	padding: 4px;
}

.gallery_thumb img {
	border: 1px solid #1f3b4f;
}

.gallery_thumb .caption {
	height: 30px;
	width:84px;
	background-color:#dfeefd;
	color:#000;
	font-size: 10px;
	line-height: 12px;
	padding: 3px 3px 2px 3px;
	margin: 4px 0 0 0;
	overflow: hidden;
}

#footer {
	width:300px;
	color: #5a8094;
	font-size:9px;
	line-height:16px;
	text-align:center;
	padding:10px 10px 10px 5px;
	position:relative;
	top:10px;
}	

#footer a:link { color: #5a8094; text-decoration: underline; }
#footer a:active { color: #5a8094; text-decoration: underline; }
#footer a:visited { color: #5a8094; text-decoration: underline; }
#footer a:hover { color: #C5C5B6;	text-decoration: underline; }

.clearer {
	clear:both;
	height:1px;
}

/* ******************FORM ELEMENTS********************** */

fieldset {
	border: 1px solid #1F3B4F;
	background-color:#DFEEFD;
	margin:5px;
}

form {
	margin:5px;
}

.photo {
	float:right;
	margin:0 5px 10px 10px;
	border: 1px solid #1F3B4F;
}

.border {
	border:1px solid #dedede;
	float:left;
	padding:1px;
	margin:0 10px 10px 0;
}

.border_right {
	float:right;
	margin:0 5px 10px 10px;
	border: 1px solid #1F3B4F;
}

/* ***************  SUCKERFISH NAV STYLES *************** */

#nav, #nav ul {
	padding: 0;
	margin:0;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#nav li {
	float: left;
	/*width: 10em;*/
	padding: 0;
	margin:0;
}

#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	z-index: 10000;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/* *************** CUSTOM NAV STYLES **************** */

#btn_parks a { background: url(../images/btn_parks.gif) no-repeat; width: 95px; height: 22px; }
#btn_facilities a { background: url(../images/btn_facilities.gif) no-repeat; width: 95px; height: 22px; }
#btn_programs a { background: url(../images/btn_programs.gif) no-repeat; width: 95px; height: 22px; }
#btn_aquatics a { background: url(../images/btn_aquatics.gif) no-repeat; width: 95px; height: 22px; }
#btn_special-events a { background: url(../images/btn_events.gif) no-repeat; width: 95px; height: 22px; }
#btn_park-foundation a { background: url(../images/btn_foundation.gif) no-repeat; width: 95px; height: 22px; }
#btn_park-rangers a { background: url(../images/btn_rangers.gif) no-repeat; width: 95px; height: 22px; }
#btn_information a { background: url(../images/btn_info.gif) no-repeat; width: 95px; height: 22px; }

#btn_parks a:hover {background-position: -95px 0;}
#btn_facilities a:hover {background-position: -95px 0;}
#btn_programs a:hover {background-position: -95px 0;}
#btn_aquatics a:hover {background-position: -95px 0;}
#btn_special-events a:hover {background-position: -95px 0;}
#btn_park-foundation a:hover {background-position: -95px 0;}
#btn_park-rangers a:hover {background-position: -95px 0;}
#btn_information a:hover {background-position: -95px 0;}

.btn_text { visibility: hidden; }


#nav li ul {
	top: 22px;
}

#nav li ul li {
	clear: both;
	width:160px;
	text-indent: 0; 
	font-size: 10px;
	padding: 0 1px 0 1px; 
	background-color: #a31a1a; 
	border: 1px solid #a92a2a;
	border-top: 0; 
	vertical-align: middle;
	position: relative;
	z-index: 10000;
}

#nav li ul li a {
	padding: 3px 5px 3px 13px;
	height: auto;
	width:auto;
	background: none;
}

#nav li ul li a:hover {
	background-color: #a31a1a;
	background-image: none;
	height: auto;
	width:auto;
	color:#ffe083;
}

#nav #btn_information ul {
	top:22px;
	margin: 0 0 0 -69px;
	text-align:right;
}