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

body {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	background: #fff;
	line-height: 16px;
	color: #000;
	font-weight: normal;
}

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

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

/** styling for the slideshow exhibits
*/
.nav {
	height: 10px;
	color: #90F;
}

#logo  {
	margin-bottom: 36px;
}

#next  {
	color: #90F;
	font-size: 14px;
	font-weight: bold;
}

#prev  {
	color: #90F;
	font-size: 14px;
	font-weight: bold;
}

/***/

a img { border: none; }

#menu {
	width: 204px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 533px;
	background-color: #fff;
	margin-top: 46px;
	margin-left: 46px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#menu ul {
	list-style: none;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 4px;
}

#menu ul li.section-title {
	color: #000;
	font-weight: bold;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 46px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
}



#content p { width: 552px; margin-bottom: 9px; }

.container {
    padding: 5px 5px 25px 5px;
}


p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	width: 552px;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	line-height: 16px;
	color: #000;
	width: 552px;
}
h4 {
	font-size: 9px;
	color: #000;
}

copyright {
	font-size: 9px;
	color: #333;
	position: absolute;
	bottom: 10px;
	line-height: 12px;
}

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

#once { clear: left; }