@charset "UTF-8";






/*  
==========================
Stephen Prustman CSS
==========================
*/

body {
	background:#000 url(../images/bg_body.jpg) no-repeat top center;
	margin:0px auto 0px auto;
	width:980px;
	position:relative;
	font-family:"Times New Roman", Times, serif;
}

br {
	clear:both;
}

img {
	border:none;
}

h1 {
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	margin:12px 0px 12px 0px;
}

h2 {
	font-weight:normal;
	font-size:21px;
}

h6 {
	color:#b2abab;
	font-size:24px;
	font-weight:normal;
	margin:5px 0px 20px 0px;
}

.wrapper {
	background:url(../images/bg_content.jpg) repeat-y center;
}

.header {
	background:url(../images/bg_header.jpg) no-repeat top center;
	min-height:750px;
}

.nav {
	text-align:center;
}

.nav img {
	vertical-align:text-top;
	margin:22px 16px 0px 16px;
}

.logo {
	position:absolute;
	top:86px;
	left:23px;
}

.content {
	overflow:hidden;
	padding:320px 60px 0px 60px;
	color:#7c4d26;
}

.heading em {
	color:#89532a;
	font-size:16px;
	display:block;
}

.footer {
	text-align:center;
}

.footer div {
	position:absolute;
	width:100%;
	margin:40px 0px 0px 0px;
	text-align:center;
	color:#6b3609;
	font-size:11px;
	font-style:italic;
}

.footer div a {
	margin:0px 0px 0px 550px;
	text-decoration:none;
	color:#6b3609;
}

.footer div a:hover {
	color:#ddcdce;
}






/*
======== HOME PAGE ========
*/

.home {
	background:none;
	margin:0px auto 0px auto;
	width:auto;
	min-width:980px;
	position:relative;
}












/*
======== SUB-MENU BAR ========
*/

.subMenuBar {
	line-height:16px;
	text-align:center;
	border-top:#6b3609 dotted 1px;
	border-bottom:#6b3609 dotted 1px;
	padding:5px 0px 5px 0px;
	margin:20px 0px 0px 0px;
}

.subMenuBar a {
	color:#ec944a;
	text-decoration:none;
	font-size:12px;
	padding:0px 5px 0px 5px;
}

.subMenuBar a:hover {
	color:#dccccc;
	text-decoration:underline;
}


















/*
======== TABLE LISTING ========
*/

.tableListing {
	background:#1c0201;
	padding:10px 0px 10px 0px;
	font-size:12px;
	border-top:#300405 solid 1px;
	border-right:#0c0000 solid 1px;
	border-bottom:#0c0000 solid 1px;
	border-left:#300405 solid 1px;
	overflow:hidden;
}

.tableListing:hover {
	background:#350304;
}

.tableListing a {
	color:#7c4d26;
	text-decoration:none;
}

.tableListing a:hover {
	color:#ec944a;
	text-decoration:underline;
}

.tableListing div {
	float:left;
	min-height:5px;
}

.tableListing #column1 {
	width:180px;
	padding-left:20px;
}

.tableListing #column2 {
	width:120px;
	text-align:center;
}

.tableListing #column3 {
	width:120px;
	text-align:center;
}

.tableListing #column4 {
	width:150px;
	text-align:center;
}

.tableListing #column5 {
	width:80px;
	text-align:center;
}

.tableListing #column6 {
	width:145px;
	padding-left:20px;
}









/*
======== ADMIN FORM ========
*/

.adminForm h2 {
	color:#ec944a;
	text-transform:uppercase;
}

.adminForm input {
	display:block;
}
	
.adminForm select {
	display:block;
}
	


	








/*
======== UNDER CONSTRUCTION PAGE ========
*/

.underConstruction a {
	display:block;
	width:470px;
	height:200px;
	margin:0px auto 0px auto;
}
