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

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

The Thomas Group
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) no-repeat; }
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; }

/* TOOLBOX
-------------------------------- */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* PAGE STRUCTURE
-------------------------------- */
#page-wrap { width: 1000px; margin: 0 auto; }
#content { width: 1000px; min-height: 700px;  background: url(../images/content-bg.png) repeat-y;  }
#top { width: 1000px; height: 76px; background: url(../images/top.png) no-repeat; clear:both; }
#header { width:950px; margin: 0 auto; clear: both; }
#main-content { padding: 10px 25px 10px 25px; clear: both; }
#main-content p { font-size: 1.3em; line-height: 1.5em; }
#bottom { width:1000px; height: 29px; background: url(../images/bottom.png) no-repeat; }
#footer { padding: 0 25px 0 25px; text-align: center; }
#footer h1 { font: 1.2em Verdana, Arial, Helvetica, sans-serif; margin-bottom: 20px; } 
.amenities { font: 1.2em Verdana, Arial, Helvetica, sans-serif;}
.slideshow { height: 350px; width: 580px;}

/* 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 { width: 1000px; height: 40px;  }
#navigation ul { margin: 0; padding: 10px 10px 10px 30px; }
#navigation li { list-style: none; display: inline; font: bold 1.2em Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; padding: 0 15px 0 15px; }
#navigation li a { text-decoration: none; color: #004D87; }
#navigation li a:hover { color: #fff; }

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