﻿
body
{
	background-image: url('/images/bg_level3.jpg'); 
	background-repeat: repeat-y;				/* added 07/29/08 */
	background-color: #ffffff;
	color: #000000;
	margin-top: 0px;					/* modification from ecology4b.css. */
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
	font-family: verdana,arial,sans-serif;
	font-size: 13px;
}
p, th, td, li, dt
{
	font-family: verdana,arial,sans-serif;
	font-size: 13px;
}
dd
{
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	margin-bottom: 4px;
}
h1, h2, h3, h4, h5, h6 
{ 
	font-family: trebuchet,verdana,sans-serif; 
}
h2, h3, h4 
{ 
	color: #336699; 
}
h1
{
	font-size: 135%;
	margin-top: 0px;										/* modification from ecology4b.css. */
}
h2
{
	font-size: 115%;
}
h3
{
	font-size: 105%;
}
h4, h5, h6
{
	font-size: 100%;
}
li
{
	margin-top: 4px;
	margin-bottom: 4px;
}
option
{
	font-family: arial,sans-serif; 
	font-size: 13px;
}
a:link
{ 
	background: transparent;
	color: #336699;
}  
a:visited
{ 
	background: transparent;
	color: #663366;
}  
a:hover
{
	background: transparent;
	color: #ff0033;
}
a:active
{ 
	background: transparent;
	color: #663366;
}  

/* Link to an external URL; added by Bob 09/03/08 for testing */
a.externallink 
{
	background-image: url(/images/external_link.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	padding-right: 14px;
}
/* 10/15/08 testing for Hover-definition feature */
a.definition
{
	color:ForestGreen;
	font-style:italic;
}


p.nav4
{
	font-family: verdana,arial,sans-serif;
	font-weight: normal;												/* modification from ecology4b.css. */
	color: #999;																/* modification from ecology4b.css. */
	font-size: 11px;														/* modification from ecology4b.css. */
	margin-top: 6px;														/* modification from ecology4b.css. */
	margin-bottom: 12px;												/* modification from ecology4b.css. */
}
h1.continued
{
	color: #003366;
	font-size: 115%;
}
/* The following was added at the request of SWFA 11-12-05 */
img
{
	border-style:none;
}
div.sign
{
	text-align: center;
	font-size: 70%;
	color: #BBBBBB;
	padding-bottom: 5px;
}
div.footer
{
	text-align: center;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 13px;
}
/* The following was added at the request of SWFA 04-14-06 */

div.image_right
{ 
	float: right; 
	text-align: center; 
	font-size: 10px; 
} 
/* The following was added at the request of HWTR 03-09-06 */
div.sm_footer
{
	text-align: center;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 10px;
}
/* The following was added for TCP CLEANUP SITE pages 10-12-06 */   
div.siteidbox
{
	float: left; 
	width: 500px; 
	height: 119px; 
	padding-top: 6px; 
	line-height: 1.5em; 
	background-color: #d9ddd4;
}
div.siteidbox_small
{
	width: 480px; 
	background-color: #d9ddd4; 
	border: 4px solid #d9ddd4;
	line-height: 1.6em;
}
div.floatright							/* right-nav box --TAN option--  added 11/03/06 */
	{	
		float: right; 
		padding: 9px; 
		margin: 9px; 
		line-height: 1.7em; 
		background-color: #ece2cd;
	}	
#bgblue        							/* right-nav box --BLUE option-  */
	{	background-color:#ced9e4;       
	}	

/* The following was added for PHOTO GALLERY pages 10-12-06 */
div.photogallery_left
{
	float: left;
	width: 350px; 
	height: 225px; 
	padding: 4px; 
	border-style: solid; 
	border-width: 1px; 
	background-color: #fdf8de; 
	overflow: auto;
}
div.photogallery_right
{
	float: right;
	width: 350px; 
	height: 225px; 
	padding: 4px; 
	border-style: solid; 
	border-width: 1px; 
	background-color: #fdf8de; 
	overflow: auto;
}
div.photocredit
{
	text-align: left;
	font-size: 70%;
	color: #999999;
	padding: 0 0 2px 18px;
}
/* The following is a modification from ecology4b.css. */
p.breadcrumb 
{
	margin-top:3px;
	font-size:11px;
	color:#999;
}
p.breadcrumb a 
{
	color:#369;
}
td.logo
{	
		font-family:verdana,arial,sans-serif;
		font-size:12px;
		line-height:150%;
		color:#036;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		background-repeat:no-repeat;
		padding:0px 0px 0px 0px;
		border-spacing:0px;
		border-collapse:collapse;
		border-width:0;
		background-color:#7194B6;
		text-align:right;
		color:#FFF;
		letter-spacing:0.08em;
}

/* begin 07/25/08 addition */
td.logo a
	{
		text-decoration:none;
		color:#036;
	}
td.logo a:link {}
td.logo a:visited {}
td.logo a:hover 	
	{
		color:#00f;
	}
td.logo a:active {}
/* end 07/25/08 addition */

td.right_col
{
		border-spacing:0px;
		border-width:0;
		background-color:#CED9E4;
		border-color:#CED9E4;
		padding:3px 10px 0px 10px;
		vertical-align:top;
}
/* The following was added for TCP pages 11-06-06 */
td.right_col_tcp
{
		border-spacing:0px;
		border-width:0;
		background-color:#d9ddd4;
		border-color:#cadbd7;
		padding:3px 10px 0px 10px;
		vertical-align:top;
		font-size: .9em;		
}
.left
{
	float: left;
}
.right
{
	float: right;
}
table.footer 
{
	height:67px;
	border:0;
	background-color:#CED9E4;
}
table.survey 										/* added for online survey 10-31-06 */
{ 
	width:771px;
	border:0;
	border-spacing:0px;
	border-collapse:collapse;
}
td.survey 											/* added for online survey 10-30-06 */
{ 
	font-size:10px;
	line-height:170%;
	border:0;
	background-color:#ece2cd;
}
td.copyright 
{ 
	font-size:10px;
	border:0;
	line-height:170%;
}
td.copyright ul 
{
	margin:12px;		
}	
td.copyright li 
{
	list-style:none;
	display:inline;
}	

/* begin 07/25/08 addition */
td.copyright a
	{
		text-decoration:none;
		color:#036;
	}
td.copyright a:link {}
td.copyright a:visited {}
td.copyright a:hover 	
	{
		color:#00f;
	}
td.logo a:active {}
/* end 07/25/08 addition */

/* print styles added to address cropping problem 05/01/07 */
p.print_only
	{
		display:none;
	}
@media print
	{
		body
			{
				background-image: none;
				margin-left: 0px;
				margin-right: 0px;
			}
		p.print_only
			{
				display:block;
				margin-bottom:0px;
			}
		table.logo, table.footer
			{
				display:none;
			}
/* Insert URL after link; doesn't currently render properly in Firefox
		a:link:after, a:visited:after
			{
				content: " (" attr(href) ") ";
			}
*/
	}