body {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: black;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
        }
img {
border: none;
}

iframe {
	float: right; margin: 10px 10px 10px 20px;
}

object {
	width: 300px;
	height: 200px;
}

p, h1, h2, h3, h4, h5, h6 {
	max-width: 60em;
	margin-left: 180px;
}
#outerwrapper {  
	background-color: #336699;
	top: 0px;
	left: 0px;
	max-width: 200em;
	border-bottom: 15px solid #015A6C;
}

#wrapper {                      /*main box: holds content*/
	margin:0;
	padding:0 10px 10px 0;
	left: 0px;
	top: 0px;
	background-color: #F2F2EC;
	border: 2px solid white;
	max-width: 60em;
}
		
#masthead {
	position:relative;
	background-repeat: no-repeat;
	background-color: #213E58;
	max-width: 60em;
	margin: 0;
	height: 135px;
	background-image: url(../images/home/mastheads/15intertidal.jpg);
        }  
/*________________________________________________________ begin nav styles  */				
#nav {
	margin: 10px 20px 0 0;
	float: left;
	max-width: 15.625%;
	clear: both;
        }
/* CSS Document 
Thanks to Maks Feltrin, http://css.maxdesign.com.au/listamatic/vertical18.htm*/

ul#navlist
{
	width: 150px;
	padding: 0px;
	border: 1px solid white;
	border-top: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 0.8em;
}
p#navlist {
	font-family:"Trebuchet MS", Verdana, Arial;
	color: black;
	font-size:0.8em;
	margin-left: 20px;
	line-height: 1em;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid white;
	background-color: #336699;
	font-size: 1em;
	padding: 0;
	line-height: 2em;
}

ul#navlist .highlight {
	background-color:#00CCCC;
}

ul#navlist li a
{
	display: block;
	width: 122px;
	width: 158px;
	width: 130px;
	padding: 1px 8px 1px 8px;
	border: 0px;
	text-decoration: none;
	text-align: left;
}

ul#navlist li a:link { 	color: white;  }
ul#navlist li a:visited { color: white; }

ul#navlist li a:hover {
	color: white;
	background-color: #69A0FC;
}
.active {
	background-color: #00CC66;
}
.navhead, ul#navlist li.navhead {
	color:black;
	padding: 1px 1px 1px 7px;
	font-size: 100%;
	letter-spacing: 0.1em;
	background-color: #CECEB9;
	border-top: 1px solid #213E58;
	border-bottom: 1px solid white;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	}
/*#skip styles to tell screen readers to skip top nav and to to main content. 
See http://www.webaim.org/techniques/skipnav/ for more info.  */
	
 #skip a, #skip a:hover, #skip a:visited {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
color: red;
font-size: .5em;
margin: 0;
}

#skip a:active, #skip a:focus
{
position:static;
width:auto;
height:auto;
}
/*________________________________________________________ end nav styles  */	

#sidebar {
	width: 200px;
	float: right;
	padding: 0 10px 10px 10px;
	margin: 0 0 30px 30px;
	z-index: 3;
	border-left: 1px solid #336699;
	border-bottom: 1px solid #336699;
	background-color: white;
        } 
#important {
	width: auto;
	border: 1px solid silver;
	background-color:#F1F4BE;
	margin: 10px 250px 10px 180px;
	padding: 5px;
}

#important h2, #important p {
	margin-left: 0;
}

#important h2 { font-size: 1em; margin-top: 0;}

#sidebar p, #colorbox p, #minheightbox p  {
	margin: 0;
	line-height: 1.4em;
	color: black;
	font-size: 0.8em;
} 
#sidebar h1 {
	color:white;
	font-size: .8em;
	margin: 10px 0 5px 0;
	border: 0;
	background-color: #949494;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 2px 5px 2px 5px;
        } 

#sidebar h2 {
	font-size: .9em;
	margin: 15px 0 0px 0;
	font-family: "Trebuchet MS", Verdana, Arial;
        }  
		
#sidebar.emphasis {
	margin-top: 0px;
	font-style:italic;
	color:#980C16;
	font-weight:bold;
	margin-bottom: 5px;
	font-size: 85%;
        }	
#minheightbox {
	width: 300px;
	float: right;
	padding: 0 10px 40px 10px;
	margin: 0 0 30px 30px;
	z-index: 3;
	border-left: 1px solid #336699;
	border-bottom: 1px solid #336699;
	background-color: yellow;
	min-height: 250px;
        } 		
#footer {
	clear: both;
	margin: 20px 0 0 0;
	max-width: 60em;
	padding: 10px 0 0 0;
	border-top: 1px dotted #336666;
}	
#footer .leftimage {
	float: left;
	margin: 0 10px 0 0;
        }
		
#valid {
	width: 200px;
	float: right;
	padding: 0;
	margin: 0 10px 0 20px;
	z-index: 3;
	}	

p {
	line-height: 1.5em;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 0 0 5px 180px;
        } 
hr {
	color: white;
}
strong {
	font-size: 1.1em;
	color: #4F9117;
}

em {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-style:oblique;
	font-size: inherit;
}

/* ___________________________________________________________list styling  */
#wrapper li {
	list-style:	circle;
	margin: 5px 0 0 170px;
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial;
	line-height: 1.5em;
	font-size: .8em;
	}
	
ul li, ol li {
	margin: 5px 0 0 0;
	line-height: 1.8em;
	color: red;
	}
