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


#infodiv {
	postion: liquid;
	top: 0;
	bottom: 300px;
	left: 0;
	font-size: 9px;
	font-family: Andale Mono;
	background: #ffffff;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

body {
	font-size: 12px;
	font-family: Andale Mono;
	color: #000000;
}

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

li.section-title {
	text-decoration: none;
	color: #00ffda;
	font-weight: bolder;
}

.top-section {
	text-decoration: underline;
	letter-spacing: 0px;
	font-style: normal;
	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: #00ffda;
	font-family: Andale Mono;
}

a:link {
	font-style: normal;
	text-decoration: none;
	color:#000000
}

a:active { 
font-style: normal;
	text-decoration: none;
	color:#000000 

}

a:visited { 
font-style: normal;
	text-decoration: none;
	color:#000000

}

a:hover {
	font-style: normal;
	background-color: #00ffda;
	text-decoration: none;
	color: #000
}

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: 225px;
overflow: auto;
top: 0;
bottom: 0;
left: 0;
position: fixed;
height: 500px;
background-color: #ffffff;
color: #7C7C7C;
	
}

#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: 9px;
	font-family: Andale Mono;
	margin-bottom: 0;
}

#menu ul li.section-title {
	margin-bottom: 0px;
	margin-top: 10px;
	font-family: Andale Mono;
	font-style: normal;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	/* Following lines adds a line about each section */
border-top-color: #636363;
	border-top-style: solid;
	border-top-width: 0.5px;
}
	
	
#content {
max-width: 1000px;
margin-left: 270px;
margin-bottom: 0;
margin-right: 0;
margin-top: 5px;
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: Andale Mono;
			font-size: 9px;
			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: 500px;
margin-bottom: 9px; 

}

p {
	margin: 0 0 9px 0;
	color: #333;
}

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: Andale Mono;
	font-size: 13px;
}

h1 { font-size: 13px; }
h2 { font-size: 13px; }

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

#once { clear: left; }

#iframed { max-height: 900000px; min-height: 800000px; overflow: hidden; }

