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

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

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


a {
       color: #0000;
}


a:link { text-decoration: none; color:#666666  }
a:active { text-decoration: none;  }
a:visited { text-decoration: none;  }
a:hover { text-decoration: none; background: #FFFF00; }

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

a img { border: none; }

#menu {
    width: 235px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;

}

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

#menu ul li.section-title { 
	 font-weight: bold;	
}

#content {
    height: 100%;
    margin: 35px 265px 0 305px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 11px; color:#333333; font-style:italic; }
h2 { font-size: 11px; color:#333333; font-weight:bold; }
h3 { font-size: 16px; }
h4 { font-size: 14px; color:#FFFFFF; font-weight:bold; }

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

#once { clear: left; }


#menu li.active a{
	text-decoration:line-through; }


/* SLIDE SHOW - Navigation */
	
	p.nav a {
		font-size: 10px;
	    font-family: Verdana, sans-serif;
	    font-style: bold;
	background-color: #EDDA6D;
	}
	
	p.nav a:hover {
		background-color: #FFFF00;
	
	}
	
	
	
	p.nav span#num {
		font-size: 10px;
	    font-family: Verdana, sans-serif; 
		font-style: italic;
	
	}
	
	span.highlight { 
		font-family: Verdana, san-serif;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		color: #fff;
		background-color:#840000;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 2px;
		padding-bottom:2px;
		}
	
	}
	
