@charset "UTF-8";
/* CSS Document */
html, body, div, p,ul,li
{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif
}

p{color:#007f93; font-size:18px;}
a{color:#999; font-size:14px;}

html
{
	background-color:#000;
}

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top:25%;
			margin: 0px 0px 0px 200px;
			padding-bottom:10px;
			width: 600px;
			border: 5px solid #007f93;
			background-color: #000000;
			z-index:1002;
			overflow: auto;
}
.credits{color:#ffffff; font-size:12px;padding-top:10px;}
.credits a{color:#007f93; font-size:12px;padding-top:10px;}
body
{
	font-size:100%;
	height:100%;
}
#mailinglist
{
padding:auto auto 0px;
margin-top:50px;
text-align:center;
}
#container
{
	width:1000px;
	height:100%;
	margin-bottom:20px;
	margin:auto auto 0px;
	text-align:center;
	
}

#headerName
{
	font-size:85px;
	color:#fff;
	margin:0px;
}
#subheaderName
{
	padding-top:20px;
	font-size:20px;
	color:#aaa9a9;
	letter-spacing:.1em;
	
}
#subfooterName
{
	font-size:13px;
	color:#007f93;
	letter-spacing:.1em;
	
}
#subfooterName ul
{
	display:inline;
	padding:auto auto 0px;
	text-align:center;
	
}
#subfooterName li
{
	display:inline;
	list-style-type: none;
	padding-right:10px;
	letter-spacing:.1em;
}
#subheaderName ul
{
	display:inline;
	color:#666;
}
#subfooterName li a:hover
{
	display:inline;
	color:#007f93;
}
#subfooterName li a
{
	display:inline;
	color:#888;
	text-decoration:none;
}


#subheaderName li
{
	display:inline;
	list-style-type: none;
	padding-right:40px;
	letter-spacing:.1em;
}
#mediaspace
{
	width:inherit;
	height:659px;
}
#border
{
	width:1000px;
	height:586px;
	position:absolute;
	top:86px;
	z-index:-1;
	background-repeat:no-repeat;
	margin-left:-48px;
	
}
