/* General Styles */
BODY  
{ 
font-size: 100%;  /* partial work-around for IE bug */ 
background: #600 url(img/bg.png) repeat-x;
}


h1 {
	font-size:26px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:12px;
	color:#F90;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:18px;
	color:#FFFFFF;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

A:link	{ color: #FFFFFF; text-decoration:none;}
A:visited	{ color: #FFFFFF; text-decoration:none; }
A:link:hover    { color: #000000; text-decoration:none; }
A:visited:hover { color: #000000; text-decoration:none; }
A:active	{ color: #FFFFFF; text-decoration:none;}

#banner {
	width:830px;
	height:140px;
	 background-image:url(img/logo.jpg) repeat-y;
	 border:10px solid #FAB246;
	 
/*	border-top:10px solid #FAB246;
	border-right:10px solid #FAB246;
	border-left:10px solid #FAB246; */
	float:right;
	background-color:#BA0909; /* bordova */	
}
/*
#lang
{ 
background-color:#BA0909; 
	width:750px;
	height:70px;
color:#FFFFFF; 
text-decoration: none; 
font-family:Arial,Helvetica,sans-serif;
font-size:8px;
text-align:right; 
float:left;
	border-right:10px solid #FAB246;
	border-left:10px solid #FAB246;
	
} */

#lang
{ 
background-color:#BA0909; /* bordova */
color:#FFFFFF; 
text-decoration: none; 
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
text-align:right; 
float:right;
	
}



#footer 
{   
color:#FFFFFF;
text-decoration:none;
text-align:center; 
font-size: 100%; 
padding: 1em; 

}

#footer a {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover {
	color:#000000;
}

/* Styles specific to this example layout */
BODY  { 
margin: 0; padding: 0; 
}

#main { 
background-color:#BA0909; /* bordova */
 color: black; 
border: 10px solid #FAB246; 
}

#menu { 
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
color:#FFFFFF;
list-style: none; 
float: left; 
width: 15em; 
margin: 0; padding: 0.1em; 
}

#menu a { 

display:block;
height:10px;
padding:2px;
text-decoration: none; 
border-bottom:1px dotted #FAB246;
color:#FFFFFF;
}

#menu a:hover {

	color:#000000;
}

#content 
{ 
padding-top:10px;
text-align: justify;
background-color:#BA0909; /* bordova */
color:#FFFFFF; 
padding-left: 1em; 
padding-right: 1em;
padding-bottom: 1em;
margin: 0 0 0 15em; 
border-left: 10px solid #FAB246; 
min-height: 1000px;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	margin:0 auto;
	width:850px;
	height:auto;
	text-align:left;
}

#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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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: 66px; 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; }

	