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

body {
	font-size:10px;
	font-family:Georgia, Times, serif;
	background-color:#ffffff;
}

.cl {
	clear: both;
}

body#section_id_1 { background-color: yellow; }
body#section_id_2 { background-color: red; }
body#section_id_3 { background-color: blue; }


#menu {
	opacity:1;
	float:left; 
	width:180px;
    overflow: auto;
    top: 30px;
	height:auto;
	left: 28px;
	position:fixed;
	background-color:#f9ec24;
	z-index: 9999;
	font-style:italic;
}
#menu img {
	margin: 0 0 10px 0;
}

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


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

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

#menu ul li.section-title { 
	color:#000000;
	font-size: 13px;
	font-style:normal;
	font-weight:none;
	text-decoration:none;
	margin: 0;
	}
	
#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 AREA */

#content { 	background-color: transparent; 
			background-repeat: repeat; 
			background-attachment: scroll; 
			position:fixed;
			top: 30px;
			left: 223px;
			z-index: 1;
			cursor:move;
			width: 180px;
			}
	

.container { 
	font-size: 11px;	
	color:#000000; 
}
#menu .container {
	padding: 10px;
}
.container a {
	color: #000000;
	text-decoration: underline;
}
.container a:hover {
	color: #000000;
	text-decoration: none;
}

#content p { 
	position: static; 
	top: 0; 
	left: 0; 
	bottom: 0;
	height: auto;
	padding: 0 0 3px 0;
 }

.hl 	{ 	background: #f9ec24; }


.blink 	{ 
			text-decoration:none;
}

#text-container {
	padding: 5px 10px 2px 10px;
	background: #f9ec24;
	margin: 0 0 10px 0;
}

/* SLIDE SHOW - Navigation */

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

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


/* HEADINGS */
	
	/*
	when typing your text/descriptions follow this format to use these heading types
	
	<h1>This is the text i want to be a heading which</h1>
	
	start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
	*/

h1 {	font-size: 12px; 
		font-style:normal;
		color:#000000;
		text-transform:none;
		background-color:#f9ec24;
		}
	
h2 { 	font-size: 12px; }

h3 {	font-size: 40px; 
		font-style:italic;
		color:#000000;
		text-decoration:none;
		text-align:right;
		text-transform:reflect;
		}
		
h4 { 	font-size: 15px; }


/* IMAGES */

#img-container	{ 
	z-index: -1;
	background:transparent;
	min-width: 10000px; 
	max-width: 10000px;
	margin-top: 13px;
}
#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; }

#img-container .nothumb {
	padding: 0;
	margin: 0 10px 10px 0;
}