@charset "utf-8";
/* CSS Document */

span.redacted {
    color: black;
    background-color: black;
}

img {
    max-width: 100%;
    max-height: inherit;
}

#navigationBar {
/*width: 675px;
margin-left: auto;
margin-right: auto;
position: relative;*/
height: 30px;
left: -10px;
z-index: 10000;
letter-spacing: 0.1em;
}

#navigationBar #menuArea {
position: relative;
float: left;
z-index: 3;
white-space: nowrap;
}

#navigationBar .menuItem {
position: relative;
float: left;
height: 51px;
padding: 0 3px;
}

#navigationBar span {
white-space: nowrap;
cursor: pointer;
}

.menuSubItems {
display: none;
position: absolute;
top: 48px;
margin-left: -9px;
text-align: left;
padding-right: 5px;
}



.menuSubItems span {
display: block;
position: relative;
margin-left: -6px;
top: -12px;
margin-right: 10px;
padding-left: 5px;
text-indent: 10px;
width: 100%;
padding-right: 6px;
}

.menuItem:hover .menuSubItems
{
display:block;
}


#menu {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: auto;
	height: 50px;
	width: 100%;
	background-color: #454545;
	overflow: hidden;
}

#blockAlign {
	display: inline-block;
	width: 200px;
}

label {
	display: inline-block;
	width: 200px;
}


#pageholdframe {
	width:1000px;
	height:auto;
	left: 172px;
	border:medium;
	margin-left: auto;
	margin-right: auto;
	background-color:#999999;
	padding:10px 10px;
	border-radius: 10px;
}

#Content {
	width:auto;
	height:auto;
	left: 172px;
	border:medium;
	margin-left: auto;
	margin-right: auto;
	padding:20px 20px; 
}

p {
	font:17px georgia;
	color: #000000;
	line-height:30px;
	
	border:0px solid #a1a1a1;
	padding:10px 10px;
	background:#dddddd;
	max-width: 100%;
	border-radius:10px;
}



ul
{
list-style-type:none;
margin:0;
padding:0;
}

h1{
	font: 32px georgia;
	line-height:24px;
	letter-spacing:0.1em;
	color: #BBEBFF;
	text-shadow: black 0.01em 0.1em 0.2em;
        
	
}

h2{
	font:25px georgia;
	color: #FFFFFF;
	line-height:30px;
	letter-spacing:0.1em;
}


li
{
display:inline;
}


a:hover
{
	background-color: #00CCFF
}

#header {
	width:auto;
	height:auto;
	z-index:1;
	left: 438px;
	top: 46px;
}
body {
background: url(background-gradient.jpg) no-repeat center center;
background-size: cover;
}


#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}


/* class=background */
.header{
	/*	border:0px solid #a1a1a1;
	padding:0px 0px;
	background-color:#AA0004;
	opacity:0.7;
	width:auto;
	border-radius:2px;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
*/
	font-weight: bold;
	color: #FFFFFF;
	background-color: rgb(122,122,142);
	text-align: center;
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.background{
		border:0px solid #a1a1a1;
		padding:0px 0px; 
		background:#dddddd;
		width:auto;
		border-radius:3px;
}

.error{
	font-style:italic;
	font:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 15px;
}
