#jxhead {
   /* Title area */
   position: absolute;
   top: 0px;
   left: 0px;
   height: 105px;
   width: 100%;
   background-color: #FFFFFF;
   background-image: url('images/widgets/jen_text_logo.jpg');
   background-repeat: no-repeat;
   background-position: 274px;
   border-bottom: 1px solid #C0C0C0;
}

#jxlogo {
   /* Logo area */
   position: absolute;
   top: 0px;
   left: 0px;
   height: 105px;
   width: 174px;
   background-color: #FFFFFF;
   background-image: url('images/widgets/j_logo.jpg');
   background-repeat: no-repeat;
   background-position: center;
/*   border-right: 1px solid #C0C0C0; */
   border-bottom: 1px solid #C0C0C0;
}

#navmenu {
   /* Navigation menu area */
   position: absolute;
   top: 106px;
   left: 0px;
   width: 174px;
   height: 1710px;
   font-family: arial;
   font-size: 12px;
   text-align: center;
   border-right: 1px solid #C0C0C0;
   border-bottom: 1px solid #C0C0C0;
   background-color: #FFFFFF;
}

#navmenu ul {
   /* Nav menu unordered list style */
   margin: 0;
   padding: 0;
   list-style-type: none;
}

#navmenu li {
   /* Nav menu common item style */
   margin: 0;
}

#navmenu li b {
   /* Nav menu section head style */
   display: block;
   color: #FFFFFF;
   background-color: #003399;
   width: 165px;
   padding: 3px 3px 3px 3px;
   border: 1px solid #C0C0C0;
}

#navmenu li a {
   /* Nav menu clickable item style */
   display: block;
   color: #FFFFFF;
   background-color: #0066FF;
   left: 20px;
   width: 134px;
   padding: 3px 3px 3px 3px;
   text-decoration: none;
   border: 1px solid #C0C0C0;
   font-weight: normal;
}

#navmenu li a:hover {
   /* Nav menu menu item hover style */
   background-color: #660099;
}

#jxnavfoot {
   /* Contact information at bottom of navmenu */
   width: 165px;
   font-family: arial;
   font-size: 10px;
   text-align: center;
   color: #000000;
   background-color: #FFFFCC;
   border: 1px solid #C0C0C0;
}

#jxnavfoot h5 {
   /* Footer style for company name */
   color: #000000;
   background-color: #FFFFCC;
   font-family: arial;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}

#jxnavfoot h6 {
   /* Footer style for company details */
   color: #000000;
   background-color: #FFFFCC;
   font-family: arial;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
}

#jxnavfoot img { /* picture border */
   border-top: 1px solid #C0C0C0;
   border-right: 1px solid #C0C0C0;
   border-bottom: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;
}

#jxinfo {
   /* Information area next to navigation menu */
   position: absolute;
   top: 106px;
   left: 176px;
   width: 600px;
   background-color: #FFFFFF;
   font-family: arial;
   text-align: center;
/*   border: 1px solid #C0C0C0; */
}

a img {
   border: 0;
   margin: 0;
   padding: 0 0 0 0;
}
