body {
   
   font-family: tahoma, arial, sans-serif; 
   background-image: url(images/content_bkgrnd.gif);
}

.logo
{
	color: White;
	font-family:Annifont, cursive;
	font-size:21pt;
	position:relative;
	top:10px;
	left:265px;
	width: 415px;
}



.pgname
{
	color: blanchedalmond;
	font-family:Annifont, sans-serif;
	font-size:21pt;
	position:absolute;
	top:25px;
	left:330px;
}


/*the container for the header/menu stuff*/

#header
{
	background-image: url('images/JimW_hdr.gif');
	position:absolute;
	top:15px;
	left:275px;
	height:95px; 
	width:725px; /*was 652px*/
	/*border:1px solid white;*/
	float:left; 
	margin:0 0 0 0px;
	padding:0;
}

/* The containing box for the Thumbnails. */
#container 
{
	background-image:url('images/JWorld_bkgrnd.gif');
    position:absolute; 
    top:15px;
    left:10px;
	width:255px;
	height:635px;
    margin:0 0 0 0;
    padding: 0 0 0 0;
    border:1px solid #aaa; 
    float:left;
    /*overflow:auto;*/
    }
    
    
/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    /*margin:0; */
    list-style-type:none; 
    }
    
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }    
    
/* Adding the thumbnail images could go here*/
/* these have been moved to separate css file */


/* set the size of the unordered list to neatly house the thumbnails */
#container ul 
{
	position: relative;
	margin:7px auto auto auto;
    width:240px; 
    height:535px;    
    }

#container li {
    float:left;
    }
    
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #aaa; 
    }
    
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:456px; 
    height:400px;
    top:100px; 
    left:300px;
    color:white; 
    font-family:Annifont, sans-serif;
    font-size:11pt;
    background:navy;
    text-align:center;
    }
    
#container a.gallery:hover img {
    float:right; 
    margin:0 0 0 0;
    }   
    
    
/*display the picture here*/
#displayDiv 
{
	position:absolute;
    width:490px; 
    height:450px;
    top:115px; 
    left:300px;
	background-image: url(images/content_bkgrnd.gif);
	padding:0;
	visibility:hidden;	
}

#btnPic
{
	background-image:url('images/JWorld_bkgrnd.gif');
	color:InactiveCaptionText;
	margin-top:10px;
	border-style:inset;
	border-color:ThreeDShadow;
}

#container
{
	clear: left;
}
/****************************************************************************************************
                The Menubar with drop down menu
*****************************************************************************************************/

#nav
{
	/*position:absolute;
	width:auto;*/
}
	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1; 	
}

#nav a {
	display: block;
	width: 7em;
	text-decoration: none;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active
{
	color:white;
}

#nav ul li
{
	text-align:left;
	padding-left:5px;
}

#nav li {
	float: left;
	width: 7em;
	background-image: url('images/sideDiv.gif');
	font-weight:bold;
	font-family:Tahoma, sans-serif;
	font-size:11pt;
	padding-top:.1em;
	padding-bottom:.2em;
}
#nav li ul {
	position: absolute;
	background: white;
	width: 7em;
	left: -999em;
	
}

#nav li ul ul {
	margin: -1em 0 0 7em;
}

#nav li:hover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	margin-top:2px;
	border:1px solid red;
}

#menuBar 
{
	clear: left;
	border:1px solid white;
	position:absolute;
	top:55px;
	left:290px;
	z-index: 1;
}

#nav li ul li
{
	border:double 1px black;
}


.ctrText
{
	text-align:center;
}


.menuWrap{
	border:solid 2px black;
}


#menuContainer
{
	border:1px solid white;
	position:absolute;
	top:40px;
	left:10px;
	width:450px;
}

#glryCptn
{
	font-family: arial, sans-serif; font-size: 10pt; color: white;
	position: absolute; 
	top:25px;
	left:28px;
	text-align: center;
	/*border:1px solid white;*/
}



/*****************************************************************************************************/

#DivFtr
{
	width: 100%; 
	height: 60px; 
	/*background-image: url('images/JimW_hdr.gif');*/
	color:white;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size:10pt;
	/*border:1px solid white; */
}

#DivFtr a
{
	/*text-decoration:none;*/
	/*font-family: Arial;*/
	font-size:8pt;
	color:white;
}

#DivFtr a:hover
{
	text-decoration:none;
	font-size:9pt;
	color:white;
}


