
body {
	background: url('tribg.gif') fixed;
}
#body-inner li {
	background: url('images/list-icon.gif') no-repeat 2px 4px;
	list-style-type: none; 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:6px; 
	padding-left:18px; 
	padding-right:18px; 
	padding-top:0px; 
	padding-bottom:0px
}
h1 {
font-family: verdana, Arial, Helvetica, sans-serif;
color: #C0C0C0;
font-size: 40px;
text-align: center;
}
h2 {
font-family: verdana, Arial, Helvetica, sans-serif;
color: #C0C0C0;
font-size: 30px; font-weight: 400;
text-decoration: none;

}
.style1 {
  font-size: 13px;
  font-family: verdana, Arial, Helvetica, sans-serif;
  color: #C0C0C0; 
}
a:link {
color: #00CCFF; text-decoration: underline;
}
a:visited {
color: #FF00FF; text-decoration: underline;
}
a:hover {
color: #FFFF00; text-decoration: underline;
}
a:active {
color: #FF0000; text-decoration: underline;
}
.bullet {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #C0C0C0;
  font-size: 13px;

}
.style2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #C0C0C0;
  font-size: 13px;
}
.style3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #C0C0C0; font-weight: bold;
  font-size: 14px;
  }
.style4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #C0C0C0; font-weight: bold;
  font-size: 14px;
}
.style9 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #C0C0C0;
}
.style14 {
  color: #000099;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
 }
.style15 {
  color: #C0C0C0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;

}
.style23 {
  font-family: Arial, Helvetica, sans-serif; font-size: 16px;
  color: #C0C0C0;
  font-weight: 400;
}
.style24 {color: #3333FF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style27 {color: #3333FF; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;
} 
.rightimg {
  float: right;
  margin-left: 15px;
  marging-bottom: 6px;
 } 
.leftimg {
  float: left;
  margin-right: 15px;
  marging-bottom: 6px;
  }
 
.menu {
width:680px; 
font-size:100em;
font-weight: bold; 
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
margin:0 0 0 8px;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
border-left:0px solid #fff; border-right:1px solid #fff; border-top:1px solid #fff; border-bottom:0px solid #fff; display:block;
font-size:12px;
text-decoration:none; 
color:#000; 
width:139px; 
height:30px; 
background:#D1E231; 
padding-left:15px; 
line-height:29px
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#D4D8BD url('drop.gif') no-repeat right;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#C9BA65 url('arrow.gif') no-repeat right;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url('arrow.gif') no-repeat right;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#A67D3D;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:134px; 
top:0px;
width:150px;
}
/* position the third level flyout menu for a right flyout */
.menu ul ul ul.right {
left:-152px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#666633;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: 0px none; }

a img {border: 0px none;}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: url('blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('prevlabel.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('nextlabel.gif') no-repeat right 15%; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6; *

	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	