/* CSS Document */

html, body, #container{
	min-height: 100%;
	height: 100%;
}
html>body, html>body #container {
	height: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;*/
	background-color: #000000;
	margin: 0px;
}

#container {
	width: 750px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	background-color: #FFFFFF;
	padding: 0px;
	line-height: 18px;
	top: 0px;
	
}
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 134px;
	padding-left: 200px;
}
#nav
{
	margin-left: 0;
	color: White;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0;
	margin-top: 94px;
	list-style: none;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	border-right: 1px solid #fff;
	width: 7em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0em;
}

#nav a:hover {
	color: #FF9900;
}

#nav li {
	float: left;
	width: 7em;
}
#nav li ul {
	position: absolute;
	width: 6.99em;
	left: -999em;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0;
	background-image: url(images/dropdown_bg.gif);
	border: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #FFFFFF;
	background-position: right;
	margin-left: 0;
}
* html #nav li ul {
	margin-left: -1px;
	margin-right: 0;
	padding-right: 1px;
}
#nav li ul li a{
	border: none;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav_secondary {
	position: absolute;
	top: 0;
	right: 16px;
	color: white;
	text-align: right;
	width: 200px;
	height: 20px;
}
#nav_secondary li{
	list-style: none;
	display: inline;
}
#nav_secondary li a{
	color: white;
	font-size: 10px;
}
#nav_secondary li a:hover {
	color: #FF9900;
}
.fantasyTrend {
	margin-left: 20px;
}

.fantasyTrend h3 {
	color: #993300;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #990000;
}
/* This styles the font within the p tag in the element with the id "package" */
#PurchasePicks {
	margin-top: 20px;
	text-align: justify;	
}
#PurchasePicks p {
	font-size: 12px;
	margin-bottom: 30px;
	clear: left;
}
#PurchasePicks a:hover {
	text-decoration: underline;	
}
#PurchasePicks p img {
	float:left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 45px;
}
#PurchasePicks p h1 {
	font-size: 13px;
	color: #333333;
	margin: 0px;
	display: block;
}
#PurchasePicks h1 em {
	color: #993300;
	font-style: normal;
	float: right;
	font-size: 12px;
}
#content_wrapper {
	background-color: #FFFFFF;	
	padding-left: 16px;	
}
#footer {
	height: 44px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	padding: 0px;
	bottom: 0px;
	position: absolute;
	float: none;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
}
#content {
	float: left;
	width: 580px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	min-height: 700px;
}
*html #content {
	height: 700px;
}
#sidebar {
	width: 140px;
	float: right;
	height: 300px;
	position: absolute;
	right: 4px;
	top: 134px;
}
.headline h1 {
	line-height: 22px;
	padding: 0px;
	margin: 0px;
}
.underline {
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #333333;
}
.headline {
	display: inline;
}


.headlinepic {
	font-size: 10px;
	color: #666666;
	float: left;
	background-color: #FFFFFF;
	padding-right: 25px;
}
.headlinepic img {
	border: 1px solid #000000;
	margin-bottom: 4px;
	margin-top: 5px;
}
#content .subheaders {
	clear: both;
}
.subheaders h2 {
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 3px;
	margin-top: 0px;
	text-align: center;
}
.subheaders h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 14px;
	text-align: center;
}

.pit {
	height: 800px;
	background-image: url(images/subheader_main.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
	display: inline;
}
.floatleft {
	float: left;
	display: inline;
}
.clearfloats {
	clear: both;
}
.cl 
{
    clear: left;
}
.cr 
{
    clear: right;
}

.subheaders div {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
*html .subheaders div div {
	width: 270px;
	width: 250px;
}
.subheaders div div {
	width: 250px;
	padding-left: 5px;
	display: inline;
	padding-right: 5px;
	font-size: 11px;
	
}
.subheaders div div p{
	padding: 0px;
	margin-bottom: 0px;
}

.subheaders div div ul{
	margin-bottom: 8px;
	list-style: none;	
}
.subheaders div div li{
	padding-left: 20px;
	background-image: url(images/footbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-left: -25px;
	margin-bottom: 2px;
}
#subsubhead {
	height: 350px;
	margin-bottom: 20px;
	background-image: url(images/subhead_red.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
#subsubhead_bottom {
	height: 364px;
	margin-bottom: 20px;
	background-image: url(images/subhead_red.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
#subsubheadtwo {
	height: 350px;
	margin-bottom: 20px;
	background-image: url(images/subhead_grey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
#subsubheadtwo_bottom {
	height: 364px;
	margin-bottom: 20px;
	background-image: url(images/subhead_grey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
#subsubheadtwo em a{
	color: #993300;
	float: right;
}
#subsubheadtwo_bottom em a{
	color: #993300;
	float: right;
}
#login h2 {
	font-size: 12px;
	line-height: 18px;
	background-color: #993300;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	margin-bottom: 10px;
}
#login p {
	margin-top: 10px;
	margin-bottom: 4px;
}

#login {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#login ol {
	list-style-type: none;
	margin-left: 0px;
}
#login a {
	display: block;
	background-color: #993300;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: -4px;
}
#login a:hover {
	background-color: #424242;
	color: #FFCC00;
}

#login a.signin {
	background-color: #424242;
}
#login a.signin:hover {
	color: #FFCC00;
}

#adspace img {
	border: 2px solid #000000;
}
#spotlight {
	list-style-type: lower-alpha;	
}
#spotlight li{
	margin-bottom: 8px;	
}
#content_login {
	margin-right: auto;
	margin-left: 30%;
	text-indent: 2px;
}
.freepick {
	font-size: 13px;
}

.picks
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.game_name 
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}
.game_date 
{
	font-size: 10px;
}
.game_line {

}
.game_timestamp {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
.game_viewpick a {
	color: #CC0000;
	text-align: center;
	vertical-align: middle;
}
#adspace img {
	margin-bottom: 4px;
}
.section {
	width: 572px;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 4px 12px 4px;
	border-top: 1px solid black;
}
.red {
	background-image: url(images/header_red.jpg);
}
.gray {
	background-image: url(images/header_gray.jpg);
}
.ltgray {
	background-color:#666666;
	text-align: center;
 }
.section h3 {
	text-size: 14px;
	color: white;
	font-weight: bold;
	padding-bottom: 4px;
}
.section img {
	float: left;
	margin-right: 10px;
	margin-top: 14px;
	margin-bottom: 25px;
	border: 1px solid black;
}
.section span {
	float: right;
}
.alert {
	color: red;
	font-size: 12px;
	font-weight: bold;
}
.sidebar {
	width: 150px;
	float: right;
	margin-top: -3px;
	padding-bottom: 8px;
}
.sidebar h3 {
	display: block;
	background-color: #FFCC00;
	text-align: center;
	margin-bottom: 4px;
}
.sidebar ul {
	padding: 4px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	margin: 0 0 6px 10px;
}
.sidebar li {
	list-style: none;
}
ol h4 {
	padding-bottom: 0;
	margin: 0;
}
ol li {
	list-style-position: inside;
}
.tal 
{
    text-align: left;
}
.h10 
{
    height: 10px;
}
.h50 
{
    height: 20px;
}

.block {
display: block;
text-align: justify;
}

