/*
------------
Modified: 03.03.2008
------------
*/

body {
	padding: 0;   
	margin: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	color: #000;
	/********* Change PAGE background settings here *********/
	background: #d3d6cb url(../../i/design07/frame/bg_990.jpg) top left repeat-y;
	/* change it to (50%  50%) in order to center the BG img */
	background-position: 50% 50%;
}

/* LINKS */
a:link {color: #000;}
a:hover, a:visited:hover {color: #f00;}
a:visited {color: #666;}
/* end LINKS */

/* Page structure */
.main {
	/* change MARGIN to AUTO in order to center the page */
	margin: auto;
	width: 990px;
	background: #fff;
}
.content {
	/**** This DIV holds the content of this page ****/
	padding: 7px;
}
/* end Page structure */


/* contains entire nav (background color set inline to blend seamlessly into header color) */
.nav-row {
	width: 990px;
	z-index: 999;
	position: relative;
}

.nav-container {
	width: 976px;
	margin: 0 auto;
}

/* wraps bottom row of nav (note: no top row on sport navs) background color set inline */
.aw_nav_wrap {
	width: 976px;
	background: url(../../i/design07/mast/endbg2.gif) no-repeat top right;
	font-family: Verdana, Arial, Sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.aw_nav {
	position: relative;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.aw_nav li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.aw_nav li a {
	display: block;
	padding: 0px;
	line-height: 22px;
	text-decoration: none;
	padding: 0 8px;
}

.aw_nav li.solid a {
	padding: 0 7px;
}

.aw_nav li.solid {
	background: black;
}

.aw_nav li.single a {
	color: white;
	padding: 0 3px;
	margin: 0 3px;
}

.aw_nav li.single a:hover, .aw_nav li.single a:visited:hover {
	text-decoration: underline;
}

.aw_nav li.lo a {
	color: white;
	background: url(../../i/design07/mast/notchbg.gif) no-repeat top left;
}

.aw_nav li.hi a {
	color: black;
	background: url(../../i/design07/mast/notchbg_hi.gif) no-repeat top left;
}

.aw_nav li.lo a.more {
	color: white;
	background: none;
}

.aw_nav li.lo .aw_drop {
	display: none;
}

.aw_nav li.hi .aw_drop {
	display: block;
}

.aw_drop {
	display: none;
	list-style: none;
	padding: 6px 0;
	margin: 0;
	background: #fffdce;
	position: absolute; /* need this to keep parent li from spreading out */
	/* width: 185px; /* needs this to define dropdown width */
}

/* for double-wide dropdown menus */
.double {
	width: 282px;
}

.aw_nav li ul.double ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

.aw_nav li ul.double ul li a {
	width: 125px;
}

.aw_nav li ul.double ul li a.child {
	padding: 0 8px 2px 14px;
	width: 119px;
	font-weight: normal;
	line-height: 16px;
}

.aw_drop li {
	padding: 0;
	margin: 0;
	float: none;
	background: #fffdce;
	line-height: 18px;
}

.aw_drop li.separator {
	height: 9px;
	font-size: 1px;
	width: 185px;
	line-height: 1px;
	background: #fffdce url(../../i/design07/mast/sepbg.gif) no-repeat 0 50%;
}

.aw_nav li ul.aw_drop li a {
	width: 185px;
	color: black;
	padding: 0 8px;
	line-height: 18px;
}

/* for nav splitting, ie "Busch: Schedule" */
.aw_nav li.split {
	margin: 0 3px;
	padding: 0 3px;
	line-height: 22px;
	color: #ffed88;
	/*
	background: url(/i/design07/index/splitnav_arrow.gif) no-repeat 100% 9px;
	*/
}

.aw_nav li.split a, .aw_nav li.split a:visited {color: #FFED88; padding: 0;}
.aw_nav li.split a:hover, .aw_nav li.split a:visited:hover {text-decoration: underline;}

/* for multi links, ie "Stats | Hollinger Stats" */
.aw_drop li.multi {
	padding: 0 8px;
	width: 100%;
}

.aw_nav li .aw_drop li.multi a {
	display: inline;
	padding: 0;
}

/* for inline images in the nav, like the insider bug */
.aw_nav li .aw_drop li a img {
	border: 0;
	vertical-align: middle;
}

/* ie line-heigh fix */
* html .aw_nav li .aw_drop li a img {
	margin: 4px 0;
}

.aw_nav li .aw_drop li a:hover {
	background: #e4e2b4;
}

/* Page 1 top nav ------- */

/* wraps top row nav (note: no top row on sport nav) */
.awp1nav_wrap {
	background: url(../../i/design07/mast/topRowBg.gif) repeat-y top left;
	width: 976px;
}

ul.awp1nav, ul.awp1nav-right {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: x-small;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 12px;
}

ul.awp1nav-right {
	width: 230px;
	float: right;
	font-weight: bold;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: x-small;
	text-align: center;
	padding: 6px 0;
}

ul.awp1nav li, ul.awp1nav-right li {
	font-size: 110%;
	float: left;
	/*
	display: inline;
	*/
	padding: 0;
	margin: 0;
}

ul.awp1nav-right li {
	font-size: x-small;
	float: none;
	display: inline;
}

ul.awp1nav li a, ul.awp1nav-right li a, ul.awp1nav li a:visited, ul.awp1nav-right li a:visited {
	color: white;
	padding: 6px 5px;
	margin: 0;
	text-decoration: none;
}

ul.awp1nav li a {
	display: block;
}

ul.awp1nav li a:hover {
	/* background: #8f0000; */
	background: url(../../i/design07/mast/p1navHover.gif) repeat-x;
}

ul.awp1nav-right li a:hover {
	/* 
	background: #ac0000;
	*/
	color: #ffdf7f;
}

/* masthead ---------------------------------- */

.mast-container {
    position: relative;
    z-index: 4000;
    width: 990px;
    height: 100px;
}



.flashalt-container {
	position: relative;
	height: 85px;
	width: 990px;
}

.flashalt {
	position: absolute;
	padding: 10px;
	right: 0px;
	bottom: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.flashalt-container a, .flashalt-container a:visited {
	color: black;
	text-decoration: none;
	padding: 3px 3px 3px 20px;
	background: white url(../../i/design07/mast/altflash/icon_alert.gif) no-repeat 2px 1px;
}

.flashalt-container h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 276px;
	top: 35px;
	color: white;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
}

/* search ------------------------------------ */
.aw_search {
	position: absolute;
	top: 7px;
	left: 750px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: x-small;
}

.aw_search ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.aw_search ul li {
	padding: 0 3px 2px 3px;
	margin: 0;
	float: left;
}

.aw_search ul li a {
	display: block;
	padding: 1px 1px 2px 1px;
}

.aw_search ul li.realm {
	background: url(../../i/design07/mast/searchCarrot.gif) no-repeat 50% bottom;

}

.aw_search ul li.realm a, .aw_search ul li.realm a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.aw_search ul li a:hover {
	color: white;
}

.aw_search a.realm {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background: url(../../i/design07/mast/searchCarrot.gif) no-repeat 50% bottom;
}

.aw_search .hotSearches {
	position: absolute;
	padding: 3px 0 0 0;
	width: 235px;
	top: 42px;
	left: 0px;
}

.aw_search .hotSearches a:hover {
	color: white;
}

.aw_searchForm {
	position: absolute;
	top: 20px;
	left: 0px;
}

.aw_searchBtn {
	position: absolute;
	top: 0;
	left: 178px;
	width: 55px;
	border: 1px solid #262626;
	padding: 0.20em;
	background: #e8e8e8 url(../../i/design07/mast/searchButton.jpg) top left repeat-x;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	cursor: pointer;
}

.aw_topSearches {
	color: white;
	font-weight: bold;
	display: block;
	padding: 0 0 2px 0;
}

.aw_searchInput {
	font-size: x-small;
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	height: 15px;
	padding: 2px 2px 0 2px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #202020;
	border-left: 1px solid #202020;
}

.ad_container {
	position: absolute;
	top: 7px;
	left: 7px;
}

.headerSwf-container {
	width: 990px;
	height: 97px; /* for page 1 */
}
/* end header and nav */

/* Footer */
.footer {
	font-size: xx-small;
	color: #b5b7ba;
	padding: 10px 35px 70px;
	background: #313336 url(../../i/story/design07/footerLogo.gif) no-repeat 32px 40px;
}
.footer a, .footer a:visited {
	color: #b5b7ba;
}

.footer a:hover {
	color: white;
}
/* end Footer */

/* Added by CJ 1/22/07 to remove annoying dotted border around active links */
.realm a {outline: none;}
:focus { -moz-outline-style: none; }

/* begin expando ad definitions */     
#index_header_intro_ad {
	width: 950px;
	height: 210px;
	overflow:hidden;
	position: absolute;
	top:-33px;
	left:-7px;
	z-index: 5000;
	background: black;
	padding: 6px 33px 6px 7px;
	border-bottom: 1px solid #d50000;
}

#index_header_ad {
	width: 950px;
	height: 210px;
	overflow:hidden;
	position: absolute;
	top:-33px;
	left:-7px;
	z-index: 5000;
	background: black;
	padding: 6px 33px 6px 7px;
	border-bottom: 1px solid #d50000;
}
/* end expando ad definitions */

/* Impact Unit */
.impactUnit {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	clear: both;
	padding: 7px; 
}
.impactUnit990 {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	clear: both;
	padding: 0px; 
}

.mod-jump-menu{padding:10px 0px !important; overflow:hidden !important;background:#F2F2F2 !important;}
.mod-jump-menu .mod-content {background:transparent !important; border:none !important; margin-top:10px !important; font-family:Verdana, Helvetica, Arial, sans-serif !important;}
.mod-jump-menu .mod-content a,
.mod-jump-menu .mod-content a:visited {color:#444 !important;}
.mod-jump-menu .mod-content ul {padding:0px !important;}
.mod-jump-menu .mod-content ul li {font-size:10px !important; float:left !important; width:155px !important; border-right:1px solid #ddd !important; padding:0 8px 0 0 !important; margin:0 3px 0 0 !important;}
.mod-jump-menu .mod-content ul li ul {padding:0 !important; margin-bottom:10px !important; overflow:hidden !important;}
.mod-jump-menu .mod-content ul li ul li,
.mod-jump-menu .mod-content ul li.last {border-right:none !important; margin:0 !important; padding:0 !important;}
.mod-jump-menu .mod-content ul li ul li a {display:block !important; padding:2px 0 3px 5px !important;}
.mod-jump-menu .mod-content a:hover{color:#225DB7 !important; text-decoration:underline !important;}
.mod-jump-menu .mod-content ul li ul li h4 {padding:2px 0 2px 5px !important; height:auto !important; overflow:hidden !important; font-size:11px !important; line-height:16px !important; font-family:Helvetica, Arial, sans-serif !important; color:#444 !important;}
.mod-jump-menu .mod-content ul li ul li h4 a{padding:0px !important;}
