
#navMenuList li ul {
    z-index: 100;
}

div.center-outer {
    /* text-align: center; */ /* IE only */
}

div.center-inner {
    width: 50%;   /* width required to get div centered */
    margin: 0 auto;
    padding: 0;
    /* text-align: left; */ /* IE only */
}

div.abs-pos-holder {
    position: relative;
}

#content-holder {
    cursor: pointer;
}

#content-centered {
    width: 600px;    /* This sets widths for containted content */
}

.index2 #content-centered {
    width: 642px;    /* This sets widths for containted content */
}


#logo-holder {
    position: relative;
    z-index: 20;
    width: 300px; /* inherit, for now, causes it to scale on grow */
    padding-top: 36px;
}

#logo {
/*     padding-top: 36px; */
    width: inherit;
    height: auto;
}

#revealed-holder {
    position: absolute;
    left: -115px;
    top: -12px;
    z-index: 5;
    width: 300px;
    display: block;
}

#revealed {
    padding: 0;
    margin: 0;
    padding-top: 56px;
    width: 652px;
}

.revealed-inner {
    float: left;
    clear: none;
    width: 160px;
    height: 120px;
    margin: 0 20px 20px 0;
    position: relative;
    z-index: 10;
}

.revealed-inner a {
    width: inherit;
}

.nav-background {
    position: absolute;
    text-align: center;
    font-size: larger;
    top: 36px;
    width: inherit;
    height: auto;
    z-index: 1;
}

.nav-foreground {
    position: absolute;
    text-align: center;
    width: inherit;
    height: auto;
    z-index: 10;
}

.nav-img {
    width: inherit;
    height: auto;
}

#hook-holder {
    position: absolute;
    top: 48px;
    left: 500px;
    display: none;
    z-index: 10;
}

#hook {
    position: relative;
    left: -12px;
    top: -25px;
    z-index: 10;
}

#tagline {
    clear: both;
    font-size: 24px;
    color: #000000;
    padding: 24px 0;
}

#wrapper {
    overflow: visible;
}

.invisible {
    visibility: hidden;
}


