/* 
Theme & Template Designed By: Todd Swift
ThemeKings --  www.themekings.net
Sept. 2009  All Rights Reserved
Tech-Red Revised 02/22
*/
body {
  background-color: rgb(20, 20, 20);
  color: white;
	background-image: url('stars.gif');
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: auto;
	font-size: .9em;
	font-weight: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}


/* Container */
.bodyfiller {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}


/* Navigation Colors */
a.LINKnav:link, a.LINKnav:visited {
	color: rgb(255,140,0);
	text-decoration: none;
	list-style: none;
}
a.LINKnav:hover {
	color: #FF0000;
	text-decoration: underline;
}


/* Link Colors */
a:link, a:visited {
	color: rgb(255,140,0);
	text-decoration: none;
	list-style: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}



/* Banner */
.banner {
	background-image: url('../theme/banner.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 161px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}
.logo {
	padding: 0px;
	width: 258px;
	height: 51px;
	background-image: url('../theme/logo.png');
	background-repeat: no-repeat;
	margin-top: 70px;
	margin-left: 5px;
	position: relative;
	overflow: hidden;
}
/* Horizontal Navigation Bottom Plate */
.navimgbtm {
	background-image: url('../theme/hnavbtm.gif');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 22px;
	overflow: hidden;
	position: relative;
}


/* Vertical Navigation */
.navheader {
	background-image: url('../theme/navhead.gif');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 53px;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 300%;
	font-weight: bold;
}
.navfill {
	background-image: url('../theme/navfill.gif');
	background-repeat: repeat-y;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
	text-indent: 8px;
	line-height: 20px;
	text-decoration: none;
}
.navfoot {
	background-image: url('../theme/navbtm.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 34px;
	overflow: hidden;
	padding-bottom: 10px;
	background-color: rgb(255,140,0);
}
.navinfo {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	list-style: none;
	position: relative;
	text-align: center;
	text-indent: 3px;
}



/* Content Box */

.contentbox {
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0px;
}
.contenthead {
	background-image: url('../theme/menutop.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 46px;
	overflow: hidden;
	position: relative;
	
		font-size: 1.5em;
}
.contentfill {
	background-image: url('../theme/menufill.gif');
	background-repeat: repeat-y;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.contentfooter {
	background-image: url('../theme/menubtm.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 45px;
	overflow: hidden;
	position: relative;
}
.contentinfo {
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
.contentauthor {
	text-transform: none;
	text-align: center;
	width: 100%;
	height: 15px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 350px;
}
.contenttitle {
	text-transform: none;
	text-align: center;
	width: 100%;
	height: 22px;
	overflow: hidden;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	line-height: 26px;
	font-weight: bold;
}


/* Footer */

.footernotes {

	text-align: center;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	width: 100%;
	position: relative;
	overflow: hidden;
	list-style-type: none;

}
/* Floats */
.clearB {
	clear: both;
}
.clearL {
	clear: left;
}
.clearR {
	clear: right;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
/* H-Nav */
#menu {
	width: 100%;
	height: 34px;
	overflow: auto;
	margin: 0px auto 2px auto;
	padding: 0px;
	position: relative;
	background-image: url('../theme/filler.gif');
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	color: rgb(255,140,0);
	text-decoration: none;
	background-position: center;
	padding: 0px;
	margin: 0px;
	width: 10%;
	height: 34px;
	position: relative;
	overflow: visible;
	list-style-type: none;
	text-align: center;
	line-height: 32px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #333333;
	font-weight: bold;
}
#menu ul li a:visited {
	color: rgb(255,140,0);
}
#menu ul li a:hover, .menu ul li .current {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
