/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('CartoGothicStd-Book-webfont.eot');
    src: url('CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('CartoGothicStd-Book-webfont.woff') format('woff'),
         url('CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
outline: 0;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: 'CartoGothicStdBook',Georgia, Arial, Sans-Serif;
	background: #fff;
        text-decoration: none; 
        color: #666;
        background-color: #ffffff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #999999; }

a img { border: none; }




	#menu {
		width: 210px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
		overflow: auto;
		top: 0;
		bottom: 0;
		left: 0;
		position: fixed; /* this make the menu stay in place while the content section scrolls*/
		height: 100%;
		background-color: #ffffff;
		padding-top: 5px; /* change to match the padding-top in #content if you want them to align */
		padding-bottom: 25px;
		/* padding-left & right can be changed in #menu ul - below */
		font-size: 12px;

	}

#menu ul {
	list-style: none;
	margin: 20px 0 12px 0;
}

#menu ul li.section-title {
  border-top:1px solid #cccccc;
  font-style: none;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  margin-bottom: 5px; 
  padding:10px 0;
}
#menu ul li.active a {
  font-style: none;
  font-weight: normal;
  color: #999999;
  font-size: 13px;
}
#menu li {
  line-height: 15px;
  padding: 3px 0px;
}

#menu li a {
  font-style: none;
  font-weight: normal;
  color: #000000;
  font-size: 13px;
}
#menu li a:hover {
  font-style: none;
  font-weight: normal;
  color: #999999;
  font-size: 13px;
}



#content {
    height: 100%;
    margin: 48px 0 0 280px;
    top: 0;
    line-height: 14px;
}

.container {
    padding: 30px 0px 25px 25px;
}

#content p { width: 400px; margin-bottom: 0px; }

p {
    margin: 0 0 9px 0;
}

.footer_indexhibit { 
        
        position: fixed; 
        bottom: 20px; 
        left: 20px;
        background-color: transparent;
        z-index: 1;
        font-size: 9px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container .captioning .title { margin-top: 12px; font-weight: bold;color:#000; }
#img-container .captioning .caption { }

p.nav a {
		background-color: #F8F2E9;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family: inherit;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
	p.nav a:hover {
		background-color: #030000;
	}

#once { clear: left; }