/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	background-attachment: fixed;
	background-image: url(/images/bgtile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0
}
a {

}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {

}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {

}
/*=CONTENT
=== === === === === === === === === === */
#content {

}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container p {
	font-size: 12px;
	line-height: 1.3em;
}
#container h2 {
	font-size: 18px;
	color: #663300;
}
#container h1 {
	font-size: 22px;
	color: #003300;
}
#container h3 {
	font-size: 14px;
	color: #663300;
}
#slides {
}
#home-specials {
	background-image: url(/images/home-specials_off.jpg);
	background-repeat: no-repeat;
	height: 289px;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
#home-specials div {
	padding-top: 70px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 55px;
	height: 194px;
	margin: 0px;
}
#home-events {
	background-image: url(/images/home-events_off.jpg);
	height: 289px;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
#home-events div {
	padding-top: 70px;
	padding-left: 40px;
	padding-right: 55px;
	padding-bottom: 25px;
	height: 194px;
	margin: 0px;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	background-image: url(/images/footer-textbg_off.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 960px;
}
#footer p {
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin: 0px;
}
#footer a {
	font-size: 13px;
	color: #F1F2CA;
	text-decoration: none;
	filter: DropShadow(Color=fff, OffX=2, OffY=2, Positive=true);
}
#footer a:hover {
	text-decoration: underline;
}
#customcalendar {
	margin-right: 10px;
	margin-left: 10px;
}
#container iframe {
	border: 3px solid #32170E;
}

.popupThumbOuter {        

    background: #fff;

    padding: 4px;

}


.popupThumbInner {

    background: #888;

    padding: 4px;

}
.thumbnail  {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.sfirtext {
	font-size: 18px;
}
.menu-h1-override {
	font-size: 20px;
	font-weight: bold;
	color: #542E23;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.tikimailform {
	background-image: url(../images/footer-mailback_off.jpg);
	height: 96px;
	width: 253px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
