/**
* CSS
* 
* @version 1.0
* @author Keri Bronk
*/
* {
	list-style: none;
	margin: 0;
	padding: 0;
}

html { overflow: hidden; }

body {
	font-size: 11px;
	font-family: "Courier", Courier New, monospace;
	color:#fff;
	background: #000;
	line-height:1.5em;
}

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


a{ color:#fff;text-decoration:underline;}
a:hover{ color:#fff;text-decoration:underline;}
a:active{ color:#fff;text-decoration:underline;}


a img { border: none; }

#menu {
	color:#fff;
	text-align: center;
    height: : 215px;
    width: 100%;
   	float: left;
    overflow: auto;
    top: 0;
	background-color: clear;
	line-height:1.25em;
	z-index:5;
}

#menu a{ 
	color:#fff !important;
	font-size: 11px;
	font-family: "Courier", Courier New, monospace;
	list-style: none;
	text-decoration:none
	}
	
#menu a:hover{
	color:#fff;
	text-decoration: underline;
}	

#menu li{
	color:#fff;
    padding: 10px;
    display: inline;
}

#menu ul {
	color:#fff;
	line-height:1.5em;
	list-style: none;
    display: inline;

}

#menu ul li.section-title {
	font-size: 11px;
	font-family: "Courier", Courier New, monospace;
	color:#fff;
	list-style: none;
}

#menu ul li.active a{
	color:#fff;
	background: #000;
	text-decoration: underline;

}

#content {
	text-align: center;
    width: 100%;
    top: 0;
  
}

.container {
	color:#fff;
	padding: 20px;
}

.nav {
	width: 100%;
	text-align:center;
} 

.nav-note{
	color:#fff !important;
	position:fixed;
	text-align: center;
    width: 100%;
    overflow: auto;
    bottom: 10px;
	opacity:.3;
	z-index:5;
}

.nav-note:hover{
	/*color:#000; */
}

.nav-note li{
	list-style: none;
	list-style-type:none;
	display: block;
	line-height:1em
	text-align: center;
	color:#fff !important;
}

.indx-link,
.indx-link a{
	list-style: none;
	color:#fff;
}


/*
#content p { width: 400px; margin-bottom: 9px; }
*/


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

#img-container	{ 
	text-align: center;
    width: 100%;
}
    

#img-container p	{ 
	text-align: center;
	width: 100%; 
	margin: 0; 
	padding: 0 0 12px 0; 
}

#img-container .img{
	padding-bottom:130px;
	text-align: center;	
	cursor:pointer;
}


#img-container .img img{
	display: block;
	margin:0 auto;
	text-align: center;

}

#once { clear: left; }

.section-title{
	font-weight: bold
}


#img-container .img{
	padding-bottom:130px;
	text-align: center;	
	cursor:pointer;
}


#img-container .img img{
	display: block;
	margin:0 auto;
	text-align: center;

}

.img-bot{
	display: inline !important;
	margin-bottom: 1000000px !important ; 
	
}

.proj-desc{
	width:600px;
	margin:0 auto;
}

.news-item{
	margin-TOP:2em;
	width:600px
}

.news-item .news-title{
font-weight: bold
}
.news-item .news-date{
	font-style: italic
}

.news-meta{
	margin-bottom:1em;
	display:block;
}


.main-title a,.main-title a:hover{
	text-decoration: none !important;
}
