/* general layout */
body {
background: black;
color: #777;
}
html {
line-height: 1.4em;
}
html, body {
height: 100%;
width: 100%;
margin: 0px;
font-family: verdana;
font-size: 15px;
}

img {
border: none;
background: none;
}
a {
text-decoration: none; 
font-weight: bold;
font-family: verdana;
color: #AD5D1E;
}
a:link, a:visited {
}
a:hover {
	color: #c26f2e;
	font-family: verdana;
}
a:active {
	text-decoration: none;
	outline: none;
}
a:focus {
outline-style: none;
}

h1 {
font-size: 24px;
margin-top: 10px;
margin-bottom: 22px;
}

/* elements */
#home {
float: left;
margin-left: 14px;
margin-top: 6px;
}
#header {
	height: 50px;
    width: 100%;
	float: left;
	background: url(img/header.png) no-repeat;
	background-position: center;
}

#navdiv {
    width: 750px;
	font-family: 'Courier New', Courier, monospace;
	
}

#content-hold {
	margin-top: 20px;
	height: 100%;
    width: 100%;
	float: left;
}

#content-spew {
	padding: 8px 6px 8px 12px;
	position: relative;
	line-height: 1.4em;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	min-height: 610px;
	overflow: hidden;
	margin-top: 64px;
	margin-left: 91px;
	width: 790px;
/* Fallback for web browsers that don't support RGBa */
	background: rgb(0, 0, 0);
	background: rgba(34, 34, 34, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#45343434, endColorstr=#45343434);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#45343434, endColorstr=#45343434)";
}

#content {
	width: 988px;
	height: 736px;
	overflow: auto;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	background: url(img/content_blob.png);
}

/* tool-classes */
.center
{
margin-left: auto;
margin-right: auto;
text-align: center;
}

.inlineimg { vertical-align: middle; }


/* header navigation */

#topnav {
	margin: 22px 0px 2px 60px;
	list-style:none;
	/* Clear floats */
	float:left;
	width:100%;
}
#topnav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#topnav a{
	display:block;
	padding:5px;
	text-decoration:none;
}
#topnav a:hover{
	color: #c26f2e;
	background:black;
}

/*--- actual dropdown ---*/
#topnav ul{
	background: rgba(255,255,255,0); /* make the background fully transparent when we can */
	list-style:none;
	position:absolute;
	left:-9999px;
}
#topnav ul li{
	padding-top:1px;
	float:none;
}
#topnav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#topnav li:hover ul{ /* Display the dropdown on hover */
	left:0;
}
#topnav li:hover a{
	text-shadow: #893300 1px 0px 4px;
}

#topnav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	margin: 8px 0px 0px 79px;
	border: 3px solid #111;
	background: #222;
	text-shadow: none;
}
#topnav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	margin: 8px 0px 0px 79px;
	z-index: 999;
	border: 3px solid #111;
	background: #222;
	text-shadow: #893300 1px 0px 4px;
}

#topnav {
list-style-type: none;
}

#topnav li a:link, #topnav li a:visited, #topnav li a:active {
color: #a55729; font-size: 21px; float: left; margin: 0px 30px 0px 2px;
}
#topnav a:hover, #topnav li a:hover {
color: #c26f2e; font-size: 21px; font-weight: bold; 
float: left; margin: 0px 30px 0px 2px; text-decoration: none;
}
