* {
	margin: 0;
}


body {
	font-size:1em;
	line-height:1.2em;
	font-family: Georgia, serif; /* choose overall font - go to www.typetester.org to test sizes and see the list of safe fonts - If the user doesnt have the first one, it try the second, and goes along the list until it finds a font that the computer has installed */
	color: #eeeeee; /* sets the overall background color */
	background-color: #222222;
}

body.section-1 { }
body.section-2 {
	color: #eeeeee;
}
body.section-3 { }


/* LINKS */
	
	
li.active a:link {
	text-decoration: none;
	color: #eeeeee;
	 }
li.active a:active {
	color: #F90;
	 }
li.active a:visited {
	text-decoration: none;
	color: #99947e;
	 }
li.active a:hover {
	text-decoration: underline;
	color: #FFF;
	 }

a:link {
	text-decoration: none;
	color: #F90;
	 }
a:active {
	text-decoration: none;
	 }
a:visited {
	text-decoration: none;
	color: #99947e;
	 }
a:hover {
	color: #F90
	 }
	
	/* any img that is a link */
	a img { 
	border: none; 
	background-color: none;
	}
/* Pre-Nav Text - Can be accessed in the Exhibit Settings */	
	.top-section {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 8px;
		padding-left: 10px; /* matches padding left in #menu ul */
		font-size: 12px;
		letter-spacing: 5px;
		line-height: 15px;
		color: #333333;
		font-style: none;
		font-family: Georgia, serif;
	}

/* MENU */

	#menu {
	background-position: 10px 10px;
	float: none;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	width: 220px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
	position: absolute; /* this make the menu stay in place while the content section scrolls*/
	height: 580px;
	font-size: 14px;
	line-height:15px;
	left: 18px;
	text-indent: 0px;
	}

/* This section controls each section made */ 
	#menu ul {
	list-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px; /* sets the space between each section */
	margin-left: 10px;
	/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
		padding: 0;
	padding-left: 14px;
	}
	

	#menu ul li {
		margin-top: 0px;
		margin-bottom: 5px;
	}
	

/* The following sets the style for the section heading */
	#menu ul li.section-title {
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFF;
	/* Following lines adds a line about each section */
		border-top-color: #8D8D8D;
	border-top-style: solid;
	border-top-width: 1px;
		}


/* CONTENT AREA */

	#content {
	position: absolute;
	width: 700px;
	height: 100%;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	left: 17px;
	top: -40px;
	}

	.container {
		margin-bottom: 25px;
	}

	#content p { /* sets the properties for all paragraphs in the content area */
	width: 450px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px; /* sets the space between paragraphs */
	margin-left: 0px;
	line-height: 16px;
	}

	p { /* sets the properties for all paragraphs  */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 250;
	}

/* HEADINGS */
	
	
	h1 {
	font-family: Helvetica, sans;
	font-size: 32px;
	line-height: 32px;
	color: #aaaaaa;
	padding-bottom: 0px;
	}
	
	h2 {
	font-family: Georgia, Swiss, serif;
	font-size: 20px;
	line-height: 40px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	padding-left: 4px;
	color: #eeeeee;
	}
	
	h3 {
	font-size: 14px;
	color: #eeeeee;
	font-weight: normal;
	}
	
	h4 {
	font-family: Helvetica, sans;
	font-size: 19px;
	line-height: 20px;
	color: #FFF;
	padding-bottom: 3px;
	font-weight: lighter;
	}
	h5 {
	font-family: Helvetica, sans;
	font-size: 15px;
	line-height: 32px;
	color: #eeeeee;
	padding-bottom: 4px;
	}
	h7 {
	font-family: Helvetica, sans;
	font-size: 10px;
	line-height: 12px;
	color: #eeeeee;
	letter-spacing: 1px;
	padding-bottom: 3px;
	}


/* IMAGES */

	#img-container	{ 
		margin: 0 0 20px 0; 
		padding: 0; 
	}
	
	#img-container p	{ 
		width: 400px; 
		margin: 0; 
		padding: 0 0 12px 0;
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
	}
	
	#once { clear: left; }

/* SLIDE SHOW - Navigation */
	
	p.nav a {
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
	font-size: 11px;
	font-color: #CCCCCC
	font-family: Georgia, serif;
	-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: #ffcc00;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: Georgia, serif;
		font-style: italic;
		padding-left: 20px;
	}
		
	#footer {
		bottom:25px;
		position:fixed;
		line-height: 14px;
	}
	
	#footercontact {
	bottom:25px;
	left:265px;
	line-height: 14px;
	position:fixed;
	}

