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

body {
	font-size: 10.5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

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

a:link { color:  #2e292a; text-decoration: none; }
a:active { text-decoration: underline;  color: #2e292a; }
a:visited {
	text-decoration: none;
	color:  #666;
}
a:hover {
	background-color:#545454;
	color: #FFF;
}
.style_hide a:link {
	color:#a1a199;
}

a img { border: none; }

#menu {
	width: 235px;
	float: left;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 5px;
	position: fixed;
	height: 100%;
	background-color: #ffffff;
	}
	


#menu ul {
	list-style: none;
	margin: 20px 0 12px 0;
}

#menu ul li.section-title { 

		font-family: Quicksand, sans-serif;
		font-style: normal ;
                font-weight: bold ;
		font-size: 14px;
		text-decoration: underline ;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
		color: #2e292a;
		/* Following lines adds a line about each section 
		border-top-color: #c9c9c9;
		border-top-style: solid;
		border-top-width: 1px; */

 }



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

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

#content p { width: 450 px; 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; }