/* css styles */

html {
	font-family: Arial, sans-serif;
	color: #000000;
	text-align: center;
	height: 100%;
}

body 
{
    background-color:#232323;
    background: #232323 url(images/nav.gif) 0% 0% no-repeat;
   /* background-position:inherit;*/
}

/***** Navigation ******/
.ni
{
    float:left;
    filter:alpha(opacity=60);
    -moz-opacity:.60;
    opacity:.60; 
    position:absolute;
}
.fi
{
    float:left;
    filter:alpha(opacity=60);
    -moz-opacity:.60;
    opacity:.60; 
}
.wt
{
    font-size: 11px;
    color: #FFFFFF;
    position:absolute; 
}
.rt
{
    font-size: 12px;
    color: #CC0C00;
}
/***** page content ******/
.ci
{
    float:left;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70; 
    position:absolute;
}
.c
{
    position:absolute; 
    padding:15px 25px 3px 25px;
    font-size: 13px;
}
.ct
{
    color: #363B33; /* #434D3E;*/
    font-size: 12px;
    padding-top:10px;
}
.csh
{
    color: #363B33; /* #434D3E;*/
    font-size: 12px;
    font-style:italic; 
    font-size:90%; 
    font-weight:bold;
}  
a.csh:link {
	color: #363B33;
	text-decoration: none;
}

a.csh:visited {
	color: #363B33;
	text-decoration: none;
}

a.csh:hover 
{
	color: #CC0C00;
	text-decoration: none;
}

.dt
{
    font-size: 12px;
    color: #363B33;
    position:absolute; 
}
.bt
{
    font-size: 12px;
    color: #363B33; 
}
/***** General Elements *********/

img {
	border: 0;
}

/**** Content Typography *******/

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: .25em 0;
	display: inline;

}

h1 {
	font-weight: normal;
	font-size: 18px;
	margin: 15px 0;
	color: #CC0C00;
}


h2 {
	font-weight: normal;
	font-size: 14px;
	margin: 2px 0;
	padding:0px 0px 0px 0px;
	color: #434D3E;
}
li 
{
    list-style-image:none;
    list-style:none;
} 

a
{
    font-size:11px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

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

a:hover 
{
	color: #CC0C00;
	text-decoration: none;
}
a.csh:hover 
{
	color: #CC0C00;
	text-decoration: none;
}
/****   forms    ****/

input 
{
    font-size: 11px;
    width: 185px;
    font-family: Arial, sans-serif;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70; 
}


textarea
{
    font-size: 11px;
    width: 185px;
    font-family: Arial, sans-serif;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70; 
}


/* lightbox stuff */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(/images/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(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
