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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	color:#666666;
}

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

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

a img { border: none; }

a.title {
	display:block;
	color:#000000;
	font-size:18px;
	line-height:1;
	padding:20px 0 25px 0;
}

.copyright {
	margin-top:100px;
}

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

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

#menu ul li:not(.section-title) {
	margin:0 0 0 -5px;
	padding:7px 5px;
}

#menu ul li a {
	font-size:12px;
	color:#000000;
}

#menu ul:last-of-type li a {
	font-size:10px;
	color:#000000;
}

#menu ul li.section-title {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	padding-bottom:1px;
	border-bottom:1px solid #cccccc;
	margin-bottom:7px;
	}
	
#menu ul.links {
	width:90%;
}
	
#menu ul.links li {
	margin:0;
	padding:7px 0;
	border-bottom:1px solid #cccccc;
}
	
#menu ul.links li:last-child {
	border-bottom:none;
}

#menu .links a {
	color:#209eb6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#menu .active {
	background-color:#f2f2f2;
}

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

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

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

#content .container {
	margin-top:70px;
}

#content .intro.less {
	position:relative;
	max-height:175px;
	overflow:hidden;
}

#content .intro.less:after {
	content:" ";
	display:block;
	position:absolute;
	height:80px;
	width:600px;
	background-image: -moz-linear-gradient(top, transparent, white);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white));
	bottom:0;
	left:0;
}

#content p {
	font-family:arial;
	font-size:13px;
	line-height:1.5;
	/*font-size:14px;
	line-height:24px;*/
	width:600px;
	margin-bottom:12px;
}

a.read {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#209eb6;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
}

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: 40px 0 0 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }