body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 1.em;
	height:100%;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
#sidebarLeft {
	background-color: #999999;
	background-image: url(../support/sidebar_left_fade.gif);
	background-repeat: repeat-y;
	background-position: right top;
	vertical-align: top;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#sidebarRight {
	background-color: #999999;
	background-image: url(../support/sidebar_right_fade.gif);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
	height: 100%;
}
#divMain {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#divNavBar {
	color: #FFFFFF;
	background-color: #B5DE8B;
	width: 100%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#divNavBar p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#divLogo {
	margin: 0px;
	padding: 0px;
	background-color: #B5DE8B;
}
#divNavBar a:link, #divNavBar a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#divNavBar a:hover, #divNavBar a.current:hover {
	color: #333333;
}
#divNavBar a.current:link, #divNavBar a.current:visited {
	color: #333333;
	text-decoration: none;
}
#contactLink {
	float: right;
}

#content {
	width: 760px;
	margin: 0px;
	vertical-align: top;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#scroller {
	width: 320px;
}

#bbw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #CCCCCC;
	height: 10px;
	width: 740px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	margin: 10px;
	
}

#fullheight {
	height:100%;
}

#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(../support/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../support/nextlabel.png) right 25% 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; }
