﻿
/*Main Styles*/
body {
	padding: 0px;
	margin: 5px 0px 10px 0px;
	border-width: 0px;
	background-color: #ABEDF8;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #006699;
}
div {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
img {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
a:hover {
	color: #ff0000;
	font-weight: bold;
}
/*various containers on moth page*/
table {
	line-height: 2em;
	font-size: small;
	color: #008000;
}
table a:link {
	padding: 0px;
	border: 4px outset #00FF00;
	border-spacing: 0;
	display: inline-table;
}
table a:visited {
	padding: 0px;
	border: 4px outset #CC99FF;
	border-spacing: 0;
	display: inline-table;
}
* html .clearfix {
	zoom: 1;
}
*:first-child + html .clearfix {
	zoom: 1;
}
#nav-links img {
	margin: 0px 10px 0px 10px;
}
#bird3-page-table1 {
	
	

}
#bird3-page-table1 img {
	padding: 0px;
	margin: 0px;
	width: 140px;
	height: 100px;
}
#bird3-page-table2 img {
	padding: 0px;
	margin: 0px;
	width: 140px;
	height: 100px;
}
#links-list {
	position: relative;
	width: 325px;
	float: left;
	left: 25px;
	top: 20px;
}
#links-list-birds {
	position: relative;
	width: 325px;
	float: left;
	left: 50px;
	text-align: left;
}
#links-list-waders {
	position: relative;
	width: 325px;
	float: left;
	left: 50px;
}
.clearfix {
	width: 100%;
	height: 1px;
	clear: both;
}
/* IE6 */
/* IE7 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.float-left {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*Text Styles*/
.xxlarge-bold {
	font-size: xx-large;
}
.xlarge-bold {
	font-size: x-large;
	font-weight: bold;
}
.large-bold {
	font-weight: bold;
	font-size: large;
}
.bold {
	font-weight: bold;
}
.green-bkgrd-link {
	background-color: #99FF99;
	color: #006699;
	height: 35px;
	width: 300px;
	font-size: large;
	line-height: 2em;
}
.tan-bkgrd-blue-text {
	color: #006699;
	background-color: #ffcc99;
	width: 300px;
	height: 35px;
	line-height: 2em;
	font-size: large;
}
.text-grey {
	color: #808080;
}
.text-small {
	font-size: small;
}
.text-comic-sans {
	font-family: "Comic Sans MS", "Courier New", sans-serif;
	color: #008000;
}
/*Borders*/
.border-red {
	border: 4px outset #FF0000;
}
.border-green-4px {
	border: 4px outset #00FF00;
}
.border-grey {
	color: #C0C0C0;
	border: 4px inset #CCCCCC;
}
.border-double {
	border: 4px double #008000;
}
td {
	padding-top: 4px;
}
