/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
font-size: 10px;
font-family: Helvetica, Arial, sans-serif;
background-color: #FFFFFF;
color: #333333;
}

body.section-1 {
}
body.section-2 {
}
body.section-3 {
}

a:link {
text-decoration: none;
color: #666;
}
a:active {
text-decoration: underline;
color: #111;
}
a:visited {
text-decoration: none;
color: #666;
}
a:hover {
text-decoration: none;
color: #333;
}
a img {
border: none;
}
#menu {
width: 248px;
overflow: hidden;
top: 100;
bottom: 25;
left: 60;
position: fixed;
height: 100%;
background-color: #FFFFFF;
z-index: 1;
}
#menu ul {
list-style: none;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0;
margin-top: 0px;
line-height: 12px;
}
#menu ul li.section-title {
text-decoration: none;
font-size:10px;
color: #4B4B4B;
font-weight: bold;
margin-bottom: 5px;
}
#menu ul li {
line-height:12px;
}
#menu ul li.active a {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:none;
background-image:none;
background-position:0 0;
background-repeat:repeat;
color:#111111;
}
#content {
height: 100%;
margin-bottom: 5px;
margin-left: 230px;
margin-right: 0;
margin-top: 76px;
top: 0;
line-height: 14px;
text-align:justify;
float: left;
}
.container {
padding-bottom: 5px;
padding-left: 25px;
padding-right: 25px;
padding-top: 3px;
}
#footer {
background:none repeat scroll 0 0 #FFFFFF;
bottom:0;
display:block;
padding:12px 12px 12px 0;
position:fixed;
z-index:1;
}
#logo {
margin: 0 0 21px 0;
height: 56px;
}
#indexhibit {
float: right;
position: fixed;
bottom: 12px;
left-margin: auto;
right-margin: auto;
left: 820px;
z-index: 1;
display: none;
}
#content p {
width: 400px;
margin-bottom: 4x;
}
p {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}
h1 {
font-size: 32px;
}
h2 {
clear:both;
display:block;
float:left;
font-size:10px;
font-weight:bold;
margin:0 0 -5px 0;
width:684px;
color:#4B4B4B;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 12px;
}
#img-container	{
margin: 0;
padding-top: 0px;
}
#img-container p	{
width: 400px;
margin: 0;
padding: 0 0 12px 0;
}

#once {
clear: left;
}
