/* CSS Document */
body{
background-color:#000000;
width:956px;
margin:4px auto 0 auto;
color:#FFFFFF;
font-size:12px;
font-family:Verdana,tahoma, Arial, Helvetica;
text-align:center;
}

#header{
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
width:956px;
height:225px;
margin:0 0 0 0;
}


li{
margin: 10px 0 10px 0;

}

/*----------- top of the content with menu*/

#sitecontainer{
width:956px;
}

/*contentcontainer{-----------------------------
position:absolute;
top:485px;
color:#000000;
}*/

.imagebox{
width:190px;
float:left;
margin: 0 10px 10px 0;
}


.imagebox2{
width:100px;
height:100px;
float:left;
margin: 10px 15px 10px 15px;
border:2pxsolid #FFFFFF;
}


#pimage{/*-----------------------------
position:absolute;*/
float:right;
margin:0 12px 15px 0;
width:353px;
height:235px;
border:2px solid;
}

.spacer{
clear:both;}

#menu{
width:200px;
float:left;

}



.buttons{
height:33px;
width:200px;
margin:0 0 5px 0;
text-indent:5px;
vertical-align:middle;
line-height:33px;
}

/*--------------------------------------*/





.contentbox{
	color:#000000;
	clear:both;
	background-image:url(../images/silverbg.jpg);
	border:2px solid #FFFFFF;
	padding: 15px 15px 15px 15px;
	margin-bottom: 10px;
	width:523px;
	text-align:justify;
}

#content{ 
margin:0 0 0 0;
width:570px; 
height:859px;
float:left;
}


#sideinfo{ 
background-image:url(../images/sideinfo.jpg);
background-repeat:no-repeat;
background-position:top left;
width:386px; 
height:859px;
float:right;
margin:0 0 0 0;
}

#footinfo{
float:left;
padding: 0 100px 0 70px;
width:425px;
text-align:justify;
color:#999999;
}


#location{
margin-top:800px;
background-image:url(../images/location.jpg);
width:329px;
height:235px;
float:right;
margin-right:25px;
text-align:right;
}



#footer{

}

#footimage {
clear:both;
width:523px; 
height:60px;
background-image:url(../images/dermafoot.jpg);
background-position:left;
background-repeat:no-repeat;
margin-bottom:10px;
}
/*-----------------------------------------------------menu rollover*/


.right{
text-align:right;}

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


a#home{
width:956px;
height:190px;
display:block;}

a#rollover{
background-image:url(../images/button1.jpg);
background-repeat:no-repeat;
height:33px;
width:200px;
display:block;
text-decoration:none;
color:#000000;
font-size:16px;
}

.none{display:none;}


a#rollover:hover{
background-image:url(../images/button2.jpg);
background-repeat:no-repeat;
height:33px;
width:200px;
display:block;

}

.hide{
display:none;}



/*--------------------------spacing correction*/
.nostyle{
text-align:left}


/*-------------------------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(../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; }

