/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*
*blue grey e1edef
*pink ffccff
*uva cabfcd
*
*/
* {
margin: 0;
padding: 0;
}

body {
color: #696969;
font-size: 12px;
line-height: 1.3em;
font-family: Arial;
background: #fff;
}

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

a:text { text-decoration: none; color: #696969; }
a:link { text-decoration: none; color: #696969; }
a:active { text-decoration: none; color: #696969; }
a:visited { text-decoration: none; color: #696969; }
a:hover { text-decoration: none; background-color: #696969; color: #ffffff; }

a img { border: none; }

#menu {
width: 185px;
overflow: auto;
top: 0;
bottom: 0;
left: 0;
position: fixed;
height: 100%;
background-color: #ffffff;
background-image: url("");
background-repeat: repeat;
}

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

#menu ul li.section-title{
cursor: pointer;
text-decoration: none; 
color: #000000; 
}

#menu ul li.active a {
color: 000000;
font-weight: none;
text-decoration: none; background-color: #696969; color: #696969;
}

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

.container {
padding: 16px 20px 20px 20px;
}

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

p {
margin: 0 0 9px 0;
}

h1 {
color: #ffffff;
font-size: 18px; 
line-height: 1.15em;
width: 400px;
}

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; }