@charset "UTF-8";
/* CSS Document */

/*HTML 5 support - Sets new HTML 5 tabs to display: block so browsers know how to render the tags properly. */
article, aside, figure, footer, header, nav, section { display: block; }
body {
	font-family: "Palatino Linotype", "Palatino", "Times New Roman", palatino, times, georgia, serif;
	color: #64411b;
	background-color: #55402b;
	background-image: url(../images/backgroundgradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
strong {
	text-transform:uppercase;
	font-weight:normal;
}
a:link, a:visited {
	text-decoration: none;
	color:#64411b;
}
a:hover {
	color:#85201f;
	text-decoration: none;
}
#container {
	position: relative;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/background.jpg) ;
	background-position: top center;
	height: 731px;
}
#maincontent {
	position: relative;
	width: 789px;
	padding-top: 176px;
	padding-left: 107px;
	height: 380px;
}
#logo {
	position: absolute;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 596px;
	margin-top: 70px;
	margin-left: 107px;
	z-index: 600;
}
#logo h1 {
	position: absolute;
	top: -500px;
}
#logo h2 {
	color:#735637;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	margin: 78px 0px 0px 10px;
	font-variant: normal;
}
#headertour {
	position: absolute;
	width: 596px;
	margin-top: 90px;
	margin-left: 107px;
	z-index: 100;
}
#headertour h1 {
	color:#751e1e;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
#textarea {
	height: 250px;
	width: 380px;
	margin-top: 10px;
	margin-left: 40px;
	overflow: auto;
	font-size: 14px;
	line-height: 24px;
	float: left;
	padding-right: 20px;
	margin-bottom: 12px;
}
#textarea a:link {
	text-decoration:underline;
}
#exhibitindex li {
	border-bottom:dashed 1px #513414;
	height:1.05em;
	margin-top:10px;
	color: #513414;
}
#exhibitindex span.subject {
	background:#ae8656;
	padding:0 3px 0 0;
	float:left;
}
#exhibitindex span.page {
	background:#ae8656;
	padding:0 0 0 3px;
	float:right;
}
#exhibitindex ul {
	background-color:#ae8656; 
	list-style: none;
	padding:0 20px 20px 20px;
}
#exhibitindex h1 {
	font-weight: normal;
	font-size:22px;
	margin-left:20px;
	margin-top: 40px;
}
#exhibitindex h3 {
	font-weight: normal;
	font-style:italic;
	font-size:15px;
	margin-left:20px;
	margin-right:20px;
}



/* ----------------------- navigation styles ---------------------- */
#home {
	background-image: url(../images/buttons-home.jpg);
}
#virtualtour {
	background-image:url(../images/buttons-tour.jpg)
}
nav#home, #virtualtour {
	width: 310px;
	height: 426px;
	background-repeat: no-repeat;
	margin-top: -61px;
	padding-left:20px;
	padding-top: 4px;
	float:right;
}
nav#home ul, nav#virtualtour ul {
	font-size: 35px;
	text-align: right;
	list-style-type: none;
	padding-right: 35px;
	padding-top: 18px;
	line-height: 32px;
}
nav#home li, nav#virtualtour li {
	margin-bottom: 72px;
}
#aboutproject {
	margin-top: -22px;
}
nav#topnav {
	position: absolute;
	float:left;
	width: 568px;
	height: 69px;
	margin-top: 0;
	margin-left: 330px;
	background-image:url(../images/topnav.jpg);
	z-index: 200;
}
nav#topnav li {
	margin-top: 23px;
	margin-right: 14px;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	list-style: none;
}
nav#educationlinks {
	color:#85201f;
	float: right;
	width: 319px;
	height: 360px;
	margin-top: 20px;
	margin-left: 30px;
	line-height: 10px;
	background-image:url(../images/sketch1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 14px;
}
.smalltext {
	font-size: 11px;
}
/* -------------------- end navigation styles ---------------------- */

/* -------------------- page images ----------------------------- */
#aboutimage {
	background-image: url(../images/Silas.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 446px;
	margin-top: -81px;
	padding-left:20px;
	float:right;
}
#cutthroat {
	width: 300px;
	margin-left: 135px;
}
#sturgeon {
	width: 300px;
	margin-left: 90px;
}
#salmon {
	width: 300px;
	margin-left: 130px;
}
#eulachon {
	width: 300px;
	margin-left: 135px;
}
/* -------------------- end page images ------------------------- */



footer {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 115px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#keokee {
	font-size:10px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
	


/*clear floating boxes*/
.clearfix:after{content:".";clear:both;display:block;visibility:hidden;height:0;}
.clearfix{display:inline-table;}
/*Hide from IE/Mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*end hide*/