﻿/* Globals */
*
{
    margin: 0;
    padding: 0;
}
body
{
    min-width: 920px;
    background: #dbece2 url(img/bg.gif) repeat-y;
    background-attachment: fixed;
    background-position: center;
    font-family: arial, verdana, helvetica;
}
/* Master */
#wrapper
{
	width: 920px;
	position: relative;
	left: 50%;
	margin-left: -460px;
    border: solid 1px #fff;
    background-color: #fff;
    
}
#LineQuote
{
    float: left;
    width: 905px;
    height: 24px;
    background-color: #03281D;
    padding-left: 15px;
}
#branding
{
    float: left;
    width: 920px;
    height: 134px;
    background-color: #037230;
}
#logo
{
	position: absolute; left: 0; top: 0;
	width: 360px;
    height: 134px;
    cursor: hand;
    display: block;
	background: url(img/Logo.jpg) no-repeat;
}
#weeklyreport
{
	position: absolute; left: 360px; top: 0;
	width: 188px;
    height: 134px;
    cursor: hand;
    display: block;
	background: url(img/bot-freeweeklyreport.jpg) no-repeat;
}
#signupbg
{
	position: absolute; left: 548px; top: 22px;
	width: 371px;
    height: 112px;
    cursor: hand;
    display: block;
	background: url(img/bg-topgetfreepicksemail.jpg) no-repeat;
}
#topbuypicks
{
	position: absolute; left: 522px; top: 5px;
	background: url(img/bot-topbuypicks.jpg) no-repeat;
	width: 99px;
    height: 18px;
    cursor: hand;
    display: block;
}
#topscoreodds
{
	position: absolute; left: 620px; top: 5px;
	background: url(img/bot-topscoreandodds.jpg) no-repeat;
	width: 137px;
    height: 18px;
    cursor: hand;
    display: block;
}
#topcall
{
	position: absolute; left: 760px; top: 5px;
	background: url(img/bot-topphonenumber.jpg) no-repeat;
	width: 159px;
    height: 18px;
    cursor: hand;
    display: block;
}
.nav
{
    float: left;
    border: none;
    width: 920px;
    height: 25px;
	background: url(img/bg-nav.jpg) repeat-x;
}
.nav ul
{
    font-size: 15px;
    font-weight: bold;
    color:#004331;
    font-family: Myriad, verdana, helvetica;
    padding-top: 3px;
}
.nav li
{
	display: inline;
    padding: 0 25px;
}
.nav li a
{
   color:#004331;
   text-decoration: none;
}
.nav li a:hover
{
   color:#fff;
   text-decoration: none;
}
#FeaturedBanner
{
    height: 199px;
    width: 920px;
    height: 375px;
    float: left;
    margin: 0 0 20px 0;
}

#mainContent
{
    float: left;
    width: 920px;
    background-color: #fff;
}

#footer
{
    float: left;
	width: 860px;
    text-align: center;
    padding: 10px 30px;
    background-color: #fff;
}
#footer p
{

}
#footer a
{
    color: #353535;
    font-weight: bold;
    font-size: .6em;
    text-decoration: none;
}
#footer a:hover
{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
#footer li
{
    list-style-type:none;
    display: inline;
}
#disclaimer
{
    padding-top: 30px;
    color: #C6C6C6;
    font-size: .7em;
    margin-bottom: 30px;
}
#disclaimer a
{
    color: #C6C6C6;
}
