@charset "utf-8";
/* CSS Document */

body
{
	background-color:#262E2B;
	margin:0px;
	padding:0px;
	color:#000000;
	text-align: center;
	margin-left:auto; margin-right:auto;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}



ul{
	font-size:10px;
	color:#262E2B;
	text-align:left;
	margin-top:0px;
	width:125px;
}

li.yellow {
	background-color:#FCF9B6;
}

ul.wide {
	width:95%;
}
li.white {
	background-color:#FFF;
}

p {
	font-size:11px;
	color:#262E2B;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	padding: 3px;
	width: 95%;
	float: left;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:20px;
	font-weight: lighter;
	margin: 0;
	padding: 0px;
	border-bottom: solid 2px #000;
	text-decoration: none;
	width: 95%;
}
.huge {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	font-weight:lighter;
	color:#DECE6C;
	border:none;
	margin-top: 90px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#5D826E;
	font-weight: normal;
	margin: 0;
	width: 95%;
}

h2.searches {
	font-size:14px;
	border-top: 5px solid #DECE6C;
	padding-left:40px;
	padding-top:5px;
	width:75%;
	padding-bottom: 20px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	background-color:#5D826E;
	font-weight: 200;
}



p.alignright {text-align:right; font-style:italic;  color:#F90;}
p.click {
	color:#5D826E;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	text-align:right;
}
p.indent {font-size:11px;
	color:#262E2B;
	text-align:left;
	padding-left: 30px;
	width: 95%;
}
p.clickcenter {
	color:#5D826E;
	background-color:#FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
	line-height:1em;
	margin-top:5px;
	padding: 2px;
	margin: 7px;
	}
p.block {
	padding-left:20px;
	width: 80%;
}
p.arrow {
	float:left;
	color:#F63;
	font-weight:bold;
	display:block;
	width:15px;
	font-size:15px;
	padding-top:10px;
}
p.sendemail {background-color:#FFF;}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;}
	


.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	border:1px;
	border-color:#000;
}

.tooltipContent
{
	background-color: #DECE6C;
	padding:2px;
	width:200px;
}


.container
{
	min-width:995px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	

} 

.flash
{
	text-align:center;
	height: 180px;
}

.floatleft {float: left; margin-right:3px;}
.floatright {
	float:right;
	padding: 2px;
}
.sidebar
{
	width: 200px; /* since this element is floated, a width must be given */
	padding:0; /* top and bottom padding create visual space within this div  */
	text-align:center;
	height:600px;
	position: relative;
	float: left;
	margin-top: 23px;

}

#TextMenuDiv {
	width:200px;
	height: 600px;
}

.content
{
	width:75%;
	min-width:795px;
	float: left;
	clear: right;
	position: relative;
	
	background-color: #5D826E;
}

.tabs
{
	float: left;
	width: 100%;
}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width:100%;
	float:left;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-family: Verdana, Geneva, sans-serif; font-size:14px;

	background-color: #BFE3B5;
	list-style: none;
	
	border-bottom: solid 1px #FBF9B6;
	border-top: solid 1px #999;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #FCF9B6;
}

.TabbedPanelsTabSelected {
	background-color: #5D826E;
	border-bottom: 1px solid #5D826E;
	color: #FCF9B6;
}
.TabbedPanelsTab a {
	color: #FCF9B6;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-bottom: solid 1px #FD826E;
	border-top: solid 1px #FFF;
	
	margin-bottom:2px;
	width: 100%;
	min-height: 600px;
	height: auto;
}



.TabbedPanelsContent {
	padding: 4px;
	background-color: #5D826E;
}

.TabbedPanelsContentMenus {
	height: 50px;
	width:100%;
	text-align: center;
}


.contentbox
{
	position:relative;
	float:left;
	width:100%;
	margin-left:2px;
	background-color: #FFF;
	height:100px;
}


.TabbedPanelsContentBox2{
	position:relative;
	float:left;
	background-color:#FFF;
	width: 100%;
}

.insidecontainer
{
	width:99%;
	height:100%;
	background-color:#FFF;
	margin-top:5px;
	
}
	
.TextCube {
	float:left;
	width:40%;
	padding:5px;
	background-color: #FFF;
	min-height:533px;
	margin: 0px;
	margin-left:3px;
	min-width: 300px;
	}
	
.TextCubeWide {
	float:left;
	width:590px;
	padding:5px;
	background-color: #FFF;
	min-height:533px;
	margin: 0px;
	margin-left:3px;
	}	

