/* The Center's magic CSS!
   (c) SiBer, 2006 
   Last edited by Amber 8/6/08 */

* {
  margin: 0; padding: 0;
}

body {
  background-color: #345862;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  text-align: center;
}

p {
	text-align: center;
	font-size:.9em;
	line-height:1.5em;
}

a:link {
	text-decoration:none;
	color:#345862;
	border: none;
}

a:visited {
	text-decoration:none;
	color:#345862;
	border: none;
}

a:hover {
	color: white;
}

h1 {
	font-size:1.4em;
	color:#345862;
	margin-bottom: 10px;
}

h2 {
	font-size:1.3em;
	color:#345862;
	margin-bottom:10px;
}

h3 {
	font-size:1em;
	color:#345862;
	margin:5px 0 5px 0;
}

h3 a:link {
	font-size:1em;
	text-decoration:none;
	color:#345862;
	text-align: center;
}

h4 {
	font-size: .85em;
	color:black;
	margin:-5px 0 20px 0;
	font-weight: normal;
}

h4 a:link {
	color: #345862;
	text-decoration: none;
}

h4 a:visited {
	color: #345862;
	text-decoration: none;
}

h4 a:hover {
	color: white;
	text-decoration: none;
}

h4 a:active {
	color: #345862;
	text-decoration: none;
}

h5 {
	color: black;
	font-size: 1em;
	text-align: left;
}

div#wrap {
  width: 800px;
  margin: 0 auto;
  padding:0;
}

/* @group header */
div#header {
  width: 800px;
  height: 88px;
  overflow: hidden;
  background-image: url("images/header.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

div#header h1 {
  text-indent: -9999px;
}
/* @end */

/* @group main menu */
div#mainmenu {
  background: #bc9b6a url("images/menu.jpg") no-repeat;
  width:800px;
  height:20px;
  font-size:.9em;
  margin: 0;
  padding:0;
}

div#mainmenu ul {
  margin:0;
  padding:0;
  border:0;
  text-align:center;
  white-space: nowrap;
}

div#mainmenu ul li {
  float: left;
  list-style-type:none;
  padding: 0;
  margin: 0;
  clear:none;
  width:98px;
}

/* commented backslash hack v2 (hides rules from IE5 Mac) \*/
div#mainmenu ul li {
  width:auto;
}
/* end hack */

div#mainmenu ul li a {
  display: block;
  padding: 0;
  margin:0 0 0 30px;
  text-decoration:none;
  color:#FFFFFF;
  letter-spacing: 1px;
  text-align:left;
}

div#mainmenu a:hover {
  color:#000000;
}

* html div#mainmenu {
  float:left;
}

div#mainmenu ul li ul {
  margin:0;
  padding:0;
  position:absolute;
  width:220px;
  text-align:left;
  z-index: 2;
}

div#mainmenu ul li ul li {
  width:100%;
  border-left:1px solid black;
  border-bottom:1px solid black;
  border-right:1px solid black;
  background-color:#c19d6d;
}

div#mainmenu ul li ul li a {
  padding: 0;
  margin:0;
}

div#mainmenu ul li ul li:first-child {
  border-top:1px solid black;
}

body div#mainmenu ul li ul {
  display:none;
}

div#mainmenu ul li:hover ul, div#mainmenu ul li ul:hover {
  display:block;
}
/* @end */

div#maincontent {
	width: 800px;
	background-color:#b1c0c3;
	background-image: url("images/body.jpg");
	background-repeat: no-repeat;
	z-index: 1;
	border: 0px;
}

/* @group subnav */
div#subnav {
	float: left;
	width: 150px;
	margin-top:250px; 
	margin-left: 20px;
	text-align: left;
	font-variant: small-caps;
	border: 0px;
}

div#subnav ul {
	list-style:none;
	border-top: 1px solid #c19d6d;
}

div#subnav ul li {
	border-bottom: 1px solid #c19d6d;
	padding: 5px 0;
}

div#subnav a {
	padding: 0 6px;
}

div#subnav ul li.selected {
	font-style: italic;
	color: white;
}
/* @end */

div#adbox {
	margin:50px 0 20px 40px;
  	float:left;
  	text-align:left;
 	width:260px;
 	position: relative;
}

div#adbox img{
	border: 0;
}

