@charset "utf-8";
/* CSS Document */

body {
	background:#000 url(../images/body-bg.jpg) repeat-x;
	font-size:.85em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:2.3em;
	color:#eee;
	margin:15px 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
	
#main {
	width:886px;
	margin:0 auto;
	background:#343434;
	}
	
#nav {
	width:100%;
	height:30px;
	background:#7f0000 url(/images/nav-bg.jpg) repeat-x;
	}
	
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#nav ul li {
	float:left;
	}
	
#nav ul li a {
	display:block;
	padding:6px 14px 6px;
	color:#FFF;
	font-size:1.1em;
	text-decoration:none;
	}
	
#nav ul li a:hover {
	display:block;
	padding:6px 14px 6px;
	font-size:1.1em;
	text-decoration:none;
    background-color:white;
// 	color:#7f0000;
 	 	color:#444444;

	}
	
#img {
	width:100%;
	border-bottom:5px solid #300000;
	}
	
#content {
	background:#343434;
	clear:both;
	font-size:.85em;
	line-height:16px;
	}
	
.col {
	width:415px;
	float:left;
	color:#d3d3d3;
	margin:-20px 0 10px 20px;
	}
	
.col2 {
	width:840px;
	float:left;
	color:#d3d3d3;
	margin:10px 0 10px 20px;
	}
	
.col a {
	color:#d3d3d3;
	}	
	
.col2 a {
	color:#d3d3d3;
	}	
	
#footer {
	background:#000;
	clear:both;
	padding:15px 0 0;
	color:#a0a0a0;
	}
	
#footer a {
	color:#a0a0a0;
	text-decoration:none;
	padding:0 8px;
	}
	
#footer span {
	float:right;
	padding:0 8px 0 0;
	}
	
.shadeform	{
		FONT: 13px arial, verdana, sans-serif;
		background-image: url("/images/shadeform.gif");
		background-color: #ECF0F3;
		text-align: left;
		WIDTH: 200PX;
		BORDER: #000000 1px solid;
		}	
		
.textarea	{
		FONT: 13px arial, verdana, sans-serif;
		background-image: url("/images/shadeform.gif");
		text-align: left;
		WIDTH: 500PX;
		BORDER: #000000 1px solid;
		}		
.black12bld   { color: #000000; background: #ffffff; font-family: Arial, sans-serif; font-size: 12px; text-align: left; vertical-align: top; font-weight: bold;}

.mar   { color: #300000; background: transparent; font-family: Arial, sans-serif; font-size: 12px; text-align: left; vertical-align: top; font-weight: bold;}
.hours { color: #999999; background: transparent; font-family: Arial, sans-serif; font-size: 12px; vertical-align: top; font-weight: bold;}


	