@charset "utf-8";
body{
	background-image:url(/img/00-top-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e6e6e6;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
h1{
	color:#FFF;
	font-size: 23px;
	text-align:left;
	padding-top:25px;
	padding-left:25px;
	margin-top:0px;
	}
h2{
	color:#244487;
	font-size:16px;
}
p {
	line-height:19px;
	text-indent:40px;
}
.main-container{
	width:996px;
	background-image:url(/img/00-maincontent-bg.png);
	background-position:top;
	background-repeat:repeat-y;
}
.header{
	height:122px;
	width:942px;
	display:inline-block;
	overflow:hidden;
}
	.header-main {
		background-image:url(/img/01-header.jpg);
		width:734px;
		height:88px;
	}
	.header-left{
		float:left;
	}
		.header-menu{
			width:734px;
			background-image:url(/img/15-top-options-spacerbg.jpg);
			background-position:top;
			background-repeat:repeat-x;
			display:inline-block;
			overflow:hidden;
		}
		.header-option{
			float:left;
			margin:0 4px 0 4px;
			width:138px;
			height:34px;
			background-image:url(/img/02-top-tab-normal.jpg);
			background-position:top;
			background-repeat:no-repeat;
				color:#FFF;
				font-weight:bolder;
				text-decoration:none;
				line-height:35px;
		}
		.header-option:hover{
			background-image:url(/img/02-top-tab-over.jpg);
			color:#000;
		}
		
	.header-right{
		float:left;
	}
	
.separator{
	background-image:url(/img/05-content-separator.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.container{
	width:942px;
	display:inline-block;
	overflow:hidden;
}
.content{
	width:942px;
	display:inline-block;
	overflow:hidden;
}
	.content-left{
		float:left;
		width:727px;
		display:inline-block;
		overflow:hidden;
	}
		.content-info{
			display:inline-block;
			overflow:hidden;
			width:707px;
			text-align:justify;
			padding:10px;
		}
		.content-tabs{
			width:650px;
			display:inline-block;
			overflow:hidden;
			margin-left:0;
		}
			a.content-tabs-options-125, a.content-tabs-options-125-active,
			a.content-tabs-options-140, a.content-tabs-options-140-active,
			a.content-tabs-options-210, a.content-tabs-options-210-active {
				float:left;
				padding:0;
				margin:0 2px 0 2px;
				display:inline-block;
				overflow:hidden;
				background-position:top;
				background-repeat:no-repeat;
				height:34px;
				color:#000;
				font-weight:bolder;
				line-height:35px;
				text-decoration:none;
			}

			a.content-tabs-options-125 {background-image:url(/img/06-internal-tab-125-normal.gif);width:125px;}
			a.content-tabs-options-125:hover {background-image:url(/img/06-internal-tab-125-over.gif);width:125px;}
			a.content-tabs-options-125-active {background-image:url(/img/06-internal-tab-125-active.gif);width:125px;}

			a.content-tabs-options-140 {background-image:url(/img/06-internal-tab-140-normal.jpg);width:140px;}
			a.content-tabs-options-140:hover {background-image:url(/img/06-internal-tab-140-over.jpg);width:140px;}
			a.content-tabs-options-140-active {background-image:url(/img/06-internal-tab-140-active.jpg);width:140px;}

			a.content-tabs-options-210 {background-image:url(/img/06-internal-tab-210-normal.jpg);width:210px;}
			a.content-tabs-options-210:hover {background-image:url(/img/06-internal-tab-210-over.jpg);width:210px;}
			a.content-tabs-options-210-active {background-image:url(/img/06-internal-tab-210-active.jpg);width:210px;}

		.content-box{
			width:685px;
			border:#d1d1cf solid 1px;
			background-image:url(/img/10-bigbox-bg.jpg);
			background-position:top;
			background-repeat:repeat-x;
			background-color:#f6f4f4;
			padding:8px;
			margin-bottom:15px;
		}
		.content-box-small{
			width:685px;
			border:#d1d1cf solid 1px;
			background-image:url(/img/11-smalbox-bg.jpg);
			background-position:top;
			background-repeat:repeat-x;
			background-color:#f6f4f4;
			padding:8px;
			margin-bottom:15px;
			min-height:80px;
		}
		.content-box-small-half{
			width:327px;
			border:#d1d1cf solid 1px;
			background-image:url(/img/11-smalbox-bg.jpg);
			background-position:top;
			background-repeat:repeat-x;
			background-color:#f6f4f4;
			padding:8px;
			margin-bottom:15px;
		}
		.content-box-sbpreview{
			width:405px;
			border:#d1d1cf solid 1px;
			background-image:url(/img/10-bigbox-bg.jpg);
			background-position:top;
			background-repeat:repeat-x;
			background-color:#f6f4f4;
			padding:8px;
			margin-bottom:15px;
			float:left;
		}
		.content-box-submenu{
			width:185px;
			margin:7px 4px 7px 0;
			float:left;
			text-align:left;
			background:#FFF;
			border:#ccc 1px solid;
		}	
		
		.content-box-submenu li {
			padding-bottom:7px;
			font-size:12px;
		}
		.read-more{
		}
	.content-right{
		float:left;
		width:215px;
		min-height:680px;
		*min-height:720px;
		display:inline-block;
		overflow:hidden;
		background-color:#FFF;
	}
		.right-menu-title{
			background-image:url(/img/07-menu-titlebg.jpg);
			background-position:top;
			background-repeat:no-repeat;
			width:210px;
			height:23px;
			color:#FFF;
			font-size:13px;
			text-transform:uppercase;
			font-weight:bolder;
			text-align:left;
			padding-top:7px;
			padding-left:5px;
		}
		.right-menu-title a {
			color:#FFF;
			text-decoration: none;
		}
		.right-menu-options{
			width:210px;
			padding:0;
			margin:0;
		}
			.right-menu-option, .right-menu-option2{
				width:212;
				text-align:left;
				height:26px;
				padding:14px 0 0 10px;
				margin-left:-3px;
				*margin-left:-2px;
				border-bottom:#c1bfbf solid 1px;
			}
			.right-menu-option:hover, .right-menu-option2:hover {
				background-image:url(/img/08-menu-option-overbg.jpg);
				background-position:top;
				background-repeat:repeat-y;
			}
			.bullet{
				margin:0 10px 0 7px;
				float:left;
			}
				.right-menu-option a{
					font-size:13px;
					color:#000;
					text-decoration:none;
				}
				.right-menu-option2 a{
					color:#000;
					text-decoration:none;
				}

.footer{
	background-image:url(/img/00-bottom-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:125px;
	color:#FFF;
}
	.footer-content{
		width:942px;
		background-image:url(/img/14-footer-bg.jpg);
		background-position:top;
		background-repeat:repeat-x;
		height:83px;
		text-align:left;
	}
	.footer-menu{
		padding:15px 15px 15px 5px;
		text-align:center;
	}
		.footer-menu a{
			color:#FFF;
			text-decoration:none;
			font-weight:bolder;
			margin:0 10px 0 10px;
		}
		.footer-menu a:hover{
			text-decoration:underline;
		}
	.footer-copyright{
		text-align:center;
	}


.articleLink {color:#244487; font-size:12px;}
.minifp-date {font-size:10px;}

.sportTabs { list-style:none; width:600px; margin-bottom:40px;}
.sportTabs li {float:left; width:150px; text-align:center;}

.sportsbookHeader {height:90px; width:700px;margin-bottom:10px; }
.sportsbookHeader h2{padding-top:35px; padding-left:10px;}
.sportsbookPreview { display:inline-block; overflow:hidden;}

#sportsbookLinkTop, #sportsbookLinkBottom { 
	color:#000;
	float:left;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	height:70px;
	padding-left:5px;
	padding-top:15px;
	background-image:url(/img/buttonBig.gif);
	background-repeat:no-repeat;
	width:230px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	line-height:20px;
}

#sportsbookLinkTop {
	margin-top:70px; 
	margin-left:30px;
}

#sportsbookLinkTop:hover,
#sportsbookLinkBottom:hover { 	
	background-image:url(/img/buttonBig_over.gif); 
	color:#FFF; 
}


.featuredBanner { text-align:center; padding:7px;}

.internalLink {text-transform:capitalize; border-bottom: 3px double; text-decoration:none;}