div#homecontent {
  	float: left;
  	width: 460px;
  	margin: 50px auto 0px auto;
  	border:0px;
}

/* @group content */

div#content {
  float: left;
  width: 460px;
  margin-left: 130px;
  margin-top: 50px;
  border:0px;
}

div#content p {
  text-align:justify;
  width:460px;
  padding:0 0 .8em 0;
}

div#content img {
	float: left;
	border:1px solid #bc9b6a;
	margin: 0 10px 10px 0;
}



div.center img{
	float: none;
}

div#content ul li {
	text-align: justify;
	font-size: .9em;
	width: 460px;
	margin: -.8em 0 .8em 1em;
	list-style-position: inside;
}

div#content ol {
	text-align: justify;
}

div#content ol li {
	font-size: .9em;
	margin: .8em 0;
	padding: 0 10px 0 0;
	text-align: justify;
}

/* @group table */

div#content table {
	border: 1px solid #345862;
	width: 475px;
	margin: 0 5px 0 0;
	text-align: left;
}

th {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #345862;
}

tr td {
	border: 1px solid #345862;
	font-size: .85em;
	padding: 5px;
}

tr td p{
	text-align: left;
	padding: 0 5px;
}

#table img {
	border: none;
	margin: 0 auto;
}

div#content table tr td img {
	border: none;
	margin: 0 auto;
}

div#noborder table {
	border: 0;
	width: 450px;
	margin: 0 5px 0 -75px;
}

div#noborder th {
	padding: 0 40px;
}

div#noborder tr td {
	border: 0;
	font-size:1em;
	text-align: left;
}

/* @end */
#smad {
	position: relative;
	width: 432px;
	float: left;
	margin: 10px auto;
	top: 50px;
	left: 25px;
	text-align: center;	
}

#smad img{
	border: none;
	margin: 0 auto;
}

/* @end */

div#note {
	font-size:.7em;
	color: #345862;
	border: 1px solid #c19d6d;
	width: 400px;
	margin: -.8em auto 1em auto;
	text-align: justify;
}

div#quote {
	font-style: italic;
	font-size: .8em;
	text-align: center;
	margin: 10px auto;
	width: 400px;
}

div.thanks {
	font-size: .9em;
	color: #345862;
	text-align: justify;
	margin: 1em auto;
}

div#bottomborder {
	border-bottom: 2px dashed #345862;
}

div#noborder p {
	width: 430px;
	font-size: .9em;
}

div#noborder img{
	float: right;
}

div#noborderleft img{
	float: left;
	border: none;
}

div#mission {
	position: relative;
	top: 20px;
	width: 470px;
  	margin: 0 auto;
  	float: left;
  	padding: 5px;
  }
  	
 #mission p{
	text-align: justify;
  	font-size: .9em;
 	line-height: 1.2em;
}

/* @group slider */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
border-bottom-width: 6px;
width: 250px; /*width of featured content slider*/
height: 290px;
z-index: 1;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: #b1c0c3;
width: 250px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index: 3;
}

.pagination{
width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #b1c0c3;
padding: 5px 10px;
font-size: .9em;
}

.pagination a{
/*padding: 0 5px;*/
text-decoration: none; 
color: #345862;
background: #b1c0c3;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #345862;
}

/* @end */

div#site {
	position: relative;
	float: left;
	clear: right;
	top: 100px;
	margin: 10px;
	width: 470px;
}

div#site p{
	text-align: justify;
	font-size: .7em;
	width: 470px;
	line-height: .9em;
}

div#subscribe {
	position: relative;
	top: 70px;
	width: 125px;
	float: left;
	margin: 0 auto;
}

div#subscribe img{
	clear: right;
	margin: 0 auto;
	border: none;
}

div#donate {
	position: relative;
	top: 70px;
	width: 125px;
	float: right;
	margin: 0;
}

div#donate img{
	border: none;
}

div#footer {
	position: relative;
	width: 800px;
  	clear:both;
  	color:white;
 	border-top:20px solid #c19d6d;
	text-align:center;
	font-size:.8em;
}

div#footer a:link{
	text-decoration: underline;
	color:white;
}

div#footer a:visited {
	text-decoration:underline;
	color:white;
	border: none;
}

div#footer img {
	border: none;
	margin-top: 2px;
}

div#w3c {
	position: relative;
	top: 30px;
}

