/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica-Neue, Helvetica, Arial, sans-serif;
	background: #fff;
	height: 100%;
}

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

li a { height: 2em; }
li a:hover {padding-left: 5px;}

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

.active a { color: #666; font-weight: bold; padding-left: 5px; }

a img { border: none; }

.header {
	font-weight: bold;
	font-size: 2em;
	line-height: 0.9em;
}

.section-title {
	font-weight: bold;
}

#menu {
    float: left;
    width: 175px;
    height: 100%;
    overflow: auto;
    background-color: #fff;
}

#menu .container {
    height: auto;
    padding: 10px;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0;
    top: 0;
    width: auto;
}

.container {
    padding: 0px;
    height: 100%;
    color: #666;
}

#content .container p {
    padding: 10px;
}

#content p { width: auto; }

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin: 0; padding: 0; height: 100%; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#d-col1 {
	float: left;
	height: 100%;
	max-height: 100%;
	overflow-x: hidden;
	padding: 0;
	padding-right: 15px !important;
}

#d-col1-imgs {
	padding: 10px 10px 0 10px;
}

#d-col1 a {
	display: block;
	margin: 0px;
	margin-bottom: 10px;
}

#d-col1 a img {
	height: auto;
}

#d-col2 {
	max-height: 100%;
	height: 100%;
	width: auto;
	margin: 0 0 !important;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
}

#d-col2-img {
	padding: 10px;
}

#d-col2 img {
	max-width: 100%;
}

#d-col2-img p {
	padding: 0 0 9px 0 !important;
}

.text {
	display: none !important;
}

.indexhibit {
	font-size: 0.7em;
	position: absolute;
	bottom: 0;
}

#once { clear: left; }