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

}

body {
	font-size: 12px;
	font-family: museo-sans, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #666;
	font-style: normal;
	font-weight: 100;
}

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

#menu ul li.active a {
	text-decoration: none;
	color: #BCC6AD;
}

a {
	color:#BCC6AD;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;}


a:link {
	text-decoration: none;
	color: #BCC6AD;
}
a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #dde7cf;
}
#menu ul li.active a{	
color: #FFF;
	background-color: #dde7cf;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color:#dde7cf;
} 

a img { border: none; }

a.image_link:hover{
background:none; }

#menu {
	height: 100%;
	width: 200px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	background-image: url(images/transparentbg.png);
	line-height: 15px;
	margin-left: 0px;
}

#menu ul {
	list-style: none;
	width: 160px;
	margin-bottom: 8px;
	color: #BCC6AD;
	padding-bottom: 4px;
	margin-top: 0;
	margin-right: 20;
	margin-left: 20px;
}

#menu li.active a:link {
	color: #BCC6AD;
}

#menu li.active a:hover {
	color: #FFF;
	background-color:#dde7cf;
} 
#menu li.active a:active {
	color: #BCC6AD;

}


#menu ul li.section-title {
	width: 126px;
	color: #BCC6AD;
	cursor: pointer;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: 12px;
	font-weight: 200;
}
#menu ul li.section-title:hover {
	color: #FFF;
	background-color:#dde7cf;
}

#content {
    height: 100%;
	padding-top: 15px;
    margin: 0 0 0 240px;
    top: 0;
	line-height: 13px;
}

#menutext {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: -20px;
}

.container {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content p {
	width: 500px;
	margin-bottom: 9px;
	margin-left: 10px;
	line-height: 16px;
	margin-top: -3px;
}

p {
    margin: 0 0 20px 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; }
/* footer */

#footer {
	height:18px;
	left:0px;
	text-align:left;
	font-size:9px;
	color:#CCC;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 100%;
	visibility: inherit;
	margin-bottom: 10px;
	bottom: 0px;
	position: fixed;
	margin-left: 10px;
}

#footer a:link {
	color: #BCC6AD;
	text-decoration: none;
}
