/* CSS Document */
body
{
width:100%;
background-color:#EAEAF2;
font-size:small;
color:#57617A;
font-family: Georgia, "Times New Roman", Times, serif;
margin:0 auto;
}
#header
{
background-image:url(../images/headerbg.jpg);
background-repeat:repeat-x;
height:128px;
width:100%;
}
#headercontainer
{
width:975px;
margin:0 auto;
height:128px;
text-align:center;
}
#headermenu
{
float:right;
margin:10px 0 0 10px;
color:#CCCCCC;
}
#headermenu a
{
color:#CCCCCC;
text-decoration:none;
}
#headermenu a:hover
{
color:#CDD5E8;
text-decoration:underline;
}
#container
{
width:975px;
margin:0 auto;
}
#leftcol
{
float:left;
margin: 30px 0 30px 30px;
width:204px;
}
#button
{
background-image:url(../images/galmenu.jpg);
background-repeat:no-repeat;
height:69px;
width:204px;
text-align:center;
vertical-align:middle;
margin-bottom:8px;
padding-top:20px;
}
#leftcol a
{
color:#57617A;
font-size:x-large;
text-decoration:none;
}
#leftcol a:hover
{
color: #0000FF;
font-size:x-large;

text-decoration:none;
}
#rightcol
{
width:644px;
margin:30px;
float:right;
}
h1
{
color:#57617A;
}
h2
{
color:#57617A;
}
h3
{
color:#57617A;
font-size:small;
}
#rightcontent
{
background-image: url(../images/contentbg.jpg);
background-repeat:repeat-y;
width:644px;
color:#57617A;
height:100%;
}
#rightcontentnobg
{
margin-top:15px;
width:644px;
color:#57617A;
height:100%;
}
#rightcontentinner
{
margin-left:15px;
width:600px;
height:100%;
}
#imagedesc
{
float:right;
width:275px;
margin-left:10px;
}
#rightcontent a, #rightcontentnobg a
{
color:#57617A;
text-decoration:none;
}
#rightcontent a:hover, #rightcontentnobg a:hover
{
color: #0000FF;
text-decoration:none;
}
#contentleftcol
{
float:left;
width:400px;
margin-right: 10px;
height:100%;
}
#contentleftcol h3, h2
{
display:inline;
}
#contentrightcol
{
float:right;
width:200px;
margin-left:10px;
}
img.contenttop
{
margin:0;
position:relative;
top:3px;
}
#footer
{
width:975px;
margin:0 auto;
}
#footerright
{
float:right
}
#footerright a
{
color:#57617A;
text-decoration:underline;
}
#footerright a:hover
{
color: #0000FF;
text-decoration:none;
}
sup 
{
margin-right: -2px;
}
sub
{
margin-left: -2px;
position:relative;
}

/* CSS below for the magnifier */

#info
{
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: center;
padding: 10px;
font-family: Trebuchet MS, Verdana, sans-serif;
background-color: #eee;
border-bottom: solid 1px #ccc;
}

#binding
{
position: relative;
padding: 0;
height:100%;
/*margin-left: -253px;
margin-top: -300px;*/
}

#message
{
font-family: Trebuchet MS, Verdana, sans-serif;
}
		
.magnifier
{
position: absolute;
border: solid 1px #000;
cursor: move;
background-repeat: no-repeat;
background-color: #fff;
}
		
.magnifierShadow
{
position: absolute;
background: transparent;
padding: 0;
margin: 0;
}
		
.magnifierController
{
color: #999;
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 10pt;
}
		
.magnifierControllerContainer
{
padding: 10px;
}

.magnifierControllerPrefix
{
color: #57617A;
line-height: 200%;
}

.magnifierControllerButton
{
color: #57617A;
cursor: pointer; cursor: hand;
background-color: #CDD5E8;
border: solid 1px #57617A;
padding: 0px 4px 0px 4px;
/*text-shadow: dimgray 0px 0px 3px;*/
}
		
.magnifierControllerButtonSelected
{
background-color: #57617A;
border: solid 1px #57617A;
color: #CDD5E8;
font-weight: bold;
cursor: pointer; cursor: hand;
padding: 0px 4px 0px 4px;
/*text-shadow: dimgray 0px 0px 3px;*/
} 

#galbtn
{
/*background-image:url(../images/galmenu_sml.jpg);
background-repeat:no-repeat;
height:38px;
width:100px;
vertical-align:middle;
padding:10px 15px 22px 15px;
margin-top:8px;*/
text-align:center;
vertical-align:middle;
display:inline;
}
#galbtn a
{
text-decoration:none;
color:#57617A;
padding:15px 3px 15px 3px;
margin:15px 2px 15px 2px;
background-color:#CDD5E8;
border-left:1px solid silver;
border-top:1px solid silver;
border-right:1px solid silver;
}
#galbtn a:hover
{
color:blue;
text-decoration:none;
}

/* Lightbox style */

#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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

