@charset "utf-8";
/* Clear default margins  */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link{
	color:#0033FF;
	text-decoration:none;
}
a:visited{
	color:#0033FF;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
	text-decoration:underline;
}
p{
	padding-bottom:10px;
}

/* custom styles */
.n-clear{
	clear:both;
}
.n-main{
	background-image:url(../images/bak.png);
	background-position:top;
	background-repeat:repeat-x;
	min-height:800px;
}
.n-main-wraper{
	width:978px;
	overflow:auto;
	margin:0px auto;
	text-align:left;
	height:100%;
}
.n-top{
	height:78px;
	position:relative;
}
.n-logo{
	padding-left:15px;
	float:left;
	width:528px;
}
.n-top-right{
	float:right;
	width:400px;
	padding-right:10px;
}
.n-search-box{
	text-align:right;
	height:40px;
	padding-top:5px;
}
.n-search-textbox{
	height:25px;
	position:relative;
	line-height:30px;
	padding:0;
	margin:0;
	width:150px;
	border:solid 1px #333333;
}
.n-search-button{
	height:27px;
	line-height:30px;
	background-color:#FF6600;
	color:#000000;
	padding:0;
	margin:0;
	border:solid 1px #333333;
	vertical-align:bottom;
	position:relative;
	padding-left:5px;
	padding-right:5px;
}
.n-top-links{
	text-align:right;
	height:33px;
	line-height:33px;
	font-size:10px;
}
.n-top-links a:link{
	color:#333333;
}
.n-top-links a:visited{
	color:#333333;
}
.n-bodywraper{
	border:solid 1px #ffffff;
	border-top:none;
	position:relative;
}
.n-menu{
	background-image:url(../images/menu_bak.png);
	background-repeat:repeat-x;
	height:37px;
	text-align:center;
	border-bottom:solid 1px #333333;
	text-transform:uppercase;
}
.n-menu li{
	float:left;
	display:inline;
}
.n-menu li a{
	line-height:37px;
	display:block;
	color:#333333;
	padding-left:16px;
	padding-right:16px;
	text-decoration:none;
}
.n-menu li a:hover{
	color:#FFFFFF;
	background-image:url(../images/trans_grey.png);
}
/* sub menu hidden */

