body {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

#header {
    position: absolute;
    width: 898px;
    left: 50%;
    margin-left: -452px;
    height: 290px;
    z-index: 0;
    /* for IE 6 */
    overflow: hidden;
    font-size: 0.8em;
    line-height: 2.0em;
    color: #666;
}

#rightcol {
    display: none;
}

#navigate {
    display: none;
}

#navigate2 {
    display: none;

}

#content {
    position: absolute;
    width: 750px;
    left: 50%;
    margin-left: -380px;
    margin-top: 330px;
    overflow: hidden;
}

#content2 {
    position: absolute;
    width: 750px;
    left: 50%;
    margin-left: -380px;
    margin-top: 60px;
    overflow: hidden;
}

.page_heading {
    height: 75px;
    border: none;
    /* for IE 6 */
    overflow: hidden;
    text-align: center
    /*text-align:justify;*/
    vertical-align: text-top;
}

h1 {
    margin: 0px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

h2 {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    line-height: 0.5em;
    padding-top: 5px;
}

.rooms {
    font-weight: bold;
    color: #333333;
    text-align: left;
    margin-top: 0px;
}

.rooms img {
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #808040;
}

.conferences {
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 0px;
    margin-left: 40px;
}

.conferences img {
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #808040;
}

p {
    font-size: 1.0em;
    font-weight: normal;
    color: #333333;
    text-align: justify;
    line-height: 1.5em;
    font-variant: normal;
}

a:link {
    text-decoration: none;
    color: #804000;
    font-weight: bold;
}

a:visited {
    text-decoration: none;
    color: #804000;
    font-weight: bold;

}

a:hover {
    text-decoration: underline;
    color: #333;
    font-weight: bold;
}

a:active {
    text-decoration: none;
    color: #333;
}

.active_menu {
    text-decoration: underline;
    color: #333;
    font-weight: bold;
}

#footer {
    font-size: 0.8em;
    color: #333;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #999;
    line-height: 1.7em;

}

.facebook {
    display: none;

}

pre {
    font-size: 1.2em;
    line-height: 1.2em;
    overflow-x: auto;
}

#page {

    width: 900px;
    margin: 0 auto;
    text-align: left;
}

#container {
    padding: 4px;
}

#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(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/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
    background: url(../images/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: 80%;
    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;
}

#overlay[id] { /* IE6 and below Can't See This */
    position: fixed;
}