@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #909288;
}

#container {
	width: 685px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
} 
#header {
	padding: 0;
	background-color: #FFF;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
	color: #909288;
}
#innercontainer {
	background: #FFFFFF;
	margin: 0;
	border: 1px solid #96959A;
	padding: 0px;
} 
#container #header #navbar {
	text-align: right;
	margin: 50px 0px 0px;
	padding: 0px;
	float: right;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 70px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 13px 20px 22px;
	border-bottom-width: 40px;
	border-bottom-style: solid;
	border-bottom-color: #CF8A3F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #96959A;
}
#sidebar1 img.spacer {
	width: 1px;
	height: 287px;
}
#mainContent {
	margin: 0 0 0 105px;
	padding: 20px 20px 5px;
} 
.home #mainContent {
	margin: 0 0 0 105px;
	padding: 30px 0px 0px 50px;
	background-repeat: repeat-x;
	background-position: left bottom;
} 

#mainContent h1 {
	font-size: 1.2em;
	margin: 0px 0px 0.5em;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	font-weight: normal;
}
#mainContent h3 {
	font-size: 0.85em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#mainContent p {
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px 0px 0.5em;
}
#mainContent a:link {
	color: #7879A9;
	text-decoration: none;
}

#mainContent a:visited {
	color: #9475AC;
	text-decoration: none;
}

#mainContent a:hover {
	text-decoration: underline;
	color: #7879A9;
}

#mainContent a:active {
	color: #7879A9;
	text-decoration: underline;
}

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	border-right-color: #96959B;
	border-bottom-color: #96959B;
	border-left-color: #96959B;
} 


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.65em;
	color: #CCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer a:link {
	color: #CCC;
	text-decoration: none;
}

#footer a:visited {
	color: #CCC;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
	color: #E8E8E8;
}

#footer a:active {
	color: #E9E9E9;
	text-decoration: underline;
}

/* styles for active menu item */
.home #MenuBar1 #home a,
.about #MenuBar1 #about a,
.exhibit #MenuBar1 #exhibit a,
.stock #MenuBar1 #stock a,
.contact #MenuBar1 #contact a {
}
.home #sidebar1 {
	border-bottom-color: #CF8A3F;
}

ul.MenuBarHorizontal #home a:hover, ul.MenuBarHorizontal #home a:focus,
.home #MenuBar1 #home a {
	color: #CF8A3F;
}
.about #sidebar1 {
	border-bottom-color: #2F3163;
}
ul.MenuBarHorizontal #about a:hover, ul.MenuBarHorizontal #about a:focus,
.about #MenuBar1 #about a {
	color: #2F3163;
}
.exhibit #sidebar1 {
	border-bottom-color: #52621D;
}
ul.MenuBarHorizontal  #exhibit a:hover, ul.MenuBarHorizontal  #exhibit a:focus,
.exhibit #MenuBar1 #exhibit a {
	color: #52621D;
}
.stock #sidebar1 {
	border-bottom-color: #718464;
}
ul.MenuBarHorizontal  #stock a:hover, ul.MenuBarHorizontal  #stock a:focus,
.stock #MenuBar1 #stock a {
	color: #718464;
}
ul.MenuBarHorizontal  #exhibit a:hover, ul.MenuBarHorizontal  #exhibit a:focus,
.exhibit #MenuBar1 #exhibit a {
	color: #52621D;
}
.contact #sidebar1 {
	border-bottom-color: #77210C;
}
ul.MenuBarHorizontal  #contact a:hover, ul.MenuBarHorizontal  #contact a:focus,
.contact #MenuBar1 #contact a {
	color: #77210C;
}

