body, html {
    height: 100%;
}

body {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

p, ul {
    font-size: 1em;
    line-height: 1.5em;
}

strong {
    font-weight: bold;
}

.clear {
    clear: both;
    height: 0pt;
}

#distance {
    float: left;
    height: 50%;
    margin-bottom: -18.75em; /* half the height of #container */
    width: 1px;
}

/* should be 750x450 at default font size */
#container {
    /* background: transparent url(../images/underline.gif) repeat scroll 0% 0%; */
    clear: left;
    /* height: 37.5em; */
    margin: 0pt auto;
    position: relative;
    text-align: left;
    width : 62.5em;
    border: 0.0833em solid black;
}

#banner {
    background: #003366 url(../images/banner.png) no-repeat scroll center center;
    height: 5.6667em;
    border-bottom: 0.0833em solid black;
}

#nav a {
    display: block;
    line-height: 1em; /* use padding instead for ie6's sake */
    padding: .3333em .4em;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

#nav li { /* all list items */
    float: left;
    display: inline; /* workaround extra vertical space in ie6 */
    /* width: 10em; width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
    position: absolute;
    /*width: 10em;*/
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    background-color: white;
    border: 1px solid black;
}

#nav li li { /* second-level list items */
    float: none;
}

#nav li:hover,
#nav li.sfHover,
#nav a:focus, #nav a:hover, #nav a:active {
    background-color: #66ccff;
}

#nav li:hover ul, 
ul#nav li.sfHover ul { /* lists nested under hovered list items */
    left: auto;
}

.superfish li:hover ul,
.superfish li.sfHover ul { /* overide css display when under js control */
    left: -999em;
}

#content,
#panorama {
    height: 1%; /* fix ie */
    clear: left;
    border-top: .0833em solid black;
}

#content {
    padding-bottom: .6667em;
}

#content img,
#panorama img {
    height: 28.4167em;
}

#content img {
    float: right;
    margin: 0pt 0pt -0.0833em 1em;
    border-left: .0833em solid black;
    border-bottom: .0833em solid black;
}

#content p {
    margin: .75em 1em 0pt 1em;
}

#content a {
    text-decoration: none;
    color: #003366;
}

#content a:hover,
#content a:focus,
#content a:active {
    text-decoration: underline;
}

#panorama {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 62.5em; /* need by ie6 */
}

#footer {
    clear: both;
    border-top: .0833em solid black;
}

#footer p {
    margin: 0pt .5em;
    font-size: .833em;
    line-height: 1.7em;
    color: #444444;
    text-transform: uppercase;
}

#footer .tel-wrapper {
    margin-left: 2.5em;
}

#footer .email-wrapper {
    float: right;
}

#footer a {
    text-decoration: none;
    color: #444444;
}

#footer a:hover {
    text-decoration: underline;
}
