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

body {
	font-size: 11px; color:#CCCCCC;
	font-family: Helvetica neue, Helvetica, Verdana, Arial, sans-serif;
	background: #333333;
}

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

a:link { text-decoration: none; color: #666 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #EEAF30; }
a:hover { background: #fff; color: #666; text-decoration: none; }

a img { border: none; }

#menu {
    display:block;
	float:left;
	margin:0px 15px 0 25px;
	padding:35px 0 10px;
	width: 250px;
    overflow: auto;
    height: auto;
	background: #EEAF30 none repeat scroll 0 0;
}
#menu a:visited {color:#666666; }

#menu ul {
	list-style: none;
	text-align: left;
}

#menu ul li {
	border-bottom:1px none #fff;
	padding-bottom: 5px;
	color: #fff;
	display: block;
	margin: 10px 20px 0 0;
}

#menu ul li.section-title {
	color:#fff;
	text-align: left;
	font-family: Helvetica neue, Helvetica, Verdana, Arial,  sans-serif;
	font-size: 11px;
	border-bottom:1px solid #fff;
}

#content {
    padding-top: 50px;
	height: 100%;
    margin: 0 0 0 280px;
    font-size: 11px;
	line-height: 16px;
	font-family: Helvetica neue, Helvetica, Verdana, Arial,  sans-serif;
	text-align: left;	
}

.container { 
	padding: 0px 0px 0px 20px;
}

#content p { width: 600px; margin-bottom: 0px; }

#content .container { padding-bottom: 50px; }

#content a:link { background:none; color:#EEAF30 }
#content a:hover { background: none; color: #FFF; text-decoration: none; }

p { margin: 0 0 40px 0;}

h1 { font-size: 11px; margin-top:0px; width: 600px; font-weight: normal; }/*exhibit titles*/
h2 { font-size: 13px; font-weight:100; letter-spacing: 1px; padding-bottom: 1px; width: 100%; color: #EEAF30; border-bottom:solid 1px #fff; }/*Tagline*/
h3 { font-size: 29px; margin-top: 2px; line-height: 42px; color: #666; width: 650px; font-weight: bold; text-transform:uppercase; letter-spacing: 1px; }/*Homepage Bold Text*/
h4 { font-size: 11px; margin-top: 5px; font-weight:normal; font-family: Helvetica neue, Helvetica, Verdana, Arial, sans-serif; }/*copyright info*/
h5 { font-size: 20px; margin-top: 20px; line-height: 28px; color: #666; width: 600px; font-weight:normal; font-family: Helvetica neue, Helvetica, Verdana, Arial, sans-serif; }/*profile page*/
h6 { font-size: 10px; margin-top: -20px; margin-bottom: -15px; font-weight:100; color: #333333; line-height: 15px; letter-spacing: 1px; }/*postnav text*/

#img-container	{ padding: 15px 0 0 0; }
#img-container p	{ width: 400px; padding: 0 0 15px 0; font-size: 11px; }
#img-container a:hover {background-color:none; color:#FFF; text-decoration: none;}

#once { clear: left; }