/**
* CSS
* 
* @version 1.1
* @author Vaska 
* @author Gregory Cadar
* @author Erin Kilkenny

888888   888888  888888   888888
88   88    88    88   88  88   88
888888     88    888888   88   88
88   88    88    88  88   88   88
888888   888888  88   88  888888

 88888   888888  888888   888888   88     888888
88   88    88    88   88  88   88  88     88
88         88    888888   88   88  88     88888
88   888   88    88  88   88   88  88     88
 88888   888888  88   88  888888   888888 888888

*/
* {
	margin: 0;
	padding: 0;
}

body {
	color:#000;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	line-height: 16px;
	line-height: 24px;
}

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

a:link { 
	text-decoration: none;
	color: #000;
}

a:active { 
	text-decoration: none;
	color: #000;
	background-color:#ffff00;
}

a:visited { 
	text-decoration: none;
	color: #000;
}

a:hover { 
	text-decoration: none;
	color: #000;
	background-color:#ffff00;
}

a img { 
	border: none;
	background-color:#fff;
	}
	
#break {
margin-top:15px; 
margin-bottom:15px;
}

#menu {
    width: 280px;
    overflow: auto;
	margin: 0px 0px 0px 15px;
    position: fixed;
    height: 100%;
	background-image:url(/img/75bg.png);

}

#menu ul {
	list-style: none;
	margin: 0px 0px 15px 0px;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	line-height: 16px;
}

#menu ul li.section-title {
	color:#000;
	/*font-style:italic;*/
	list-style-type: disc;
	text-transform:uppercase;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	line-height: 16px;
}

/* For title at top of menu */
#title {
margin : 0px, 0px, 0px, 0px;
padding : 0px;
font-size: 24px;
font-family: Helvetica, Arial, sans-serif;
text-transform: uppercase;
text-align : left;
line-height: 30px;
}

/* Divs used manually in indexhibit text entry area for organization & text formatting. */

#title2 {
margin : 0px, 0px, 0px, 0px;
padding : 0px;
font-size: 16px;
font-family: Helvetica, Arial, sans-serif;
text-transform: uppercase;
text-align : left;
line-height: 16px;
}

#details { 
margin : 0 0 0 0;
padding :0px;
font-size: 9px;
font-family: Helvetica, Arial, sans-serif;
text-align : left;
line-height: 14px;
}

#description { 
margin : 0 0 0 0;
width: 600px;
padding :0px;
color:#000;
font-size: 14px;
font-family: "Courier New", Courier, monospace;
background: #fff;
line-height: 20px;
}

/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings. divs are in index.php */
#postnav {
margin : 0 0 0 0;
padding : 0px;
font-size: 9px;
font-family: Helvetica, Arial, sans-serif;
text-align : left;
line-height: 14px;
}

#indexhibit { /* sets the properties for the "Built with" part  */
margin : 0 0 0 0;
padding :0px;
font-size: 9px;
font-family: Helvetica, Arial, sans-serif;
text-align : left;
line-height: 14px;
}
 

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

.container {
    padding: 40px 40px 40px 40px;
}

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

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

#once { clear: left; }