body {
text-align:center;
margin:0;
padding:0;
}

h1,h2 {
line-height:0;
margin:0 0 0 -1000em;
padding:0;
}

#container {
position:relative;
text-align:left;
width:90%;
margin:0 auto;
}

/* NAV STYLES */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li.more {
background:url(images/morearrow3.jpg);
background-position:80% 50%;
background-repeat:no-repeat;
}

#nav a {
	display: block;
	padding:3px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	width:10em;
	height:25px;
border-bottom:1px solid #ccc;
color:#4D555C;
}

#nav a:hover
{
font-weight:bold;
}

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

#nav li a:hover
{
background:url(images/dropmenuback2.jpg);
background-position:bottom left;
background-repeat:repeat-x;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #eee url(images/dropmenuback.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:99;
	/*border-right:2px solid #ccc;
	border-left:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-top:2px solid #ccc;*/
	padding:5px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index:99;
}

#nav li ul li a
{
border:0;
height:auto;
width:98%;
display:block;
margin-bottom:5px;
background:none;
}

#nav li ul li a:hover
{
background:none;
text-decoration:underline;
font-weight:bold;
}

/* END NAV STYLES */

#birds {
position:relative;
text-align:center;
padding-top:30px;
}

#menu {
position:relative;
margin:20px auto;
width:90%;
}

#search {
position:relative;
text-align:center;
top:10px;
margin-right:20px;
}

#search input {
border:1px solid #D7DED7;
height:20px;
background:#F2F8F0;
color:#616660;
font-family:arial, helvetica, sans-serif;
font-size:11px;
}

#search input.submit {
color:#24303C;
background:#D7DED7;
font-family:arial, helvetica, sans-serif;
font-size:9px;
text-transform:uppercase;
height:20px;
}

#hotlinks 
{
clear:both;
text-align:center;
width:90%;
padding-top:10px;
margin:10px auto 0;
z-index:2;
}

#copy {
border-top:1px solid #ccc;
text-align:left;
width:90%;
margin:10px auto;
padding:10px 0;
z-index:2;
}

#copy a {
color:#7B8A99;
}

#copy .menu2
{
font-size:12px;
}


#copy #logos {
float:right;
}

#copy p {
font-family:arial, sans-serif;
font-size:11px;
color:#7B8A99;
text-align:left;
}