#top-nav ul {
	list-style:none;
}
#top-nav li {
	float:left;
	padding:5px 0 0 10px;
  	margin:0;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000099;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
  }
  
#top-nav a:link {
  float:left;
  display:block;
  padding:5px 5px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color: #000099;
  }
  
#top-nav a:visited {
  float:left;
  display:block;
  padding:5px 5px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color: #CC00CC;
  }
  
#top-nav a:hover {
  float:left;
  display:block;
  padding:5px 5px 4px 6px;
  text-decoration:underline;
  font-weight:bold;
  color: #ff9900;
  }


.photo-contents {
	   margin-left: 25px;
}
.photo-explain {
	color: #999966;
	font-size: 7pt;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
	text-align: left;
	font-weight: bold;
	margin-right:auto;
}
.yellowstone-big-box {width:580px;}

.yellowstone-box {
	float:left;
	background-color:rgb( 254, 254, 254);
	margin:5px 0px 0px 5px;
	border-top:1px solid #dfdfdf;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #dfdfdf;
	padding:3px 0;
	position:relative;
	min-height:80px;
	height:76px;
	width:280px;
	overflow:hidden;
}

.yellowstone-box img {
		float:left;
		margin-left:8px;
		margin-top:15px;
		margin-right:10px;
		margin-bottom:5px;
		border:none;
}

.yellowstone-box-text {
	margin-right:10px;
	text-align:left;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.yellowstone-box-text a:link{text-decoration: none;color:#000000 }
.yellowstone-box-text a:visited{text-decoration:none;color:#000000}
.yellowstone-box-text a:hover{text-decoration:none;color:#000000}
.yellowstone-box-text a:active{text-decoration:none;color:#000000}

.yellowstone-box-header {
	margin-top:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.yellowstone-box-header a:link{text-decoration: none; color: #000099;}
.yellowstone-box-header a:visited{text-decoration:none; color: #CC00CC;}
.yellowstone-box-header a:hover{text-decoration:underline; color: #ff9900;}
.yellowstone-box-header a:active{text-decoration:none;}

.yellowstone-box:hover {
		background-color:#fdf8da;
		border-top:1px solid #cecfb5;
		border-left:1px solid #cecfb5;
		border-right:1px solid #666;
		border-bottom:1px solid #666;
		cursor:pointer;	}

