﻿#search
{
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#search fieldset
{
	border: none;
	padding: 0px 0px 0px 5px;
	margin-bottom: 5px;
}

#search fieldset .sf_searchText
{
	width: 100px;
	height: 16px;
	font-size: .85em;
}

#search fieldset .button
{
	background: url('images/magnifier.png') no-repeat bottom center;
	border: none;
	cursor: pointer;
	width: 16px;
	height: 16px;
	text-indent: 0px;
}

#search .mobilelink
{
	font-size: .8em;
	color: #cdcdcd;
	position: absolute;
	right: 5px;
	top: 15px;
}

#header
{
	background: url('images/default.jpg') no-repeat 2px 2px;
	height: 210px;
}

.logo span
{
	visibility: hidden;
	display: none;
}

.logo
{
	display: block;
	height: 208px;
	width: 250px;
	margin-bottom: 6px;
	outline: none;
}

/************************
* TopNav Menu			*
************************/
.topnav
{

	padding: 5px 0px;
	height: 40px;
	z-index: 9999;
	position: relative;
}

.smoothmenu ul
{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em !important;
}

/*Top level list items*/
.smoothmenu ul li
{
	position: relative;
	float: left;
	border-bottom: none;
	padding: 0px;
	background: none;
	line-height: normal;
}

.smoothmenu ul .first a,
.smoothmenu ul .last a
{
	line-height: 30px;
}

/*Top level menu link items style*/
.smoothmenu ul li a
{
	display: block;
	width: 77px;
	text-align: center;
	padding: 5px 9px 7px 8px !important;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
	word-spacing: -1px;
	z-index: 101;
	height: 30px;
}

.smoothmenu ul li a .sf-sub-indicator
{
	visibility: hidden;
	display: none;
}

.smoothmenu ul li a img 
{
	display: none;
	visibility: hidden;
}

.smoothmenu ul li a:hover
{
	color: #3f660e;
	background-color: #ffffff;
}

* html .smoothmenu ul li a
{
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/*1st sub level menu*/
.smoothmenu ul li ul
{
	position: absolute;
	left: -30px !important;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border: 1px solid #778;
	background: #fff;
	width: 174px;
	top: 0px;
	margin-top: 40px;
	background: #fff;
	z-index: 999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.smoothmenu ul li ul li
{
	float: none;
}

/* Sub level menu links style */
.smoothmenu ul li ul li a
{
	font: normal 11px Verdana;
	padding: 5px !important;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #eee;
	color: #3f660e;
	display: block;
	width: auto;
	height: auto;
	line-height: normal !important;
}

.smoothmenu ul li ul li a:hover
{
	background: #eaefe2;
	color: #3f660e;
}

/************************
* LEFT COLUMN			*
************************/
#left
{

}

#left h3
{
	margin: 10px 0px 10px 10px;
	color: #333;
	font-weight: normal;
}

#left h3 a
{
	color: #111;
}

#left ul
{
	padding: 0px;
	margin: 0px;
}

#left dt
{
	margin: 5px 0 2px 0;
}

#left dt a
{
	background: url('images/16-cube-green.png') no-repeat left center;
	padding-left: 20px;
	color:	#709030;
}

#left dt a:hover
{
	color: #1f4600;
}

#left dl
{
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

#left dd
{
	padding: 2px 10px 2px 9px;
	margin: 0px 0px 20px 0px;
	font-size: .85em;
	line-height: 1.35em;
}

#left dd p
{
	margin: 1px 0px 2px 0px;
}

#left .rpRootGroup
{
	margin: 0px;
	padding: 14px 10px 10px 10px;
	list-style-type: none;
	font-size: 1.1em;
}

#left .rpRootGroup li
{
	margin-bottom: 15px;
}

#left .rpRootGroup a
{
	color: #333;
}

#left .rpGroup
{
	padding-left: 25px;
	list-style-type: square;
	margin: 5px 0px 10px 0px;
	font-size: .6em;
}

#left .rpLevel1
{ width: auto !important;}

#left .rpGroup li
{
	margin: 1px 0px;
	padding: 1px 0px 2px 0px;
	color: #6D6E70;
	font-size: .93em;
}

#left .rpGroup a
{
	padding-top: 1px;
	text-decoration: none;
	color: #6D6E70;
}

#left .rpGroup a span
{
	font-size: 1.20em;
}

#left .rpGroup a:hover
{
	color: #2d2e30;
}

#left .rpSelected,
#left .rpGroup .rpSelected
{
	color: #111;
	font-weight: bold;
	font-size: 0.94em !important;
}

.rpSlide
{
	overflow: hidden;
}

#left .tracker
{
	width: 175px;
	padding: 0px 25px 10px 25px;
	text-align: center;
	font-size: .85em;
}

#left .tracker p
{
	margin: 0 0 5px 0;
}

/************************
* TABLES				*
************************/
td
{
	vertical-align: top;
}

.schedule
{
	clear: both;
	border: 1px solid #9ab678;
	margin: 0px auto 15px auto;
}

.schedule caption
{
	background: #567234;
	color: #fff;
	padding: 5px;
	font-size: 1.2em;
}

.schedule tbody
{
	font-size: .95em;
}

.schedule th
{
	background: #eaefe2;
	text-align: left;
	padding: 5px 10px;
}

.schedule td
{
	padding: 5px;
}

.prices
{
	clear: both;
	border: 1px solid #9ab678;
	margin: 0px auto 15px auto;
}

.prices caption
{
	background: #9ab678;
	color: #fff;
	padding: 5px;
	font-size: 1.2em;
}

.prices tbody
{
	font-size: .95em;
}

.prices th
{
	background: #eaefe2;
	text-align: left;
	padding: 5px 10px;
}

.prices td
{
	padding: 5px;
}

/************************
* LISTS					*
************************/
#center ul
{
	list-style-image: url('images/8-circle-green.png');
}

#center ul li
{
	padding: 5px 0px;
	border-bottom: 1px dashed #cfcfcf;
	margin-right: 25px;
}

#center ul li strong
{
	color: #738A47;
}

#center dl
{
	margin: 15px 20px;
}

#center dt
{
	background-color: #567234;
	color: #fff;
	padding: .5em .5em;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-top: 1px solid #131210;

}

#center dt a
{
	color: #fff;
	border-bottom: 1px dotted #eee;
}

#center dt a:hover
{
	color: #f9f9f9;
}

#center dd
{
	font-size: 1em;
	margin: 0 0 1em 0;
	background: #eaefe2;
	padding: 10px 20px;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-bottom: 1px solid #131210;
}

#center .hummingbirds
{
	margin: 15px auto;
}

#center .hummingbirds dd
{
	height: 85px;
}

#center .hummingbirds dd a
{
	display: block;
	border: none;
}

#center .hummingbirds dd img
{
	height: 75px;
	float: left;
	margin-right: 10px;
}

#center .quintabirds
{
	width: 315px;
	float: left;
	margin: 15px 0px;
	margin-right: 15px;
}
#center .quintabirds dd
{
	padding: 0px;
}

#center .quintabirds dd p
{
	margin: 0px;
	font-size: 1em;
	text-align: left;
}

#center .quintabirds dd a
{
	display: block;
	padding: .5em .5em;
	border: none !important;
	height: 55px;
}

#center .quintabirds dd a img
{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.h4list
{
	margin: 0px 20px;
}

.h4list h4
{
	margin: 20px 0 3px 0;
}

#center .doclist
{
	list-style: none;
}

#center .searchResults dt
{
	margin-top: 25px;
}

#center .searchResults dd
{
	margin: 0px;
}

#center .twocol
{
	padding-left: 35px;
	font-size: 1.25em;
}

.tracking
{
	visibility: hidden;
	display: none;
	height: 0px;
	overflow: hidden;
}

.floatleft
{
	float: left;
	margin-right: 10px;
}

.centertext
{
	text-align: center !important;
	margin: 0px auto;
}

.RadCalendar .rcMain 
{
	border: none !important;
}

.RadCalendar_Forest table,
table.RadCalendar_Forest
{
	margin-bottom: 0 !important;
}