.calendarcentered
	{width:786px;
	margin:auto;}

.TextCube2 {
	width:770px;
	padding:5px;
	background-color: #FFF;
	min-height:533px;
	margin: 0px;
	float: left;
	}	
.TextCubeLeft {
	float:left;
	width:30%;
	height:100%;
	padding:2px;
	background-color:#FCF9B6;
	min-height: 533px;
	margin: 0px;
	}
.TextCubeRight {
	float:right;
	padding:1px;
	background-color:#BFE3B5;
	min-height:533px;
	text-align: center;
	width: 200px;
	height:100%;
	}
#map {margin-top:35px;}
.button {float:right; clear:left;margin-top:100px;}
.leftimage {
	float:left;
	margin:0px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: right;
	border:none;
	
}
.birdpics {
	float:left;
	margin:0px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	border:none;
	width:205px;
}
.birdwords{
	float:left;
	width:500px;
	}
.rightimage {
	float:right;
	margin:0px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.centerimage {text-align:center; margin-left:auto; margin-right:auto; clear:left;}
.categories {font-size:9px;}


#CategorySearch {width: 270px;text-align:left;display:none;}
#NameSearch {width: 375px;text-align:left;display:none;}
.TabbedPanelsContentHidden {
	display: none;
	z-index:2;
	border: 3px;
	border-style: solid;
	border-color: #BFE3B5;
	padding-left:5px;
	width:95%;
}
.TabbedPanelsContentWeather {
	width:190px;
	margin-top:5px;
	height: 150px;
	
}
.ltgreen {
	width:100%;
	height:175px;
	border-bottom-color:#5D826E;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 25px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #5D826E;
	border-right-color: #5D826E;
	border-left-color: #5D826E;
}
.weather {position: relative; float:right;margin-right:5px;}
.member {
	width:750px;
	margin-left:0;
	padding-left:0;
	border-bottom: solid 3px #FC0;
}


.rightlist {
	width:100px;
	position:relative;
	background-color: #FFF;
	float: left;
	padding: 5px;
	top: 5px;
}
p.member {margin:0; padding:0; width:100%;}
/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #FFF;
	
	
	border-bottom: solid 1px #FCF9B6;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #FCF9B6;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	
}

ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
	width: 95%;
}

ul.MenuBarVerticalWide
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
	width: 95%;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type:none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 190px;
	line-height: 0.5em;
}

ul.MenuBarVerticalWide li
{
	margin: 0;
	padding: 0;
	list-style-type:none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 330px;
	line-height: .5em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 95%;
	left: -1000em;
	top: 0;
}

ul.MenuBarVerticalWide ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 95%;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}

ul.MenuBarVerticalWide ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 95%;
}

ul.MenuBarVerticalWide ul li
{
	width: 95%;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #CCC;
	width: 95%;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}

ul.MenuBarVerticalWide a
{
	display: block;
	cursor: pointer;
	
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #5D826E;
	color: #FFF;
}

ul.MenuBarVerticalWide a:hover, ul.MenuBarVertical a:focus
{
	background-color: #5D826E;
	color: #FFF;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #5D826E;
	color: #FFF;
}

ul.MenuBarVerticalWide a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #5D826E;
	color: #FFF;
}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-size: 10px;
	font-weight: bold;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FCF9B6;
	}
}



.footer
{
	clear: both;
	padding:1px;
	background-color: #5D826E;
	width:100%;
	text-align: left;
}
.footer p
{
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	
}
.footer a
{
	color:#FCF9B6;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.footer a:hover
{color:#FFF;}
.full {width:100%; height:100%;}

.twitter-share-button {}
.facebook {
	float:left;
	padding-top:5px;
	text-align:center;
}
.twitter {
	float:left;
	padding-top:5px;
	padding-right:5px;
	text-align:center;
	width:180px;
	margin: 6px;
}
p.plain {width:auto;

	}
	
#outerdiv
{
	width:100%;
	height:600px;
	overflow:hidden;
	position:relative;
}

#inneriframe
{
	position:absolute;
	top:-60px;
	left:-180px;
	width:1036px;
	height:600px;
}	

#iframe
{	width: 920px;
	height: 590px;
scrolling:"no" 
marginwidth:0px; 
marginheight:0px; 
frameborder:0px; 
vspace:0px; 
hspace:0px;
}
.webcamthumb
{position:relative; float:left; clear:right; margin:5px; width:200px; height:200px;}
