﻿/*---Site Colors----
	Red:#a20d13
	Gray:#d7d7d7
	Black:#000000
*/

body {
	background:url(../siteart/sitebg.jpg) repeat-x top center #d7d7d7;
	margin:0;
}

td {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#a20d13;
}

a:hover {
	color:#000;
}

img {
	border:0;
}

#wrapper {
	background:#fff;
	padding:10px;
	vertical-align:top;
}

#gallery {
	border-bottom:5px #fff solid;
}

#slide {
	border-bottom:5px #fff solid;
	text-align:center;
}


/*------------------Top Navigation Section-----------------*/

#topnav {
	background:#000;
	border-bottom:5px #fff solid;
}

#topmenu {
	float:right;
	width:400px;
	text-align:right;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	text-decoration:none;
	font-size:16px;
	color:#fff;
	text-align:right;
	border-left:1px #fff solid;
	padding:19px 5px 3px 0;
	width:150px;
	display:inline-block;
}

#topmenu a:hover {
	background:#414141;
}

.top-sub {
	position:absolute;
	visibility: hidden;
	border:1px #000 solid;
	border-bottom-width: 0;
	margin-top:1px;
	margin-left:-75px;
	z-index: 100;
	background: #000;
	width: 225px;
	color:#fff;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}

.top-sub a:link, .top-sub a:visited, .top-sub a:active {
	text-decoration: underline;
	color:#ce1018;
}

.top-sub a:hover {
	color: white;
}



/*-------------------Sidebar Section------------------*/

#sidebar {
	background:#a20d13;
	vertical-align:top;
	width:226px;
	border-right:5px #fff solid;
}

#sidebar ul {
	margin:0;
	list-style:none;
	padding:0;
}

#sidebar li {
	display:block;
	float:left;
}

#sidebar li a:link, #sidebar a:visited, #sidebar a:active {
	text-decoration:none;
	text-transform:capitalize;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	background:url(../siteart/sidenav-arrow.gif) no-repeat right center;
	padding:5px 0;
	text-indent:5px;
	display:block;
	width:226px;
	border-bottom:1px #550003 solid;
}

#sidebar li a:hover {
	background:#550003;
}

/*---NOT IN USE----

.side-sub {
	position:absolute;
	visibility: hidden;
	border:1px #000 solid;
	border-bottom-width: 0;
	z-index: 100;
	background: #a20d13;
	left:226px;
	width: 200px;
	color:#fff;
}

.side-sub a:link, .side-sub a:visited, .side-sub a:active {
	display: block;
	border-bottom: 1px #fff dotted;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	font-weight: normal;
	color:#fff;
}

.side-sub a:hover {
	color: white;
	background:#550003;
}

*/



/*----------------------Main Section-------------------*/

#main {
	background:url(../siteart/mainbg.gif) repeat-x top;
	vertical-align:top;
	width:708px;
	padding:25px 17px 0;
}

h1 {
	font-size:22px;
	font-weight:bold;
	color:#000;
	display:block;
	margin:0 0 15px;
}

#equip-blocks {
	width:708px;
	text-align:center;
}

#equip-blocks td {
	padding-bottom:5px;
}

.location {
	display:block;
	padding-bottom:15px;
	margin-bottom:15px;
	height:315px;
	border-bottom:1px #000 dotted;
}