@import url(/reset.css);
html, body {
	font-family:"Courier New", Courier, monospace;
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
}

h1 { color:#FF6600; text-decoration: none; background-color:#fff; }
p {color:#FF6600; font-size: 14px;}
li {font-size: 11px; line-height: 14px; list-style: none outside; margin-bottom: 0px; margin-top: 0px;}
a {fontsize: 11px; color:#FF6600; text-decoration: none; }
a:hover {fontsize: 11px; color:#FF6600; text-decoration: none; background-color: none; }
ul a {font-size: 10px; color: #CCCCCC;}
ul {position: absolute; list-style: inside; margin: 1px 1px 10px 10px;}

#flash_bg {
    height: 100%;
    margin: 0 auto;
	position: absolute;
	top: 0;
    z-index: -1;
}
#content {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
    z-index: 1;
}
#newsfeed {
	width: 220px;
	margin: 0 auto;
	position: absolute;
	right: 15%;
	top: 0;
    z-index: 1;
}
#menu {
	position: absolute;
	bottom: 1px;
	left: 15%;
}
#home {
	width: 130px;
	filter:alpha(opacity=80);
  	opacity:0.8;
	z-index: 1;
	padding-right: 20px;
	display: block;
	float: left;
}
#people {
	width: 130px;
	filter:alpha(opacity=80);
  	opacity:0.8;
	z-index: 1;
	padding-right: 20px;
	display: block;
	float: left;
}
#cprojects {
	width: 220px;
	filter:alpha(opacity=80);
  	opacity:0.8;
	z-index: 1;
	padding-right: 20px;
	display: block;
	float: left;
}
#projects {
	width: 220px;
	filter:alpha(opacity=80);
  	opacity:0.8;
	z-index: 1;
	padding-right: 20px;
	display: block;
	float: left;
}
#competitions {
	width: 220px;
	filter:alpha(opacity=80);
  	opacity:0.8;
	z-index: 1;
	padding-right: 20px;
	display: block;
	float: left;
}
#gallery {
	width: 220px;
	filter:alpha(opacity=80);
  	opacity:0.8;
	z-index: 1;
	display: block;
	float: left;
}	
h1 {
	font: "Courier New", Courier, monospace;
	font-size: 14px;
	padding-left: 5px;
	font: bold;
	z-index: 2;
}
.newsfeed {
	width: 220px;
	height: 300px;
	background-color:#fff;
	margin-top: 40px;
	margin-right: 15%;
	background-color: #fff;
	filter:alpha(opacity=70);
  	opacity:0.7;
}
#newsfeed ul {
	font:"Courier New", Courier, monospace;
	color: #FF6600;
	display: block;
	font-size:11px;
	padding: 0px
	position: absolute;
	padding-right: 10px;
	list-style-position:inside;
	z-index: 2;
	}
.gallery li {
	font:"Courier New", Courier, monospace;
	font-weight:400;
	color: #FF6600;
	font-size:11px;
	list-style: circle outside;
	line-height: 11px;
	margin-left: 0px;
	padding: 5px
	position: absolute;
	z-index: 2;
	background-color: #fff;
	filter:alpha(opacity=95);
  	opacity:0.95;
}



/*--LIGHTBOX2--*/
#lightbox{	position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; margin-top: 150px;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 100; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-family:"Courier New", Courier, monospace; font-weight: bold; font-size: 12px;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #ccc; }
/*--LIGHTBOX2--*/

/*-*/