/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "Helvetica Neue", Times New Roman, serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear: both;
}

/*--------------END RESET--------------*/



body {
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	line-height: 14px;
	background: #fefefe;
	color: #333;
}

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

li.active a{
     text-decoration: none;
	 color: #183cd2;
	 }


li.active a:hover {
     text-decoration: none;
	 color: #183cd2;
	 }
	 
li.indexhibit {
	font-size: 10px;
	color: #ccc;
}	 

a:link {
     text-decoration: none;
	 color: #aaaaaa;
	 }

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

a:hover {
     text-decoration: none;
	 color: #333333;
	 }

a img { border: none; }

#menu {
    width: 300px;
    overflow: auto;
    top: 60px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title { text-decoration: none; max-width: 300px; color: #666; margin: 20px 0 5px 0; padding-top: 3px; border-top: 1px solid #ededed; font-weight: bold; }

#menu p {
	font-weight: bold;
	font-size: 12px;
}

#menu p.footer {
	color: #ccc;
	font-weight: normal;
	font-size: 10px;
	margin-top: 30px;
	padding-top: 3px; 
	border-top: 1px solid #ededed;
	margin-bottom: 0;
}



#content {
    height: 100%;
    margin: 94px 20px 0 323px;
    padding: 2px 0 0 0;
    top: 0;
    border-top: 4px solid #999;
    width: auto;
}

.container {
    padding: 0 0 0 0;
}

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

p {
    margin: 0 0 7px 0;
}

h1 { font-size: 41px; color: #CCCCCC; line-height: 35px; font-weight: bold;}
h2 { font-size: 25px; line-height: 28px;  }
h3 { font-size: 11px; line-height: 14px; }
h4 { font-size: 11px; font-weight: normal; line-height: 14px;}

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

.thickbox img { margin: 2px 0px 0 0; }

#once { clear: left; }

#footer { bottom: 25px; position: fixed; }

#footercontact { bottom:25px; position:fixed; left: 275px; }