html {min-wdith: 760px;}
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff; margin: 0px; padding: 0px;}
h1 {
	font-size: 19px;
	padding-bottom: 2px;
	margin: 9px 0px 12px 6px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
h2 {font-size: 16px; margin-left: 4px;}
p {margin: 5px 0px 0px 7px;}

a:link, a:visited {color: #040090; text-decoration: none; font-style: italic;}
a:link.topNav,a:visited.topNav {font-style: normal; margin: 0px 5px 0px 5px;}
a:hover, a:visited:hover {color: #a50808}
a:active {color: #555555; text-decoration: none;}

ul {
	/*margin-left: 22px;*/
	margin-top: 7px;
}
li {margin-bottom: 3px;
}

blockquote {
	margin-left: 20px;

}


/* ids */
#container {
	width: 740px;
	text-align: center;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #000000;
	padding-bottom: 16px;
}

/**** Frank, i added the following: "position: relative;" ****/
#figure {
	width: 100px;
	float: right;
	margin: 7px 40px 12px 0px;
	position: relative;
}

/**** Frank, i added the following: "position: relative;" i changed the bottom margin to 20px ****/
#headerText {
	width: 530px;
	position: relative;
	float: left;
	margin: 10px 0px 16px 8px;
	position: relative;
}

/**** Frank, i added the following: "position: relative;" ****/
#headerNav {
	width: 490px;
	padding: 3px 0px 3px 0px;
	border: 1px solid #000000;
	margin-left: 18px;
	position: relative; border: 1px solid;
}

/**** Frank, i added the following: "position: relative;" i changed "clear: both;" to "clear: left;" to push the content below the navigation box only ****/
#content {
	width: 540px;
	padding: 0px 50px 0px 24px;
	margin: 0px 0px 14px 0px;
	text-align: left;
	clear: left;
	position: relative;
}

#crumb {
	font-size: 10px;
	margin: 0px 0px 1px 6px;
}

#sidebar {
	width: 100px;
	position: relative;
	float: right;
	clear: right;
	margin: 8px 24px 20px 20px;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	padding-top: 0px;
}

#leftColumn {
	float: left;
	width: 250px;
	margin: 12px 0px 20px 10px;
	position: relative;
}

#rightColumn {
	float: left;
	width: 200px;
	margin: 12px 0px 20px 50px;
	position: relative;
}

#leftColumn p {margin: 0px 0px 5px 0px;}

#rightColumn p {margin: 0px 0px 5px 0px;}

#footer {
	width: 708px;
	position: relative;
	margin: 12px 0px 10px 0px;
	text-align: center;
	clear: both;
}

/* classes */
.breadcrumb {font-size: 11px;}
.newButtonBar {width: 600px; font-size: 12px; margin-bottom: 22px; padding: 0px 4px 0px 8px;}
.headerImg {margin: 0px 0px 10px 0px;}
.footerCopy {font-size: 10px;}


/****  lightbox css - no need to change anything */
#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover {background: url(/images/lightbox/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; }

