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

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

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

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

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

* { margin: 0; padding: 0; }
html { overflow-y: auto; }
body { font: 62.5% Helvetica, sans-serif; background: #000000 url(../images/bg-new.jpg) top no-repeat; }
ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a { outline: none; color: #fff; text-decoration: none; }
a:hover { text-decoration: underline;}
a img { border: none; }
/* TOOLBOX
-------------------------------- */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* PAGE STRUCTURE
-------------------------------- */

#page-wrap { width: 960px; margin: 0 auto; }
#header { width:960px; height:120px; text-indent: -9999px; background: url(../images/header-new.png); }
#content { width: 960px; font: 1.2em Arial, Helvetica, sans-serif; color: #ffffff; margin:35px; }
#homepage { float: right; padding-right:80px; width:250px; height:375px; }
#homepage img { padding-bottom: 10px; }
/* 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 
-------------------------------- */

ul#navigation { width: 960px; height: 28px; background: #000000; color: #ffffff; font: 1.8em Verdana, Arial, Helvetica, sans-serif; }
ul#navigation li { display: inline; padding-left: 25px; margin-top: 15px; }
ul#navigation li a { color: #ffffff; text-decoration: none; }
ul#navigation li a:hover { color: #C38B00; text-decoration: none; }


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