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

body {
	font-size : 11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height : 16px;
	background : #fff;
	padding-left: 20px;
}

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

/* Global Links
-----------------------*/
a:link {
	color : #333;
	text-decoration : none;
}

a:visited {
	color : #333;
	text-decoration : none;
}

a:hover {
	color : #000;
	text-decoration : none;
	background : #BAEDE6;
} 

a:active {
	color : #000;
	text-decoration : none;
}

a img { border: none; }

/* Menu 
-----------------------*/
#menu {
    width: 160px;
    overflow: hidden;
    top: 0;
    bottom : 0;
	left: 20px;

    height: 100%;
	background-color: #fff;
}

/* Links Selected
-----------------------*/
#menu li.active a:link, #menu li.active a:active, #menu li.active a:visited {
	color : #000;
	text-decoration : none;
	background : #BAEDE6;
	list-style-type: none;
}

#menu li.active a:hover {
	color : #000;
	text-decoration : none;
	background : #BAEDE6;
} 

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

/* Section Header
-----------------------*/
#menu ul li.section-title {
	color : #333;
	line-height : 20px;
	font-weight : bold;
}

#content {
    height: 100%;
    margin: 0px 0 0 15px;
   
	color : #666;
}
/* Content Links
-----------------------*/
#content a:link {
text-decoration : none;
color : #333;
}

#content a:visited {
text-decoration : none;
color : #333;
}

#content a:hover {
text-decoration : none;
color : #000;
background : #BAEDE6;
} 

#content a:active {
text-decoration : none;
color : #333;
}

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

#content p { width: 500px; 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; }

#header {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

#links {
	float: left;
	width: 150px;
	margin: -23px 0 0 50px;
}

/* Image
-----------------------*/
#img-container	{ margin: 0; padding: 0; top: 50px; position: absolute;}
#img-container p	{ width: 500px; margin: 0; padding: 0 0 12px 0; }

/* Exhibit Links 
-----------------------*/
#img-container a:link {
color : #333;
text-decoration : none;
}

#img-container a:visited {
color : #333;
text-decoration : none;
}

#img-container a:hover {
color : #000;
text-decoration : none;

} 
#img-container a:active {
color : #000;
text-decoration : none;
}

#once { clear: left; }
