<style type="text/css">


html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, 
a {margin: 0; padding: 0; border: 0;} 

@viewport, @-ms-viewport
{zoom: 1.0;
width: extend-to-zoom}

img {max-width: 100%; height: auto;}


/*Code for link attributes*/

a:link 
{text-decoration: none;
background: rgb(145,186,246);
padding: 8px;
border-radius: 10px;
font-weight: bold;
font-style: normal;
font-variant: small-caps;
font-size: 1.15em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(9,46,67);}

a:visited 
{text-decoration: none;
background: rgb(145,186,246);
padding: 8px;
border-radius: 10px;
font-weight: bold;
font-style: normal;
font-variant: small-caps;
font-size: 1.15em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(35,26,101);}

a:hover 
{text-decoration: none;
background: rgb(166,209,209);
padding: 8px;
border: 1px solid rgb(84,130,179);
border-radius: 10px;
font-weight: bold;
font-style: normal;
font-variant: small-caps;
font-size: 1.15em;
font-family: "Book Antiqua", "Times Roman", serif;
color:rgb(63,44,155);}

a:active 
{text-decoration: none;
background: rgb(160,235,246);
padding: 8px;
border-radius: 10px;
font-weight: bold;
font-style: normal;
font-variant: small-caps;
font-size: 1.15em;
font-family: "Book Antiqua", "Times Roman", serif;
color:rgb(19,76,92);}





/*Code for text attributes*/

h1 {font-weight: bold;
font-style: normal;
font-size: 1.5em;
font-family: georgia, serif;
color: rgb(162,239,190);
padding-top: 20px;
text-align: center;}


h2 {font-weight: bold;
font-style: italic;
font-size: 1.3em;
font-family: georgia, serif;
color: rgb(162,239,190);
line-height: 1.5em;
text-align: center;}


h3 {font-weight: bold;
font-style: normal;
font-size: 1.25em;
font-family: georgia, serif;
color: rgb(174,220,190);
padding-top: 20px;
line-height: 1.5em;
text-align: center;}


h4 {font-weight: normal;
font-style: italic;
font-size: 1.05em;
font-family: georgia, serif;
color: rgb(162,239,190);
line-height: 1.25em;
text-align: center;}



blockquote
{background: rgb(42,38,94);
padding: 20px;}




.bold
{font-weight: bold;
font-style: normal;
font-size: 1.05em;}


.boldsm
{font-weight: bold;
font-style: normal;
font-size: .90em;}


.boldit
{font-weight: bold;
font-style: italic;
font-size: .95em;
line-height: 2em;}

.italic
{font-weight: normal;
font-style: italic;
font-size: 1em;}


.small
{font-weight: normal;
font-size: .85em;
font-family: tahoma, helvetica, sans-serif;}


.smallit
{font-weight: normal;
font-size: .85em;
font-style: italic;}





/*Code for photo attributes*/



.photo1
{padding: 30px;
border: none;
float: left;}


.photo2
{padding: 50px;
border: none;
float: right;}


div.bflyphotocap3
{background: rgb(147,184,255);
padding: 20px;
border: none;
border-radius: 10px;
text-align: center;}

div.bflyphotocap3 p
{font-size: .95em;
font-style: italic;
font-family: "Times Roman", serif;
text-align: center;}






/*Also on style 2*/


div.birdphotocap6
{background: rgb(27,48,113);
padding: 50px;
border: none;
border-radius: 10px;
text-align: center;}

div.birdphotocap6 p
{font-size: 1em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(199,214,246);
text-align: center;}



/*Navigation Bar*/


/*Dropdown Button*/
.dropbtn 
{width: 250px;
background-color: rgb(166,209,209);
color: rgb(0,0,0);
padding: 20px;
font-size: 1em;
border: none;
cursor: pointer;}


/*The container <div> - needed to position the dropdown content*/
.dropdown
{position: relative;
float: left;}


