﻿html 
{
    text-align: center;
    margin: 0; 
    padding: 0; 
}

body 
{
    margin: 0px auto; 
    padding: 0; 
    text-align: center; 
    font-family: Georgia;
    font-size: 0.95em;
    color: #4F372B;
    background-color: #473124; 
}

p
{
    margin: 0px;
}

a
{
    color: #4F372B;
}

#homepageheader
{
    background: url(/images/design/top_bar.jpg) no-repeat top center;
    height: 349px;
    text-align: left;
    padding-top: 15px;
}

#header
{
    background: url(/images/design/top_bar_subpage.jpg) no-repeat top center;
    height: 99px;
    text-align: left;
    padding-top: 15px;
}

#headerwrapper
{
    width: 825px;
    margin: 0 auto;
}

#content
{
    background: url(/images/design/content.jpg) repeat-y top center;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 15px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

#contentwrapper
{
    width: 825px;
    margin: 0 auto;
}

#footer
{
    height: 50px;
    text-align: left;
    padding-top: 30px;
}

#footerwrapper
{
    width: 825px;
    margin: 0 auto;
}

#menu
{
    float:left;
    padding-left: 25px;
    padding-top: 40px;
    font-size: 0.9em;
}

#menu ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}

#menu ul li{
    position: relative;
    display: inline;
}

.menuitem
{
	padding-right: 13px;
    text-decoration: none;
    color: #fff;
}

.lastmenuitem
{
    text-decoration: none;
    color: #fff;
}

#homepageimage
{
    padding-top: 15px;
}

#welcomeline
{
    background: url(/images/design/welcomeline.jpg) no-repeat;
    width: 497px;
    height: 20px;
}

#welcomeleft
{
    float: left;
    width: 517px;
}

#welcomeright
{
    float: left;
    width: 240px;
    margin-left: 50px;
}

#homepagecopyimage
{
    padding-right: 25px;
    padding-bottom: 10px;
}

#footerleft
{
    float: left;
    width: 410px;
    font-size: 0.7em;
    color: #fff;
}

#footerright
{
    float: left;
    width: 410px;
    text-align: right;
    font-size: 0.7em;
    color: #fff;
}

.footerlink
{
    text-decoration: none;
    color: #fff;
}

.clear
{
    clear: both;
}

#logo
{
    float:left;
}

h1
{
    font-size: 1.75em;
    color: #3B161E;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    text-transform: uppercase;
}

h2
{
    font-size: 1.35em;
    color: #3B161E;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    text-transform: uppercase;
}

#titleline
{
    background: url(/images/design/full_width_divider.gif) no-repeat;
    width: 825px;
    height: 20px;
}

.formlabel
{
    width: 75px;
    float: left;
}

.formfield
{
    float: left;
}

#contactleft
{
    float: left;
    width: 400px;
}

#contactright
{
    float: left;
    width: 400px;
}

.contacttitleline
{
    background: url(/images/design/full_width_divider.gif) no-repeat;
    width: 380px;
    height: 20px;
}

.maplink
{
    color: #4F372B;
    text-decoration: none;
    border-bottom: dashed 1px #4F372B
}

.cmslink
{
    color: #4F372B;
}

input
{
    border: 0px;
    border-bottom: dashed 1px #4F372B;
    font-family: Georgia;
    font-size: 1em;
    color: #4F372B;
    background-color: #F7EBBB;
}

.ordereventimage
{
    background: transparent;
}

textarea
{
    border: dashed 1px #4F372B;
    font-family: Georgia;
    font-size: 1em;
    color: #4F372B;
    background-color: #F7EBBB;
}

#imagegallery
{
    text-align: center;
}

#menuTitle
{
   float: left;
}

#menuLinks
{
    float: left;
    text-align: right;
    width: 650px;
    padding-top: 12px;
    font-size: 1.1em;
}

#menuLinks a
{
    text-decoration: none;
    color: #3B161E;
}

#demo-wrapper {
	overflow: hidden; 
	height: 1400px; 
	width: 825px;
	position: relative;
}

#demo-inner {
	width: 800px;
	height: 2000px;
	position: relative;
}

.scrolling-content {
	width: 825px;
	height: 930px;
    left: 0px;
	position: absolute;
}

#content1 {
	left: 0px;
}

#content2 {
	left: 825px;
}

#content3 {
	left: 1650px;
}

#content4 {
	left: 2475px;
}

#content5 {
	left: 3300px;
}

#content6 {
	left: 4125px;
}

.menu_left
{
    float: left;
    width: 600px;
    padding-right: 30px; 
}

.menu_right
{
    float: left;
    width: 175px;
}

.event_title
{
    font-size: 1.35em;
    color: #3B161E;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.event_divider
{
    width: 820px;
    height: 3px;
    background: url(/images/design/dashed_divider.png) no-repeat center;
    padding: 20px 0px 20px 0px; 
}

.adminimage
{
    margin-right: 10px;
}