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

body {
	font-size: 12px;
	color : #4B4B4B;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

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

a:active { text-decoration: none; color: #C0C0C0; 
background-color: #306ba6;}

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

a:hover { 

text-decoration: none; color: #C0C0C0 ;
background-color: #306ba6;

} 

a img { border: none; }

#menu {

text-align:right;

    width: 180px;
    overflow: auto;
    top: 20px;
    bottom: 0;
    left: 20px;
    position: fixed;
    height: 100%;
}


#menu ul a:hover, #menu ul li.active a 
{ text-decoration: none; color: #C0C0C0; 
background-color: #306ba6;} 

#menu ul {
list-style: none;
margin-top: 20px;
margin-bottom : 20px;
margin-right: 20px;
	
}
#menu ul li.section-title {
border-top: 1px solid #969696;
font-weight : bold;
margin-bottom : 2px;
font-size : 12px;
color : #242424;

}



#content {
    height: 100%;
    margin: 70px 164px 0 230px;
    top: 0;
}

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


#content p { width: auto; margin-bottom: 5px; }

p {
    margin: 0px 0px 0px 0px;
}

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

#once { clear: left; }