@charset "utf-8";
body,td,th {
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size: 11px;
	color: #EBBF65;
}
body {
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8a581d;
}
a:link {
	color: #D59B29;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D59B29;
}
a:hover {
	text-decoration: underline;
	color: #FFBF2B;
}
a:active {
	text-decoration: none;
	color: #923D0A;
}
h1 {
	font-family: "Fine Hand", Papyrus, "Trebuchet MS", Arial;
	font-size: 36px;
	font-weight: bolder;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
h2 {
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size: 11px;
	color: #EBBF65;
}
h3 {

	text-align: center;
	font-size: 10px;
	padding:0px;
	margin:0px;
}
.homeText {
	font-family: "Fine Hand", Papyrus, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
}
.number {
	font-family: "Fine Hand", Papyrus, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.testimonials {
	font-family: "Fine Hand", Papyrus, "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom-color: #EBBF65;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

.address {
	font-family: "Fine Hand", Papyrus, "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.menuItem {
	font-family: "Fine Hand", Papyrus, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.menuDesc {
	font-family: "Fine Hand", Papyrus, "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 25px;
}
.navMenu {
	font-family: "Fine Hand", Papyrus, "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;

}
ul {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	text-align: left;
	margin: 0px;
	padding: 2px;
}

.picBorder {
	border: medium double #713F11;
}
#buttonBack {
	background-image: url(images/button_back.gif);
	background-repeat: repeat-x;
	height: 42px;
}

#borders {
	border: medium double #713F11;
	background-image: url(images/tile.jpg);
}
/*BUTTONS */
	#topNav {
		margin: 0;
		padding: 0;
	}
	#topNav li {
		list-style: none;
		height: 42px;
		float: left;
		position: relative;
	}
	#topNav li a {
		height: 42px;
		text-indent: -9000px;
		display: block;
	}
	#topNav .current a { background-position: 0 -42px; }
	
a#home {
	background-image: url(images/buttons/home.gif);
	width: 122px;
	height: 42px;
}
a#menu {
	background-image: url(images/buttons/menu.gif);
	width: 118px;
	height: 42px;
}
a#location {
	background-image: url(images/buttons/location.gif);
	width: 164px;
	height: 42px;
}
a#testimonials {
	background-image: url(images/buttons/testimonials.gif);
	width: 221px;
	height: 42px;
}
a#information {
	background-image: url(images/buttons/information.gif);
	width: 196px;
	height: 42px;
}
a#home:hover,
a#menu:hover,
a#location:hover,
a#testimonials:hover,
a#information:hover {
	background-position: 0 -42px; 
}
.navBottom {
	line-height: 32px;
	text-align: center;
	font-size: 10px;
}
