/* @group GLOBAL BASE */

/*
**  COPYRIGHT:      ©2007 Jamie Peloquin <http://www.jamiepeloquin.com>
**  CSS VERSIONS:   1::2.1
**  REV: $Rev: 21775 $ on $Date: 2019-11-14 17:11:34 -0500 (Thu, 14 Nov 2019) $ by $Author: aherzog $
*/

/* @group LAYOUT */

/* @group Reset */

* { margin: 0; padding: 0; }


body { position: relative; }

p, ul, ol, li, blockquote, h2, h3, h4, h5, h6, pre { margin: 1.3em 0; }
div.component li { margin: 0 0 0 2em; }
li, dd, blockquote { margin-left: 2em; }

* a { position: relative; z-index: 1;}
a, a img { border-width: 0px; }

/* @end */

/* @group Forms */

form {margin: 0 auto; position: relative;}
form .left {margin-right: 20px;}
form .field {
    line-height: 1.3em;
    padding: .3em;
}

fieldset {
	position: relative;
	margin-bottom: 2em;
	border: 1px dashed #888;
	}

legend {
	font-size: 14px;
	color: #888;
	padding: 0 .25em;
	background-color: #fff;
	}

/* IE 7 fix */
*:first-child+html fieldset {
	padding: auto 1em;
}

#content input, #content textarea {
	font-size: 11px;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}

#content input[type='submit'], #content input[type='button'] {
	font: menu;
	font-weight: bold;
	font-size: 11px;
}
label, legend {font-weight: bold;}
label + br {margin-bottom: 2px;}

input.full_width, textarea.full_width {
    width: 96%;
}

input.half_width, textarea.half_width {
    width: 46%;
}

fieldset.radiogroup span span {
    display: block;
}

form .error {
    color: black !important;
    border: 1px solid red;
}
form .error .error_message {
    color: red !important;
    font-weight: bold;
    display: block;
}

form .form_error_message {
    color: red !important;
    font-size: 13px;
    font-weight: bold;
    margin: 1em 0;
}

/* @end */

.clear,       .clearfloat       { clear: both;  }
.clear_left,  .clearfloat_left  { clear: left;  }
.clear_right, .clearfloat_right { clear: right; }

.hide { display: none; }

/* @end */

/* @group TYPOGRAPHY */


/* SAFARI TYPE-WEIGHT FIX */
body { -webkit-text-stroke:1px transparent; }

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}
/* /// */

body * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

h1 { font-size: 36px; font-weight: normal; }
h2 { font-size: 20px; font-weight: normal; }
h3 { font-size: 16px; font-weight: normal; }
h4 { font-size: 13px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

label, .label { font-weight: bold; }

.alert, .required, .error { color: #C00 !important; }
input.required  { color: #000 !important; }

ul.nomarker, ol.nomarker {
	list-style: none !important;
	padding-left: 0 !important;
}

ul.nomarker li, ol.nomarker li {
	margin-left: 0 !important;
}

.contributed_by {
	font-size: 85%;
	font-weight: normal;	
}

/* @end */

/* @group PAGINATION */

.multi_page_header {
	color: #888;
	font-size: .875em;
}


div.multi_page_footer {
	clear: both;
}

div.multi_page_footer ul {
	position: relative;
	display: block;
	padding: 0;
	margin: 1.4em 0;
	list-style: none;
}

div.multi_page_footer li, div.multi_page_footer a {
	float: left;
	position: relative;
	display: block;
	padding: .5em .75em;
	margin: 0;
}

div.multi_page_footer ul li{
	margin: 0 .25em;
}

div.multi_page_footer a {
	/*border: 2px solid #ddd;*/
	text-decoration: underline;
	white-space: nowrap;
}

div.multi_page_footer ul li a {
	float: none;
	margin: -.5em -.75em;
	border-color: #fff;
	text-decoration: underline;
}

div.multi_page_footer ul li.current_page a {
	background-color: #fdfdd9;
}

div.multi_page_footer a:link:hover, div.multi_page_footer a:visited:hover {
	border-color: inherit;
}

/* @end */

/* @group ACCESSIBILITY */

dfn.accessibility {
    position: absolute;
    left: -6000px;
    }

#nav-accessibility {
    position: absolute;
    left: -6000px;
    }

/* @end */

/* @group PRINT */

@media print {

.pgbreak {
    page-break-after: always;
}

}



/* @end */

/* @end */

/* styling taken from VMI */
.zoom_trigger {
    cursor: pointer;
    position: absolute;
    top: 11px;
    left: 12px;
    background-color: white;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.zoom_trigger img {
    border: none !important;
}

.zoom_container {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 700px;
    height: 400px;
    background-color: white;
    border: 8px solid #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,.45);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.45);
    box-shadow: 0 4px 8px rgba(0,0,0,.45);
}

.zoom_container.fullpage {
    top: 0 !important;
    left: 0 !important;
}

.zoom_container a.zoom_close {
    height: 20px;
    width: 20px;
    z-index: 10001;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: black;
    color: white;
    text-align: center;
    cursor: pointer;
}

/* MHO Global Layout CSS */

/* @group MHONLINE-LAYOUT.CSS */

/* @group Page Layout */

body {
    position: relative;
    padding: 0;
    margin: 0;
}

#pageshadow {
    position: relative;
    margin: 0 auto;
    width: 1052px;
}

#page-wrapper {
    position: relative;
    margin: 0 28px 0 26px;
    padding: 0;
}

#page-effect {
    position: relative;
    padding: 0;
    padding-left: 72px;
}