#wrapper ol li {
	list-style-type:decimal;
	margin: 3px 0 0 175px;
	list-style-position: outside;
	font-size: .8em;
	}
	
ol li li, ul li li {
	margin: 2px 0 0 -180px;
	}

#sidebar ul li, #colorbox ul li {
	list-style-type:circle;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin: .2em 10px 0 -20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.75em;
	color: black;
	}
#sidebar ol li, #colorbox ol li {
	list-style-type:decimal;
	padding-left: 0px;
	font-size: 75%;
	margin-top: 2px;
	}
  


h1 {
	font-size: 1.4em;
	line-height: 1.2em;
	text-transform: capitalize;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 180px;
        } 
  
h2, h3, h4, h5, h6 {
	margin: 10px 0 -10px 180px;
	}
  

h2 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: black;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 180px;
        }
h3 {
	font-size: 1em;
	color: #333;
	margin: 25px 0 5px 180px;
        }
h4 {
	font-size: 0.9em;
	margin: 12px 0 5px 180px;
	text-decoration: underline;
        }       
h5 {
	color:black;
	font-size: 0.9em;
	font-weight:bold;
	margin: 15px 0 -10px 180px;
        }   
h6 {
	font-size: 0.85em;
	font-weight: 600;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 180px;
    } 
		
a, #footer a {
	color: #212DCC;
	font-weight: bold;
	text-decoration: none;
        }
a:hover, a:focus, #footer a:hover, #footer a:focus {
	background-color: #B5FF0A;
        }
		
/*a:visited, #footer a:visited {
	text-decoration: none;
	color: #3E64FF;
	font-weight: bold;
        }*/
img, a:link img, a:visited img, #masthead img {
	border-style: none;
} 	


/*classes below */  
 #sidebar .special {
	background-color:#FC3;
	color: black;
}
.time {
	background-color:#CEE7FF;
}
.important{
	background-color:#369;
	color: white;
	font-weight: bold;
	padding: 2px;
}
.senator{
	background-color:red;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.extralarge {
	font-size: 1.7em;
	text-align: left;
	line-height: 1.1em;
	margin: 10px 0 35px 180px;
	text-transform: none;
	}
.intro {
	font-size: 1em;
	font-weight:700;
	line-height: 21px;
	color: #336699;
	font-style:italic;
	margin: 15px 20px 10px 180px;
	}
.date {
	font-weight: 600;
	margin-top: 15px;
	margin-bottom:-10px;
	color: #720A13;
	font-size: 110%;
    }
.credit {
	color: #868E91;
	margin: 30px 0 0 0;
	border-top: 1px solid silver;
	font-style: italic;
	line-height: 1.3em;
	}
.emphasis {
	margin-top: 20px;
	font-weight:bold;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 1.4em;
        }
.retrobutton {
	display: block;
	border: 2px solid white;
	width: 20em;
	text-align: center;
	z-index:3;
	text-decoration: none;
	background-color: #212DCC;
	margin: 5px 0 25px 180px;
	color: yellow;
        } 
		
 		
.retrobutton a {
	color: white;
        } 
.retrobutton:hover {
	background-color: #FAF783;
	border: 1px solid;
	border-color: #336699;
        } 
.retrobutton a:hover, .retrobutton a:focus {;
	border-color: #01A0C2;
	text-decoration: none;
	color: black;
        } 
		
.leftimage {
	float: left;
	margin: 10px 15px 10px 0;
	border:1px solid white;
        }

.leftimage-no-border {
	float: left;
	margin: 10px 15px 10px 0;
	        }
.rightimage {
	float: right;
	border: 1px solid white;
	margin: 10px 0 20px 15px;
        }
.rightimage-no-border {
	float: right;
	margin: 10px 0 20px 15px;
        }
.footer {
	font-size: 70%;
	color: #173C82;
	letter-spacing: 0.15em;
	margin: 0 -100px 0 10px;
	line-height: 1.8em;
	max-width: 100em;
	}
.underover {
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	font-style: oblique;
}

.sitemap {
	margin-top: 0px;
}	

/*_______________________________________________________________________google slideshows that run from picasa web albums and other feeds*/
#slidebox {             /*container div for slideshow and caption divs*/
	float: right;
	width: 260px;
	border: 1px solid white;
	margin: 10px 0 5px 20px;
	background-color: #CFCEB9;
	padding: 8px;
}

#slidebox-left {             /*container div for slideshow and caption divs*/
	float: left;
	width: 260px;
	border: 1px solid white;
	margin: 10px 20px 5px 0;
	background-color: #CFCEB9;
	padding: 8px;
}

#slidebox-large {             /*container div for slideshow and caption divs*/
	float: left;
	width: 500px;
	border: 5px solid white;
	margin: 10px 20px 5px 0;
	background-color: #CFCEB9;
}


.slides a img {border : none;}    

.caption {             
	color: black;
	font-size: 0.9em;
	width: auto;
	padding: 0.5em;
	background-color: #F2F2F2;
	margin: 0;
}
#slidebox .caption {
	color: black;
	font-size: 0.9em;
	width: auto;
	padding: 0.5em;
	background-color: #F2F2F2;
	margin: 0;
	line-height: 1.3em;
}
.gss a img {border : none;}

.gss {
	width: 250px;
	background-color: #F2F2F2;
	padding: 5px;
	height: 200px;
    }
abbr {
border-bottom: 1px dotted silver;
}
.acronym {
	color: #98986D;
	font-size: 1em;
	margin: 10px 10px 0 10px;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Verdana, Arial;
}

