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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
	color: grey;
	padding-top: 85px;
}

body.section-1 {

	font-size: 11px;
    font-family: Verdana, sans-serif;
    color: grey;
	}

body.section-1 #content {
    background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	
}

body.section-3 { }

a:link { text-decoration: none; color: grey; }
a:active { text-decoration: none; color: grey; }
a:visited { text-decoration: none; color: grey; }
a:hover { text-decoration: underline; color: grey; }
a img { border: none; }


#menu {
	width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	padding-top:10px;
    height: 100%;
	background-color: #transparent;

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-top:4px;
}

#menu ul li.section-title { 
border-top:1px dotted #666666;
text-decoration: none;
color: #666666; 
font-weight: bolder;
margin:0 0 3px 0;
padding-top:4px;
}


#menu ul li a:link {
color:grey;
font-family:Verdana;
font-weight: normal;
font-size:10px;
text-decoration:none;

}


#menu ul li a:visited {
color:grey;
font-family:Verdana;
font-weight: normal;
font-size:10px;
text-decoration:none;
}

#menu ul li a:hover {
color:grey;
font-family:Verdana;
font-weight: normal;
font-size:10px;
text-decoration:underline;
}

#menu ul li.active a {
color:grey;
font-family:Verdana;
font-weight: bolder;
font-size:10px;
text-decoration:none;
}



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

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

#content .container { 

}


#menu ul li.section-title {
background: white none repeat scroll 0 0;
color:grey;
font-family:Verdana;
font-size:12px;
text-decoration:none;
}





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


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 35px;font-weight: bolder; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

