@charset "utf-8";


* {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #edffab;
	font-size: 16px;

}

body
{
	background: #000;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container
{
	width: 986px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/layout.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#pageHeader { height: 142px; }

#logo { height: 190px; }

a:link
{
	color: #edffab;
	text-decoration: none;
	font-weight: bold;
}

#explanation p
{
	position: relative;
	padding-left: 15px;
}

#explanation p span a
{
	position: absolute;
	left: 250px;
}

#explanation form { line-height: 22px; 
}

#explanation form span
{
	position: absolute;
	left: 100px;
}

#explanation p span { }

a:visited
{
	color: #edffab;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#content
{
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
}

#explanation
{
	float: left;
	width: 530px;
	height: 555px;
	line-height: 23px;
	position: absolute;
	left: 70px;
	top: 10px;
}

#footer
{
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
	height: 40px;
	font-size: 9px;
}

input, textarea
{
	color: #edffab;
	background-color: transparent;
	border: 1px solid #edffab;
}

#footer a
{
	position: relative;
	left: -1000px;
}

#nav { height: 28px; }

#banner { height: 200px; }
#explanation  h1
{
	font-size: 24px;
	margin-top: 10px;
}

#linkList
{
	float: right;
	width: 218px;
}

#linkList2
{
	margin-top: 0px;
	width: 160px;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 24px;
}

#linkList h3.select
{
	width: 103px;
	height: 2px;
	margin-top: 1ex;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#linkList h3.select span { display:none }

#linkList h3.resources
{
	margin: 25px 0 5px 0;
	width:63px;
	height: 10px;
}

#linkList h3.resources span { display:none }

#linkList ul
{
	margin: 0;
	padding: 0;
}

#linkList li
{
	line-height: 1.7ex;
	display: block;
	padding-top: 8px;
	margin-bottom: 10px;
	list-style-type: none;
	text-align: center;
	font-size: 16px;
}

#linkList li a:link
{
	color: #edffab;
	text-decoration: none;
	font-weight: bold;
}

#linkList li a:visited
{
	color: #edffab;
	font-weight: bold;
	text-decoration: none;
}

#linkList li a:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#lresources { margin-top: 3em; }

/* Move this junk out of the way */
#pageHeader h1, #pageHeader h2 { display : none; }

#scroll
{
	position:absolute;
	top:0px;
	height: 100%;
	padding-bottom: 1px;
}

.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
	display:block;
}

.thumbnail span
{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #000;
	padding: 5px;
	border: 1px solid #edffab;
	visibility: hidden;
	color: #edffab;
	text-decoration: none;
	left: -2000px; /*position where enlarged image should offset horizontally */
}

.thumbnail span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;
}

.thumbnail:hover span
{ /*CSS for enlarged image on hover*/
	position: absolute;
	background-color: #000;
	padding: 5px;
	border: 1px solid #edffab;
	color: #edffab;
	text-decoration: none;
	top: -300px;
	left: 260px; /*position where enlarged image should offset horizontally */
	visibility: visible;
	display:block;
}
