body	
{
font-family: times,serif;
background-color: #000000;
color: #fce56e;
margin-left:auto;
margin-right:auto;
width:1020px;
}


#header {
	background: #000000 url('/images/header01.jpg');
	background-repeat: no-repeat;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	color: #fce56e;
	/*background:#000000;
	margin:10px;
	padding: 0px;*/
	width: 1000px;
}
#headerleft {
	float: left;
}
#headerright {
	float: right;
}


#content {
	background: #ffffff /*url('/images/parchment.jpg')*/;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	background-color: #ffffff;
	color: #000000;
	clear: left;
}

#footer {
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #fce56e;
}


div.clearer {clear: left; line-height: 0; height: 0;} 

div.clearboth {clear: both;}


p.center {
text-align: center;
}


p.right {
text-align: right;
}

ol.sitelist {
	margin: 2px 1em 1em 2em;
}

#birdmovie {
 	padding: 1em 0em 1em 1em;
    page-break-inside: avoid;
    float: left;
    margin: 2px 2em 2px 0em;
    border: 0px;
    clear: left;
    width: 320px;
}

#refugemovie {
 	padding: 1em 0em 1em 1em;
    page-break-inside: avoid;
    float: left;
    margin: 2px 2em 2px 0em;
    border: 0px;
    clear: left;
    width: 320px;
}


#brochure {
	font-family: ariel,sans-serif;
    font-size: 12px;
    line-height: 14px;
 	padding: 1em 0em 1em 1em;
    page-break-inside: avoid;
    float: right;
    width: 216px;
    margin: 2px 0em 2px 1em;
    border: 0px;
    clear: right;
}


#rightpic {
    font-family: ariel,sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 1em 0em 1em 1em;
    page-break-inside: avoid;
    float: right;
    margin: 2px 0em 2px 1em;
    border: 0px;
}

p.rightpic {
    font-family: ariel,sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 1em 0em 1em 1em;
    page-break-inside: avoid;
    float: right;
    margin: 2px 0em 2px 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;
    float: left;
    margin: 2px 2px 2px 0px;
    border: 0px;
}

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;
}

h2 {
font-size:18px;
}

span.bold {
font-weight: bold;
}

span.underline {
	text-decoration: underline;
}

ul.sub {
	list-style-type: none;
}

img {border: none;}

hr.faq {
	height: 4px;
	width:300px;
	background: #009ce7;
}

/* CSS for menu system */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0px 0px 0px 10px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	font-size: 14px;
}

#nav a {
	display: block;
	width: 8em;
	background-color: #000000;
	color: #fce56e;
	text-decoration: none;
	padding: 0.25em .25em;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	width: 8em; /* width needed or else Opera goes nuts */
}

#nav li:hover, #nav li.sfhover {
	color: #ffffff;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 8em;
	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.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a:hover, #nav a.sfhover {
	color: #ffffff;
}

/* 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.birdlist {
width: 20%
}

table.photos {
padding: 5px;
}

td.photos {
padding: 5px 5px 5px 30px;
}

a.footer { 
	color: #fce56e;
}




 /*End CSS for menu system */