body	
{
font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
background-color: #4f657a;
color: #000000;
z-index:-2;
}


#header {
	background-image: url('/image/headerbackground.jpg');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: top right;
	margin: 10px 10px 5px 10px;
	padding: 0px;
	color: #fce56e;
	height: 145px;
	font-size: 30px;
	/*position: relative;
	top: -18px;
	margin-left: auto;
 	margin-right: auto;
  	width: 1170px;*/
}


	
#player  {
	padding: 0px;
	float: left;
	height: 145px;
	}

#movielo  {
	/*padding: 80px 80px 80px 80px;*/
	width: 300px;
	margin-left: auto ;
    margin-right: auto ;
	text-align: center;
	/*background-color: #000000;  this doesn't work cuz of the video */
}

#moviehi {
  width:600px;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;
}

div.memberform
  {
  margin:5px 5px 5px 5px;
  border-style: double;
  border-width:4px;
  padding: 4px;
  width:700px;
  border-color: #000000;
  float:left;
  }

img.header{
	float: right;
	z-index: 10;
	position: relative;
	top: 28px;
}


#content {
	background: #ffffff;
	padding: 10px;
	margin: 0px 10px 10px 10px;
	background-color: #ffffff;
	color: #000000;
	clear: left;
	/*float: left;*/
}

#footer {
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-size: 12px;
	clear: left;
}

#footer a {
color: #ffffff;

}

#footerleft {
	float: left;
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-size: 12px;
}

#footerright {
	float: right;
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-size: 12px;
}

div.clearer {clear: left; line-height: 0; height: 0;} 


p.center {
text-align: center;
}


p.right {
text-align: right;
}

ol.sitelist {
	margin: 2px 1em 1em 2em;
}

#rightpic {
    font-family: ariel,sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 5em 0em 5em 20px;
    page-break-inside: avoid;
    float: right;
    margin: 2px 0em 2px 20px;
    border: 0px;
}

p.rightpic {
    font-family: ariel,sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 0px 0em 0px 0em;
    page-break-inside: avoid;
    float: right;
    clear: right;
    margin: 0px 0em 5px 1em;
    border: 0px;
}

p.leftpic {
    font-family: ariel,sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 1em 20px 1em 10px;
    page-break-inside: avoid;
    clear: left;
    float: left;
    margin: 2px 2px 2px 0px;
    border: 0px;
    text-align: center;
}

ul.left {
float: left;
}

ul.leftmenu2 {
    width: 150px;
    font-family: ariel,sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 2em 10px 2em 10px;
    page-break-inside: avoid;
    clear: left;
    float: left;
    margin: 2px 2px 2px 0px;
    text-align: left;
}

p.leftpicmovie {
    font-family: ariel,sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 1em 20px 1em 10px;
    page-break-inside: avoid;
    float: left;
    margin: 2px 2px 2px 0px;
    z-index: -1;
}


#sidebar {
		font-size:12px;
		color: #000000;
		float:right;
		width:240px;
		padding: 12px 0px 5px 0px;
}

h1 {
font-size:24px;
padding-top:10px;
text-align: center;
}


h2 {
font-size:18px;
text-align: left;
background: #c6ce94;
width: 100%;
clear: both;
}

h2.first {
font-size:18px;
text-align: left;
background: #c6ce94;
}

h1.white {
font-size:1px;
padding-top:10px;
color: #ffffff;
}

h2.white {
font-size:1px;
color: #ffffff;
}

p.reverse {
background-color: #4f657a;
color: #ffffff;
padding: 3px 10px 3px 10px;
}

p.totop a {
	text-align: center;
	color: #ffffff;
 	background: #4f657a;
 	padding: 5px 10px 5px 10px;
 }
 

span.bold {
font-weight: bold;
}

span.italic {
font-style: italic;
}

span.underline {
	text-decoration: underline;
}

span.moreinfo {
	font-size: 9px;
}

ul.sub {
	list-style-type: none;
}

ul.leftmenu {
	list-style-type: none;
}

ul.content {
	margin-left: 160px;
}
img {border: none;}

hr.faq {
	height: 4px;
	width:300px;
	background: #009ce7;
}

/* CSS for top menu system */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0px 10px 5px 10px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	font-size: 14px;
	background: #c6ce94; /* defines the color of the menu bar */
	height: 22px;    /* defines the height of the menu bar */
	z-index: 1;
}


#nav a {
	display: block;
	width: 14em;
	/*background-color: #c6ce94;*/
	color: #003399;
	text-decoration: none;
	padding: 0.25em .25em;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	background-color: #c6ce94;
}

#nav li:hover, #nav li.tophover {
	color: #7d7d7d;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 9em;
	font-weight: normal;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.tophover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a:hover, #nav a.tophover {
	color: #7d7d7d;			/* the rollover color for the link name */
}