/*Dropdown Content (Hidden by Default)*/
.dropdown-content 
{display: none;
position: absolute;
background-color: rgb(133,198,212);
font-family: verdana, helvetica, sans-serif;
font-size: 1em;
line-height: 1em;
color: rgb(0,0,0);
min-width: 250px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;}


/*Links inside the dropdown*/
.dropdown-content a 
{color: rgb(24,17,70);
padding: 12px 16px;
text-decoration: none;
display: block;}


/*Change color of dropdown links on hover*/

.dropdown-content a:hover 
{background-color: rgb(176,229,254);}

.dropdown-content a:active
{background: rgb(151,204,247);}


/*Show the dropdown menu on hover*/
.dropdown:hover .dropdown-content 
{display: block;}



/*Change the background color of the dropdown button when the dropdown content is shown*/
.dropdown:hover .dropbtn 
{background-color: rgb(153,205,203);}



#navspace
{width: 100%;
height: auto;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
clear: left;}








/*Previous Navigation Bar*/

#birdnavwrap
{width: 85%;
height: 40px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
padding: 15px;
background: rgb(187,207,246);
border: none;
font-size: 1.15em;
font-family: "Times Roman", serif;
color: rgb(49,43,248);
text-align: left;}

 
#birdnav li
{list-style: none;
font-weight: bold;
font-style: normal;
font-size: .80em;
font-family: "Times Roman", serif;
float: left;}
 
#birdnav li a
{display: block;
background: rgb(118,200,242);
padding: 3px 8px;
border: 10px solid rgb(145,186,246);
text-transform: uppercase;
text-decoration: none;
color: rgb(154,214,245);
font-weight: bold;}

 
#birdnav li a:hover
{color: rgb(63,44,155);
background: rgb(149,155,253);
border: 10px solid rgb(187,207,246);}


#birdnav li ul
{display: none;}
 
#birdnav li:hover ul, #birdnav li.hover ul
{position: absolute;
display: inline;
left: 0;
width: 100%;
margin: 0;
padding: 0;}

#birdnav li:hover li, #birdnav li.hover li
{float: left; }
 
#birdnav li:hover li a, #birdnav li.hover li a
{color: rgb(39,42,162); }
 
#birdnav li li a:hover
{color: rgb(31,30,131);}



/*Sample Styles Below*/


#spacer 
{width: 100%;
background: rgb(45,7,69);
border: none;}




/*New Photos*/

#newpixcontents
{width: 90%;
height: auto;
background: rgb(37,60,115);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#newpixtitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(161,179,237);
padding: 60px;
border-top: 2px solid rgb(34,83,104);
border-left: 1px solid rgb(34,83,104);
border-right: 1px solid rgb(34,83,104);
border-bottom: 5px solid rgb(34,83,104);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.50em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#newpixmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(184,196,286);
padding: 60px;
border: 2px solid rgb(34,83,104);
border-radius: 10px;
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#newpixlinks
{width: 80%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 60px;
border: 2px solid rgb(34,83,104);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#newpixfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}





/*Bird Photos*/

#birdphcontents
{width: 95%;
height: auto;
background: rgb(138,135,194);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(162,160,201);
position: relative;
text-align: center;}


#birdphtitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(179,192,237);
padding: 60px;
border: 1px solid rgb(25,13,78);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(25,13,78);
text-align: center;}



#birdphheading
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(138,135,194);
padding: 60px;
border: 1px solid rgb(147,169,205);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.50em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(187,206,241);
text-align: center;}



#birdphmain1
{width: 80%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(188,215,255);
padding: 60px;
border: 2px solid rgb(123,154,172);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.5em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(25,13,78);
text-align: left;}



#birdphmain2
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(188,215,255);
padding: 60px;
border: 2px solid rgb(123,154,172);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.50em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(50,50,106);
text-align: center;}



