﻿a {
	color: inherit;
	text-decoration: none;
}

a img {
	border-style: none;
}

a.underline, a:hover {
	color: inherit;
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 5px;
}

table#layout{
	margin-left: auto;
	margin-right: auto;
}

#tblheading{
	text-align:center; 
	font-weight:bold;
	background-color: #CDFFE6;
}

ul { list-style-type: none;}
li { list-style-type: none;}

ul#respolicy { list-style-type: square; }
li#respolicy { list-style-type: square; }

.pgheading {
	font-family: Georgia, serif;
	font-size: 32px;
	font-variant: small-caps;
	color: #005535;
}

.heading {
	font-family: Georgia, serif;
	font-size: 24px;
	font-variant: small-caps;
	color: #005535;
	margin-top: 10px;
}

.subheading {
	font-family: Georgia, serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.articletext {
	text-align: justify;
}

.readmore {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -.1px;
	color: #990000;
}

.upcomingevents {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #005535;
}
.details {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -.1px;
	color: #990000;

}
.disclaimer {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

.eventtitle {
	font-family: Georgia, serif;
	font-size: 26px;
	font-variant: small-caps;
	color: #990000;
}

.eventsubheading {
	
}

.eventdatetime {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.eventlocation {
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

.eventslide {
	display:none
}

.eventreserveseats {
	
}

.address {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #005535;
}

.webbottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFCC;
}

.navigation {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -.7px;
	color: #FFFFCC;
}

.formtext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: right;
}
.error {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	color: #CC0000;
}


/* SLIDER IMAGE CSS STUFF */
/* */

#slider {
    width: 360px; /* important to be same as image width */
    height: 210px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 360px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	margin-left: 0px;
	left: 0px;
	border: 0px;
	float: left;
	margin: 0px;
	margin-right: 0px;
	padding: 0px;
	right: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	border: none;
}
.sliderImage span {
    position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 360px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #FFFFCC;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 15px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 210px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 210px;
}

/* LINK SLIDER CSS */
.linkslide {
	margin:0;
	overflow: hidden;
	position: relative;
	float: left;
	width: 540px;
	height: 100px;
}

img linkslide  {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.linkimgselect {
	position: absolute;
	top: 0px;
	right: 540px;
}