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

body {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	background: #ffffff;
	line-height:24px;
}


b {color:#000000}

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

a {text-transform:none;padding:2px;line-height:24px}

a:link { text-decoration: none; color:#0f469d;}
a:active { text-decoration: none; color:#0f469d;}
a:visited { text-decoration: none; color:#0f469d;}
a:hover { text-decoration: none; color:#0f469d;background-color:#EAEAEA}

.active a {color:#0f469d;background-color:#EAEAEA;}


a img { border: none; }

img {vertical-align:middle}

#menu {
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;


}

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

#menu ul li.section-title { font-weight:bold;color:#000000; padding-top:10px;border-top:1px solid #CCCCCC }

#content {
    height: 100%;
    margin-left: 306px;
	margin-right:100px;
}

.container {
    padding: 30px 30px 30px 30px;

}

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

p {
    margin: 0 0 9px 0;
}


h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 700px; margin: 0; padding: 0 0 12px 0; }

#img-container a { background:none; }
#img-container p a { background:none; }


#once { clear: left; }