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

body {
	font-size: 8pt;
	line-height: 10pt;
	font-family: Helvetica, Arial, Verdana, "sans-serif";
}

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

a:link { 
	color: black;
	text-decoration: none;
	}
a:active { 
	color: black;
	background: none;
	}
a:visited { 
	text-decoration: none; 
	color: black; 
	}

a:hover {
	color: red;
	}

a img { border: none; }

hr {border: none 0; 
	border-top: 1px dotted #000;
	height: 1px;
	padding: 0;
	margin: 0;
	}

p.menu{
	font-size: 8pt;
	line-height: 10pt;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

p.menu2{
	font-size: 8pt;
	line-height: 11pt;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

p.menu2 a{
}

/* ------------------------------
 Side Menu
------------------------------ */

#menu {
    width: 180px;
    padding: 0 10px 0 10px;
    margin: 20px 0 0 10px;
    top: 0px;
    overflow: auto;
    position: fixed;
    height: auto;
background-color:rgba(255,255,255,0.6); 
}

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

/* #menu li {
	list-style: none;
	margin: 0 0 20px 0;
	background-color: blue;
}*/

#menu ul li.section-title {
	font-size: 8pt;
	line-height: 12pt;
	border-top: 1px dotted #f0c;
	margin: 0px 0 0 0;
	padding: 1px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

#menu ul li {
    padding-left: 10px; 
}

a:hover, 
div#menu a.selected {
	color: red;
	background: none;
}

a:hover, 
div#menu a.visited {
	color: red;
	background: none;
}

a:active {
	color: red;
	}

div#menu a:link,
div#menu a:visited,
div#menu a:active {
	/*display: block;*/
}

img{
padding: 0 0 5px 0;
}

#content {
    height: 100%;
    padding: 0 20px 0 20px;
    margin: 20px 20px 0 200px;
	background-color: white;
	width: auto;
}

.container {
    padding: 0;
    background-color: transparent;
}

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

p {
    margin: 0 0 9px 0;
}

p.copyright {
	font-size: 8pt;
	padding: 0;
	margin:0;
}

p.about {
	text-transform: uppercase;
	padding: 0;
	margin: 10px 0 0 0;
}

p.highlight {
	background: yellow;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 2px 0 0 0;

h5 {
font-family: times, "times new roman", georgia, "serif"; 
text-transform: uppercase; 
font-size: 0.8em;
}

h6 {
font-family: times, "times new roman", georgia, "serif"; 
text-transform: lowercase; 
}

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

#once { clear: left; }