.component {
    position: relative;
    display: block;
}

/* 	JS-HIDE
**	js-hide is used to swap-out the initial css style with
**  inline CSS [style="display:none"], using javascript.
**	This helps with the "flashing" issue of content that is hidden
**	after the DOM loads and keeps the content accessible to
**  audio, print, tty, etc.
*/
@media screen,projection,handheld,tv {

.js-hide {
    display: none;
}

}
/* -- end JS-HIDE -- */

/* @end */

/* @group MMN Bar */

#mmn-bar {
    display: none;
}

/* @end */

form {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    margin-bottom: 1.5em;
}
fieldset {
    padding: 8px;
}
form * {
    font-size: 10px;
    margin: 0;
}

/* @group Masthead Layout */

#masthead {
    position: relative;
    height: 158px;
    width: 926px;
    border: 0 solid #400;    
    border-bottom-width: 2px;
}

#masthead #mhs-link {
    position: absolute;
    width: 72px;
    height: 158px;
    top: 0;
    left: -72px;
}

/* @end */

/* @group Content Layout */

#content-wrapper-outer {
	position: relative;
    padding-top: 60px;
    padding-bottom: 180px;
    background: url(../common/content-wrapper-bg.jpg) no-repeat left bottom;
}

/* IE6 - #content-wrapper-outer */
* html #content-wrapper-outer {
	height: 1%;
}


#content-wrapper-inner {
    padding: 0 16px 3em 52px;
}

#content-wrapper-inner .leadimg, #content-wrapper-inner .leadimg img {
    display: block;
    position: relative;
}

#content-wrapper-inner .leadimg {
    margin-right: -16px;
}



.column1 {
	position: relative;
    float: left;
}


.column2 {
	position: relative;
    float: right;
}

/* IE6 .column1, .column2 */
* html .column1, * html .column2 {
    height: 1%;
}


.align-left, .imgpos-left img {
    float: left;
}

.align-right, .imgpos-right img {
    float: right;
}

img.align-left, .imgpos-left img {
    margin-right: 0.5em;
}

img.align-right, .imgpos-right img {
    margin-left: 0.5em;
}

.photobox-left, .photobox-right, .photobox-center {
    position: relative;
    display: block;
    padding: 13px;
    border: 1px solid;
	margin-bottom: .25em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 1px 2px 4px #bbb;
	-moz-box-shadow: 1px 2px 4px #bbb;
	-webkit-box-shadow: 1px 2px 4px #bbb;
	-o-box-shadow: 1px 2px 4px #bbb;
}

.photobox-left cite, .photobox-right cite, .photobox-center cite, .photobox-left dfn, .photobox-right dfn, .photobox-center dfn {
    display: block;
}

.photobox-left img,.photobox-right img,.photobox-center img {
    display: block;
    margin: 0 auto;
}


.photobox-left, .comp-left {
	float: left;
	margin-right: 1em;
    width: auto;
}

.photobox-right, .comp-right {
	float: right;
	margin-left: 1em;
    width: auto;
}

