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


#infodiv {
postion: liquid;
top: 0;
bottom: 300px;
left: 0;
font-size: 10px;
font-family: Georgia, sans-serif;
background: #ffffff;
color: #000000;
padding: 0px 0px 0px 0px;
}

body {
font-size: 12px;
font-family: Georgia, serif;
color: #000000;

}

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

li.section-title { 

text-decoration: none;
color: #F0E68C;
font-weight: bolder;

}

.top-section {
text-decoration: underline;
letter-spacing: 0px;
font-style: italic;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px; /* matches padding left in #menu ul */
font-size: 12px;
line-height: normal;
color: #FFFF99;
font-family: Georgia, serif;

}

a:link { 
font-style: italic; 
text-decoration: none; color:#999999  

}

a:active { 
font-style: italic; 
text-decoration: none; 

}

a:visited { 
font-style: italic; 
text-decoration: none; color:#999999; 

}

a:hover { 
font-style: italic; 
background-color: #FFFF99;
text-decoration: none;
color: #000000 

}

a img {
border: none; 

}

#menu {
margin-left: 0px;
margin-bottom: 0px;
margin-right: 20px;
margin-top: 0px;
padding-bottom: 10px;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
max-height: 100%;
min-height: 100%;
width: 140px;
overflow: auto;
top: 0;
bottom: 0;
left: 0;
position: fixed;
height: 500px;
background-color: #000000;
color: #ffffff;
	
}

#menu ul {
border-style: none;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-top: 0px;
list-style: none;
}

#menu ul li {
margin: 0px;
}

	/* The following selectors style the "Built with Indexhibit" on the menu */	
		
#menu ul.built {
font-weight: bold;
color: #000000;
font-size: 10px;
font-family: "Courier New", Courier, Monaco, monospace;
margin-bottom: 0;

}

#menu ul li.section-title {
margin-bottom: 0px;
margin-top: 10px;
font-family: Georgia, serif;
font-style: italic;
font-size: 15px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
color: #ffffff;
/* Following lines adds a line about each section */
border-top-color: #373535;
border-top-style: solid;
border-top-width: 2px;

}
	
	
#content {
max-width: 900px;
margin-left: 200px;
margin-bottom: 0;
margin-right: 0;
margin-top: 30px;
position: liquid;
height: 100%;
top: 0;

}

		/* The following changes the link colors for only the "Built with Indexhibit" link */
		/* This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
		
		#copy {
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-size: 10px;
			color: #000000;
			margin-top: 5px;
			padding-top: 10px;
			border-top-color: #cccccc;
			border-top-style: solid;
			border-top-width: 1px;
		}

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

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

}

p {
margin: 0 0 9px 0;
}

h1,h2 {
padding-bottom: 5px;
padding-top: 5px;
padding-right: 10px;
padding-left: 10px;
width: 380px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
font-style: italic;
color: #FFFFFF;
background-color: #000000;
font-family: Georgia, serif;
font-size: 25px; }

h1 { font-size: 25px; }
h2 { font-size: 12px; }

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

#once { clear: left; }

#iframed { max-height: 10000px; min-height: 7000px; overflow: hidden; }