/* W3C Certification stuff */

div#w3c a {
	display:block;
	width: 57px;
	height: 20px;
	margin: 3px 20px;
}

div#w3c img {
	border: 0;
}

#xhtml {
	float: left;
	background-image: url(images/xhtml.gif);
}

#xhtml:hover {
	background-image: url(images/xhtmlhov.gif);
}

#css {
	float: right;
	background-image: url(images/css.gif);
}

#css:hover {
	background-image: url(images/csshov.gif);
}

/* End the w3c certification stuff */

p#opentracker {
	font-size:.4em;
	margin:3px 0 0 0;
}

p#opentracker a:link {
	color:#FFFFFF;
	text-decoration:none;
}

div.clearfloats {
	display: block;
	clear:both;
  	height: 10px;
	visibility: hidden;
}

/* New - Added by Alex */

/* Three Column List of Mine Sites */

div#mineslist {
	margin-bottom: 4em;
	clear: both;
}

div#mineslist ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
div#mineslist li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}
 
div#mineslist li.minecol1 {
	margin-left: 1em;
}
 
div#mineslist li.minecol2 {
	margin-left: 14em;
}
 
div#mineslist li.minecol3 {
	margin-left: 27em;
}
 
div#mineslist li.minestate {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

div#mineslist li.minecoltopper {
	margin-top: -15em;
}

/* Glossary Tooltips */

a.tooltip {
    position: relative;
	z-index: 24;
    text-decoration: none;
	border-bottom: 1px dotted;
}

a.tooltip span {
	display: none
}

a.tooltip:hover span { 
	display: block;
    position: absolute;
	width: 200px;
	bottom: 1.5em;
	left: 1em;
	padding: 0.1em 0.5em;
    border: 1px solid #436b76;
    background-color: #e8eff0;
	background-image: url('images/tooltip2.gif');
	background-repeat: repeat-x;
	color: #000000;
    text-align: center;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	box-shadow: 0 1px 10px rgba(0,0,0,.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 100;
}

/* Tooltips on Map */

div#tooltips {
	position: absolute;
}

div#tooltips li {
	list-style: none;
	position: relative;
	display: block;
}

div#tooltips span {
	display: none;
}

div#tooltips li:hover span {
    display: block;
    position: absolute;
	top: 1em;
	padding: 0.1em 0.5em;
    border: 1px solid #426a75;
    background-color: #becbce;
	background-image: url('images/tooltip.gif');
	background-repeat: repeat-x;
	color: #000000;
    text-align: center;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	box-shadow: 0 1px 10px rgba(0,0,0,.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 100;
}

div#tooltips img {
	border: none;
}

/* Placement of Dots and Tooltips */

li#animas {
	top: 147px;
	left: 127px;
}

li#animas:hover span {
    top: 1em;
	left: 1em;
}

li#burlington {
	top: 119px;
	left: 125px;
}

li#burlington:hover span {
	left: 3em;
}

li#doctor {
	top: 124px;
	left: 89px;
}

li#doctor:hover span {
	left: 5em;
}

li#kerber {
	top: 144px;
	left: 70px;
}

li#kerber:hover span {
	left: 6.5em;
}

li#tiger {
	top: 138px;
	left: 35px;
}

li#tiger:hover span {
	left: 8em;
}

li#pinecreek {
	top: 26px;
	right: 45px;
}

li#pinecreek:hover span {
	left: 10em;
}

li#joewallit {
	top: 32px;
	right: 56px;
}

li#joewallit:hover span {
	left: 11.5em;
}

li#americanfork {
	top: 114px;
	right: 73px;
}

li#americanfork:hover span {
	left: 13.5em;
}

li#ferrishaggerty {
	top: 101px;
	right: 57px;
}

li#ferrishaggerty:hover span {
	left: 15em;
}

/* Abandoned Mine Glossary */

dl#glossary { 
	border-bottom: 1px solid #426b75;
	font-size: 0.9em;
}

dl#glossary dt {
	clear: left;
	float: left;
	width: 150px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #426b75;
	font-weight: bold;
}

dl#glossary dd {
	margin-left: 150px;
	padding: 5px 5px 5px 2em;
	border-top: 1px solid #426b75;
	text-align: left;
}

dl#glossary dd.first { 
	border-top: 1px solid #426b75;
}