.photobox-center, .comp-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.comp-left .photobox-left, .comp-right .photobox-right, .comp-center .photobox-center {
    margin: 0;
    float: none;
}


/* IE6 .photobox-left, .photobox-right, .photobox-center */
* html .photobox-left, * html .photobox-right, * html .photobox-center, * html .comp-left, * html .comp-right {
    height: 1%;
}

* html .comp-right
{
    float: right;
}

* html .comp-left
{
    float: left;
}

#outer-wrapper-cap-top {
    width: auto;
    position: relative;
    left: 0px;
    top: -22px;
}

/* @group Sidebar */


#page-wrapper.sidebar #inner-content {
    float: left;
    width: 600px;
}

#page-wrapper.sidebar #outer-sidebar {
    float: right;
    position: relative;
    width: 238px;
    top: 3px;
    right: -2px;
    padding: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}

#page-wrapper.sidebar #inner-sidebar {
    position: relative;
	padding: 16px;
	top: -3px;
	right: 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}

.nosidebar #outer-sidebar {
    display: none;
}


.sidebar-item {
    margin-bottom: 2em;
}
/* @end */


/* @end */

/* @group Navigation Layout */

#nav-main-wrapper,
#nav-main {
    position: absolute;
    height: 50px;
    width: 926px;
    top: 0;
    z-index: 5000;
    margin: 0;
    padding: 0;
}

#nav-main-wrapper {
    background: url(../common/nav-dropshadow.png) repeat-x left bottom;
}

* html #nav-main-wrapper {
    background: none;
}

#nav-main,
#nav-main ul {
    list-style: none;    
}

#nav-main {
	height: 40px;
}

#nav-main li {
	padding: 0;
	margin-left: 0;
}

#nav-main li.navlevel1 {
	font-size: 95%;
	padding: 14px 0;
	margin: 0;
	margin-right: -2px;
	float: left;
}

#nav-main li.navlevel1 a {
	display: block;
	padding: 0 14px;
	cursor: pointer;
}

#nav-main li.navlevel1 a.navlevel1 {
	border: 0 solid #400;
	border-width: 0 2px;
}

#nav-main ul {
	position: absolute;
	top: 24px;
	left: auto;
	z-index: 2000;
	padding: .5em 0;
	box-shadow: 2px 4px 4px rgba(100, 100, 100, 0.8);
	-moz-box-shadow: 2px 4px 4px rgba(100, 100, 100, 0.8);
	-webkit-box-shadow: 2px 4px 4px rgba(100, 100, 100, 0.8);
	-o-box-shadow: 2px 4px 4pxrgba(100, 100, 100, 0.8);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	-o-border-bottom-right-radius: 4px;
}

#nav-main li.navlevel2 {
    border-width: 0;
    margin: 0;
}

#nav-main li.navlevel2 a {
    border-width: 0;
    padding-top: .5em;
    padding-bottom: .5em;
} 

#nav-main.breadcrumb {
	width: 884px;
    padding-left: 42px;
    line-height: 40px;
}

#nav-main.breadcrumb a {
    padding: 0 10px;
}

#nav-footer {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

#nav-footer li {
    padding: 0;
	margin: 8px 0;
	margin-right: -1px;
	float: left;
	border: 0 solid #400;
	border-width: 0 1px;
}

#nav-footer li a {
	display: block;
	padding: 0 12px;
}

/* IE 6 */
* html #nav-main li.navlevel1 {
	font-size: 90%;
}

* html #nav-main li.navlevel1 a {
	padding: 0 10px;
}

* html #nav-main ul {
    border: 0 solid;
    border-color: #888 #aaa;
    border-width: 0 2px 2px 0;
}

* html #nav-main ul#navlink3Sub {
    width: 270px;
}

* html #nav-main ul#navlink4Sub {
    width: 200px;
}

* html #nav-footer {
    position: relative;
}

* html #nav-footer li {
    position: relative;
}

/* @end */

/* @group Footer Layout */

#footer {
	position: relative;
	height: 116px;
	margin-top: -180px;
	clear: both;
    padding: 32px 110px 32px 250px;
    background: url(../common/footer-nehlogo.png) no-repeat 52px 32px;
}

#footer address {
    border: 0 solid;
    border-top-width: 2px;
    padding: 16px 0;
}

