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

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color:#464646;
}

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

a:link { text-decoration: none; color: #464646;}
a:active { text-decoration: none; }
a:visited { text-decoration: line-through; color: #464646; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height:12px;
}

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

margin:0 0 2px 0;

}

/* Links within paragraphs (subtle) */
p a {
color: #64bad8;
text-decoration: none;
font-size: 12px;
font-weight:bold;

}

/* Links within paragraphs (revealed) */
p:hover a { text-decoration: none;color:#64bad8; }
p:visited a{text-decoration:none;color:#64bad8;}



#menu ul li.section-title {
	
	font-size: 12px;
	font-weight:bold;
	color:#64bad8;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:2px; 

 }

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

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

#content p { 

	width: 200px; 
	margin-bottom: 9px; 
	margin-top:106px; 
	border-top:solid;
	border-top-width:8px;
	border-top-color:#333333;
	padding-top:5px;
	padding-bottom:10px; 
	}

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