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

body {
	font-size: 11px;
	font-family: Arial, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000000 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000 }
a:hover { text-decoration: none; color: none; background-color: #99CCFF; }

a img { text decoration: none; border: none; }

#menu {
    width: 170px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 5px;
    position: fixed;
    height: 150%;
	background-color: #fff;
}

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

#menu ul li.section-title {text decoration: none; font-weight:bold; font-size: 11px;
}

#menu ul li.section-title { border-bottom: none solid #000; padding-bottom: 4px; margin-bottom: 5px; }


#menu ul li.section-title { cursor:pointer; }

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

.container {
    padding: 40px 5px 20px 20px;
}

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

p {
    margin: 0 0 9px 0;
}

p.nav {font-size:12px; }
p.nav a {font-size:12px; }

p.nav a:hover {
        color: #99CCFF; 
    }

h1 { font-size: 13px; font-weight: bold; color: #99CCFF; margin-bottom: 15px; }
h2 { font-size: 11px; color: #FF33CC; border-bottom: none solid #000; padding-bottom: 4px; margin-bottom: 5px; }
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; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }

#top-section a h1 { display: none; }