html{
background-color: #84a872; 
background-image: url('img/bg3.jpg'); 
background-repeat:  repeat-x;
background-attachment:fixed;

 }


a:link {text-decoration: underline; color: #024223; }
a:visited {text-decoration: underline; color: #024223;}
a:active {text-decoration: underline; #024223;}
a:hover {text-decoration: underline; color: #08410a;}

li {color: #08410a; margin-top: 1em; font-weight: bold;}

div.wrapper{
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	border:solid 8px #000;
	background-color: #fff;
	background-repeat:repeat-y;	
	
}

.header {
	
	background-image: url('img/birdlogo.jpg'); 
	background-repeat: no-repeat;
	border-bottom:solid 40px #84a872;
    width: 780px;
	height: 100px;
}
#header .logo {
position: relative;
  top: 0px;
margin-left: 10px; 
 right;font-family: arial, helvetica, sans-serif;font-size: 12px;font-weight: bold
}

#header {
clear: both;
position: relative;
bottom: 0;
left: 0;
padding: 0;
border-bottom: solid 15px;
float: right;
}

#header .slogan {
position: relative;
  top: 60px;
margin-left: 110px; 
 right;
font-family: arial, helvetica, sans-serif;font-size: 12px;font-weight: bold
}



#navigation 
{ 
list-style: none; 
padding: 0; 
margin-left: 10px; 
margin-top: 62px;
 right;font-family: arial, helvetica, sans-serif;font-size: 15px;font-weight: bold

} 

#navigation li 
{ 
float: left; 
display: block; 
margin: 0; 
padding: 0 
}

#navigation a 
{ 
color: #FFF; 
background: #347C2C url("/home4/img/left-tab.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation a span 
{ 
background: url("/home4/img/right-tab.gif") right top no-repeat; 
padding-right: 10px 
} 

#navigation a, #navigation a span 
{ 
display: block; 
float: left 
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */ 

#navigation a:hover 
{ 
color: #fff; 
background: #000 url("/home4/img/left-tab_hover.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation a:hover span 
{ 
background: url("/home4/img/right-tab_hover2.gif") right top no-repeat; 
padding-right: 10px 
} 

#navigation2 
{ 
list-style: none; 
padding: 0; 
margin-left: 10px; 
margin-top: 5px;
 right;font-family: arial, helvetica, sans-serif;font-size: 15px;font-weight: bold

} 

#navigation2 li 
{ 
float: left; 
display: block; 
margin: 0; 
padding: 0 
}

#navigation2 a 
{ 
color: #FFF; 
background: #000000 url("/home4/img/left-tab_hover.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation2 a span 
{ 
background: url("/home4/img/right-tab_hover2.gif") right top no-repeat; 
padding-right: 10px 
} 

#navigation2 a, #navigation a span 
{ 
display: block; 
float: left 
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */ 

#navigation2 a:hover 
{ 
color: #fff; 
background: #347C2C url("/home4/img/left-tab.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation2 a:hover span 
{ 
background: url("/home4/img/right-tab.gif") right top no-repeat; 
padding-right: 10px 
} 



#home h2 {

margin-bottom: -0.6em;
text-decoration: none;
color: #000;
}

#home p {
color: #000;
height: 10px;
margin-bottom: -1em;
}



.content {
position: relative;
margin: 20px 30px 10px 50px;
color: #000000;
width: 700px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
min-height:580px;

}

a.footer:link {text-decoration: none; color: #fff; }
a.footer:visited {text-decoration: none; color: #fff;}
a.footer:active {text-decoration: none; #fff;}
a.footer:hover {text-decoration: underline; color: #000;}

.footer {
font-family: arial, helvetica, sans-serif;font-size: 12px;font-weight: bold;
color: #fff;
}


