/*#navcontainer
{
width: 18em;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-top: 1px solid #BBBBBB;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #989793;
border-right: 10px solid #aaaaaa;
background-color: #cccccc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: 200px; }

#navcontainer li a:hover
{
border-left: 10px solid #666666;
border-right: 10px solid #cccccc;
background-color: #F2F2F2;
color: #666666;
}

#active a:link, #active a:visited, #active a:hover
{
border-left: 10px solid #666666;
border-right: 10px solid #cccccc;
background-color: #F2F2F2;
color: #666666;
font-weight:bold;
}
*/

.tier {
	padding: 0px 7px 0px 7px;
	border: 1px #CCC dashed;
}
.tierOne {
	padding: 0px 7px 0px 7px;
	border: 1px #CCC dashed;
	background-image: url(images/spot.jpg);
	background-repeat: no-repeat;
}

.tier_alt {
	background: #89887B;
}


.kicker {
	clear: both;
}

.colheading {
	margin: 5px;
	margin-left: 2px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #89887B;
}

.loclist {
	padding: 1px;
	margin: 0px;
	list-style: none;
	height: 420px;
	overflow: auto;
	width: 235px;
}
.catlist  {
	padding: 1px;
	margin: 0px;
	list-style: none;
	height: 295px;
	overflow: auto;
	width: 200px;
	border-left: 1px #DFDFDF solid;
}

.catlist li {
	height: 30px;
	background: url('/images/catback.jpg');
	background-repeat: no-repeat;
	border-collapse: collapse;
	padding: 0px 0px 0px 3px;
	border-bottom: 1px #FFF solid;
}

.catlist li a {
	color: #333;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

.loclist li {
	height: 60px;
	background: url('/images/locback.jpg');
	background-repeat: no-repeat;
	border-collapse: collapse;
	padding: 0px 0px 2px 0px;
	font-size: x-small;
	/*border-bottom: 1px #DFDFDF solid;*/
}

.loc_pic {
	padding: 10px;
	padding-right: 5px;
	overflow: hidden;
}

.loc_desc {
	float: left;
	padding: 10px;
	padding-left: 5px;
	width: 185px;
	height: 45px;
	overflow: hidden;
}

.detail_thumbs {
	 /*float: left;*/
	 width: 100%;
	 height: 85px;
	 /* overflow: auto; */
	 white-space: nowrap;
	 background: #DFDFDF;
	 padding: 0;
	 margin: 0;
}

.detail_thumbs img {
	padding: 0;
	padding-right: 4px;
	cursor: hand;
	cursor: pointer;
}
div#hold	{
	position:relative;
	overflow:hidden;
	width:370;
	height:60;
	z-index:100;
	}
	
div#wn	{ 
	position:absolute; 
	width:370; height:60; 
	clip:rect(0px, 0px, 370px, 60px); 
	overflow:hidden;	
	z-index:1; 
	}

div#lyr1	{
	position:absolute;
	visibility:hidden;
	z-index:1;
	width: 999px;
	height: 60px;
	}
div#hold2	{
	position:relative;
	overflow:hidden;
	width: 370px;
	height:60px;
	z-index:100;
}
	
div#wn2	{
	position:absolute;
	width:370px;
	height:60px;
	clip:rect(0px 370px 60px 0px);
	overflow:hidden;
	z-index:1;
	left: 0px;
	}
