html,
body
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
}

#scale
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

#scale img
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

h1,
h2,
.links
{
    font-family: Georgia, Times, serif;
}

.banner
{
    background: url(../images/banner_background.png) right top no-repeat;
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 3;
    width: 93%;
    height: 223px;
}

.banner_content
{
    overflow: auto;
    padding: 22px 0 22px 22px;
    width: 920px;
}

.banner_content .logo
{
    float: left;
    margin-right: 2em;
    height: 170px;
    width: 170px;
}

.banner_content .information
{
    float: left;
    width: 710px;
}

.banner_content h1
{
    clear: right;
    font-size: 1.28em;
    font-style: italic;
    letter-spacing: -1px;
    margin-top: .2em;
}

.banner_content a
{
    color: #275297;
}

.banner_content a:hover
{
    color: #3f7e2e;
}

.banner_content .location
{
    float: left;
    margin: 1.4em 3.5em 0 0;
}

.banner_content .second
{
    clear: right;
}

.banner_content .location img
{
    border: 3px solid #5b5121;
    float: left;
    margin: 3px .5em 0 -3px;
    width: 65px;
    height: 65px;
}

.banner_content .location p
{
    float: left;
    font-size: .814em;
    line-height: 1.9;
}

.banner_content .location p strong
{
    font-size: 14px;
    font-weight: bold;
}

.banner_content .free_wifi
{
    float: left;
    margin-top: 1.9em;
    width: 63px;
    height: 54px;
}

.banner_content .links
{
    clear: left;
    float: left;
}

.banner_content .links p
{
    color: #4a421b;
    font-size: .814em;
    font-style: italic;
    width: 730px;
    position: absolute;
    top: 170px;
    left: 223px;
}

.banner_content #review_pane
{
    background: #fff;
    padding: 12px 25px 12px 18px;
    position: absolute;
    top: -240px;
    right: 50px;
    width: 300;x
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.banner_content #review_pane h2
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: .5em;
}

.banner_content #review_pane li
{
    color: #aaa;
    font-size: .75em;
    line-height: 1.8;
    list-style: square;
    margin-left: 1.25em;
}
