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

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

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: #006697 url(../images/body-bg.jpg) repeat-x;
}

ul { list-style: none inside; }

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

a { outline: none; }

a img { border: none; }

h1 {
    line-height: 1.8em;
    font-size: 2.5em;
}

h2 {
	font-size: 1.8em;
}


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

.floatright { float: right; }

.clear { clear: both; }

.center { text-align: center; }

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

#page-wrap {
    width: 963px;
    margin: 10px auto;
}

#header {
    width:963px;
    height:165px;
    background: url(../images/header.png) no-repeat;
    text-indent: -9999px;
}

#content {
    width:963px;
    background: url(../images/content-bg.jpg);
}

#main-content { padding: 20px 50px 20px 50px; }

#main-content p {
    font-size: 1.3em;
    line-height: 1.4em;
}

#box {
    height: 375px;
    width: 310px;
    background: url(../images/box-bg.jpg) repeat-x;
}

.amenities {
	list-style: disc outside;
    font-size: 1.3em;
    line-height: 1.5em;
    padding-left: 25px;

}

.room-description {
	font-size: 1.3em;
}

/* 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 
-------------------------------- */
#navigation {
    position: relative;
    float: left;
    width: 350px;
    border-right: 1px solid #000;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    background-color: #90bade;
    color: #333;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#navigation li {
    border-bottom: 1px solid #90bade;
    margin: 0;
}

#navigation li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

html>body #navigation li a { width: auto; }

#navigation li a:hover {
    border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e0;
    background-color: #2586d7;
    color: #fff;
}



/* FOOTER
-------------------------------- */
#footer {
    min-height: 83px;
    background: url(../images/footer.jpg) no-repeat;
}

#footer p {
    font-size: 1.2em;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
}

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

/* --------------------------------
FORMS
-------------------------------- */
#contact {
	
}


label { display: block; }

fieldset {
    margin: 1.5em 0 0 1.5em;
    padding: 0;
    width: 830px;
}

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

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

fieldset li { padding-bottom: 1em; }

fieldset.submit { border-style: none; }