#birdphmain3
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(188,215,255);
padding: 60px;
border: 2px solid rgb(123,154,172);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.50em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(50,50,106);
text-align: center;}



#birdphlinks
{width: 80%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(179,192,237);
padding: 60px;
border: 2px solid rgb(123,154,172);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(50,50,106);
text-align: left;}


#birdphfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(161,179,237);
padding: 40px;
border: 1px solid rgb(86,98,189);
border-radius: 10px;
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(25,13,78);
line-height: 1em;
text-align: left;}








/*Bird Photo Pages*/


/*Assorted*/

#asstcontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#assttitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#asstmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#asstlinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#asstfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Brush Country Birds*/

#brushcontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#brushtitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#brushmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#brushlinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#brushfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Doves*/

#dovecontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#dovetitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#dovemain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#dovelinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#dovefooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Flycatchers*/

#flycatchercontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#flycatchertitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#flycatchermain1
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}

#flycatchermain2
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}



#flycatcherlinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#flycatcherfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}


/*Golden-cheeked Warbler*/

#goldchkcontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#goldchktitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#goldchkmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#goldchklinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#goldchkfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Hawks and Such*/

#hawkscontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#hawkstitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#hawksmain1
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#hawksmain2
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.85em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}

#hawksmain3
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}

#hawkslinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#hawksfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Hill Country Specialties*/

#spcontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#sptitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#spmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#splinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#spfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}




/*House Finch - TX Ruby Red*/

#hoficontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#hofititle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#hofimain1
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.5em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#hoficolwrap
{width: 85%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(27,48,113);
padding: 15px;
border-top: none;
border-left: 1px solid rgb(50,50,106);
border-right: 1px solid rgb(50,50,106);
border-bottom: none;}


#hoficol1
{width: 40%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 40px;
border: 1px solid rgb(153,164,218);
font-weight: normal;
font-style: normal;
font-size: 1.15em;
line-height: 1.5em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;
float: left;}


#hoficol2
{width: 40%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 40px;
border: 1px solid rgb(153,164,218);
font-weight: normal;
font-style: normal;
font-size: 1.15em;
line-height: 1.5em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;
float: right;}



#hofispace 
{width: 100%;
background: rgb(27,48,113);
border: none;
clear: both;}


#hofimain2
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.5em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}




#hofilinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#hofifooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}




/*Hummingbirds*/

#hummercontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#hummertitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#hummermain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#hummerlinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#hummerfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Oddities*/

#oddcontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#oddtitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#oddmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#oddlinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#oddfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}





/*Orioles*/

#oriolescontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#oriolestitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#oriolesmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#orioleslinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#oriolesfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}




/*Rarities*/

#rarecontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#raretitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#raremain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#rarelinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#rarefooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Regulars*/

#regcontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#regtitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#regmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#reglinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#regfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Rufous-capped Warbler*/

#rufouscpcontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#rufouscptitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#rufouscpmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#rufouscplinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#rufouscpfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}







/*Sunflower Seed Tube*/

#seedcontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#seedtitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#seedmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#seedlinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#seedfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}




/*Smith's Longspur*/

#longsprcontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#longsprtitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#longsprmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#longsprlinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#longsprfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Sparrows and Such*/

#sparrowcontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#sparrowtitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#sparrowmain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#sparrowlinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#sparrowfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Vireos*/

#vireocontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#vireotitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#vireomain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#vireolinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#vireofooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}




/*Warblers*/

#warblercontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#warblertitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#warblermain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#warblerlinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#warblerfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Woodpeckers*/

#woodpeckercontents
{width: 90%;
height: auto;
background: rgb(27,48,113);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(50,50,106);
position: relative;
text-align: center;}


#woodpeckertitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 75px;
border: 2px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 2.5em;
line-height: 1em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#woodpeckermain
{width: 80%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(36,34,83);
text-align: left;}


#woodpeckerlinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#woodpeckerfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}





</style>