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

body {
	font-size:10px;
	font-family: Helvetica;
	background: #ffff;
	color: #282828;
}

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

a:link { text-decoration: none; color: #282828; background: #ffff; }
a:active { text-decoration: none; color: #282828; }
a:visited { text-decoration: none; color: #282828; }
a:hover { text-decoration: none; color: #FF0894; background: #ffff; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #ffff;
	color: #282828; 
}
	/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
	       
	       
	        .top-section {
	                padding-top: 0px;
	                padding-right: 0px;
	                padding-bottom: 8px;
	                padding-left: 25px; /* matches padding left in #menu ul */
	                font-size: 24px;
	                line-height: 24px;
	                color: #666666;
	                font-style: italic;
	                font-family: Georgia, serif;
	        }

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

#menu ul li.section-title { line-height: 15pt; border-bottom-color: black; border-bottom-style: ridge ;
d. border-bottom-width: 100px; color: #282828; font-size:10pt; font-family: Helvetica;}

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

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

#content p { width: 650px; margin-bottom:15px; line-height:13pt; margin-left: 20px; font-size: 9pt; color: #282828;}

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: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

	.nav {
color: #282828;
}

	/* SLIDE SHOW - Navigation */
    
	        p.nav a {
	                background-color: #ffff;
	                padding-top: 3px;
	                padding-right: 9px;
	                padding-bottom: 3px;
	                padding-left: 9px;
	                font-size: 11px;
	                font-family: Helvetica;
	                -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: #ffff;
	        }
	       
	        p.nav span#num {
	                letter-spacing: 2px;
	                font-family: Helvetica;
	                font-style: none;
	                padding-left: 20px;
	        }

