body {}
/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:transparent ;		/* right column background colour */ /*url(Pics/divider.gif) no-repeat top 36%*/
	}
	.rightmenu .colleft {
		right:65%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:31%;			/* left column content width (left column width minus left and right padding) */
		left:67%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:61%;			/* right column content width (right column width minus left and right padding) */
		left:71%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	.col1 p {text-align:justify;}
	
/* description content behavior and sizing */
	#description {
		width:992px;
		margin: 0 auto;
		border: 1px solid black;
		padding-top: 10px;
		background:#FFF;
		text-align: left;
		display:block;
	}
	#description H2 {
		margin-top:0;
		padding-top:0px;
	}
	#description .footerText {
		padding:20px;
		margin-top:0;
		padding-top:0px;
	}
	#description IMG.thumbnails {
		width:117px;
		height:117px;
	}
	
	#description IMG.leading-img {
		width:600px;
		height:300px;
		padding-bottom:4px;
	}
	#description TABLE {
		width:100%;
	}
	#description TD {
		padding-left: 0em;
		white-space:nowrap;
		text-indent: 0em;
		vertical-align:text-top;
	} /*
	#description_images a:link {
		padding:0 4px 4px 0;
		border:0;
		margin:0;
		float:left;
	} */
	#description_images {
		background: #fff url(Pics/description-thumb-bg.gif) bottom left repeat;
		text-align:left;
		width: 601px;
		padding:0; margin:0;
	}
	#guide_images {
		text-align:left;
		width: 100%;
		padding:0; margin:0;
	}
	#map_canvas {
		width: 600px; 
		height: 300px;
	}
	.watermark{
		display:none;
	}
	
/* TYPOGRAPHY */
	#description h2, #description h3{
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-weight: Lighter;
	}

	#description h2 {
		color:#333;
		font-size: 21px;
		line-height:36px;
		font-weight: Bold;
		text-decoration:none;
	}

	#description h3 { 
		line-height:17px;
		border-bottom:1px solid #ddd;
	}

	#description h3{
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		color:#2fc9c4;
		font-size: 18px;
		margin: 18px 0 8px 0;
		font-weight: normal;
		text-decoration:none;
	}
	
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(Pics/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(Pics/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(Pics/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(Pics/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: normal;
}