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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	line-height: 130%;
	letter-spacing: 0px;
}

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

a:link {
	text-decoration: none;
	color: #777777;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

a img { border: none; }

#menu {
    width: 180px;
	top: 25px;
    bottom: 0;
	left: 30px;
    position: fixed;
	overflow: visible;
	float: left;
	margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
}

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

#menu ul li.section-title {
	color: #000000;
	letter-spacing: 1px;
}

/* #menu li.active a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
*/

#content {
    margin-left: 215px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
	top: 25px;
	left: 0;
	height: 100%;
	position: relative;
	padding: 0;
	float: left;
}

.container { 
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
}


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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	line-height: 300%;
	letter-spacing: 0px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #33CC33;

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

#img-container	{
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
 }

#img-container p	{
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	text-indent: 0px;
}

#once { clear: left; }

/* SLIDE SHOW - Navigation */
    p.nav a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
    p.nav a:hover {
        text-decoration: underline;}
    p.nav span#num {
        letter-spacing: 1px;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 25px;}