/*** cab styles ***/

.cab_footer {
	height: 150px;
	clear: both;
	vertical-align: top;
}

#bear {
	position: absolute;
	background: url(../touchstones-history/CABImages/bear2.gif) top left no-repeat;
	top: 180px;
	left: 20px;
	width:60px;
	height: 60px;
	border: none;
	text-align: center;
	float: left;
	clear:both;
}

a.bear:link, a.bear:active, a.bear:visited {
	background: url(../touchstones-history/CABImages/bear2.gif) top left no-repeat;
	height: 60px; 
	width:60px; 
	border: none;
	float: left;
	clear:both;
}

a.bear:hover { 
	background-image: url(../touchstones-history/CABImages/bear2b.gif); 
}


#moose {
	position: absolute;
	background: url(../touchstones-history/CABImages/moose2.gif) top left no-repeat;
	top: 180px;
	left: 130px;
	width:60px;
	height: 60px;
	border: none;
	text-align: center;
	float: left;
	clear:both;
}

a.moose:link, a.moose:active, a.moose:visited {
	background: url(../touchstones-history/CABImages/moose2.gif) top left no-repeat;
	height: 60px; 
	width:60px; 
	border: none;
	float: left;
	clear:both;
}

a.moose:hover { 
	background-image: url(../touchstones-history/CABImages/moose2b.gif); 
}

#whale {
	position: absolute;
	background: url(../touchstones-history/CABImages/whale2.gif) top left no-repeat;
	top: 280px;
	left: 20px;
	width:60px;
	height: 60px;
	border: none;
	text-align: center;
	float: left;
	clear:both;
}

a.whale:link, a.whale:active, a.whale:visited {
	background: url(../touchstones-history/CABImages/whale2.gif) top left no-repeat;
	height: 60px; 
	width:60px; 
	border: none;
	float: left;
	clear:both;
}

a.whale:hover { 
	background-image: url(../touchstones-history/CABImages/whale2b.gif); 
}

#buffalo {
	position: absolute;
	background: url(../touchstones-history/CABImages/buffalo2.gif) top left no-repeat;
	top: 280px;
	left: 130px;
	width:60px;
	height: 60px;
	border: none;
	text-align: center;
	float: left;
	clear:both;
}

a.buffalo:link, a.buffalo:active, a.buffalo:visited {
	background: url(../touchstones-history/CABImages/buffalo2.gif) top left no-repeat;
	height: 60px; 
	width:60px; 
	border: none;
	float: left;
	clear:both;
}

a.buffalo:hover { 
	background-image: url(../touchstones-history/CABImages/buffalo2b.gif); 
}

#turtle {
	position: absolute;
	background: url(../touchstones-history/CABImages/turtle2.gif) top left no-repeat;
	top: 380px;
	left: 20px;
	width:60px;
	height: 60px;
	border: none;
	text-align: center;
	float: left;
	clear:both;
}

a.turtle:link, a.turtle:active, a.turtle:visited {
	background: url(../touchstones-history/CABImages/turtle2.gif) top left no-repeat;
	height: 60px; 
	width:60px; 
	border: none;
	float: left;
	clear:both;
}

a.turtle:hover { 
	background-image: url(../touchstones-history/CABImages/turtle2b.gif); 
}

#eagle {
	position: absolute;
	background: url(../touchstones-history/CABImages/eagle2.gif) top left no-repeat;
	top: 380px;
	left: 130px;
	width:60px;
	height: 60px;
	border: none;
	text-align: center;
	float: left;
	clear:both;
}

a.eagle:link, a.eagle:active, a.eagle:visited {
	background: url(../touchstones-history/CABImages/eagle2.gif) top left no-repeat;
	height: 60px; 
	width:60px; 
	border: none;
	float: left;
	clear:both;
}

a.eagle:hover { 
	background-image: url(../touchstones-history/CABImages/eagle2b.gif); 
}


/*** links ***/

a.cab:link { color: #660000; text-decoration:underline; }
a.cab:visited { color: #660000; text-decoration:underline; }
a.cab:hover { color: #99CCCC; text-decoration:underline; }
a.cab:active {color:#99CCCC; text-decoration:underline; }

a.menu:link { color: #660000; text-decoration:underline; font-size: 11px; }
a.menu:visited { color: #660000; text-decoration:underline; font-size: 11px; }
a.menu:hover { color: #99CCCC; text-decoration:underline; font-size: 11px; }
a.menu:active {color:#99CCCC; text-decoration:underline; font-size: 11px; }


/*** text ***/

ul {
	padding: 0px;
	margin: 15px;
	margin-bottom: -5px;
	margin-top: -5px
}

ul li {
	margin: 0px;
	padding: 1px;
	line-height: 14px;
	list-style-type: none;
}

ul.disc {
	margin: 15px;
	
}

ul.disc li {
	margin: 0px;
	padding: 1px;
	list-style-type: disc;
}

.photo_title {
	color: #660000;
	font-weight: bold;
	font-style: italic;
}

.red {
	color: #660000;
	margin-left: -10px;
	font-weight: bold;
}

.red_noindent {
	color: #660000;
}

.box {
	border-style: solid;
	border-width: 2px;
	border-color: #E9E5D9;
	padding: 10px;
	margin-left: 40px;
	margin-right: 60px;
}