/* Dropdown Navigation Menu by Vizion Interactive */

td#navBar {
	color:#FFF;
	border-bottom: 1px solid #FFF;
	background:url(../images/menubg.jpg) no-repeat top center #FFF;
	padding:0;
	height:40px;
	}

/* Navigation Styling for Level 1 */
td#navBar ul li ul {
	background-color:#00558E;
	width:210px!IMPORTANT;
	margin:0;
	padding:0;
	}

td#navBar a {
	color:#FFF;
	text-decoration:none;
	}
td#navBar ul {
	margin:0;
	padding:0;
	font-size:9pt;
	margin-left:20px;
	list-style:none;
	}
td#navBar ul li {
	float:left;
	}
td#navBar ul li a {
	background-color:#00558E;
	display:block;
	padding:10px 9px 10px 9px;
	}
td#navBar ul li a:hover {
	color:#CCC;
	}


/* Secondary Nav Styling */
td#navBar ul li ul li {
	float:none;
	text-align:left;
	margin:0!important;
	padding:0!important;
	height:22px;
	}
td#navBar ul li ul li a {
	display:block;
	background-color:#003f69;
	font-size:8.25pt;
	padding:5px!important;
	margin:0;
	width:210px;
	}
td#navBar ul li ul li a:hover {
	background-color:#00558E;
	color:#CCC;
	}
td#navBar ul li ul {
	position: absolute;
	width:150px;
	left: -999em;
	z-index:1;
	}
	
/* Tertiary Nav Styling */
td#navBar ul li ul ul {
	margin:-23px 0 0 220px;
	padding:0;
	width:150px!important;
	}
td#navBar ul li ul ul li a {
	padding:0 5px;
	width:150px;
	background-color:#001B2D;
	font-size:7.5pt;
	}
td#navBar ul li ul ul li a:hover {
	background-color:#003f69;
	}

/* THE MAGIC */
td#navBar ul li:hover ul ul, td#navBar ul li.sfhover ul ul {
	left: -999em;
	}
td#navBar ul li:hover ul, td#navBar ul li li:hover ul, td#navBar ul li.sfhover ul, td#navBar ul li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
	
/*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; }

	
	#control_overlay {
		background-color:#000;
	}
	
	.modal {
		background-color:#fff;
		padding:10px;
		border:1px solid #333;
	}

	.tooltip {
		border:1px solid #000;
		background-color:#fff;
		height:25px;
		width:200px;
		font-family:"Lucida Grande",Verdana;
		font-size:10px;
		color:#333;
	}

	.simple_window {
		width:500px;
		
		border:1px solid #000;
		background-color:#fff;
		padding:10px;
		text-align:left;
		font-family:"Lucida Grande",Verdana;
		font-size:12px;
		color:#333;
	}
	
	.window {
		background-image:url("/stylesheets/window_background.png");
		background-position:top left;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		padding:10px;
		font-family:"Lucida Grande",Verdana;
		font-size:13px;
		font-weight:bold;
		color:#fff;
		text-align:center;
		min-width:150px;
		min-height:100px;
	}
	
	.window .window_contents {
		margin-top:10px;
		width:100%;
		height:100%;	
	}

	.window .window_header {
		text-align:center;
	}

	.window .window_title {
		margin-top:-7px;
		margin-bottom:7px;
		font-size:11px;
		cursor:move;
	}

	.window .window_close {
		display:block;
		position:absolute;
		top:4px;
		left:5px;
		height:13px;
		width:13px;
		background-image:url("/stylesheets/window_close.gif");
		cursor:pointer;
	    cursor:hand;
	}

