body{
	font-family: Arial, Helvetica;
	padding: 0;
	margin: 0;
	background: url(../images/bkg-grade.png) repeat-x #022a61;
}
br {
	clear: both;
}
.nav_links{
	width: 978px;
	float: right;
	clear: right;
	position: absolute;
	margin-top: 84px;
	margin-left: 60px;
}
.nav_links ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav_links li{
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 10px 4px 2px 32px;
	position: relative;
	height: 20px;
}
.nav_links li.inactive{
	background: url(../images/menu_bkg_off.png);
}
.nav_links li.active{
	background: url(../images/menu_bkg_on.png);
}
.nav_links .left_block,
.nav_links .end_block{
	position: absolute;
	height: 32px;
	width: 32px;
	top: 0;
	left: 0;
}

.nav_links .active .end_block{
	background: url(../images/menu_on_end.png);
}
.nav_links .inactive .end_block{
	background: url(../images/menu_off_end.png);
}

.nav_links .inactive .left_block,
.nav_links .left_block{
	background: url(../images/menu_off_both.png);
}
.nav_links .inactive .left_block.active,
.nav_links .left_block.active{
	background: url(../images/menu_on_right.png);
}
.nav_links .active .left_block{
	background: url(../images/menu_on_left.png);
}
#nav_link_9{
	float: left;
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
}

#search_field{
	background: none;
	border: 0;
	outline: 0;
}
.search_box{
	background: url(../images/bkg_search.png) repeat-x;
	height: 29px;
}
#search_area{
	float: right;
	margin-top: 13px;
	clear: right;
}
#search_area .search_box,
#search_area img,
#search_area .search_input{
	float: left;
}
#search_field{
	font-size: 15px;
	font-family: Arial;
	padding: 3px;
	width: 250px;
}


#sub_links{
	float: right;
	margin-top: 12px;
	font-size: 11px;
	color: #002A61;
}
#sub_links a{
	color: #002A61;
	text-decoration: none;
}
#sub_links a:hover{
	text-decoration: underline;
}
#top_header_area{
	background: url(../images/bkg_baseball_repeat.jpg) repeat-x #ffffff;
}
#header_area{
	background:url(../images/bkg_baseball.jpg) no-repeat center;
	width: 991px;
	margin: auto;
	height: 116px;
	z-index: 100;
}

#logo{
	margin:10px 0 0 20px;
	float: left;
	position: absolute;
}

.top_ad_area{
	background: #000;
	text-align: center;
	padding: 10px 0;
}
.header_slider{
	width: 50%;
	z-index: 1;
	height:32px;
	margin-top: -32px;
	float: right;
	background: url(../images/menu_bkg_off.png) repeat-x;
}
#sub_menu_area{
	background: url(../images/submenu_bkg.jpg) top repeat-x #193F72;
	border-bottom: 4px solid #fff;
}
#page_content_area{
	background: url(../images/bkg_page_top.png) top left repeat-x #fff;
	width: 980px;
	margin: auto;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-box-shadow:0 5px 5px #000;
	padding: 10px;
	position: relative;
}
#footer{
	font-size: 11px;
	color: #b3b3b3;
	text-align: center;
	line-height: 20px;
}
#footer a{
	color: #fff;
}

.left_2column,
.right_2column{
	float: left;
	margin-bottom: 10px;
	width: auto;
}
.right_2column{
	position: absolute;
	left: 840px;
	text-align: right;
	width: 150px;
	overflow: hidden;
}

.category_box{
	border: 1px solid #b3b3b3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: url(../images/bkg_column.png) repeat-x bottom #fff;
}

.left_3column,
.center_3column{
	float: left;
	width: 318px;
	border: 1px solid #b3b3b3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: url(../images/bkg_column.png) repeat-x bottom #fff;
}
.center_3column{
	margin: 0 10px;
}
.left_2column{
	min-height: 350px;
}
.right{
	float: right;
}
.pad_all{
	padding: 15px;
}
.pad_top{
	padding-top: 15px;
}
.pad_top_sm{
	padding-top: 5px;
}
.center{
	text-align: center;
}
.photo_area{
	width: 500px;
	height: 300px;
	overflow: hidden;
	float: left;
}
.photo_area img{
	width: 500px;
	height: 300px;
}
.photo_area .image_title{
	z-index: 100;
	margin-top: 265px;
	position: absolute;
	display: table-cell;
	vertical-align: bottom;
	color: #ffffff;
	background: black;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	width: 460px;
	padding:10px 20px ;
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.story_list_area{
	float: left;
	margin: 0 10px;
	width: 300px;
}
h1{
	font-family: 'newfutura';
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	color: #002a61;
}
.body_copy{
	font-size: 13px;
	line-height: 17.5px;
	color: #666666;
}
.button{
	border: #002a61 1px solid;
	background: url(../images/button_bkg.png) repeat-x top #002a61;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow:1px 1px 0 #ffffff;
	color: #ffffff;
	padding: 5px 15px;
	font-size: 15px;
	cursor: pointer;
	line-height: normal;
	font-family: 'newfutura';
}
.margin_bottom{
	margin-bottom: 10px;
}
#story_list a{
	text-decoration: none;
} 
#story_list li:hover .story_title{
	text-decoration: underline;
}
#story_list{
	list-style: none;
	margin: 0;
	width: auto;
}
#story_list li{
	padding: 10px 0;
	border-bottom: 1px solid #bfbfbf;
	margin-left: 5px;
}
.story_date{
	font-size: 12px;
	line-height: normal;
	color: #002A61;
	float: left;
	font-weight: bold;
	margin-left: -45px;
}
.story_title{
	font-size: 12px;
	white-space: nowrap;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
	color: #333333;
}
.story_type{
	color: #A71C00;
	margin-top: 2px;
	font-size: 11px;
	font-style: italic;
}
#story_scroll_area{
	height: 274px;
	overflow: auto;
	overflow-x: hidden;
	width: 310px;
	background: url(../images/story_list_bkg.jpg) bottom center no-repeat;
}
#sub_menu_3{
	width: 980px;
	margin: auto;
}
.sub_nav_menu_links{
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style: none;
	font-size: 13px;
	line-height: 19px;
	color: #1AFFFF;
	border-right: 1px #ffffff solid;
	width: 245px;
	float: left;
}
.sub_nav_menu_links li{
	margin-right: 0;
	padding-right: 0;
	height: 19px;
	margin-left: 245px;
	position: relative;
}
.sub_nav_menu_links .link_pos{
	position: absolute;
	left: -285px;
	padding-right: 20px;
	top:0;
	text-align: right;
	width: 265px;
}
.sub_nav_menu_links a{
	color: #1AFFFF;
	text-decoration: none;
}
.sub_nav_menu_links li:hover{
	color: #FFFFFF;
}
.sub_nav_menu_links li:hover .link_pos{
	background: url(../images/triangle.png) right no-repeat;
}
.sub_nav_menu_links li:hover a{
	color: #FFFFFF;
	text-decoration: underline;
}
.sub_nav_menu_links .active a{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
}
.sub_nav_menu_links .active{
	background: url(../images/triangle.png) right no-repeat;
}
.wht{
	color: #ffffff;
}
.sub_link_desc{
	height: 200px;
}
.sub_link_desc img{
	margin: 0 5px;
}
.sub_link_desc img,
.sub_link_desc div{
	float: left;
	font-size: 13px;
	line-height: 19px;
	color: #1AFFFF;
}
.sub_link_desc div{
	width: 520px;
	float: right;
}
.sub_link_slider_box{
	float: left;
	position: relative;
	width: 700px;
	height: 152px;
	overflow: hidden;
}