li.menu1 {width: 5em;}
li.menu2 {width: 8em;}
li.menu3 {width: 9em;}
li.menu4 {width: 14em;}
li.menu5 {width: 5em;}
li.menu6 {width: 8em;}
li.menu7 {width: 8em;}
li.menu8 {width: 5em;}

 /*End CSS for top menu system */
 
 /* CSS for left menu system */

#navleft, #navleft ul { /* all lists */
		margin: 0px 35px 0px 0px;
		padding: 0px;
		list-style: none;
		float : left;
		width : 8em;  /*Controls the width of the containing DIV. */		
	}
	
	#navleft li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin : 0px 0px -1px 0px;
		width: 8em;  /*    */
		
	}
	
	#navleft li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 6.8em;  /* Controls position of 2nd menu on right of 1st menu */
		margin-top : -1.35em;
	}
	
	#navleft li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#navleft li a {
		font-size: 12px;
		width: 8em;  /* Controls the width of the box within which the menu levels reside. */
		
		display : block;
		color : #003399;
		/*font-weight : bold;*/
		text-decoration : none;
		background-color : #ffffcc;
		border : 1px solid #e6e6e6;
		padding : 0px 0.5em;
		
	}
	
	#navleft li a:hover {  /* Controls the colors when the mouse is over them. */
		color : #000000;
		background-color : #999966;
	}
	
	#navleft li:hover ul ul, #navleft li:hover ul ul ul, #navleft li.sfhover ul ul, #navleft li.lefthover ul ul ul {
		left: -999em;
	}
	
	#navleft li:hover ul, #navleft li li:hover ul, #navleft li li li:hover ul, #navleft li.lefthover ul, #navleft li li.lefthover ul, #navleft li li li.lefthover ul { /* lists nested under hovered list items */
		left: auto;
	}

 /*End CSS for left menu system */
 
 /* CSS for interior menu system */
 
a.submenu {
	text-decoration : none;
	background: #c6ce94;
	margin: 0px 1px 0px 0px;
	padding: 2px 1em 2px 1em;
	color: #003399;
	font-size: 12px;
}
a.submenu:hover {
	color: #7d7d7d;
}
	

/*End CSS for interior menu system */
 
/* CSS for form on contact us page */
input.text 	{
	font-family: verdana, arial, helvetica, sans-serif; 
	background-color: #ffffff; 
	color: #000000; 
	font-size: 12px; 
	border: 1px solid #003300; 
	margin: 0px; 
	padding: 0px; 
	max-width: 400px;
}

table.numbers {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right:auto;
}

td.numbers {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}


/*table.photos {
padding: 5px;
font-size: 12px;
}

td.photos {
	padding: 5px 5px 30px 30px;
	text-align: center;
}
*/

table.webform  { 
background-color:#FFFFCC ;
font: 10pt verdana;
border-width:1px; 
border-style:solid;
border-color:black; 
} 

table.contacts th, td {
	text-align: left;
	margin: 0;
	padding: 3px 15px;
}

tr.tablehead {
	font-weight: bold;
}

a.content:link {color: #4f657a; text-decoration: underline}
a.content:visited {color: #000000; text-decoration: underline}
a.content:hover {color: #C78039; text-decoration: underline;}
a.content:active {color: #FFFF66; text-decoration: underline}

td.leftgray {
	text-align: left;
	margin: 0;
	padding: 3px 15px;
	background: #d0d0d0;
	color: #000000;
	}
	
td.rightgray {
	text-align: right;
	margin: 0;
	padding: 3px 15px;
	background: #d0d0d0;
	color: #000000;
	}
td.right {
	text-align: right;
	margin: 0;
	padding: 3px 15px;
	background: #ffffff;
	color: #000000;
	}
/* Start CSS for Image Gallery (e.g. /birds/birdkey.shtml/) */


div.photo
  {
  margin:2px 2px 10px 2px;
  border:0;
  height:170px;
  width:auto;
  float:left;
  text-align:center;
  }
div.photo img
  {
  display:inline;
  margin:3px;
  border: 0;
  }
  
div.video {
	height: 500px;
	background: #000000;
	text-align: center;
	}

object.center {
	margin-top: 48px;
	}

div.description
  {
  text-align:center;
  font-weight:normal;
  width:125px;
  margin:2px;
  font-size: 10px;
  }
 /* End CSS for Image Gallery */
 
  ol.caps { list-style-type: upper-alpha; }
  
table.birdlist {
width: 30em;

}

table.birdlist td{
margin: 0;
border-width: 1px;
border-style: solid;
border-color: #000000;
}

td.birdlistright {
 text-align:right;
 width: 8em;
 }
 
tr.birdlistopen {
margin: 0;
}

tr.birdlistcolor {
margin: 0;
background: #c6ce94;
}

td.homepage {
vertical-align: text-top;
width: 45%;
}

ul.sitemap {
margin-left: 80px;
}
