@charset "UTF-8";
/* CSS Document */

body {
	margin 0px;
	padding: 0px;
	background-image:url(../images/temp_back3.gif);
	font-family:Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	border-top:#9cc9c9 10px solid;
}

p {
font-size:.80em;
color:#FFFFE8;
margin:0;
}

.alternate  {
line-height:1.45em;
font-size:.7525em;
color:#FFFFE8;
margin:0;
}

#mainWrapper {
background-image:url(images/temp.jpg);
background-repeat:no-repeat;
background-position:left;
width:950px;
}

h1 {
font-size:.85em;
color:#FFFFE8;
font-style:normal;
margin-top:15px;
}

h2 {
font-size:.80em;
color:#E86E48;
width:100%;
padding-bottom:5px;
border-bottom:2px #E86E48 dotted;
}

h4 {
	font-size:.80em;
color:#E86E48;
width:80%;
padding-bottom:5px;
border-bottom:2px #E86E48 dotted;
}

.rightImage {
float:right;
margin:0 15px 15px 15px;
border:#E86E48 4px solid;
display:block;
}

.clearCall {
clear:both;
}

#left_CNTNR {
float:left;
margin:75px 0 0 0;
width:100%;
}

#right_CNTNR {
float:right;
margin:30px 0 0 0;
width:140px;
}

a {
	color: 9cc9c9;
	text-decoration: none;
}
a:link {
    background: url(../images/bayerBULLET.gif) left center no-repeat;
	padding-left:20px;
	color: #9cc9c9;
	text-decoration: none;
}
a:visited {
	background: url(../images/check.gif) right center no-repeat;
	padding-right:20px;
	color: #FFFFE8;
}
a:hover {
	text-decoration: none;
	color: #e86e48;
	 background: url(../images/bayerBULLETovr.gif) left center no-repeat;
	 padding-left:20px;
}
a:active {
	text-decoration: none;
	color: #9cc9c9;
}

li {
font-size:.80em;
list-style:none;
}

#rc_leftFLOAT {
float:left;
width:160px;
overflow:hidden;
}

#rc_rightFLOAT {
float:right;
margin:0 250px 0 0;
width:180px;
overflow:hidden;
}

/* lightbox scripts */
 
#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(../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; outline: none;}	 	

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