@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body {
	background: url(images/sign-bg.jpg) repeat #58c2dc;
}

#header {
	width:100%;
	height:235px;
	background:url(images/signs-header.jpg) center top;
}

#header-holder {
	width:1041px;
	height:235px;
	margin:auto;
}

#header-gradient {
	width:100%;
	height:9px;
	background:url(images/gradient.png) repeat-x;
}

#logo {
	width:323px;
	height:129px;
	float:left;
	margin-left:25px;
	margin-top:52px;
	overflow:hidden;
}

#contact-signs {
	width:219px;
	height:81px;
	float:right;
	margin-top:14px;
}

#menu {
	width:448px;
	height:72px;
	float:right;
	margin-top:20px;
}

/* Home Page Styles */

#main-holder {
	width:1041px;
	height:auto;
	margin:auto;
	padding-top:14px;
}

#events-left {
	width:319px;
	height:675px;
	float:left;
	background:url(images/events-bg.jpg) left top no-repeat;
}

#slideshow {
	width:713px;
	height:320px;
	float:right;
	position:relative;
}

#slideshow IMG {
    z-index:8;
    opacity:0.0;
	position:absolute;
    top:0;
    left:0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#home-info {
	width:678px;
	height:376px;
	float:right;
	margin-top:7px;
	padding-left:15px;
	padding-right:20px;
	background:url(images/home-holder.png) no-repeat;
}

#footer-holder {
	width:1041px;
	height:67px;
	clear:both;
	float:left;
}

#footer {
	width:100%;
	height:42px;
	clear:both;
	background:url(images/footer.jpg) repeat-x;
}


#specials-button {
	float:left;
	width:318px;
	height:28px;
	margin-top:2px;
}

/* Contact Us Styles */


#contact-info {
	width:678px;
	height:656px;
	float:right;
	padding-left:15px;
	padding-right:20px;
	background:url(images/contact-holder.png) no-repeat;
}

/* FAQs Styles */

#faq-top {
	width:713px;
	height:93px;
	float:right;
	background:url(images/faq-top.png) no-repeat;
}

#faq-holder {
	width:673px;
	height:auto;
	float:right;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:35px;
	padding-top:20px;
	background:url(images/faq-holder.jpg) repeat-y;
}


#events-gallery {
	width:688px;
	height:656px;
	float:right;
	padding-left:10px;
	padding-right:15px;
	background:url(images/contact-holder.png) no-repeat;
}





/* Rollover Links Styles */

.menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5184a5;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5184a5;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.menu  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5184a5;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #385792;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.trebuchet16-gray {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #555555;
	text-decoration: none;
	word-spacing:-2px;
}
.trebuchet14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #555555;
	text-decoration: none;
	word-spacing:-2px;
	font-style: italic;
}
.titlered {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #ED2D2A;
	text-decoration: none;
	word-spacing:-2px;
	font-weight: bold;
}
.tahoma-faq {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #555555;
	text-decoration: none;
}
