/**************************
BEGIN TOOL TIP CSS
**************************/
#tip-monument {
	position: absolute;
	width: 293px;
	top: 0px;
	-margin-top: 80px;
	z-index:110;
	display: none;
	margin-left: 200px;
}
.tip-content, .tip-bottom {
	padding: 20px 50px 5px 20px;
	background: transparent url(/images/tool-tips-content.png) no-repeat 0 0;
	color: #6a645c;
	}
	.tip-bottom {
		display: block;
		padding: 0 20px;
		bottom: 16px;
		height: 33px;
		background: transparent url(/images/tool-tips-bottom.png) 0 0 no-repeat;
		}
		.tip-content strong {
			display: block;
			border-bottom: 1px dotted #c1c1c1;
			font: bold 12px Georgia;
			padding-bottom: 3px;
			margin-bottom: 5px;
			}
		.tip-content em {
			text-decoration: underline;
			font-style: normal;
			color: #5683ae;
			padding-right: 14px;
			background: transparent url(/images/tool-tips-arrow.png) no-repeat right 2px;
			}
		.tip-content img {
			float: left;
			margin-right: 5px;
			width:80px;
			}
/*************************************
ADDITIONAL CSS FOR NON JAVASCRIPT USE
*************************************
.tip-content,
.tip-bottom {visibility: hidden;}

a:hover .tip-content,
a:hover .tip-bottom {visibility: visible;}*/