#footer address cite, #footer address dfn {
	position: relative;
	display: block;
	width: 50%;
	float: left;
	font-style: normal;
}

/* IE 6 */
* html #footer address cite, * html #footer address dfn {
    position: static;
}

* html #footer {
	height: 1%;
    background: url(../common/footer-nehlogo-alt.png) no-repeat 52px 32px;
}

/* @end */

/* @group Clears */

/* Clear floats for browsers supporting :after */

.clearfloats:after {
	content: "." !important;
	display: block !important;
	height: 0 !important;
	clear: both !important;
	visibility: hidden !important;
}

/* self-clearing floats for IE 6 */

* html *.clearfloats {
	height: 1%;
}

/* self-clearing floats for IE 7 */

*:first-child+html .clearfloats {
	min-height: 1px !important;
}

/* @end */

/* @end */
/* @group MHONLINE-TYPOGRAPHY.CSS */

/* @group Page Type */

body {
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 100%;
}



/* @end */

/* @group Masthead Type */

#masthead h1 {
    position: absolute;
    top: -100em;
}



/* @end */

/* @group Content Type */

#content-wrapper-inner {
	/* Font Size: 15.2px */
    font-size: .95em;
    line-height: 1.4;
}

* html #content-wrapper-inner {
    font-size: 14px;
}

h2 {
	margin-top: .75em;
	margin-bottom: 1em;
    font: italic bold 2.35em/1 "Times New Roman", Times, serif;
}

h3 {
	margin-bottom: -.75em;
    font: normal bold 1.25em/1.2 Verdana, "Bitstream Vera Sans", sans-serif;
}

#inner-content .component h3 {
    margin-bottom: 0;
}

.leadin {
    font: italic bold 1.5em "Times New Roman", Times, serif;
}

.photobox-left,
.photobox-right,
.photobox-center {
	font-size: .75em;
	line-height: 1.1;
	text-align: center;
}

.photobox-left a,
.photobox-right a,
.photobox-center a {
	font-weight: bold;
}

.photobox-left cite,
.photobox-right cite,
.photobox-center cite,
.photobox-left dfn,
.photobox-right dfn,
.photobox-center dfn {
	font-style: normal;
	font-size: .75em;
}

#pageCount {
    color: #888;
    font-size: 0.75em;
    margin-top: 0;
}

body.essay #content-wrapper-inner {
    font-size: 0.75em;
}

body.essay .leadin {
    font: italic 0.95em Verdana, "Bitstream Vera Sans", sans-serif;
}

/* @group Sidebar */
#inner-sidebar {
    font-size: 0.75em;
}

#inner-sidebar h2 {
	margin: 0;
	margin-bottom: .75em;
    font: normal bold 1.5em/1.2 Verdana, "Bitstream Vera Sans", sans-serif;
}

#inner-sidebar h3, #inner-sidebar .header3 {
	margin: 0;
    font: normal bold 145%/1.4 Verdana, "Bitstream Vera Sans", sans-serif;
}


#inner-sidebar .imgpos-center h3, #inner-sidebar .imgpos-left h3, #inner-sidebar .imgpos-right h3 {
	font-size: 105%;
}


.sidebar-item img {
    margin-bottom: 0.5em;
}

.sidebar-item p {
    clear: left;
}

/* @end */

/* @end */

/* @group Navigation Type */

#nav-main {
    font-size: .75em;
}

#nav-main a {
	text-decoration: none;
	border-width: 0;
}

#nav-main li.navlevel1 a.navlevel1 {
	font-weight: bold;
	line-height: 1em;
}

/* @end */

/* @group Footer Type */

#footer {
    font-size: .5em;
}

/* @end */

/* @group HOME */

.previewimg {
	font-weight: normal;
	font-size: .75em;
}

#tableOfContents h2 {
    margin: 0 0 .5em 0;
    font-weight: normal;
    font-style: normal;
}

#tableOfContents h3 {
    margin: 0;
    font: normal normal 1.6em/1.4 "Times New Roman", Times, serif;
    border: 0 solid;
    border-bottom-width: 2px;
    padding-bottom: .25em;
}

.toc ul {
    font-size: .75em;
}

.toc ul a:hover,
.toc ul a:focus {
    font-weight: bold;
}

