/* CSS Document v 2.1 */

html { overflow-y: scroll; }
body {
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	background-color: #000;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/bg-grid.jpg);
	text-shadow:1px 1px #000;
	line-height:18px;
}

a {
	color: #fff372;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus { 
	outline: none;
}


h1, h2, h3, p { margin:0 0 8px 0; }

h1 { font-size:30px; text-transform:uppercase; }

h2 { font-size:18px; text-transform:uppercase; }

h3 {  font-size:14px; text-transform:uppercase; }

.directory h4 { margin:10px 0; }

h4 a { margin:0 0 0 10px; }

img { border: none; }

a img { border: none; }

/* ---- class settings ----------------------- */

.star-list ul li {
	list-style-image:url(images/star.png);
}

.star-list strong {
	font-style:italic;
	color:#fff372;
}

.alignleft {
	float:left;
	margin:0 10px 10px 0;
	border:3px solid #666;
}

.alignright {
	float:right;
	margin:0 0 10px 10px;
	border:3px solid #666;
}

.directory {
	border-top:1px solid #666;
	border-right:1px solid #666;
	width:1100px;
	margin:30px 0 !important;
}

.directory td {
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	padding:5px;
}

.directory2 {
	border-top:1px solid #666;
	border-right:1px solid #666;
	width:700px;
	margin:30px 0 !important;
}

.directory2 td {
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	padding:5px;
}

.even {
	background-color:#141414;
	padding:5px 0;
}

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* --- MIN HEIGHT
    min-height: 400px;
    height: auto !important;
    height: 400px;
--- */

/* --- CURVED BORDER
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
--- */

/* --- DROP SHADOW
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
--- */

.img_border {
	border: 1px solid #fff;
}

.img_border-space {
	padding: 5px;
	border: 1px solid #fff;
}

.headline {
	color: #f00;
	font-size: 20px;
}

/* ---- layout settings ----------------------- */

#main_container {
	position: relative;
	margin: 0 auto;
	width: 1167px;
	height: auto;
	z-index:1;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 1167px;
	height: 185px;
	/*background:url(images/bg-header.png) no-repeat;*/
	z-index:2;
}

#slide-holder {
	position:relative;
	top:0;
	left:0;
	width:1163px;
	height:391px;
	background:url(images/bg-slider.png) no-repeat;
	padding:0 0 0 4px;
	z-index:1;
}

#slider {
    position:relative;
    width:1158px; /* Change this to your images width */
    height:390px; /* Change this to your images height */
	overflow:hidden;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position: absolute;
	top: 85px;
	left: 0px;
	width: 1167px;
	height: 25px;
}

#sub-nav {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 1167px;
	height: 24px;
}

/* ---- end nav id settings -------------------------- */

#main-home {
	position: relative;
	top: 0;
	left: 0;
	width: 1167px;
	min-height:322px;
	height:auto !important;
	height:322px;
	background:url(images/bg-home-main.png) repeat-y;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 1167px;
	min-height:322px;
	height:auto !important;
	height:322px;
	background:url(images/bg-main.png) repeat-y;
}

#main-wide {
	position: relative;
	top: 0;
	left: 0;
	width: 1167px;
	min-height:322px;
	height:auto !important;
	height:322px;
	background:url(images/bg-main-wide.png) repeat-y;
}

#partners {
	position:relative;
	top:0;
	left:0;
	width:1167px;
	height:102px;
	background:url(images/bg-partners.png) no-repeat;
	padding:25px 0 0 0;
	text-align:center;
}

#partners img {
	margin:0 5px;
}

/* ---- start main content settings -------------- */

#content_home {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 1145px;
	height: auto;
	padding:20px 11px;
}

.fourteen {
	font-size:14px;
}

#home-about {
}

.services-page {
	font-size:16px;
}

.home-col {
	position:relative;
	top:0;
	left:0;
	width:340px;
	height:auto;
	padding:0 20px;
	float:left;
}

.sub-head {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

.home-col h2 {
	border-bottom:1px solid #a0a3a6;
	padding-bottom:8px;
}

.recent-news img {
	padding:5px;
	background-color:#fff;
	border:1px solid #a3a3a3;
	margin:0 5px;
}

#home-news table, #home-events table, #side_bar table {
	margin-bottom:10px;
}

#home-news td, #home-events td, #side_bar td, .exec-table td {
	vertical-align:top;
	padding:5px;
}

#home-fans p, .raving p {
	margin:0 0 20px 0;
}

#home-fans strong, .raving strong {
	color:#fff372;
}

