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

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

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: #94c516 url("../images/bg.jpg") no-repeat top center;
}

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 { font: 2.5em Arial, Helvetica, sans-serif; }

h1 .purple { color: #d248d0; }

h1 .blue, h2 .blue { color: #7bb2ea; }

h2 { font: 1.8em Arial, Helvetica, sans-serif; }

h2 .pink { color: #d94b9b; }

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

.homevideo {
    float: right;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.floatright { float: right; }

.clear { clear: both; }

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

#page-wrap {
    position:relative;
    width: 855px;
    margin: 0 auto;
}

#header {
    width:855px;
    height:198px;
    background: url(../images/header.jpg);
    text-indent:-9999px;
}

#content {
    background: #ffffff;
    min-height: 450px;
    padding: 15px 15px 0 15px;
}

#content p {
    font: 1.4em Arial, Helvetica, sans-serif;
    line-height: 1.4em;
}

#box-left {
    float: left;
    width: 375px;
}

#box-right {
    float: right;
    width: 375px;
}

/* 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#menu {
    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
    position:relative;
    display:block;
    height:36px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    background:transparent url("../images/off.gif") repeat-x top left;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    border-top:1px solid #ff0000;
    border-bottom:1px solid #ff0000;
}

ul#menu li {
    display:block;
    float:left;
    margin:0;
    pading:0;
}

ul#menu li a {
    display:block;
    float:left;
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    padding:12px 20px 0 20px;
    height:24px;
    background:transparent url("../images/divider.gif") no-repeat top right;
}

ul#menu li a:hover { background:transparent url("../images/hover.gif") no-repeat top right; }

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

#footer {
    margin-top: 10px;
    text-align: center;
}

#footer a { color: #000000; }

#footer p { font: 1.2em "Times New Roman", Times, serif; }
