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

body {
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, sans-serif;
	background: #fff;
	text-align: justify;
	color: #000;
}

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

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #000; }

a img { border: none; }

.top-section { /* Pre-Nav Text */ 
	font-size: 9px;
	background-color: transparent;
	margin-bottom: 12px;
}

#menu { /* Menu */
    width: 170px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 23px;
    position: fixed;
    height: 100%;
	background-color: transparent;
}

#menu ul { /* This section controls each section made */
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0px;
}

#menu ul li.active /*active link in menu*/
	{
		color: #000;
	}

#menu ul.built { /* The following selectors style the "Built with Indexhibit" on the menu */ }

#menu ul.built li { /* The following selectors style the "Built with Indexhibit" on the menu */ 
	font-size: 9px;
}
		
.bottom-section { /* This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */ 
	font-size: 9px;
}

#menu ul li.section-title { /* The following sets the style for the section heading */ }

#content {
    height: 100%;
    margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 215px;
    top: 0;
}

.container {
    padding: 23px 0px 23px 0px;
}

#content p { /* sets the properties for all paragraphs in the content area */
	width: 400px; 
	margin-bottom: 9px;
}

p { /* sets the properties for all paragraphs  */
    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; }
