<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	color: #FFFFFF;
}
.style1 {font-size: 12.5px;TEXT-ALIGN: left}
.style2 {
	color: #000099;
	font-weight: bold;
	font-size: medium;
}

.style3 {
	FONT-SIZE: small; COLOR: #0066cc
}
.style4 {
	color: #000099;
	font-weight: bold;
	FONT-SIZE: 13px; 
}
.style7 {font-size: 12px}
.style9 {font-size: 12px; color: #000099; }
.style10 {color: #FFFFFF}
.style11 {color: #333333}
.style12 {
	color: #000000;
	font-size: small;
}
.style25 {
	color: #000000;
	font-size: medium;
}

.style13 {
	font-size: small;
	font-weight: bold;
}
.style16 {color: #666666}
.style17 {color: #003366;	PADDING-LEFT: 13px; MARGIN-BOTTOM: 8px;BACKGROUND-IMAGE: url(yellowDot_leftMenu.png); BACKGROUND-REPEAT: no-repeat;FONT-SIZE: 12.5px;  TEXT-ALIGN: left}
.style19 {color: #333333; font-size: small; }
.style22 {color: #0066FF}
.style23 {font-size: small}
.style24 {color: #000000;font-size: 12px;}
.style26 {color: #003366;	PADDING-LEFT: 0px; MARGIN-BOTTOM: 3px;FONT-SIZE: 12.5px; TEXT-ALIGN: left}
DIV.style27 {
	PADDING-LEFT: 8px; MARGIN-BOTTOM: 3px;FONT-SIZE: 12px; COLOR: #706090;TEXT-ALIGN: left
}

a:link {
	text-decoration: none;
}


a:visited {
	text-decoration: none; 
	COLOR: #888888;
}

}

DIV.pathToRoot {
	MARGIN-TOP: 5px; FONT-SIZE: smaller
}
H1 {
	FONT-SIZE: 150%; COLOR: #706090
}
TABLE.photoBox {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-SIZE: smaller; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
TD.photoBoxHeader {
	PADDING-LEFT: 6px; VERTICAL-ALIGN: middle; OVERFLOW: visible; PADDING-TOP: 0px; HEIGHT: 36px; BACKGROUND-COLOR: #b5ccf5
}
TR.photoBoxImage {
	BACKGROUND-COLOR: #eeeeee; TEXT-ALIGN: center
}
TR.photoBoxLinks {
	PADDING-TOP: 0px; BACKGROUND-COLOR: #eeeeee
}
TR.photoBoxLinksFiller {
	HEIGHT: 6px; BACKGROUND-COLOR: #eeeeee
}
TD.navigation {
	PADDING-RIGHT: 5px; FONT-SIZE: smaller; VERTICAL-ALIGN: top; BACKGROUND-COLOR: #e0e0fa
}
TD {
	VERTICAL-ALIGN: top
}
DIV.quickLinks {
	FONT-SIZE: 12px; TEXT-ALIGN: center    
}
DIV.navigationList {
	MARGIN-TOP: 5px; MARGIN-BOTTOM: 8px; MARGIN-LEFT: 8px; TEXT-ALIGN: left
}
DIV.navigationListItem {
	PADDING-LEFT: 8px; BACKGROUND-IMAGE: url(triangleBullet_new.png); MARGIN-BOTTOM: 5px; BACKGROUND-REPEAT: no-repeat;FONT-SIZE: 12px;  TEXT-ALIGN: left
}
DIV.subcategoryList {
	MARGIN-TOP: 5px; MARGIN-BOTTOM: 6px; MARGIN-LEFT: 8px; FONT-SIZE: 12px; MARGIN-BOTTOM: 3px;
}
DIV.subcategoryListItem {
	PADDING-LEFT: 13px; MARGIN-BOTTOM: 3px;BACKGROUND-IMAGE: url(yellowDot_leftMenu.png); BACKGROUND-REPEAT: no-repeat;FONT-SIZE: 95%; 
}
DIV.photoCaption {
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2px;MARGIN-RIGHT: 2px;COLOR: #000000;
}
IMG.photoBoxImage {
	BORDER-TOP-WIDTH: 1px; MARGIN-TOP: 2px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; MARGIN-LEFT: 2px; MARGIN-RIGHT: 2px; BORDER-RIGHT-WIDTH: 1px
}
A:hover {
	COLOR: #aaaa33;TEXT-DECORATION: underline
}
A.photoBoxTitle {
	FONT-WEIGHT: bold; COLOR: #5555ff; TEXT-DECORATION: none
}
A.photoBoxTitle:visited {
	COLOR: #666666
}
A.photoBoxTitle:hover {
	COLOR: #999933; e
}

#lightbox{
	position: absolute;
	top: 40px;
	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: 12px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; COLOR: #000011;	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

-->
