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

body {
	font-size: 10px;
	font-family:verdana;
	color: #777777;
	line-height: 1.7em;
	background: #fff;
}





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

li.section-title {
text-decoration:none;
font-size:10px;
color: #666666;
padding-top:15px;
padding-bottom:3px;
font-weight: bolder;

}

.top-section {
text-decoration: underline;
letter-spacing: 0px;
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;


}


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

a:active { text-decoration: none; }

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

a:hover {
text-decoration: none;
color:#FFFFFF;
background-color: #ff2241;
}

a img { border: none; }

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

#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: #666666;
font-size: 10px;
font-family: "Courier New", Courier, Monaco, monospace;
margin-bottom: 0;

}

#menu ul li.section-title {
margin-bottom: 0px;
margin-top: 0px;
font-size: 15px;
font-weight:300;
font-family: Helvetica, Verdana, Arial, sans-serif;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 0px;
color: #333333;
/* Following lines adds a line about each section */
border-top-color: #999999;
border-top-style: solid;
border-top-width: 0px;

}


#content {
max-width: 750px;
margin-left: 310px;
margin-bottom: 0;
margin-right: 0;
margin-top: 35px;
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: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px;
}
h2 { font-size: 12px;
padding-bottom: 5px;
font-weight:300;
color:#444444; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
