/*-----------------------------------------------------------------------------
Darkness Falls Main Style Sheet

version: 2.0
author:	 michael j thompson
email:	 mthompson@leaderdesslok.com
website: http://darknessfalls.leaderdesslok.com
-----------------------------------------------------------------------------*/

/* =General Typography
-----------------------------------------------------------------------------*/
html {
	height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	margin: 0 0 0 0;
	background-color: #003;
	height: 100%;
}

h1 {
  font-size: 2em;
	text-align: center;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

.copyright {
	font-size: x-small;
}

table a, table a:visited {
	color: #000;             /* text is black */
	text-decoration: none;
}

table a:hover {
	color: #fff;             /* text is white */
	background-color: blue;	 /* background is blue */
}

/* =DIV Styles
-----------------------------------------------------------------------------*/
#container {
	width: 1000px;
	background-image: url(images/bkg_base.jpg);
	background-repeat: repeat;
  margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

#masthead {
  width: 100%;
	margin: 0 0 0 0;
	padding-bottom: 25px;
	clear: both;
	text-align: center;
}

#navmain {
	/* hide ie/mac \*/
  /* height: 1%; */
  /* end hide */
	width: 800px;
	text-align: center;
	padding-left: 100px;
	background-color: #000;		/* set background to black */
}

#navlocal {
	clear: left;
	float: left;
	width: 195px;
	display: inline;
	text-align: left;
	margin-left: 0;
	padding-left: 5px;
	padding-top: 20px;
}

#content {
	float: right;
  position: relative;
	width: 750px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto auto auto;
	text-align: center;
	font-size: x-small;
}

/* =Main Nav Bar Properties
------------------------------------------------------------------------------*/
#listhorizontal {
	width: 800px;
}

#listhorizontal ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#listhorizontal li {
	float: left;
	position: relative;
	width: 6em;
	text-align: center;
	cursor: default;
	color: #fff; 					    /* text is white */
	background-color: #000;   /* background is black */
	list-style-type: none;
}

#listhorizontal li a {
	font-weight: normal;
	color: #fff; 					    /* text is white */
	background-color: #000;   /* background is black */			
	text-decoration: none;
}

#listhorizontal li a:hover {
	color: #000;	 		          /* text changes to black */
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/midnight-logo.jpg);
}

#listhorizontal a.active {
	color: #000;	 		          /* text changes to black */
	background-color: #ccc;			/* background changes to gray */	
}

/* =Side Nav Bar Properties
------------------------------------------------------------------------------*/
#navlocal a, #navlocal a:visited {
	color: #000;             /* text is black */
	text-decoration: none;
}

#navlocal a:hover {
	color: #fff;             /* text is white */
	background-color: blue;	 /* background is blue */
}

#listvertical ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#listvertical li {
	list-style-type: none;
	font-size: .8em;
}

#listvertical a {
	color: #000;
	text-decoration: none;
}

#listvertical li us li {
  font-size: .8em;
}

/* =Table Properties
------------------------------------------------------------------------------*/
.shade {  /* sets a row's background to gray for ease of reading */
  background-color: #ccc;
}

.feattable {
	width: 100%;
	border: 0px;
	text-align: left;
	font-size: small;
}

.feattable td {
	vertical-align: top;
	padding: 2px;
	width: 25%;
}

.fulltable {
	width: 100%;
	border-collapse: collapse;
	text-align: justify;
}


.fulltable caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}

.fulltable th {
	font-size: .8em;
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: 1px solid #000;
}

.fulltable td {
	font-size: .8em;
	font-weight: normal;
	vertical-align: top;
	padding: 0.1em;
}

.fulltable tbody tr:hover {  /*higlights the current row*/
  background-color: #fff;
	color: #000;
}

.fulltable a:link, .fulltable a:visited, .fulltable a:hover, .fulltable a:active { 
	/*turns off text decoration in tables*/
	color: 000;
	background-color: none;
	text-decoration: none;
}

.fulltable2 {
	width: 95%;
	border: 0;
}

.fulltable2 td {
	vertical-align: top;
	padding: 0;
	border: 0;
	text-align: left;
	font-size: small;
}

.fulltable2 th {
	vertical-align: bottom;
	padding: 2px;
	border: 0;
	text-align: left;
}

.fulltable2 caption {
  font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}

.ogltable {
	width: 95%;
	border: 0;
	text-align: justify;
}

.ogltable td {
	vertical-align: top;
	padding: 5px;
	border: 0;
	text-align: justify;
	font-size: x-small;
}

.halftable {
	width: 50%;
	border: 0;
}

.halftable caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}

.halftable td {
	vertical-align: top;
	padding: 2px;
	border: 0;
	text-align: left;
	font-size: small;
}

.halftable th {
	vertical-align: bottom;
	padding: 2px;
	text-align: left;
}

.boxtexttable {
	width: 50%;
	border: 1;
}

.boxtexttable td {
	vertical-align: top;
	padding: 2px;
	border: 0;
	text-align: left;
	font-size: small;
	background-color: #CCC;
}

.boxtexttable th {
	vertical-align: bottom;
	padding: 2px;
	text-align: left;
	background-color: #CCC;
}

.prcintro {
	width: 95%;
}

.prcintro td {
	vertical-align: top;
	padding: 2px;
	text-align: left;
}

/* =Tools
------------------------------------------------------------------------------*/
clearer {
  clear: both;
  display: inline-block;
}
/*Holly Hack targets IE Win only \*/
* html .clear {height: 1%;}
.clearer {display: block;}
/* End Holly Hack */ 
