/**
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
*/
* {
    margin: 0;
    padding: 0;
}
body {
	color: #abc19e;
	letter-spacing: 0px;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #abc19e;
}
a:active {
    text-decoration: none
    color: #61818F;
}
a:visited {
	text-decoration: none;
	color: #abc19e;
}
a:hover {
	color: #5a3c62;
	text-decoration: none;
}
a img {
    border: none;
}
#text {
	font-size: 14px;
	font-family: Helvetica, arial, sans-serif;
	color: #abc19e;
	line-height: 24px;
}
#text a {
	font-size: 12px;
	color: #5a3c62;
	text-decoration: none;
}
#text a:link {
	font-size: 12px;
	color: #abc19e;
	text-decoration: none;
}
#text a:hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#menu {
	width: 350px;
	overflow: none;
	top: 0px;
	bottom: 0;
	position: fixed;
	height: 100%;
	font-size: 18px;
	line-height: 24px;
	font-family: Segoe, helvetica, arial, sans-serif;
	;
	background-color: #FFF;
	padding-top: 10px;
	font-style: italic;
}
#menu ul {
	list-style: none;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
#menu ul li.section-title {
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #abc19e;
	width: 150px;
	font-size: 24px;
	}
#menu li.active {
	color: #5a3c62;
}
#content {
	height: 100%;
	top: 0;
	color:  #5a3c62;
	font-size: 14px;
	font-family: Helvetica, arial, sans-serif;
	line-height: 18px;
	letter-spacing: 0px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 330px;
	text-align: justify;
	width: 1000px;
}
#content p a {
	text-decoration: underline;	
}
.container {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 45px;
}
.container p {
	width: 650px;
	margin-bottom: 16px;
	padding-top: 5px;
}
p {
	margin: 0 0 10px 0;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 12px;
}
#img-container {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#img-container p {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#once {
    clear: left;
}

/* footer */

#footer {
	height:20px;
	left:0px;
	text-align:left;
	font-size:9px;
	color:#CCC;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #ccc;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 2000px;
	visibility: inherit;
	margin-bottom: 0px;
	bottom: 0px;
	position: fixed;
}

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