/*css-vireo*/

body {	
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; /*black*/
}

p {
	text-align: left;
}
h2{width:300px;
}

.search {
	background-color:#6BAB4D;
	margin:0px 0px 0px 0px;
	padding-bottom:2px;
	text-align:center;
}

.searchlbl {
	background-color:#6BAB4D;
	margin:0px 0px 0px 0px;
	padding-bottom:2px;
	text-align:center;
}

form {
	margin:0px;
	padding:0px;
}

#pageContent {

	border-color:#CC00CC;
	
	padding:  0px 75px 0px 75px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:30px 40px 100px 60px;
	font-size:72%;

	min-width:85%;
}

#pageContent h2 {
    background: none repeat scroll 0 0 #444444;
    color: #DCB327;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 0 0 0px;	
}

#menuBar {
	/*background-color:#00FF33;*/
	border-color:#FF9900;
/*	position:relative;
	top:-50px;
	left:50px;
*/

	position:absolute;
	top:125px;
	left:50px;

	width:600px;
	margin:0px;
	overflow:visible;
	}

/*.twoColFixRtHdr #pageText {
		width:400px;
		float:left;
}*/
/*.twoColFixRtHdr #pageTextRight {
		width:400px;
		float:right;
		clear: both	
}*/

#footer {
	/*font-size: 72%;*/ 
	padding: 0px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top:30px;
	background:#DDDDDD; 
} 
#footer p {
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	clear: both	
}
#rightphoto 
	{float:right; 
}

#rightphoto2 
	{float:right; 
}

.block {
	clear:both;
	margin-bottom:0px;
	text-align:left;	/* normal paragraphs */
	}

.text {
	width:450px;
	float:left;
	text-align:left;	/* normal paragraphs */
}

.textRight {
float:right;
width:550px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	/*border-color:red;*/
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*FEEDER BIRDS*/

#species_box {float: left;
margin:25px 0px 0px 0px;
border-bottom-style:ridge;
}

/* main page */

.twoColFixRtHdr #container { 
	width: 1160px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	font-size: 100%;
	background: #DDDDDD; 
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


.twoColFixRtHdr #testcol { 
	float: right; 
	width: 230px;
	padding: 20px 30px 0px 0px;   /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}



.twoColFixRtHdr #sidebar1 {
/*	font-size: 72%; */
	float: right; /* since this element is floated, a width must be given */
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	padding: 20px 10px;
}
.twoColFixRtHdr #mainContent { 
/*	font-size: 72%; */
	
	margin: 0px 480px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:  20px 20px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



.twoColFixRtHdr #xcontainer { 
	width: 1160px;  /* WAS 960 using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 

.twoColFixRtHdr #xpageContent { 
	width: 1160px;  /* WAS 960 using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
} 

.featurewrap h2 {
    background: none repeat scroll 0 0 #444444;
    color: #DCB327;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0 0 0 5px;	
}

.featurewrap { 
	width: 450px; 
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;was 10*/
	padding-bottom: 0px;
}

	.thumbnail { 
	float: left; 
	width: 100px; 
	}
	
	.thumbnailtext { 
	float: right; 
	width: 270px; 
	font-size: 100%; 
	}

a.button-link:visited,
a.button-link:active,
a.button-link {
	background-color:#CCC;
	color:#000;
	/* font-weight:bold; */
	padding:2px 10px 2px 10px;
	margin:0px 20px 0px 20px;
	text-decoration:none;
	border-left:solid 1px #FFF;
	border-top:solid 1px #FFF;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
}

.std-text {
	text-align:left;
}
/*Bird Academy Page*/

.leftcol{
	background-color:teal;
	
	width:440px;
	padding:0px;
	margin:0px;
	border:thin;
	border-color:green;
	
}
.rightcol{
	background-color:pink;
	float: left;
	width:370px;
	border:thick;
	border-color:orange;
}
p.clear{
	clear:both;
}