@charset "utf-8";
html,body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #87471f;
}

.container  {
	width: 780px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: Aqua;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
}
.header  {
	height: 100px;
	margin: 0px;
	background-color: #000000;
	padding: 0;
}

.menu1  {
	padding: 0 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #81211bf;
}

.menu2  {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #81211b;
}

/* maincontent index.html background */
.mainContent  {
	padding: 0 20px 50px;
	background-image: url(images/p1569.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}


/* mainloc location.html background */
.mainloc  {
	padding: 0 20px 0px;
	background-image: url(images/p124.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* maincontent index.html background */
.main2  {
	padding: 0 20px 10px;
	background-image: url(images/p8c.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* mainaccom accom.html background */
.mainaccom  {
	padding: 0 20px;
	background-image: url(images/accom2.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* maindining dining.html background */
.maindining  {
	padding: 0 20px;
	background-image: url(images/dining.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* mainprivdining private.html background */
.mainprivdining  {
	padding: 0 20px 50px;
	background-image: url(images/p158s.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* maincontact contact.html background */
.maincontact  {
	padding: 0 20px;
	background-image: url(images/p168c.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* mainres reservationst.html background */
.mainres  {
	padding: 0 20px;
	background-image: url(images/p168s.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* mainspecial specials.html background */
.mainspecial  {
	padding: 0 20px;
	background-image: url(images/newoffers.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* mainmeeting meeting.html background */
.mainmeeting  {
	padding: 0 20px;
	background-image: url(images/functions1.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* mainreviews reviews.html background */
.mainreviews  {
	padding: 0 20px;
	background-image: url(images/award.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* mainreviews2 reviews2.html background */
.mainreviews2  {
	padding: 0 20px;
	background-image: url(images/contactus.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* mainweddings weddings.html background */
.mainweddings  {
	padding: 0 20px;
	background-image: url(images/weddings.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}

/* mainxmas xmas11.html background */
.mainxmas  {
	padding: 0 20px;
	background-image: url(images/xmasback.jpg);
	background-attachment: scroll;
	background-color: #87471f;
	background-repeat: no-repeat;
}


/* mainlocal local.html background */
.mainlocal  {
	padding: 0 20px;
	background-attachment: scroll;
	background-color:#6e231d;
	background-repeat: no-repeat;
}


/* maincontent7 location.html background */
.mainContent7n  {
	padding: 0px 3px 0px 6px;
	background-attachment: scroll;
	background-color: #81211b;
	background-repeat: no-repeat;
	margin : 0px 0px;
}

.content  {
	padding: 10px;
	width: 320px;
	position: static;
	left: 30px;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
}

.footer  {
	background-color: #000000;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	text-align: left;
	letter-spacing: normal;
	text-indent: 2px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 12px;
	clear: both;
	float: none;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.tran  {
	padding: 10px;
	width: 300px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.indextran  {
	padding: 10px;
	width: 400px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


.indextran1  {
	padding: 10px;
	width: 316px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: White;
	text-align: justify;
	text-indent: 10px;
	opacity: .93;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.93;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.93;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=93);
	filter: “alpha(opacity=93);
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.indextran2  {
	padding: 5px;
	width: 270px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: Black;
	text-align: justify;
	text-indent: 5px;
	opacity: .93;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.93;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.93;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=93);
	filter: “alpha(opacity=93);
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

.indextran4  {
	padding: 1px;
	width: 208px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: White;
	text-align: justify;
	text-indent: 5px;
	opacity: .93;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.93;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.93;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=93);
	filter: “alpha(opacity=93);
	background-color : White;
	border-color : Silver;
	border : thin solid Silver;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}



.indextran3  {
	padding: 5px 1px 5px 1px;
	width: 125px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: auto;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.reviewstran  {
	padding: 10px;
	width: 510px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.90;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.90;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=90);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.offerstran  {
	padding: 10px;
	width: 450px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


.contran  {
	padding: 10px;
	width: 550px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.loctran  {
	padding: 10px;
	width: 550px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.tranloc  {
	padding: 10px 5px 0px 10px;
	width: 750px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 0px;
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 00px;
}

.diningtran  {
	padding: 10px;
	width: 330px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.privdiningtran  {
	padding: 10px;
	width: 330px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 150px;
	margin-left: 10px;
}

.localtran  {
	padding: 10px;
	width: 700px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


.valtran  {
	padding: 10px;
	width: 350px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.contacttran  {
	padding: 10px;
	width: 380px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.tranindex  {
	padding: 10px;
	width: 360px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: White;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.transkinny  {
	padding: 10px 10px 200px 10px;
	width: 250px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color: White;
	border-color: Black;
	border: thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.tranres  {
	padding: 10px;
	width: 250px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color: White;
	border-color: Black;
	border: thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 200px;
	margin-left: 10px;
}




.tranfood  {
	padding: 10px;
	width: 430px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.tranform  {
	padding: 10px;
	width: 400px;
	position: static;
	left: auto;
	float: none;
	right: auto;
	top: 20px;
	bottom: 20px;
	overflow: auto;
	z-index: auto;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 10px;
	opacity: 0.75;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 0.75;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 0.85;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=85);
	/* Internet Explorer 5.5, 6 */
	background-color : White;
	border-color : Black;
	border : thin solid Black;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}





.footleft {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
}



A {
	FONT-WEIGHT: bold;
	COLOR: #CCCCCC;
	TEXT-DECORATION: none;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS";
}
A.download {
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 12px;
}
A:hover {
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
A.download:hover {
	FONT-WEIGHT: bold; COLOR: #7e919a; TEXT-DECORATION: underline
}

.notran  {
	text-align : justify;
	opacity: 1.0;
}

.notrantest  {
	opacity: 100;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 1.0;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 1.0;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=100);
	filter: “alpha(opacity=100);
}
		

.notranfood  {	
	background-color: White;
	font-size: 8pt;
	font-family: "Trebuchet MS";
	color: Black;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	margin-top: 2px;
	margin: 0px;
}

.selected {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
}

.park1 #footer #footright    {
	float: none;
	text-align: right;
	font-weight: bold;
	color: #000000;
	width: auto;
	position: relative;
	right: 6px;
	clear: none;
	background-color: #000000;
	top: auto;
	display: inherit;
  }


p  {
	font-size: 8pt;
	font-family: "Trebuchet MS";
	color: Black;
	margin: 0px;
	margin-bottom : 5px;
}

.inline {
	FONT-WEIGHT: bold;
	COLOR: Blue;
	TEXT-DECORATION: none;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS";
}

A.inline:hover {
	FONT-WEIGHT: bold;
	COLOR: Red;
	TEXT-DECORATION: underline;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS";
}

.form  {
	font-size: 8pt;
	font-family: "Trebuchet MS";
	color: Black;
	margin: 0px;
}

.pmain {
	text-align : left;
	text-indent: 0px;
	margin-top : 0px;
	margin-bottom : 5px;
	color: Black;
	font : normal 75% "Trebuchet MS", Arial, sans-serif;
	line-height : 135%;
}



.pmain2 {
	text-align : left;
	text-indent: 0px;
	margin-top : 0px;
	margin-bottom : 5px;
	color: Black;
	font : normal 70% "Trebuchet MS", Arial, sans-serif;
}


.pmain3 {
	text-align : left;
	text-indent: 0px;
	margin-top : 0px;
	margin-bottom : 5px;
	color: Black;
	font : normal 70% "Trebuchet MS", Arial, sans-serif;
	opacity: 100;
	/* CSS3, Mozilla 1.7+, Safari 1.2+, FireFox 0.9+, Opera 9, IE 7.0beta, Konqueror? */
	-moz-opacity: 1.0;
	/* Mozilla < 1.7 (2003) / Firefox 0.8 (2004) */
	-khtml-opacity: 1.0;
	/* Safari 1.1, Konqueror 3.1 (support removed later) */
	filter: alpha(opacity=100);
	filter: “alpha(opacity=100);
}

.sheader {
	text-align : left;
	text-indent: 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color: Black;
	font : bold 78% "Trebuchet MS", Arial, sans-serif;
}

.sheader2 {
	text-align : left;
	text-indent: 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color: Black;
	font : bold 80% "Trebuchet MS", Arial, sans-serif;	
}


h5 {
	text-align : left;
	text-indent: 0px;
	margin-top : 0px;
	margin-bottom : 5px;
	color: Black;
	font : bolder 85% "Trebuchet MS", Arial, sans-serif;
	text-decoration:underline;
}


]
.food {
	text-align: center;
	margin-bottom : 6px;
	margin-top : 6px;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 70%;
}

A.pdf:link  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	color : #006400; 
}

A.pdf:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	 color: #6B8E23; 
}

A.pdf:hover  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
	 color: Red; 
}

.table76 {
	background : #FFFFFF;
	height: 76px;
}

.table10 {
	background : #81211b;
	height: 10px;
}

.table10b {
	height: 10px;
}

.topmenu1 {
	background :#81211b;
	height: 25px;
}

.topmenu2 {
	background :#81211b;
	height: 15px;
}

.lmain {
	text-align : left;
	margin-top : 0px;
	margin-bottom : 0px;
	color: #572B0B;
	font : 75% "Trebuchet MS", Arial, sans-serif;
}

.pmainl {
	text-align : left;
	margin-top : 0px;
	margin-bottom : 0px;
	color: Black;
	font : normal 70% "Trebuchet MS", Arial, sans-serif;
	margin-left : 14px;
}

.center {
	margin-top : 15px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	width : 310px;
}