#tableOfContents .previewimg dfn, #tableOfContents .previewimg cite {
    text-decoration: none !important;
    border-width: 0 !important;
    font-weight: normal !important;
    text-align: right;
}


/* @end */

/* @end */
/* mhoexhibit */

/* @group MHO EXHIBITS LAYOUT */

/* @group Sidebar */

#page-wrapper.sidebar #outer-sidebar {
    margin-top: 76px;
}

/* @end */

/* @group EXHIBITS */


#paginationbar-top, #paginationbar-bottom {
	padding: 0;
	border: 0 solid #666;
	width: auto;
	margin: 0;
	line-height: 30px;
	background: transparent none;
}

div#inner-content div#paginationbar-top {
	position: relative;
	height: 60px;
	background-repeat: repeat-x;
	overflow: hidden;
}

div#inner-content div#paginationbar-bottom {
	position: relative;
	height: 30px;
	overflow: hidden;
}

div#inner-content div.paging-back {
	position: absolute;
	top: 0px;
	left: 300px;
	padding: 0 15px;
	width: 250px;
	height: 32px;
}

div#inner-content div.paging-back {
	left: 400px;
}

div#paginationbar-top *, div#inner-content div#paginationbar-bottom * {
	font-size: 11px;
}

div#inner-content div.paging-info, div#inner-content div.paging-links {
	line-height: 32px;
}

div#inner-content div.paging-info {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 15px;
	height: 32px;
}


div#inner-content div.paging-links {
	position: absolute;
	width: 100%;
	top: 0px;
	right: 0px;
	padding: 0 0;
	height: 32px;
	text-align: center;
}

div.paging-links .forward {
	position: absolute;
	width: 200px;
	top: 0px;
	right: 0px;
	height: 32px;
	text-align: right;
}

div#inner-content div.viewtype {
	position: relative;
	top: 32px;
	width: 100%;
	height: 30px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-width: 1px 0 0 0;
}

div#inner-content div.viewtype a {
	float: left;
	width: auto;
	padding: 0 1em;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	background: #fff repeat-x left bottom;
	border: 1px solid #ccc;
	border-width: 0 1px;
	margin-right: -1px;
}

div#inner-content .slide {
	position: relative;
	width: 100%;
	margin: 0 0 1.5em;
	border: 1px solid;
	background-repeat: repeat-y;
}

div#inner-content .slide {
	margin: 64px 0;
}

div#inner-content .slide-top, div#inner-content .slide-bottom {
	width: 0px;
	height: 0px;
}

div#inner-content .slide-photobox, div#inner-content .slide-photobox h3, div#inner-content .slide-photobox cite {
	text-align: center;
}

div#inner-content .slide-photobox h3 {
	font-weight: normal;
}

div#inner-content .slide-photobox h3 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

div#inner-content .slide-photobox cite {
	font-style: normal;
	font-size: 11px;
	line-height: 1.2em;
	display: block;
	margin: 1em 0;
}

div#inner-content .slide[id] .slide-photobox cite {
	margin-top: 0;
}

div#inner-content .slide-photobox {
	float: left;
	width: 260px;
	padding: 0 5px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin-bottom: -1px;
	margin-right: 0;
}

div#inner-content .slide-photobox img {
	margin: 0.5em 0 0 0;
	border: 5px solid;
}

div#inner-content .slide-number {
	position: absolute;
	top: -32px;
	left: -1px;
	width: 220px;
	height: 30px;
	z-index: 1;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid;
}

div#inner-content .slide-story {
	float: left;
	width: 470px;
	padding: 0 20px;
}

div#inner-content a.btn-backtotop {
	display: block;
	position: relative;
	width: 28px;
	height: 28px;
	margin: auto;
	background-repeat: no-repeat;
}

a.btn-backtotop:hover {
	cursor: pointer;
}

.exhibit-list div#inner-content .slide-photobox {
    width: 210px;
}

/* @end */



/* @end */

/* @group MHO EXHIBIT TYPOGRAPHY */

#inner-content h2 {
    margin-right: -256px;
}

/* @end */

/* @group MHONLINE-COLORSCHEME.CSS */

/* @group Page Color */

body {
    background-color: #9B8C58;
    color: #0a0a0a;
}

#pageshadow {
    background: transparent url(../common/pageshadow-bg.jpg) repeat-y;
}

