
html {
    overflow: hidden;
    height:100%;
    width:100%;
}

body {
    background:#dbeed9;
    background-image : url('/images/jesup_map.gif');
    background-position : center center;
    background-repeat : no-repeat;
    height:100%;
    width:100%;
    border:0;
    margin:0;
    padding:0;
  }

.nav {
    font-family : 'sans-serif';
    position:absolute;
    left:0;
    top:0;
    right:85%;
    bottom:1px;
    width: 15%;
    height: 100%;
    max-height: 100%;
    padding-left: .5em;
    z-index:2;
    border: 3px solid green;
  }

.nav img.top { position:absolute; top: 3px; left: 10%; width: 80%; margin: 0;}
.nav img.bottom { position: absolute; bottom: 3px; left: 10%; width: 80%; margin:0;}

.main {
    position:absolute;
    left:15%;
    top:10%;
    right:0%;
    bottom:0%;
    z-index:4;
    overflow:auto;
    margin: 0;
    height: 90%;
    padding: 0 8% 0 8%;
    float:left;
  }

.main hr {height: 3px; width: 100%; color:green;}
.main img.right {position:relative; float: right; width:25%;margin: 15px;}
.main img.left {position:relative; float: left; width:25%; margin: 15px;}
.main dl.glossary {left:30%; text-indent:30%;}
.main dl.glossary dt {font-weight:bold;}
.main h3 {color:brown;}
.main span.h3 {color:brown; font-size:large; font-weight:bold;}
.main span.red {color:red;}
.main p.indent {text-indent: 30px;}
.main p.title-center {text-align: center;font-size: medium; font-weight:bold;}
.main p.title-left {text-align: left; font-size:medium; font-weight:bold;}

.homepage {
    position:absolute;
    left:0%;
    top:0%;
    right:0%;
    bottom:0%;
    z-index:1;
    overflow:auto;
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0 0% 0 0%;
    text-align:center;
    float:left;
  }

.homepage p { font-weight:normal; width:100%;}
.homepage p.italic { font-weight:bold; font-style:italic ; font-size: large}
.homepage p.links { }
.homepage hr {height: 3px; width: 60%; color:green; margin-left:25%;}
.homepage p.home {top: 5%; color: brown; text-align: center; font-size: xx-large; font-weight: bold;}
.homepage img.left { position:absolute; top: 3px; left: 3px; width: 9%; margin: 0;}
.homepage img.right { position:absolute; top: 3px; right: 3px; width: 9%; margin: 0;}
.homepage table {position: absolute; right: 20%;}
.homepage table Tr td {text-align: left; font-weight: bold;}

.right_bar {
    position:relative;
    float:right;
    width:20%;
    right:-8%;
    top:0%;
    text-align:center;
    border: 3px solid green;
    z-index:3;
    padding: 0 1% 0 1%;
}

.eye-catcher a, .eye-catcher a:visited {font-weight: bold; font-size: medium;}
.eye-catcher span { color:red; font-weight: bold; text-decoration: blink; }

.head {
    position:absolute;
    left:15%;
    top:0;
    right:0%;
    height:10%;
    z-index:1;
    color:brown;
    font-family : 'sans-serif';
    font-size : 3em;
    text-align:center;
    display:block;
    width:85%;
  }

h1 {color: brown; text-align: center;}
h2 {text-align:center;}
div.div-map { position:relative; left:25%; width:50%; height:50%;}
.mission h3 {color:brown;}
.links { text-align: center;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
position:absolute;
top: 40%;
z-index:1000;
font-size:90%;
height:155px;
margin:0px 0 0 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:120px;
position:relative;
border:1px solid #888;
border-width:1px 1px 0 1px;
background:#ccc;
}

.menu li {
background:transparent;
height:21px;
}

* html .menu li {margin-left:-16px; margin-left:0;}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:20px;
line-height:20px;
width:120px;
color:#000;
text-indent:5px;
border-bottom:1px solid #888;
background:transparent;
}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#999;}

.menu :hover > a {
color:#fff; 
background:#555;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul{
visibility:hidden;
position:absolute;
top:-1px;
left:100px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#edd; /* can change color of background of sub-menus here */
}
.menu ul.top2 {top:20px;}
.menu ul.top3 {top:41px;}
.menu ul.top4 {top:62px;}
.menu ul.top5 {top:83px;}
.menu ul.top6 {top:104px;}
.menu ul.top7 {top:125px;}
/* --------------------- end of CSS Play Stylesheet------------------ */
/* make the list for month display wide enough for 3 months */
.menu ul.months {
width:366px;
}
/* make the list items for months float and wrap around the ul container */
.menu ul.months li {
position:relative;
float:left;
border:1px solid #888;
}



