*
{
	margin:0px;
	padding:0px;
	/*border: 1px solid black;*/
}

html, body
{
	height: 100%;
	width: 100%;
	margin:0px;
	padding:0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #B61A28;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../_img/background_tile.jpg);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: center;
}

h1
{
	color: #411400;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

h2
{
	color: #411400;
	font-size: 14px;
	font-weight: normal;
	padding:8px 0px 15px 24px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	background-image: url(../_img/h2background.png);
	background-repeat:no-repeat;
}

h3
{
	color: #411400;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

p
{
	padding-bottom:20px;
}

a
{
	color: #ab0000;
	font-weight: bold;
	text-decoration:none;
}

a:hover
{
	color: #ffffff;
}

#contentWrapper
{
	margin: 0px auto 0px auto;
	padding: 0px;
	max-width:768px;
	width:768px;
}

#header
{
	width:768px;
	height:280px;
	background-image: url(../_img/header.jpg);
	background-repeat: no-repeat;
}

#flash
{
	width:768px;
	height:280px;
}

#home-link
{
	position:absolute;
	top:0px;
	margin-left:260px;
	width:250px;
	height:140px;
}

#home-link a {}
#home-link a img{ border:none; width:250px; height:140px; }


#leftMenu a,
#rightMenu a
{
	font-weight:normal;
}

#leftMenu
{
	float: left;
	padding-top: 92px;
	padding-left: 20px;
}

#rightMenu
{
	float: right;
	padding-top: 92px;
	padding-right: 20px;
}

#leftMenu a:hover,
#rightMenu a:hover
{
	color: #4B0007;
}

.menu
{
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

.menu li
{ 
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #d09963;	
} 

.menu li a
{
	color: #d09963;	
}

.menu li a:hover 
{
	color: #ffffff;	
}

.menu li.last
{
	border-right: none;
}

#printLogo
{
	display:none;
}

div.breadCrumb
{
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

div.contact-breadcrumbs div.breadCrumb
{
	margin-left:20px;
	margin-bottom:0px;
}

#content
{
	clear:both;
	color: #ab0000;
	background-image: url(../_img/content_background.jpg);
	background-repeat: no-repeat;
	background-color: #FFD47B;
	height: 100%;
	overflow: auto;
	padding-bottom: 20px;
	min-height:440px;
}

#introText
{
	float: left;
	padding: 36px 0px 0px 28px;
	width: 469px;
	line-height: 16px;
	/*height: 150px;*/
}

#introText.no-news
{
	padding: 36px 20px 0px 28px;
	width:auto;
}


#news
{
	float: right;
	background-image: url(../_img/news_background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 224px;
	height: 280px;
	color: #bf530d;	
	margin-right:10px;
	margin-top:10px;	
}

#news img
{
	cursor:pointer;
}

#news ul
{
	list-style: none; 
	margin-top:0px;
}

#news li
{
	width: 175px;
	font-size: 10px;
	padding-bottom: 10px;
}

#news li a
{
	color: #bf530d;
}

#featured
{
	padding-left: 20px;
	background-color: #FFD47B;
	height: 220px;
}

#featured .featuredItem
{
	float: left;
	width: 246px;
	padding-right: 0px;
}

#contentText
{
	float: left;
	margin: 20px;	
	width:728px;	
}

#contentText.has-images
{
	width:500px; 
}


#imageList
{
	float:left;
	clear: right;		
	margin: 20px 20px 20px 0px;
	width: 190px;		
}

#imageList img
{
	border: 10px solid black;		
	float:left;
	margin-bottom: 10px;
}

#imageGalleryList
{
	clear: both;		
	margin: 20px 20px 20px 90px;
}

#imageGalleryList img
{
	border: 10px solid black;		
	float:left;
	margin-bottom: 10px;
	margin-right:8px;
}


.calendarTitle td
{
	color:#FFFFFF;
}

.calendarDay
{
	font-weight:normal;
	padding: 5px;
}

a.eventDay
{
	color:#FFFFFF;
	font-weight:normal;
}

.eventDay a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.eventDay a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.eventDay a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.eventDay a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#content-contact
{
	padding:20px; 
	float:left; 
	width:345px;
}

#content-contact p
{
	padding:5px 5px 5px 24px;
}

form.contactForm
{
	width:297px;
	background-image: url(../_img/ContactFormBackGround.png);
	background-repeat:repeat-y;
	padding: 10px 24px 24px 24px;
	margin-top:20px;
	float:left;
}

form.contactForm div
{
	margin-bottom: 15px;
}

form.contactForm label
{
	display:block;
	margin-bottom:5px;
}

form.contactForm input,
form.contactForm textarea
{
	border:none;
	background-color: #F5E6C9;
	font-size:14px;
	width: 284px;
	padding: 8px 8px 8px 8px;
	margin:0px;
}

form.contactForm input.short
{
	width: 204px;
}

form.contactForm input.button
{
	width:auto;
	height:auto;
	background:none;
	padding: 0px;
	margin:0px;
}

form.contactForm textarea
{
	font-size:14px;
	font-family:Arial;
	height:126px;
	overflow:auto;
}

form.contactForm div.buttons
{
	text-align:right;
}

#news-articles
{
}

#news-articles ul li
{
	margin-bottom:10px;
}

#news-articles p
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#news-articles span.title
{
	font-weight:bold;
	color:#88110B;
}

#news-articles div.filter-links
{
}

#news-articles div.filter-links a
{
	display:block;
	width:70px;
	background-image: url(../_img/h2background.png);
	background-repeat:no-repeat;
	font-weight: normal;
	padding:6px 0px 6px 5px;
	margin: 10px 0px 10px 0px;
}
#news-articles div.filter-links a:hover
{
	color:#88110B;
}

ul#events-list li
{
	margin-bottom:10px;
}

ul#events-list li div.content
{
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#footer
{
	clear:both;
	color: #d09963;
	background-image: url(../_img/footer.jpg);
	background-repeat: no-repeat;
	width:768px;
	height:150px;
	text-align: center;
}

#footerMenuLeft
{
	float: left;
	padding: 20px 0px 0px 136px;
}


#footerMenuRight
{
	float: right;
	padding: 20px 120px 0px;
}


#footer a
{
	color: #d09963;
}

#footer a:hover
{
	color: #730000;
}

#footer .textSmall
{
	font-size: 11px;
}

#footerText
{
	clear:both;
	padding-top: 120px;
	padding-bottom: 20px;
}

.seperator
{
	clear: both;
	height: 2px;
	margin: 0px 20px 0px 20px;
}


#introText ul,
#contentText ul,
#contact-content ul
{
	list-style-type:none;
	padding-left:6px;
	margin-bottom:10px;
}

#introText ul li,
#contentText ul li,
#contact-content ul li
{   
	background-image: url(../_img/bullet.png);
	background-position: 0px 3px;
	background-repeat:no-repeat;
	padding:5px 0px 5px 24px;
}


.calendarTop
{
    color: #FFFFFF;
	background-image: url(../_img/calendar_top.jpg);
	background-repeat: no-repeat;
	width: 470px;
	height: 96px;
	padding-left: 20px;	
}

.calendarContent
{
	background-image: url(../_img/background_pattern_light.jpg);
	background-repeat: repeat;
	border: 1px solid #EA9B24;
}

#calendarPopupContent
{
    padding-top: 8px;
    line-height: 16px;    
}

.previousMonth
{
    color: #FFFFFF;
	float: left;
	display: block;
	width: 100px;
	padding: 70px 10px 0px 10px;
}

.currentMonth
{
    color: #FFFFFF;
	float: left;
	font-size: 26px;
	padding-top: 57px;
	text-align: center;
	display: block;
	width: 230px;
	text-transform: uppercase;	
}

.nextMonth
{
	float: left;
	padding-top: 70px;
	display: block;
	width: 100px;
	text-align: right;	
}

.event
{
	color: #ab0000;
	padding-top: 5px;
}

a.eventTitle
{
	color: #ab0000;
	font-weight:normal;
}

.eventTitle a:link {
	color: #ab0000;
	font-weight: normal;
	text-decoration: none;
}
.eventTitle a:visited {
	color: #ab0000;
	font-weight: normal;
	text-decoration: none;
}
.eventTitle a:active {
	color: #ab0000;
	font-weight: normal;
	text-decoration: none;
}
.eventTitle a:hover {
	color: #ab0000;
	font-weight: normal;
	text-decoration: underline;
}

.mouse-out
{
	visibility:hidden;
	display:none;
}

.mouse-over
{
	visibility:visible;
	display:block;
	position:absolute;
	width:300px;
	background-color: #FCD592;
	padding:10px;
	color: #ab0000;
	border:solid 1px #F1B958;
}

#calenderSearch
{
	float: right;
	width: 220px;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 15px 0px 15px 10px;
	background-image: url(../_img/background_pattern_light.jpg);
	background-repeat: repeat;
}

#calenderSearch .row
{
	clear:both;
	padding-top: 5px;
}

#calenderSearch .label
{	
    color: #ab0000;
	float:left;
	width: 60px;
}

#calenderSearch .date
{
	float:left;
}

#calenderSearch select
{
	color: #ab0000;
	font-size: 10px;
	margin-left: 2px;	
}

#calenderComingsoon
{
	float: right;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 15px 0px 15px 10px;
	background-image: url(../_img/background_pattern_light.jpg);
	background-repeat: repeat;
}

#calenderComingsoon ul
{
	margin:0px;
	padding: 0px;
	list-style:none;
}

#calenderComingsoon li
{
	margin-top: 10px;
}

.textHeading
{
	color: #411400;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
}

table#site-map h2 a,
table#site-map h2 a:hover
{
	color: #411400;
	font-weight:normal;
}

table#site-map li
{
	background-image:none;
	background-repeat:no-repeat;
}
