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

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

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

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

a img { border: none; }

#menu {
	opacity:1;
	float:left;
	width:150px;
	overflow: auto;
	top: 30px;
	height:auto;
	left: 28px;
	padding-right: 8px;
	padding-top:12px;
	position:fixed;
	background-color:#FFF;
	text-align:right;
	z-index: 9999;
	color: FFF;
}

/* The following sets the style for the section heading */


#menu ul { list-style: none; margin: 0 0 10px; }
	
#menu ul li a { color:#333333;text-decoration: none; }
#menu li.link { text-decoration: none; background:#FFFFFF; }
#menu li.active { text-decoration:line-through; background:none;}
#menu li.visited { text-decoration: none; background:#FFFFFF; }
#menu ul li a:hover { text-decoration: none; background:#FFFFFF }

a img { border: none; background:transparent; }



#menu ul li.section-title {
	color:#000000;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-style:inherit;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 0.5pt dotted;
	margin: 0 0 4px;
	}
	
#menu ul li.section-title a:link { color; font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:active { font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:visited { font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:hover { font-weight: bold; font-size: 11px; background:#FFFFFF}

div1 { background-color: #3cccaa; margin: 0px 300px auto 235px; }

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

.container {
    padding: 5px 5px 25px 25px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
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; }

#the-background {
    position: fixed;
      z-index:1;
     width: 100%;
       height:100%;
      top:0;
     left:0;
 }

#wrapper { 
    position: absolute;
   z-index: 2;
    width: 100%;
   height: 100%;
    top: 0;
    left:0;
 }
#wrapper-container	{ margin: 0; padding: 0; }
#wrapper-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
.wrapper {
    padding: 10px 5px 30px 5px;  
	font-size: 11px;
	
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #000;
}
a:hover {
	color: #333333;
}



#img-container	{ margin: 0; background:transparent;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; background:transparent;
}
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }

p.nav a {
	color:#333333;
	text-decoration: none;
	background-color:transparent;
	font-size: 10px;
	
	}
	
	p.nav a:hover {
	    color:#ffffff;
		background-color:  #333333;
	}
	
	p.nav span#num {
		font-style: normal;
		padding-left: 20px;
	}

p2 { 		font-family: verdana;
			font-size:xx-small;
			color:#000000;
			text-decoration: none;
			background-color:transparent;
			margin: 0 0 0px; }
