/* text.css */

body{
    height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

img {
    display: block;
	border: none;
}

a:link, a:visited, a:hover {
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	color: #ffdd11;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 120%;
 color: #666666;
}

h2{
 font-size: 114%;
 color: #666666;
}

h3{
 font-size: 100%;
 color:
 #666666;
}

h4{
 font-size: 80%;
 font-weight: bold;
 color: #666666;
}

h5{
 font-size: 80%;
 font-weight: normal;
 color: #666666;
}

ul{
 list-style-type: disc;
 margin: 0;
 padding: 20px 0px 0px 10px;
}

ul ul{
 list-style-type: decimal;
 margin: 0;
 padding: 0px 0px 0px 10px;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #666666;
}
				
/* Layout Divs */

#leftheader{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0px;
	width: 260px;	
}

#rightheader{
	float: right;
	top: 0px;
	width: 100%;
	background-image:url(images/montbg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0px;
}

#titleheader{
	position: absolute;
	top: 0px;
	left: 259px;
	width: 500px;
	height: 140px;
	margin: 0;
	padding: 0px;
}

#navBar{
	position: absolute;
	top: 124px;
	left: 0px;
	width: 260px;
	height: 270px;
	margin: 0 0 0 0;
	padding: 0px;
	background-image:url(images/nav.jpg);
	background-repeat: no-repeat;
}

#newsBar{
	position: absolute;
	top: 400px;
	left: 0px;
	width: 200px;
	margin: 0 0 0 0;
	padding: 25px 0px 0px 0px;
}

#main{
	position: absolute;
	top: 140px;
	left: 260px;
	margin: 0 0 0 0;
	padding: 30px 20px 0px 0px;
}

#submenu{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 20px 0px;
}

#footer{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 20px 0px;
}

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 0px 0px;
}

.story img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

.story li{
	padding-bottom: 0px;
	margin: 0;
}

.toro{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.toro img{
	float: left;
	padding: 0px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

#navBar li {border-bottom: 0px solid #EEE;}

html>body #navBar li {border-bottom: none;}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 25px 0 0 10px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	width: 72%;
	color: #ffdd11;
	text-decoration: none
}

/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: 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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(LBimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(LBimages/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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: 200px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }