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

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

a:link { text-decoration: none; color: #000; }
a:visited { text-decoration:none; color: #333; }
a:hover { text-decoration: underline; color: #2266c9; }
a:active { text-decoration: underline; }

a img { border: none; }

#menu {
    overflow: auto;
    position: fixed;
    height: 100%;
	letter-spacing: 0.1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#menu ul { 
	list-style: none; 
	font-weight: normal; 
	font-size: 11pt;
	line-height: 13px;
	text-transform: uppercase;
}

#menu ul li.section-title { 
	color: #000; 
	font-weight: bold;	
	font-size: 13pt; 
	padding-bottom: 0px;
}

#menu ul li { 
}

#menu li.active a { 
	text-decoration: underline;
	color: #2266c9; 
}

#menu .container { 
    width: 150px;
	background-color: #fff;
	margin-left: 30px;
	margin-top: 0px;
	padding: 0px 15px 15px 15px;
}

#content { 
	height: 100%; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt; 
	color: #333; 
	line-height: 1.5em;
}

#content .container { 
	padding: 0px;
	margin-left: 250px; 
	margin-top: 30px;
	margin-bottom: 30px;
}

#content p {
}

#content a { 
}

p { margin: 0 0 0 0; }

h1 { font-size: 20pt; }
h2 { font-size: 10pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }
h5 { font-size: 10pt; }
h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #666; 
	margin-left: 45px; 
	position: fixed;
	bottom: 15px;
}

#img-container { margin-right: 30px; padding: 0; }
#img-container p {  }

#img-container a.thickbox img { border-top: 5px #F7F7F7 solid; border-bottom: 5px #F7F7F7 solid; }
#img-container a.thickbox img:hover { border-bottom: 5px #999 solid; }

#once { clear: left; }