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

body {
	font: 12px Verdana, Helvetica, Geneva, sans-serif;
	background: #fff;
	color:#6d6d6d;
}

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

a:link{ text-decoration: none; color: #6d6d6d; }
p.nav a:link{ text-decoration: none; color: #6d6d6d; }
a:active, p.nav a:active{ text-decoration: none; }
a:visited, p.nav a:visited{ text-decoration: none; color: #6d6d6d; }
a:hover, p.nav a:hover{ text-decoration: none; background:#6dccec; color:#FFF;}

a img { border: none; }
a:hover img { text-decoration: none; background:#FFF;}

#menu {
    width: 215px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background:#fff;
	margin:20px 20px 0 20px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	border-bottom:dotted #6d6d6d 1px;
	padding-bottom:5px;
	padding-top:5px;
}

#menu ul li.section-title { }
#menu li{
    padding:0px 0px 0px 5px;
}
#content {
    height: 100%;
    margin: 35px 0 0 270px;
    top: 0;
}

#content a{
	text-decoration:underline;
}
.container {
    padding: 5px 5px 25px 5px;
}

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

.section-title { text-align:left; text-transform: uppercase;}
.active a{
text-decoration: none; background:#6dccec; color:#FFF;
}
.active a:hover{
text-decoration: none; background:#6dccec; color:#FFF;
}
.small{
	font-size:9px;
	font-weight:normal;
	padding:20px 0px 5px 5px;
}

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

/*#img-container p { margin-bottom: 18px; }
#img-container p span { line-height: 18px; }*/


#once { clear: left; }