/* CSS Document */

/* Make sure all browsers define parent width */
html {
	width: 100%;
}

/* Body of the document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 80%;
	color: #000000;
	background-color:#FFFFFF;
}

/* Wrapper */
.all {
	padding-top: 0px; 
	text-align: center; 
	width: 100%;
}

/* Your box */
.box {
	border: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px; 
	text-align: left; 
	width: 885px;
}


/* the dark brown header */
.headertop {
	margin-top: 10px;
	background: #623D36;
	width: 885px;
	height: 17px;
}

.header {
	background: #623D36 ;
	/*height: 100px;*/
	width: 885px;
	color: #FFFFFF;
	text-align:right;
}


.header h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 260%;
	color: #E7E2C9;
}

/* the bottom of the header, rounded corners */
.headerbottom {
	background: #623D36 ;
	height: 17px;
	width: 885px;
	color: #000000;
}

.headerbottom img {
	float:right;
}

/* holds the content in place */
.areahold {
	background-color: #E7E2C9;
	width: 865px;
	padding: 10px;
	color: #000000;
}

/* top of the area holder, rounded corners*/
.areaholdtop {
	background: #E7E2C9 ;
	height: 19px;
	width: 885px;
	margin-top: 10px;
	color: #000000;
}

/* bottom of the area holder, rounded corners */
.areaholdbottom {
	background: #E7E2C9 ;
	height: 19px;
	width: 885px;
	color: #000000;
}

/* container */
.container {
	float:left;
	width: 635px;
	padding: 10px;
	background: #FFFFFF ;
	color: #000000;
}

.container h1,
main h1 {
	color: #613C35;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

/* container top, rounded corners*/
.containertop {
	background: #FFFFFF ;
	height: 0px;
	width: 655px;
	color: #000000;
	display:none;
}

/* container bottom, rounded corners */
.containerbottom {
	background: #FFFFFF url(container-bottom.jpg) no-repeat left bottom;
	height: 0px;
	width: 655px;
	color: #000000;

}

/* left hand side text column */
.leftcolumn {
	width: 150px;
	padding: 10px;
	text-align: justify;
	color: #000000;
	background-color:#FFFFFF
}

/* right hand side text column */
.rightcolumn {
	width: 400px;
	padding: 10px;
	float: right;
	border-left: 1px solid #E7E2C9;
	text-align: left;
	color: #000000;
	background-color:#FFFFFF;
}

.rightcolumn li{ padding-bottom:10px;}

/* the search submenu table */

#search_menu {

border: 1px ridge #EFE3CE;
font-size: small;
}
#search_menu td {
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
width:auto;
}
#search_menu a:link, #search_menu a:active, #search_menu a:visited {
color:#5570B9;
text-decoration: none;
background-color: #FFFFFF;
display: block;
padding:2px;
width: 65px;
height:100%;
}

#search_menu a:hover {
color:#CCCCCC;
text-decoration: none;
display: block;
padding:2px;
width: 65px;
height:100%;
}
/* the advanced div - use for hiding divs */

#advanced {
	display:block;
	visibility:hidden;
	padding: 10px;
	text-align:center;
}

/* the menu / navigation system */
.menu {
	margin-left: 655px;
	margin-right: 10px;
	padding-bottom:10px;
	width: 184px;
	color: #FFFFFF;
	background-color: #E7E2C9;
}

.menucontent {
	background-color: #E7E2C9;
	margin-left: 605px;
	margin-right: 10px;
	width: 164px;
	padding: 10px;
	color: #54352E;
	font-size:90%;
}

.menucontent a:link, .menucontent a:active, .menucontent a:visited {
	color: #623D36;
}

.menucontent a:hover {
	color: #623D36;
	text-decoration:none;
}
.menu a:link, .menu a:active, .menu a:visited {
	background-color: #BF4E3C;
	display: block;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #E7E2C9;
	width: 164px;
}

.menu a:hover {
	background-color: #953C2F;
	display: block;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #E7E2C9;
	width: 164px;
}

