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

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

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; }

ul { list-style:none inside;
}

ul.thoughts {
	list-style: disc;
	padding-left: 15px;
}

ul.thoughts li {
	padding-bottom: 15px;
}

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

a { outline: none; }

a img { border: none; }

h1.scroller {
    color: #ffffff;
    font: 3.0em Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

h1.title {
    color: #ffffff;
    font: 4.0em Georgia, "Times New Roman", Times, serif;
    margin-top: 150px;
    text-align:center;
    margin-left: 150px;
}

marquee {
    float: right;
    width: 725px;
    margin-top: 170px;
}

.red-bold {
    color: #831F33;
    font-weight: bold;
}

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

.floatright { float: right; }

.clear { clear: both; }

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

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

#header {
    color: #333;
    padding: 10px;
    width: 915px;
    float: left;
    height: 200px;
    background: url(../images/header.jpg);
}

#leftcolumn {
    float: left;
    color: #000;
    background: #ffffff;
    padding: 10px 10px 10px 0px;
    width: 165px;
}

#content {
    float: left;
    color: #000;
    background: #ffffff;
    width: 560px;
    padding: 10px;
    display: inline;
    font: 1.6em "Times New Roman", Times, serif;
}

#rightcolumn {
    float: left;
    color: #fff;
    background: #1A3A70;
    padding: 10px;
    width: 160px;
    min-height: 800px;
}

#footer {
    width: 915px;
    padding: 10px;
    clear: both;
    color: #fff;
    background: #1A3A70;
    margin: 0px 0px 10px 0px;
}

#footer p, #footer a {
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.readmore a {
    float: right;
    padding-right: 15px;
    font: 1.5em Arial, Helvetica, sans-serif;
    color: #000099;
    text-decoration: none;
}

.popup {
    display: none;
    z-index: 999;
}

/* 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 {
    font:bold 1.2em Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #2A457A;
    list-style: none;
    width: 187px;
}

#navigation li { line-height: 25px; }

#navigation a {
    text-decoration: none;
    color: #2A457A;
}

#navigation a:hover {
    color: #831F32;
    text-decoration: underline;
}

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

#slider {
    width: 475px;
    margin: 0 auto;
    position: relative;
    border: 10px solid #ccc;
}

.scroll {
    overflow: hidden;
    width: 475px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer { position: relative; }

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
    height: 358px;
}

#left-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    bottom: 0;
    background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    bottom: 0;
    background: url(../images/rightshadow.png) repeat-y;
}

.inside {
    padding: 10px;
    border: 1px solid #999;
}

.inside img {
    display: block;
    border: 1px solid #666;
    margin: 0 0 5px 0;
    width: 250px;
}

.inside h2 {
    font-weight: normal;
    color: #111;
    font-size: 14px;
    margin: 0 0 8px 0;
}

.inside p {
    font-size: 11px;
    color: #000;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left { left: -45px; }

.scrollButtons.right { right: -45px; }

.hide { display: none; }
