/*
wipe default margins and padding
*/

* {
margin:0;
padding:0;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #003366;
	background-color: #1a88bd;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(/images/ribbon_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a {
	text-decoration: underline;
	color: #003366;
}

a:link {
	text-decoration: underline;
	color: #003366;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #1C92CB;
	text-decoration: none;
	background-color: #FFFFFF;
}



#container {
	font-size: 1em;
	padding: 0px;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	border: 1px solid #0188C6;
	background-color: #FFFFFF;
}

#header {
	background-color: #0188c6;
	background-image: url(/images/header_bg.gif);
	height: 108px;
	width: 900px;
}
#header h1 {
	font-family: Tahoma;
	font-size: 2.2em;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 80px;
	text-transform: uppercase;
	padding-left: 110px;
	letter-spacing: 0.10em;
}
.logo {
	float: left;
}
.smImage {
	height: 108px;
	width: 125px;
	position:absolute;
	left:600px;
	top:0px;
}
#header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #ad3f2e;
	top:0px;
	line-height: 80px;
	left: 750px;
	text-align: right;
	float: right;
}

#siteNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #FFFFFF;
	width: 585px;
	margin-top: 2px;
	margin-left: 15px;
	display: block;
	line-height: 26px;
	height: 25px;
}
#siteNav ul {
	list-style-type: none;
}
#siteNav li {
	display: inline;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#siteNav a {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}

#siteNav a:link {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}

#siteNav a:hover {
	color: #ad3f2e;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #FFFFFF;
}

#siteNav a:active {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}

#siteNav a:visited {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}

#wrapper {
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
	margin-top: 3px;
	position: relative;
	height: 1%; /*weird IE thing */
}

#leftCol {
	padding: 10px;
	float: left;
	width: 188px;
	font-size: 0.85em;
	text-align: left;
}

#leftCol blockquote {
	margin-left: 20px;
}
#leftCol h3 a {
	color: #AD3F2E;
	text-decoration: none;
}

#leftCol h3 a:link {
	color: #AD3F2E;
	text-decoration: none;
}
#mainContent {
	padding: 10px;
	width: 665px;
	margin-left: 215px;
}
#footer {
	background-image: url(/images/footer_bg.gif);
	padding: 10px;
	height: 42px;
	width: 900px;
	background-repeat: no-repeat;
	margin-top: 3px;
	font-size: .80em;
}
#mainContent h1 {
	font-family: Tahoma;
	font-size: 1.2em;
	color: #AD3F2E;
	line-height: 1.2em;
	margin-bottom: 5px;
}

#mainContent h2 {
	font-size: 1.2em;
	color: #AD3F2E;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-top: 1.2em;
}

#mainContent p {
	line-height: 1.4em;
	margin-bottom: 7px;
	font-size: 1em;
}
#mainContent img {
	border: 1px solid #71B2DF;
	padding: 2px;
}

.clear {
clear:both
}
#mainContent #pics {
	text-align: center;
	float: right;
	width: 276px;
	margin-left: 10px;
}
#mainContent ul {
	margin-left: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 25px;
	width: 330px;
}
#mainContent li {
	list-style-type: none;
	padding: 3px;
	}
#mainContent blockquote {
	padding-left: 20px;
}
#mainContent ol {
	margin-left: 35px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#mainContent ol li {
	padding: 3px;
	list-style-type: square;
}
p.itemHeader {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #0188c6;
	padding: 5px 5px 5px 7px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	margin-bottom: 7px;
	font-size: 1.2em;
	width: 180px;
	margin-left: -2px;
}
#leftCol img.border {
	float: left;
	border: 1px solid #0188C6;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 1px;
}
.button {
	color: #FFFFFF;
	background-color: #0188C6;
	border: 1px solid #FFFFFF;
	margin-top: 5px;
}
#form {
	width: 188px;
}
input.box {
	height: 1.2em;
	width: 175px;
}
#copyright {
	float: left;
	width: 180px;
}
#lowerlinks {
	text-align: center;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#lowerlinks p {
	padding-top: 5px;
}
#leftCol h3 {
	font-weight: bold;
	color: #AD3F2E;
	font-size: 1em;
}
#leftCol p {
	margin-bottom: 1em;
}
table.species {
	width: 375px;
	margin-top: 1em;
	margin-bottom: 1em;
}

table.species td{
	padding: 3px;
}

th{
	text-align: left;
	padding: 3px;
}

th.center{
	text-align: center;
}

#mainContent .framedLeft {
	font-size: .95em;
	text-align: center;
	padding: 2px;
	border: 1px solid #71B2DF;
	float: left;
	width: 204px;
	margin-right: 10px;
}

#mainContent .framedRight {
	font-size: .95em;
	text-align: center;
	padding: 2px;
	border: 1px solid #71B2DF;
	float: right;
	width: 202px;
	margin-left: 10px;
}
#p7LSM_1 img  {
	margin-bottom: 0px;
}
#pics #openBox {
	background-image: url(/images/promo_bg.gif);
	background-repeat: repeat-y;
	width: 276px;
	text-align: left;
}
#openBox .openHead img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#openBox .openFoot img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#openBox .openContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#openBox .openContent {
	color: #FFFFFF;
}
#openBox .openContent h2 {
	font-size: 1em;
	line-height: 1.2em;
	color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	margin: 0px;
	font-weight: bold;
}
#openBox .openContent ul {
	margin: 0px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 1em;
}
#openBox .openContent li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	line-height: 1.2em;
}

#HomeImages {
	height: 400px;
	width: 270px;
	text-align: left;
	margin: 0px 0px 10px;
	padding: 2px;
	border: 1px solid #2E98CF;
}

#ifNeeded {
display: none;
}
#openBox .openContent p {
	font-size: 0.95em;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1em;
	text-align: center;
}
#openBox .openContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
#openBox .openContent a:hover {
	color: #666666;
}
#mainContent ol.number li {
	list-style-type: decimal;
}
p.center {
	text-align: center;
}
#p7tpc1_1 .highlight {
	background-color: #D5E1E7;
	padding: 5px;
	border: 1px solid #0188C6;
}
#footer #feeds {
	width: 160px;
	margin-left: 700px;
	position: absolute;
	text-align: right;
}
a.nohover:hover {
background: none;
border: none;
}
#mainContent #addThis {
	width: 160px;
	position: absolute;
	text-align: right;
	margin-left: 500px;
	margin-top: 25px;
}
img a:hover  {
	text-decoration: none;
	background-color: none;
	background: none;
}
