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

body {
	font-size: 14px;
	font-family: Arial,Verdana, sans-serif;
	background: #1f1f1f;
color: white;
}

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





a:link {
        text-decoration: none; 
	color: orange; 
font-family: 'Yanone Kaffeesatz',Arial,Verdana, sans-serif;
font-size: 18px;
}

a:active {
        text-decoration: none;
	color:black;
font-family: 'Yanone Kaffeesatz',Arial,Verdana, sans-serif;
font-size: 18px;
}

a:visited {
        text-decoration: none; 
	color: orange; 
font-family: 'Yanone Kaffeesatz',Arial,Verdana, sans-serif;
font-size: 18px;
}


a:hover {
        text-decoration: none;
	color:#1f1f1f;
        background-color: orange;
font-family: 'Yanone Kaffeesatz',Arial,Verdana, sans-serif;
font-size: 18px;
}


a img { border: none;
}


#menu {
    width: 150px;
    overflow: auto;
    top: 200;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
font-size: 30px;
z-index : 10001;
/*
font-family: Contra;
*/
color: orange;
font-family: 'Yanone Kaffeesatz',Arial,Verdana, sans-serif;
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);

}

#menu ul {
	list-style: none;
	margin: -5px 0px 0px 8px;
background:1f1f1f;
}

#menu ul li.section-title { 
margin:  8px 0 0 -5px;
padding: 0 0 0 5px;
font-size: 21px;
color: orange;
background: #1f1f1f;
}

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

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

.menu_location {
    padding: 76px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-family: Verdana, sans-serif; font-size: 32px; color: orange; }
h2 { font-family: Verdana, sans-serif; font-size: 24px; color: white; }
h3 { font-family: Verdana, sans-serif; font-size: 16px; }
h4 { font-family: Verdana, sans-serif; font-size: 12px; }

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

#once { clear: left; }

/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
right : 380;
position: fixed;
font-size: 50px;
font-weight: bold;
font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
margin: 0px 0px 0px 150px;
line-height : 170%;
z-index : 1001;
/*
position: fixed;
z-index : 900;
letter-spacing: -5px;
padding: 0px 10px 0px 10px;
overflow:hidden;
*/
}
#top-section a { /* this is the link property inside the Top-Section */
text-decoration: none;
color: black;
font-weight: 100;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color: black;
}
#top-section p {
text-align: left;
}



/* added ralph */
#the-background {
position: fixed;
overflow: hidden;
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;
}

/*
#imghover a:hover img { filter: alpha(opacity=50);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);-moz-opacity: .5;opacity:0.5; }
@font-face {
font-family: Contra;
src: url(/fonts/CONTRA__.ttf);
*/
}
.picture img { margin-right:10px;}


