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

body {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	color: #000;
	line-height: 17px;
	border:none;
	}

body img{border:none;}




.copy {
	font-size: 8px;
	font-family: Helvetica, sans-serif;
	color: #ccc;
	line-height: 11px;
	margin-left: 8px;
	font-weight: bold;
	}

	
.descript {

	font-size: 22px;
	font-family: Helvetica, sans-serif;
	color: #898989;
	line-height: 25px;
	margin-top: 2px;
	margin-left: 0px;
	border-top: 5px solid #97E818;
	border-bottom: 5px solid #97E818;
	padding: 5px 0px 5px 0px;
	}
	
.block{ background-color:#fff;
	width:300;
	height:600;
}

.bold {
	color: #97E818;
	font-weight: bold;
}

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


.indexhibit {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0px;
	text-transform: lowercase;
	color:#ccc;
	}
	



#menu {
    width: 308px;
    overflow: auto;
    top: 15px;
    bottom: 0;
	left: 8px;
    position: fixed;
    height: 100%;
    margin-top:10px;
  
}

#menu a { 
margin-left:0px;
font-family: Helvetica, sans-serif;
font-size: 10px;
line-height: 24px;
letter-spacing: 1px;
text-transform: uppercase;
color:#39B54A;
font-weight:bold;
width: 890px;
text-decoration: none;

border:none;}
}
#menu img { text-decoration: none; border: none; }

#menu a:hover { text-decoration: none; border: none; color: #000; }
#menu a:visited { text-decoration: none; color: #39B54A; border: none;}
#menu a:visited:hover { text-decoration: none; color: #000; border: none;}

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


#menu ul li.section-title {
	font-family: Georgia, sans-serif;
	font-style: italic;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	text-transform: lowercase;
	color:#000;
	

	padding-bottom:0px;
	margin-top:10px;
	}

#menu ul li.section-title:hover {
	font-family: Georgia, sans-serif;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	text-transform: lowercase;
	color:#000;
	
		}
		

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

#content img:hover {
	color:none;
	background:none;
	border: none;
	}
	
.container {
    padding: 5px 20px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 20px; 
	color: #97E818; 
	font-weight: bold;
	}
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; }

.seal { margin-left: 300px;
		margin-top: 200px;}
		
.nav {
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #39B54A;
}

.nav a{	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #39B54A;
	text-decoration:none;
}

.nav a:hover {	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

#img-container {margin-top:36px;}

.cl {
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #39B54A;
}


