 * {
    font-family: "Comic Sans MS", Arial, Helvetica, cursive;
    font-size: 14px;
    font-size-adjust: 0.54;
}

body {
    background-color: #fff6c9;
    background-image: url('../images/bg.gif');
    background-repeat: repeat-x;
    background-position: 0 0;
}

big {
    font-weight: bold;
    font-size: 14px;
}

em {
    font-size: 11px;
}

div#container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 760px;
    margin: 0 0 0 -380px;
    border: 0;
    padding: 0;
}

div#content {
    clear: both;
    width: 760px;
    margin: 0;
    border: 0;
    padding: 245px 0 0 0;
    color: #630;
}

div#content h1 {
    margin: 20px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}

div#content ul {
    margin: 0 20px 0 10px;
}

div#content p {
    margin: 15px 30px;
    border: 0;
    padding: 0;
    letter-spacing: 1px;
    text-align: justify;
    color: #630;
}

div#top {
    position: absolute;
    top: 0;
    left: 50%;
    width: 760px;
    height: 107px;
    margin: 0 0 0 -380px;
    text-align: center;
}

div#pagehead {
    position: absolute;
    top: 107px;
    left: 50%;
    width: 760px;
    height: 108px;
    margin: 0 0 0 -380px;
}

div.menu {
    position: absolute;
    top: 215px;
}

div.content > table {
    width: 100%;
    margin: 0;
    border: 0;
    border-right: 1px solid black;
    padding: 0;
}
.menu {
	clear: both;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:26px; /* doesn't seem to affect anything? */
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
font-variant: small-caps;
width:151px;
padding:5px 1px 6px 0;
color:#b55600;
background: transparent;
text-decoration:none;
/* margin-right:1px; */
text-align:center;
}
.menu ul ul a, .menu ul ul :visited {
	background-color: #ddd;
	padding: 2px 0;
	border: 1px solid #cba;
}
/* style the links hover */
.menu :hover{
background:#dea21d;
color:#000;
}
.menu ul ul :hover {
background-color: #999;
color: #fff;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}	
#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; }
