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

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

#introtext {
	margin-left: 25px;
	margin-top: 10px;
	width: 600px;
}
#introtextspan { background-color: #FFF; }

body.section-0 { background-repeat:no-repeat; background-position:21px 28px; background-attachment:fixed;}
body.section-1 { background-repeat:no-repeat; background-position:21px 28px; background-attachment:fixed;}
body.section-2 { background-repeat:no-repeat; background-position:21px 28px; background-attachment:fixed;}
body.section-3 { background-repeat:no-repeat; background-position:21px 28px; background-attachment:fixed;}
body.section-4 { background-repeat:no-repeat; background-position:21px 28px; background-attachment:fixed;}
body.section-5 { background-repeat:no-repeat; background-position:21px 28px; background-attachment:fixed;}
body.section-6 { background-repeat:no-repeat; background-position:21px 28px; background-attachment:fixed;}
body.section-7 { background-repeat:no-repeat; background-position:21px 28px; background-attachment:fixed;}
body.section-8 { background-repeat:no-repeat; background-position:21px 28px; background-attachment:fixed;}
body.section-9 { background-repeat:no-repeat; background-position:21px 28px; background-attachment:fixed;}

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

a { color: #000;}

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; } 

a img { border: none; }

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


#map { 
position: fixed;
z-index:-200;
left: 215px;
top: 0px;
background-repeat:no-repeat;
background:transparant; }

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


#menu ul li.section-title { font-size: 14px;  }

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

.container {
    padding: 5px 5px 25px 5px;
	width: 80%;
	float: left;
}

#content p { width: 600px; margin-bottom: 9px; z-index:5; background-color: #FFF; }
h3, h2, h1, h4 { background-color:#FFF; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }


#menu li.active a { text-decoration: underline; background-color:#000000; color:#FFF; }


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; }
#img-container a {
    display:block;
    float:left;
    width:200px;
    height:230px;
    padding:0;
    border:0;
    overflow:hidden;
}

#img-container a img {
	width: 1200px;
	height: 700px;
}

#once { clear: left; }