#home  #item1, #browse #item2, #search #item3, #about #item4, #link #item5 { 
		background: #741918 url(disc.gif) no-repeat left center;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 10px;
}

/* footer top, rounded corners */
.footertop {
	margin-top: 10px;
	background: #623D36 ;
	width: 885px;
	height: 17px;
}

/* footer, copyright etc */
.footer {
	background-color: #623D36;
	padding: 10px;
	padding-top: 0px;
	width: 865px;
	font-size: 90%;
	color: #FFFFFF;
}

.footer p{padding:0px;}

.footer a:link, .footer a:active, .footer a:visited {
	color:#E7E2C9;
}

.footer  a:hover {
	color:#E7E2C9;
	text-decoration:none;
}

.footerbottom {
background: #623D36 ;
	height: 17px;
	width: 885px;
	color: #000000;
}

/*clearing fix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* search results styling */
.Results div{
border:1px solid gray;
padding-bottom:5px;
}

span.tab {
border:1px solid #623D36; 
padding:3px;}

span.searchterm {
	
	padding-left:2px;
	font-style:italic;
	
	quotes:inherit;
}

div.one_column {
	margin:10px;
	text-align:left;
	padding:5px;
	}
div.one_column p,
.d-flex .left-side p { 
  padding:10px; 
  text-align:left; 
}




/* /////////////////
Accessibility Fixes
///////////////// */

/* Skip to main content link */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

a.sr-only-focusable:hover, a.sr-only-focusable:focus {
  color: #345c87;
  text-decoration: underline;
}

.static-banner-wrapper {
  background-color: #cce5f2;
  border-bottom: 1px solid #226e95;
  padding: 0px 20px;
}

.static-banner {
  margin: auto;
  max-width: 100%; /* Change this to the width of the page content */
  padding: 5px;
  text-align: left;
  width: 885px;
}

@media screen and (min-width: 768px) {
  .static-banner {
    text-align: center;
  }
}

.static-banner p {
  font-size: 14px;
  margin: 0;
}

.static-banner p a,
.static-banner p a:visited {
  color: #0000EE;
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.static-banner p a:hover {
  background: none;
  color: #010194;
  margin: 0;
  padding: 0;
}

/* Header */
.site-wrapper {
  margin: auto;
  max-width: 100%;
  width: 885px;
}

header .site-wrapper, footer {
  padding: 10px 0px;
}

main {
  background-color: #E7E2C9;
}

.site-title-wrapper {
  background-color: #623D36;
  font-size: 2.08rem;
  font-weight: bold;
  padding: 30px 8px 17px 8px;
  text-align: right;
}

.site-title {
  color: #E7E2C9;
}

.site-title-wrapper a,
.site-title-wrapper a:hover {
  text-decoration: none;
}

/* Page contents */

.d-flex {
  display: flex;
}

main .d-flex {
  
  padding: 28px 40px 28px 10px;
}

.d-flex .left-side {
  background-color: #FFFFFF;
  flex-grow: 1;
  padding: 20px;
}


/* Main menu */

.d-flex .main-menu {
  width: 184px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.main-menu li {
  width: 100%;
}

ul.main-menu a {
  border-bottom: 1px solid #E7E2C9;
  background-color: #BF4E3C;
  color: #FFFFFF;
  display: block;
  padding: 3px 3px 3px 10px;
  text-decoration: none;
}

.main-menu a:hover {
  background-color: #953C2F;
}

/* Footer */

.footer-wrapper {
  background-color: #623D36;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.footer-wrapper,
.footer-wrapper a {
  color: #E7E2C9;
  padding-top: 17px;
  padding-bottom: 27px;
}

ul.footer-menu {
  display: flex;
  justify-content: flex-start;
}

ul.footer-menu li:not(:last-of-type) {
  padding-right: 6px;
  position: relative;
  margin-right: 6px;
}

ul.footer-menu li:not(:last-of-type)::after {
  content: " | ";
  position: absolute;
  right: -2px;
}

#browse h2 {
  font-size: 13px;
  margin-top: 13px;
}