
/* ---------------------------------------------

/////////////// /////////////// /////////////
    /////           /////       ////
    /////           /////       ////
    /////           /////       //// ////////
    /////           /////       ////    /////
    /////           /////       /////////////

The Thomas Group
Ian Arensbak
ian@thomasgrouponline.com 
http://www.thomasgrouponline.com

------------------------------------------------ */

/* RESETS & BASIC PAGE SETUP
-------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html { overflow-y: scroll; }

body {
    font: 62.5% Helvetica, sans-serif;
    background: url(../images/bg.jpg) repeat;
}

ul { list-style: none inside; }

p {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 1.2em;
}

address {
    color: #ffffff;
    font: 1.4em "Times New Roman", Times, serif;
    font-style: italic;
}

a {
    outline: none;
    color: #ffffff;
}

a img { border: none; }

h1 {
    color: #999999;
    font: 2.5em "Times New Roman", Times, serif;
    text-indent: -15px;
    margin-bottom: .4em;
}

h2 {
    color: #ffffff;
    font: 2em "Times New Roman", Times, serif;
    font-weight: normal;
}

/* TOOLBOX
-------------------------------- */
.floatleft { float: left; }

.floatright { float: right; }

.clear { clear: both; }

/* PAGE STRUCTURE
-------------------------------- */

#page-wrap {
    position:relative;
    width: 737px;
    margin: 100px auto;
}

#logo {
    position:absolute;
    left:0px;
    top:-90px;
    width:375px;
    height:138px;
    background: url(../images/logo.png);
    text-indent: -9999px;
    z-index:1;
}

#washington-logo {
    position:absolute;
    left:600px;
    top:-80px;
    width:103px;
    height:80px;
    background: url(../images/washington-logo.png);
    text-indent: -9999px;
    z-index:1;
}

#header {
    width:737px;
    height:266px;
    background: url(../images/header.png);
}

#content {
    background: url(../images/content-bg.png) repeat-y;
    width: 698px;
    min-height: 250px;
}

#main-content { padding: 10px 50px 0 50px; }

#main-content p {
    color: #FFF;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.4em;
    line-height: 1.5em;
}

ul#nav {
    position:absolute;
    left: 15px;
    top: 50px;
    width: 227px;
    z-index: 1;
}

#rotate {
    float: right;
    margin: 8px 0 0 0;
    width: 358px;
    height: 250px;
    background: #FFFFFF;
}

ul#amenities {
    color: #ffffff;
    font: 1.4em "Times New Roman", Times, serif;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

/* FORM STYLING
-------------------------------- */

label { display: block; }

fieldset {
    margin: 1.5em 0 0 1.5em;
    padding: 0;
}

legend {
    margin-left: 1em;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
}

fieldset ol {
    padding: 1em 1em 0 1em;
    list-style: none;
}

fieldset li { padding-bottom: 1em; }

fieldset.submit { border-style: none; }

/* NAVIGATION 
-------------------------------- */



/* FOOTER
-------------------------------- */

#footer {
    width: 698px;
    min-height: 25px;
}

#footer p {
    text-align: center;
    margin-top: 5px;
    color: #ffffff;
    font: .9em "Times New Roman", Times, serif;
}

#footer p.left {
    font-style: italic;
    float: left;
    margin-left: 8px;
}

#footer p.right {
    font-style: italic;
    float: right;
    margin-right: 8px;
    text-align: right;
}

#footer a, #footer a:hover { color:#ffffff; }

