﻿/* Tool tips for index page  */
/* border-bottom: 1px dashed black; */
/* beef fest */
.text-fix {
	text-decoration-style: dashed;
	color: blue;
	text-decoration-color: red;
}

.tooltip1 {position: relative;}

.tooltip1 a span {display:none; color: #FFFFFF;}

.tooltip1 a:hover span {
	display:block;
	position: absolute;
	width:167px;
	background: #aaa url("tool-images/beef-150px.jpg") no-repeat;
	height:150px;
	left:-200px;
	top:-10px;
	color:#f8ac00;
	padding:0 5px;
	z-index:10;
	}
/* Fish Fry */
.tooltip2 {position: relative;}

.tooltip2 a span {display:none; color: #ffffff;}

.tooltip2 a:hover span {
	display:block;
	position: absolute;
	width:290px;
	background: #aaa url("tool-images/fishfry.jpg") no-repeat;
	height:214px;
	left:-100px;
	top:-10px;
	color:#f8ac00;
	font-weight:bold;
	padding:0 5px;
	z-index:10;
	}
/* Breakfast */
.tooltip3 {position: relative;}

.tooltip3 a span {display:none; color: #ffffff;}

.tooltip3 a:hover span {
	display:block;
	position: absolute;
	width:250px;
	background: #aaa url("tool-images/breakfast.jpg") no-repeat;
	height:176px;
	left:-190px;
	top:-10px;
	color:#f8ac00;
	font-weight:bold;
	padding:0 0px;
	z-index:10;
	}
/* Broasted Chicken */
.tooltip4 {position: relative;}

.tooltip4 a span {display:none; color: #ffffff;}

.tooltip4 a:hover span {
	display:block;
	position: absolute;
	width:300px;
	background: #aaa url("tool-images/broasted-chk.jpg") no-repeat;
	height:173px;
	left:-180px;
	top:-10px;
	color:#f8ac00;
	font-weight:bold;
	padding:0 0px;
	z-index:10;
	}
/* Back to school */
.tooltip5 {position: relative;}

.tooltip5 a span {display:none; color: #ffffff;}

.tooltip5 a:hover span {
	display:block;
	position: absolute;
	width:300px;
	background: #aaa url("tool-images/b2s.jpg") no-repeat;
	height:181px;
	left:-180px;
	top:-10px;
	color:#f8ac00;
	font-weight:bold;
	padding:0 0px;
	z-index:10;
	}
/* Easter Bunny */
.tooltip6 {position: relative;}

.tooltip6 a span {display:none; color: #ffffff;}

.tooltip6 a:hover span {
	display:block;
	position: absolute;
	width:150px;
	background: #aaa url("tool-images/ebunny.jpg") no-repeat;
	height:200px;
	left:100px;
	top:-10px;
	color:#f8ac00;
	font-weight:bold;
	padding:0 0px;
	z-index:10;
	}

/* History Page */
.tooltip-h1 {position: relative;}

.tooltip-h1 a span {display:none; color: #ffffff;}

.tooltip-h1 a:hover span {
	display:block;
	position: absolute;
	width:313px;
	background: #aaa url("../lodge-history/engineer-posting.jpg") no-repeat;
	height:89px;
	left:100px;
	top:-10px;
	color:#f8ac00;
	font-weight:bold;
	padding:0 0px;
	z-index:10;
	}







