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

body {
	margin: 25px 0 0 0;
	font-size: 18px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	/* background-image: url(/files/gimgs/bgnd.gif);
	background-repeat:repeat-y; */
	height: 100%;
	color: #FF5500;
}

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


a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
/* a:hover { text-decoration: underline; } */

a img { border: none; }

#menu {
	color: #000;
	width: 300px;
	overflow: auto;
	margin: 0 0 0 0;
	height: 100%;
	text-align: center;
	line-height: 15px;
	position:absolute;

}

#menu a {
	font-size: 11px;
}


#menu ul a:hover {
	font-size: 25px;
	font-weight: bold;
 	letter-spacing: -1px;
	line-height: 30px;
}

#menu ul a {
	font-size: 11px;
	color: #000;
}

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

#menu ul li.section-title {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

#menu .indexhibit {
	font-size: 9px;
	position: fixed; 
        bottom: 10px; 
        left: 5px;
        background-color: transparent;
        z-index: 1;
}

#menu .indexhibit a {
	font-size: 9px;
	text-decoration: underline;} 

#menu .indexhibit a:hover {
	font-size: 9px;
	text-decoration: underline;
	font-weight: normal;
 	letter-spacing: 0px;
	line-height: 15px;
} 



/* #menu ul li {} */


#content {
	overflow: auto;
	margin: 0 0 0 325px;
	line-height: 24px;

}


#content a {
	text-decoration: underline;
	color: #FF5500;
}


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


#content p { width: 600px; margin-top: 20px; }


h1 { font-size: 50px; color: #000; line-height: 50px; letter-spacing: -1px; margin: 0 0 0 0; font-weight: normal;}
h2 { font-size: 50px; color:#000; line-height: 40px;}
h3 { font-size: 12px; font-weight: normal; color: #FF5500; line-height: 15px;}

h4 { 
	font-size: 18px; 
	color:#000; 
	font-weight: normal; 
	line-height: 24px;
}


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

#once { clear: left; }