.skyscraper{
	width: 150px;
	height: 350px;
}

.banner{
	width: 850px;
	height: 96px;
}

.small_banner{
	margin-top: 10px;
	width: 820px;
	height: 40px;
}
.full_width{
	width: 820px;
}
#column1,
#column2,
#column3,
li#column_1,
li#column_2,
li#column_3{
	list-style: none;
	margin: 0;
	padding: 0;
}


.sub_nav_pos{
	width: 100%;
	position: absolute;
	z-index: 500;
	margin-top: 1px;
}
.sub_nav{
	width: 800px;
	margin:auto;
	background: url(../images/bkg_sub_nav.png) repeat-x;
}
.sub_nav_outter{
	background: url(../images/sub_nav_w.png) no-repeat left top;
	padding-left: 40px;
}
.sub_nav_inner{
	height: 36px;
	background: url(../images/sub_nav_e.png) no-repeat right top;
	padding-right: 40px;
}

.sub_nav ul,
.sub_nav li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
.sub_nav a:hover{
	text-decoration: underline;
}
.sub_nav a{
	color: #ffffff;
	text-decoration: none;
}
.sub_nav li{
	float: left;
	margin-left: 25px;
	padding-top: 4px;
}
.pad_left{
	margin-left: 10px;
}
.alt_link{
	color: #333333;
	text-decoration: none;
}
.alt_link:hover{
	color: #A71C00;
}
.copyright{
	color: #808080;
	font-style: italic;
	font-size: 11px;
}
.storyHeadline{
	color:#002A61;
	font-size: 18px;
	text-transform: capitalize;
	text-decoration: none;
}
.storyHeadline:hover{
	text-decoration: underline;
}
.story_list{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.page_links{
	list-style: none;
	margin: 0;
	padding: 0;
}
.pg_link{
	border: solid 1px #ccc;
	border-right: none;
	border-bottom: none;
	color: #ccc;
	float: left;
	padding: 0px 10px;
	text-align: center;
	background: url(../images/pg_link_bkg.png) repeat-x top;
}
.pg_link.current_link{
	color: #fff;
	background: url(../images/pg_link_act_bkg.png) repeat-x top;
}
.final_link{
	border-right: solid 1px #ccc;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.first_link{
	border-right: solid 1px #ccc;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
.pg_link.active{
	color: #000;
}
.link .pg_link{
	color: #808080;
	cursor: pointer;
	text-decoration: underline;
}
.bottom_line div{
}
.bottom_line{
	border-bottom: solid #b3b3b3 2px;
}
.mar_bottom{
	margin-bottom: 20px;
}
.mar_top{
	margin-top: 20px;
}
.mar_left{
	margin-left: 20px;
}
.mar_right{
	margin-right: 20px;
}
.mar_sides{
	margin-left: 20px;
	margin-right: 20px;
}
.pad_bottom{
	padding-bottom: 20px;
}
.floatL{
	float:left;
}
.week_link{
	text-decoration: none;
}

.week_link:hover{
	text-decoration: underline;
}
.week_list{
	list-style: none;
	padding-left: 20px;
	margin-bottom: 30px;
}

.week_list li{
	margin: 10px 0;
}

.player_list li{
	clear: left;
	margin-top: 20px;
	border-bottom: 1px solid #cccccc;
	list-style: none;
}
.player_photo{
	width: 100px;
	height: 140px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 20px;
}

.player_photo img.headshot{
	width: 100px;
}
.quarter_width{
	width: 25%;
}
.text_right{
	text-align: right;
}
.text_left{
	text-align: left;
}
hr.light{
	color: none;
	background: none;
	border: 0;
	border-top: 1px solid #ccc;
}