.n-newsflash{
	background-color:#054aa2;
	background-image:url(../images/newsflash_bak.png);
	background-repeat:repeat-x;	
	min-height:32px;
	line-height:32px;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
.n-newsflash a{
	color:#FFFFFF;	
}
.n-content{
	background-color:#FFFFFF;
	border:solid 8px #FFFFFF;
	position:relative;	
}
.n-content-left ul{
	padding-left:20px;
}
.n-mainpic{
	width:500px;
	height:310px;
	float:left;
	position:relative;
	border:solid 1px #cccccc;
	vertical-align:bottom;
	background-repeat:no-repeat;
}
.n-mainpic #spacer{
height: 80%;
width: 100%;
font-size: 1px; /* to make sure width is not overridden */
padding: 0;
margin: 0;
} 
.n-mainpic #caption{
	height:20%;
	background-image:url(../images/trans_orange.png);
	display:block;	
	color:#FFFFFF;
	vertical-align:bottom;	
}
.n-mainpic #captiontext{
	padding: 10px 10px 10px 10px;
}
.n-sportsboxes{
	float:right;
	width:457px;
}
.n-sportsboxes{
	list-style-type:none;
}
.n-sportsboxes li{
	width:145px;
	height:100px;
	border:solid 1px #cccccc;
	float:left;
	position:relative;
	list-style-type:none;
	margin-left:5px;
	margin-bottom:3px;
	background-repeat:no-repeat;
}
.n-sportsboxes li #spacer{
	height:75px;
	width: 100%;
}
.n-sportsboxes li #caption{
	height:25px;
	background-image:url(../images/trans_grey.png);
	text-align:center;
	display:block;
	width:100%;
}
.n-sportsboxes li a{
	line-height:25px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	text-transform:uppercase;
}
.n-lowercontent{
	position:relative;
	margin-top:5px;
}
.n-content-left{
	width:660px;
	float:left;
	position:relative;
}
.n-content-right{
	width:290px;
	float:right;
	position:relative;
}
.n-content h1{
	color:#333333;
	font-size:26px;
	font-weight:normal;
	line-height:18px;
	padding-bottom:5px;
}
.n-oragnge-box{
	border:solid 1px #8d8a8a;
	margin-top:8px;
}
.n-orange-box-title{
	background-image:url(../images/header_bak_orange.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ff6b00;
	line-height:30px;
	padding-left:10px;
	color:#FFFFFF;
	border-bottom:solid 1px #FF6600;
	font-weight:bold;
	font-size:14px;
}
.n-orange-box-inner-padding{
	padding:5px 5px 5px 5px;
}
.n-orange-box-inner-nopadding{
	padding:none;
}
.n-news-pane{
	margin-top:8px;
}
.n-main-news-box{
	width:350px;
	float:right;
	position:relative;
	border:solid 1px #cccccc;
}
.n-main-news-box-inner{
	padding:10px 10px 10px 10px;
}
.n-main-news-box-text{
	padding-top:10px;
}
.n-main-news-box h1{
	font-size:20px;
	color:#333333;
	line-height:23px;
}
.n-main-news-box-morelink{
	text-align:right;
}
.n-news-links{
	width:295px;
	float:left;
	border:none;
}
.n-news-links h2{
	height:30px;
	line-height:30px;
	background-color:#ffad00;
	border:solid 1px #CCCCCC;
	padding-left:10px;
	width:150px;
	font-size:14px;	
}
.n-news-links h2 a{
	line-height:30px;
	display:block;
	color:#333333;
}
.n-news-links ul{
	list-style-type:square;
	padding-left:20px;
	list-style-position:outside;
	margin-bottom:8px;
}
.n-news-links li{
	padding-left:0px;
}
.n-sub-articles{
	padding-top:5px;
	border-top:dotted 1px #666666;
}
.n-sub-articles h2{
	font-size:14px;
}
.n-media-box-wraper{
	padding-bottom:10px;
	width:476px;
	float:left;	
}
.n-media-box{
	border:solid 1px #999999;
	width:150px;
	float:left;
	height:80px;
	background-color:#FFCC00;
	margin-left:10px;
	margin-top:10px;
}
.n-media-box h3{
	background-color:#333333;
	color:#FFFFFF;
	font-size:14px;
	line-height:20px;
	display:block;
	text-align:center;
	border-bottom:solid 1px #FFCC00;
}

.n-chitchat-wraper{
	float:left;
	width:184px;
}
.n-chitchat-box{
	border:solid 1px #999999;
	height:auto;	
	background-color:#FFCC00;
	margin-left:10px;
	margin-top:10px;
}
.n-chitchat-box h3{
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:14px;
	line-height:20px;
	display:block;
	text-align:center;
	border-bottom:solid 1px #FFCC00;
}

.n-bottom{
	background-color:#353535;
	background-image:url(../images/bot_bak.png);
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
	overflow:auto;
	vertical-align:top;
	color:#CCCCCC;
}
.n-bottom-inner{
	padding:10px 10px 10px 10px;
	text-align:center;
}
.n-sportstitlebar{
	padding:10px 10px 10px 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#333333;
	color:#FFFFFF;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}

/* sub menu */
.n-submenuslide{
	width:100px;
	height:auto;
	z-index:1005;
	position:absolute;
	top:37px;
	background-color:#F07800;
	color:#FFFFFF;
	border-bottom:solid 1px #333333;
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
}
.n-submenuslide a{
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	display:block;
	line-height:25px;
	height:25px;
	background-image:url(../images/menu_bak.png);
}

/* sub menu ends */
