/***************************************************************************
 *                                  css/style.css
 *                            ------------------------
 *   begin                : 09/18/06
 *   author               : Chad Berg
 *   email                : chad@bdhtechnology.com
 *   description          : This files contains the page styles for the entire site.
 *
 ***************************************************************************/

/* main page and link styles */
html, body { 
}
body{
	background-color:#00002B;
	color:#000000;
	margin:0px;
	padding:0px; 
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
}
body,p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
a,a:visited{ 
	background-color:inherit;
	color:#800000;
	text-decoration:none;
}
a:hover, a:active{
	background-color:inherit;
	color:#800000;
	text-decoration:underline;
}

#shadow{
	width:938px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	height:100%;
	background:transparent url('../img/bg-dropshadow.png') repeat-y; 
}
#main{
	width:900px; 
	margin-left:19px; 
	background-color:#35363C; 
	min-height:100%;
	height:auto !important;
	height:100%;
}
#header{
	background:#3E403D url('../img/bg-header.jpg') repeat-x;
	position:relative;
	top:0;
	left:0;
	height:192px;
	z-index:90;
}
#content-box{
	width:900px;
	background-color:#FFF;
	padding-bottom:80px;
	position:relative;
	top:0;
	left:0;
	height:100%; 
}
#content{
	height:100%;
	margin-left:13px;
	margin-right:13px;
}
#top-nav{
	width:885px;
	height:22px;
	background-color:#A9B0A5;
	margin-bottom:13px;
	padding-right:15px;
}
#footer{ 
	position:relative;
	top:0;
	left:0;
	background:#35363C url('../img/bg-footer.jpg') repeat-x;
	height:100px;
}
/* Copyright and bottom info */
.copyright{
	color:#fff; 
	text-align:center;
	font-weight:800; 
	font-size:12px;
}
a.copyright, a.copyright:visited{
	background-color:inherit;
	color:#fff;
	text-decoration:none;
} 
a.copyright:hover, a.copyright:active {
	background-color:inherit;
	color:#fff; 
	text-decoration:underline;
}