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

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

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


a img { border: none; }


/* MENU */

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


/* This section controls each section made */ 
#menu ul {
	list-style: none;
	margin: 0 0 12px 60px;
}#menu ul li a { line-height: 1.5em; color: #000; padding: 1px; }
#menu ul li a:link { padding-left: 2px; text-decoration: none; background: none; }
#menu ul li a:visited {
	text-decoration: none;
	background: none;
	color: ##999;
}
#menu ul li a:hover { text-decoration: none; background: #000; color:#FFF }
#menu ul li.active a { background: black; color: white; }


#menu .container { padding: 21px 0 21px 1px; }

#content .container {padding-left: 50px; padding-bottom: 0; padding-right: 0; padding-top: 46px;}



/* The following sets the style for the section heading */
#menu ul li.section-title {
	text-decoration: none;./
	background: none;
	color: black;
	font-family:baskerville, georgia, serif;
	font-size: 13px;
	font-style: bold
}


/* CONTENT AREA */

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

.container {
    padding: 5px 5px 25px 5px;
}
#content p { /* sets the properties for all paragraphs in the content area */
		width: 30.00em;
		margin: 0 0 1.50em 0;
		font-size: 15px;
	    line-height: 15px; /* use this the change the leading (space between lines) */
	}
p {
    margin: 0 0 9px 0;
}


/* HEADINGS */

h1 { font:20px baskerville, georgia, serif;
		color: #000; /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
		margin: 0.30em 0 0 0;
		padding: -10; /* sets the spacing between the heading and paragraph below */
	}
h2 {
	font-size:33px;
	color: #000;
	font-family: baskerville, georgia, serif;
	font-style: normal;
	font-weight: normal;
}
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; }

#once { clear: left; }

/* SLIDE SHOW - Navigation */
	
	p.nav a {
	font-size: 11px;		
		color: #000
		font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	text-decoration: none;
	background-color: none;
	padding: 1px;
	}
	
	p.nav a:hover {
	background-color: #000;
	color: #FFF;
	padding: 1px;
	}		
	
	
	
	p.nav span#num {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;	
	}
	
