/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by Ed Nacional (www.ednacional.com)


*/
* {
	margin: 0;
	padding: 0;
	}

	body {
	background: #FFFFFF none repeat scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	
	}
		
	body.section-1 {}
	body.section-2 {}
	body.section-3 {}
	
	/* colors for all links */
	a:link {
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	}
	
	a:active {
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	}
	
	/* highlights links that you have already clicked. This can be helpful for users to identify which items they have already seen*/
	a:visited {
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	}
	
	
	/* sets the properties for links when mouse rolls over */
	a:hover {
	font-size:10px;
	color:#666666;
	font-style:normal;
	text-decoration:line-through;
	}
	
	/* any img that is a link */
	a img {
	border: none;
	}
	
	/* MENU */
	#menu {
	background-color:#FFFFFF;
	height:100%;
	/* left:25px; */
	top:20px;
	bottom:0;
	overflow:auto;
	position:fixed;
	} 
	
	/* This section controls each section made */	
	#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 12px; /* sets the space between each section */
	margin-left: 0px;
	margin-right: 0px;
	}
	
	/* The following sets the style for the section heading */
	#menu ul li.section-title {
	color:#666666;
	font-size:11px;
	font-weight:900;
	background-color:#FFFFFF;
	border:thin none #FCEE21;
	line-height:12px;
	border-top: 1px solid #FCEE21;
	padding: 6px 0;
	}
	
	/* The following changes the link colors for only the "Built with Indexhibit" link */
	#menu ul.built a {
	color: #bbbbbb;
	}
	
	/* The following changes the link colors for only the "Built with Indexhibit" link */
	#menu ul.built a:hover {
	text-decoration: none;
	color: #FCEE21;
	}
	
	#menu ul.built li {
	padding-top: none;
	color: #666666;
	font-size: 10px;
	}
	
	/* This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
	#copy {
	font-size: 9px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-top: 5px;
	border-top-color: #FCEE21;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #FCEE21;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	}
	
	/* CONTENT AREA */
	#content {
	margin-top: 169px;
	margin-left: 220px;
	}
	
	.container {
	/* margin-bottom: 25px; */
	margin-left: 20px;
	padding-left: 0px;
	padding-right: 20px;
	}
	
	/* sets the properties for all paragraphs in the content area */
	#content p {
	/* margin-bottom:9px;
	width:200px; */
	}
	
	/* sets the properties for all paragraphs  */
	p {
	margin-top: 0;
    margin-right: 0;
    margin-bottom: 9px;
    margin-left: 0;
	}
	
	h1 {
	font-size: 10px;
	font-weight: normal;
	margin-top: -9px;
	}
	
	h2 {
	color:#666666;
	font-size:11px;
	font-weight:900;
	padding-top: 6px;
	}
	
	h3 {
	font-size: 10px;
	font-weight: normal;
	margin-top: -9px;
	font-style: italic;
	}
	
	h4 {
	border-top: 1px solid #FCEE21;	
	color:#666666;
	font-size:11px;
	font-weight:900;
	padding-top: 6px;
	}
	
	#img-container {
	margin:0;
	padding:0;
	}
	
	#img-container p {
	margin:0;
	padding:0;
	width:400px;
	}
	
	#once {
	clear:left;
	}	
	
/*	#proj_descript p {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F59FBC;
	color: #000000;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 13px;
	font-size: 11px;
	padding: 12px;
	}

	#page_title p {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-style: bold;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 0px;
	line-height: 24px;
	font-size: 20px;
	} */

