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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff url(/images/main_bg.gif) repeat;
	color:#593319;
}

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

a:link { text-decoration: none; color: #593319;}
a:active { text-decoration: none; color: #593319;}
a:visited { text-decoration: none; color: #593319; }
a:hover { text-decoration: underline; color:#EF4123;}

a img { border: none; }

#menu {
    width: 189px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #81502e;
	text-align:right;
	margin:0 40px 0 0;
	padding:0 40px 0 0;
	background:transparent url(/images/menu_bg.gif) repeat-y;
	z-index:9999;
}

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

#menu ul li{
	margin: 2px 0 0 0;
}

#menu .container {
	margin: 0 30px 0 0;
}

#menu ul li.section-title {
	color:#EF4123;
	font-weight:bold;
	border-bottom:2px dotted #E6B122;
	padding:2px;}

#menu ul li.section-title:hover {
	color:#D4EFFC;
	border-bottom:2px dotted #D4EFFC;}
	

#content {
    height: 100%;
    margin: 20px 0 0 235px;
    top: 0;
}

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

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

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; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.nav a:link, .nav a,.nav a:active, .nav a:visited{
	color:#EF4123;
	font-weight:bold;
	}

a:link,h1{
	color:#D4EFFC;}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited, #menu ul li a { text-decoration: none; color: #D4EFFC;}
#menu ul li a:hover { text-decoration: underline; color:#EF4123;}
	
h4,h3 {
	color:#EF4123;margin:0 0 20px 0;}

#content ul li {
	list-style-image:url(/images/arrow.png)
}

#content ul li a{
	color:#EF4123;
}

#indexhibit {
	margin:5px 0 5px 5px;
	color:#D4EFFC;
	font-size:7px;
}

#copyright {
	margin:50px 0 5px 0;
	color:#D4EFFC;
	font-size:9px;
}

#indexhibit a,#indexhibit a:link,#indexhibit a:visited,#indexhibit a:active{
	color:#D4EFFC;}
	
.section-1 .container ul {
	margin:0 0 15px 0;}
	
.section-1 #content .container {
	font-family:georgia, trebuchet;
	font-size:12px;
	line-height:14px;
	color:#EF4123;
	}

.section-1 #content .container p{
	width:650px;}

.section-1 #content .container a, .section-1 #content .container a:link, .section-1 #content .container a:visited, .section-1 #content .container a:active{
	size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;}

i strong {
	color:#EF4123;
	text-decoration:none;
	font-size:14px;
	margin:0 40px 0 0;}

#theform {
	height:800px;}
	
#iframed {
	overflow:visible;
	height:900px;}
	