#page-effect {
    background: #fff url(../common/wrapper-verticalbar.png) repeat-y;
}

#page-wrapper {
    background: url(../common/content-wrapper-bg.jpg) no-repeat left bottom;
}

/* IE 6 */
* html #page-effect {
    background-image: url(../common/wrapper-verticalbar-alt.png);
}


/* @end */

/* @group Masthead Color */



/* @end */

/* @group Outer Wrapper Cap Top */

div#outer-wrapper-cap-top {
    display: none;
}

/* @end */

/* @group Content Color */
.leadin {
	color: #400;
}

#content-wrapper-inner a {
    color: #500;
}

#content-wrapper-inner a:hover,
#content-wrapper-inner a:focus {
    color: #a00;
}

#content-wrapper-inner a:active {
    color: #929000;
}

#content-wrapper-inner a:visited {
    color: #935100;
}

h2, h3 {
	color: #400;
}

.photobox-left, .photobox-right, .photobox-center,.photobox-left img, .photobox-right img, .photobox-center img {
	background-color: #c96;
	border-color: #724231;
	border-width: 1px;
}

.photobox-left, .photobox-right, .photobox-center, #content-wrapper-inner .photobox-left a, #content-wrapper-inner .photobox-right a, #content-wrapper-inner .photobox-center a {
	color: #fff;
}


.photobox-left cite,.photobox-right cite,.photobox-center cite,.photobox-left dfn,.photobox-right dfn,.photobox-center dfn {
	color: #fff;
}

#page-wrapper.sidebar #inner-sidebar {
	background-color: #f4e4b1;
}

#outer-sidebar {
    background-color: #aaa;
    border: 1px solid #ddd;
}

/* @end */

/* @group Navigation Color */

#nav-main {
    background: #d1b963 url(../common/nav-bg.png) repeat-y;
}

* html #nav-main {
    background: #d1b963 none;
}

#nav-main ul {
    background-color: #d1b963;
}

#nav-main a {
    color: #400;
}

#nav-main li.navlevel1:hover a.navlevel1,
#nav-main a:hover,
#nav-main a:focus {
    color: #fff;
}

#nav-main a.active {
    color: #fff;
}

#nav-main a.navlevel2:hover,
#nav-main a.navlevel2:focus {
	background-color: #400;
}

#nav-main.breadcrumb,
#nav-main.breadcrumb a {
    color: #fff;
}

#nav-main.breadcrumb a.active {
    color: #400;
}

#nav-footer a:hover,
#nav-footer a:focus {
    color: #941100;
}

#nav-footer a:active {
    color: #929000;
}

/* @end */

/* @group Footer Color */

#footer,
#footer a {
    color:  #6b5b16;
}

#footer address {
    border-color: #400;
}

/* @end */

/* @group Pagination */

div.multi_page_footer ul li.current_page a {
	color: #500 !important;
	background-color: #f4e4b1;
	text-decoration: none;
}

/* @end */

/* @group EXHIBITS */

#paginationbar-top, #paginationbar-bottom {
	border-color: #ddd;
}

a.btn-backtotop {
	background: url(../common/exhibit-backtotop.png) no-repeat;
}

.slide-photobox h3, .list-photobox h3 {
	color: #622d25;
}

#paginationbar-top, #paginationbar-bottom {
	background-image: none;
}

#paginationbar-top {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: -1px;
}

div#inner-content div.viewtype a {
	background-image: url(../common/toolbarbutton-bg.png);
	background-color: #f0f0f0;
}

div#inner-content div.viewtype a:hover {
	background-color: #fffced;
}

div#inner-content div.viewtype a.on, div#inner-content div.viewtype a.on:hover {
	background-image: url(../common/toolbars-bg.png);
	color: #444;
	background-color: #f0f0f0;
}

div#inner-content .slide {
	border-color: #eaeaea;
	background-color: #fff;
}

div#inner-content .slide-number {
	border-color: #eaeaea;
	background-color: #eaeaea;
	background-image: url(../common/toolbarbutton-bg.png);
}

div#inner-content .slide-photobox {
	border-color: #ffc;
    background-color: #dac67f;
}

div#inner-content .slide-photobox img, div#inner-content .slide-photobox img {
	border-color: #ddd !important;
}
/* @end */

/* @end */