#content_main {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 702px;
	height: auto;
	padding:20px 10px 20px 30px;
}

#content_wide {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 1127px;
	height: auto;
	padding:20px 10px 20px 30px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position: relative;
	top: 0;
	left: 0;
	float: right;
	width: 345px;
	height: auto;
	padding: 20px 25px 20px 15px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 1145px;
	height: 150px;
	clear: both;
	background:url(images/bg-footer.png) no-repeat;
	padding:0 11px;
}

#footer-connect, #footer-links, #footer-contact {
	position:relative;
	top:0;
	left:0;
	height:auto;
	padding:20px 20px 0 20px;
	float:left;
}

#footer-connect {
	width:292px;
}

#footer-connect h3 {
	font-size:18px;
}

#footer-links {
	width:490px;
}

#footer-contact {
	width:200px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.footer_left {
	float: left;
}

.footer_right {
	float: right;
}

.slug {
	position:absolute;
	bottom:-30px;
	right:20px;
}

.email-txt {
	width:183px;
	height:18px;
	background-color:#1e2124;
	color:#fff;
	padding:0 0 0 5px;
	border:1px solid #474c51;
}

hr {
	width:100%;
	height:1px;
	background-color:#474c51;
	border:none;
	margin:20px 0;
}


/* ---- start navigation settings -------------------------- */
 
#nav a {
	position: relative;
	float: left;
	height: 25px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(/images/nav.png);
}

a#nav_01 {
	width: 119px;
	background-position: 0 0;
}

a:hover#nav_01{
	background-position: 0 -25px;
}

.active_01 {
	background-position: 0 -25px !important;
}

a#nav_02 {
	width: 173px;
	background-position: -119px 0;
}

a:hover#nav_02{
	background-position: -119px -25px;
}

.active_02 {
	background-position: -119px -25px !important;
}

a#nav_03 {
	width: 116px;
	background-position: -292px 0;
	margin-right:348px;
}

a:hover#nav_03{
	background-position: -292px -25px;
}

.active_03 {
	background-position: -292px -25px !important;
}

a#nav_04 {
	width: 138px;
	background-position: -756px 0;
}

a:hover#nav_04{
	background-position: -756px -25px;
}

.active_04 {
	background-position: -756px -25px !important;
}

a#nav_05 {
	width: 150px;
	background-position: -894px 0;
}

a:hover#nav_05{
	background-position: -894px -25px;
}

.active_05 {
	background-position: -894px -25px !important;
}

a#nav_06 {
	width: 123px;
	background-position: -1044px 0;
}

a:hover#nav_06{
	background-position: -1044px -25px;
}

.active_06 {
	background-position: -1044px -25px !important;
}

#sub-nav a {
	position: relative;
	float: left;
	height: 24px;
	cursor: pointer;
	background-repeat: no-repeat;
	/*background-image: url(/images/sub-nav2.png);*/
}

a#sub-nav_01 {
	width: 160px;
	background-position: -27px 0;
}

a:hover#sub-nav_01{
	background-position: -27px -24px;
}

.sub-active_01 {
	background-position: -27px -24px !important;
}

a#sub-nav_02 {
	width: 249px;
	background-position: -210px 0;
}

a:hover#sub-nav_02{
	background-position: -210px -24px;
}

.sub-active_02 {
	background-position: -210px -24px !important;
}

a#sub-nav_03 {
	width: 440px;
	background-position: -462px 0;
}

a:hover#sub-nav_03{
	background-position: -462px -24px;
}

.sub-active_03 {
	background-position: -439px -24px !important;
}

a#sub-nav_04 {
	width: 264px;
	background-position: -890px 0;
}

a:hover#sub-nav_04{
	background-position: -890px -24px;
}

.sub-active_04 {
	background-position: -890px -24px !important;
}

#drop-nav {
	position:absolute;
	top:109px;
	left:0px;
	width:938px;
	height:25px;
	font-size: 12px;
	z-index:5000;
}

#drop-nav a {
	color: #151516;
	text-shadow:1px 1px #e0e0e0;
	display:block;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background-color:#cecece;
}

#drop-nav a:hover {
	color: #fff;
	padding: 5px;
	text-decoration: none;
	background-color:#151516;
	text-shadow:none;
}

#L2, #L3 {
	position:absolute;
	visibility:hidden;
	height:auto;
	border-top: 1px solid #e0e0e0;

	text-align:center;
	width:150px;
}

#L2 { left:125px; }
#L3 { left:275px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}
