/* #############################################################
		allpages.css
   ############################################################# */
/* browser reset controls */
/******************************************************/
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {margin:0px; padding:0px; border:0px; outline:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;}
table, caption, tbody, tfoot, thead, tr, th, td {outline:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;}
table, caption, tbody, tfoot, thead, tr, th, td {outline:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;}
body {line-height:1.2; color:black; background:white;}
/* ol, ul {list-style: none;} */
/* remember to define focus styles! */
:focus {outline:0;}
caption {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/*mos reformatted styles */
h1, h2, h3, h4, h5, h6, strong {margin:0px; padding:0px; border:0px; outline:0px; font-size:100%; font-family:inherit; font-weight:bold;color:#A60501
;}
font {margin:0px; padding:0px; border:0px; outline:0px; font-weight:inherit; font-style:inherit; font-family:inherit;}
em {margin:0px; padding:0px; border:0px; outline:0px; font-size:100%; font-family:inherit; font-style:italic;}
code {margin:0px; padding:0px; border:0px; outline:0px; font-size:100%; font-family:"Courier New", Courier, monospace;}
pre { font-family: "Courier New", Courier, monospace; }
blockquote {padding:0px 15px;}
sup {font-size:.5em;position:relative;top:-.5em;}
sub {font-size:.5em;}
abbr,acronym {border-bottom-width:1px;border-bottom-style:dotted;}

/******************************************************/
/* end browser reset controls */



/***********************
 GENERAL HELPER STYLES
***********************/
.hidden {
	diplay: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
.footer {
	clear: both;
}

/*********************
 GENERAL STYLES
*********************/
#mainContent {padding:10px; }
#mainContent .moduleContent {border:1px solid #858585;border-top:0;background:#fff;color:#3D3D3D;font-size:1.2em;line-height:1.5em;}
#mainContent .containerPadding {padding:6px;}

/* PAGE TITLE */
#mainContent .moduleHeader { background:url(/images/modules-sprite.gif) 0 -123px no-repeat #EAEAEA;width:520px;height:29px;overflow:hidden;}
#mainContent .moduleHeader h2 {line-height:27px;font-size:1.8em;padding:0 7px;color:#000; }

/* MAIN TEXT AND HEADERS */
#mainContent p { margin-bottom:.5em;}  
#mainContent h1, #mainContent h2, #mainContent h3 { font-size:1.167em;margin-bottom:.5em;}  
#mainContent h4, #mainContent h5, #mainContent h6 { font-size:1em;} 

/* IMAGES */
#mainContent img { border: none 0px #fff; }

/* MISC TEXT CLASSES */
#mainContent .smallText { font-size: 80%; }
#mainContent .Headline { font-size:14px;font-weight:bold; } /* SAME AS H3 - Legacy Inside Pages Code */
#mainContent .Text { font-size:12px; } /* SAME AS BODY - Legacy Inside Pages Code */

/* LISTS */
#mainContent ul.inline li {
	display: inline;
}



/*********************
 ARTICLE PAGE
*********************/

.standFirst { color:#000;font-size:1.333em;}

/* RELATED LINKS */
#relatedLinksInsert {width:300px;float:left;margin-right:10px;}
#relatedLinksInsert .moduleHeader {background:url(/images/modules-sprite.gif) 0 -152px no-repeat #0E0D0D;width:300px;height:20px;}
#relatedLinksInsert .moduleHeader h3{display:none;}
#mainContent #relatedLinksInsert .moduleContent {font-size:1em;padding:6px;}
#mainContent #relatedLinksInsert li {list-style:none;margin-bottom:3px;}

/* ARTICLE IMAGE STYLES */
#articleAdInsert { padding: 0px 10px 5px 0px; }
.imageCaptionContainer { padding: 0px 8px 8px 0px; }
#mainContent .imageCaptionContainer img { border:1px solid #000; }
.imageCaption { font-size:.83em;}


/*********************
 FORM STYLES
*********************/
select { font-size:1.1em;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;} /* This style applies to all dropdown menus. */
input { font-size:1.1em;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;} /* Only specify font face, size and color. This applies to all buttons, single line text boxes (input fields), checkboxes, and radio buttons. */
.textBox { font-size:1.1em;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;} /* Single-Line textboxes background and border colors */
button, .button { font-size:1.1em;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;}
textarea { } /* This style applies to all multi-line comment areas. */
#mainContent .submitbutton { }
#mainContent .warningMessage { } /* Text displayed warning of Form problems/errors */

/* VARIOUS SIZED TEXBOXES */
input.short { width: 70px; }
input.medium { width: 150px; }
input.long { width: 300px; }


/************************
 GENERIC TABLES
*************************/
#mainContent table { color: #000; font-size: 10px; } /* Just set a default text color and size */

/************************
 FORMATTED TABLES
*************************/
#mainContent table.formattedTable {} /* Background color or borders */
#mainContent table.formattedTable th {}
table.formattedTable th a {} /* Header cells and Header Font Info */
#mainContent table.formattedTable td {} /* Table body cells and body font info */
#mainContent table.formattedTable td a {} /* Table body links */
#mainContent table.formattedTable tr.rowOdd {} /* Table Odd Row for a separate background-color for every other row */
#mainContent table.formattedTable tr.rowEven {} /* Table Even Row for a separate background-color for every other row */
/* You may need to specify a specific link color for each row depending on the background colors */

#mainContent table.fullWidth {width:506px; } /* specify the width to span the full content area */

/*********************
 MISC BACKGROUND AND SECTIONAL STYLES
	(Styles used for default sectionals and misc colors.)
*********************/
.CellBackground0 { background-color: #000; color: #FFF; } /* Background, Border, and Text color only */
.CellBackground1 { background-color: #333; color: #FFF; } /* Background, Border, and Text color only */
#mainContent .CellContent0, #mainContent .CellContent1 { padding: 5px; } /* Define padding so running copy doesn't hit edge of background. */

/*********************
 CALENDAR STYLES
*********************/
#mainContent .calendarTable { }
#mainContent .calendarTable td, #mainContent .calendarTable td a  { color:#A60501
;}
#mainContent .calendarTable td.calendarDayCell { } /* Specify something to overwrite CellBackground0 */
#mainContent .calendarTable td.calendarEmptyDay { }
#mainContent .calendarTable td.calendarDayViewed { } /* Specify something to overwrite CellBackground1 */
#mainContent .calendarTable td.calendarCurrentDate { }

/*********************
 SEPARATOR STYLES
*********************/
hr { }
.sectSeparatorH { } /* Horizontal gaps between sections. */
.sectSeparatorV { } /* Vertical gaps between sections. */


/**************************/
/**** EDITS UNECESSARY ****/
/**************************/

/*********************
 FORM LAYOUTS
*********************/
#mainContent fieldset {
	border: none 0px #fff;
}
#mainContent legend { /* Specify a Color */
	font-weight: bold;
}
#mainContent .formRow {
	clear: both;
	margin: 5px 0px;
}
#mainContent label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 3px;
}
#mainContent label .labelDetails {
    font-weight: normal;
    font-size: 0.9em;
}
#mainContent .formRowMultiFields {
	margin-left: 153px; /* !! Should be the width of the label !! */
}
#mainContent .formRowMultiFields img { /* Used for Captcha */
	padding: 0px;
}
#mainContent label.spanWidth {
	width: auto;
	display: block;
	text-align: left;
}
#mainContent label.inline {
	float: none;
	display: inline;
	width: auto;
	text-align: auto;
}
#mainContent .formRowSubmit {
	margin-left: 153px; /* Probably the width of the label */
}
#mainContent .EmailForm label {
	width: 80px;
}

/*********************
 ALIGNMENT STYLES
*********************/
.alignLeft, .alignleft { float: left; }
.alignCenter, .aligncenter { text-align: center; }
.alignRight, .alignright { float: right; }
#mainContent img.noFormat { border: none 0px; margin: 0px; }
/* #############################################################
		ccb-content.css
   ############################################################# */
/* All sites must have an inside page with a white content area for CCB content. If your inside content area is already white, this
does not need to be completed. This CSS file will be used to store your styles that are used on the CCB article/sectional page only.
The ID and/or class names should remain the same with the addition of "_ccb" to the end of the ID or class.

IE: contentBackground would be contentBackground_ccb. This will be done so that the devloper will not have to edit or add a bunch
of items, they will simply have to do a find and replace which will save them time.*/

/* CCB Article/Sectional */
/* #############################################################
		framework.css
   ############################################################# */
/* Framework */
body { text-align: center; background:url(/images/body-bg.jpg) #223D99; font-family:Verdana,Geneva, Arial, Helvetica, sans-serif;font-size:10px; }
#mosSite { width: 100%; margin: auto; text-align: left; /*margin-top:93px; */}
#mosSite fieldset { border: 0px solid #000; }
#framework { width: 100%;margin-bottom:15px; }
#frameworkTop { width:100%;text-align:center;}
#frameworkLeft { width: 100%;text-align:center; }
#frameworkRight { display:none; }
#frameworkBottom { clear: both; }

/* Ads */
#leaderboard { height:93px; background:url(/images/horz-bg-sprite.gif) repeat-x; /*position:absolute; left:0; top:0;*/ width:100%; text-align:center;overflow:hidden; }
#leaderboardLabel { display:none; }
#leaderboard * { margin:0;padding:0;}
#leaderboardAd { }
#skyscraper { width:250px;background:url(/images/modules-sprite.gif) -770px 0 repeat-y;text-align:center;margin:10px 0;}
#skyscraperLabel { display:none;}


/* Header */
#headerGroup {height:33px;width:950px;overflow:hidden;text-align:left;margin:0 auto;background:url(/images/header-footer-sprite.jpg) 0 0 no-repeat;}
#header {clear:both;height:132px;width:950px;margin:0 auto;text-align:left;overflow:hidden;background:url(/images/header-footer-sprite.jpg) 0 -32px no-repeat;  }
#header h1 {float:left; width:420px;}
#header h1 a{display:block;}
#headerArtist {float:right;width:530px;height:129px;}

/* Content */
#contentBackground {width:950px;margin:0 auto;text-align:left;background:url(/images/content-bg.gif) repeat-y #DADDDE; }
#contentColumns { }
#contentColumns A { } /* All Content Links */
#contentEnclose { width: 700px; float: left; }
#contentMiddle { width: 540px; float: right; }
#contentLeft { width: 160px; float: left; }
#contentRight { width: 250px; float: right; }
#contentBottom { clear: both; }
.storySeparator { }

#frontMiddleGroup {padding:10px 10px 0 10px;}
#frontMiddleGroup .moduleFooterGroup {clear:both;}


/* Footer */
#footer { height:128px;width:950px;margin:0 auto;text-align:left;background:url(/images/header-footer-sprite.jpg) 0 -164px no-repeat;}
#footer .contentAreaPadding {padding:10px 10px 0 236px;}
#footerTop { }
#footerBottom { clear: both; }
#siteIndex {width:350px;float:left; }
#siteIndex fieldset { border: 0px solid #000; }
#siteIndex legend { display: none; }
#siteIndex select { font-weight:bold;}
#copyright { width:350px;float:right;text-align:right;color:#C6C6C6;}
#copyright A {color:#C6C6C6; }
#copyright A:hover {color:#fff; }
#copyright .privacyPolicy { }

/* #############################################################
		modules.css
   ############################################################# */
/* To add a class to a specific module, add #xxxxx .classname {} */
/* If all your styles in the right column are the same, you could add #rightColumn .classname {} and it will effect every class with that name in the right column. */

/* All Possible Module Classes - Remove from style sheet if not used. */
.module {}
.moduleContainer {}
.moduleHeader {} /* Used for graphic titles. */
h3 {} /* Used for module titles and feature story headline. */
.moduleContent {}
.moduleContentContainer {} /* Not used for the nav or sub nav, replaced with navigation/subNavigationLinks */
h4 {} /* Used for all module headlines except the feature. */
p {}
a {color:#243594;}
h3 a, h4 a {color:#A60501;}
a:hover {color:#000;}

.moduleFooter {}
img {}
.textInput {} /* Applies to modules with text fields only. */
.button {} /* Applies to modules with text fields only. */
.formRow {} /* Applies to modules with text fields only. */

/* date */
#date {font-size:1.1em;color:#fff;line-height:29px;float:left;height:33px;overflow:hidden; }
#date .containerPadding {padding:2px 10px;}
#date h4{display:none;}

/* Search */
#search {float:left;height:33px;overflow:hidden; margin-left:15px;}
#search .containerPadding {padding:2px 10px 0 0;}
#search .moduleHeader, #search legend, #search label {display:none;}
#search form {padding:5px 0 0 0 ;width:300px;}
#searchType {display:none;} 
#search .formRow, #search .submitRow, #search form, #search fieldset {float:left;}
#search .textInput {height:20px;width:148px;border:0;background:#CECECE;margin-right:3px;}
#searchTopSearches,#searchTopSearches *  {float:left;}
#searchTopSearches li  {list-style:none;padding-left:5px;line-height:28px;}
#searchTopSearches h4  {color:#E00A01;padding-left:5px;line-height:29px;}
#search .formRow h3 {font-size:11px; line-height:20px;color:#E00A01;}
  {color:#5365EA;}

#frameworkTop .module a, #frameworkTop #search a  {color:#5365EA;}
#frameworkTop .module a:hover, #frameworkTop #search a:hover  {color:#fff;}

/* email to friend */
#emailToFriend {float:right;line-height:29px;font-size:1.1em;height:33px;overflow:hidden; }
#emailToFriend .moduleHeader{display:none;}
#emailToFriend .containerPadding {padding:2px 10px 0 0;}

/* marquee */
#breakingNews {height:27px;width:540px;overflow:hidden;background:url(/images/horz-bg-sprite.gif) 0 -100px repeat-x #A8A8A8;line-height:20px;color:#1F1F1F;}
#breakingNews .moduleHeader{display:none;}
#breakingNews a{color:#000;}
#breakingNews a:hover{color:#fff;}
#breakingNews .containerPadding {padding:3px 0px 4px 0;}

/* social networking */
#socialNetwork {padding:10px 10px 0 10px;}
#socialNetwork .moduleHeader {display:none;}

/* yes bar */
#yesBar {padding:10px 10px 0 10px;}
#yesBar .moduleHeader {display:none;}


/* Feature */
#feature {padding:10px 10px 0 10px;color:#3D3D3D;}
#feature .moduleHeader {display:none;}
#feature  .rotatorTop {width:520px;height:29px;background:url(/images/modules-sprite.gif) 0 -38px no-repeat;text-align:right;word-spacing:-3px;}
/* For the Rotating Feature Only - If not used remove the styles below.
---------------------------------------------------------------------*/
#feature .rotatorTop .rotatorControls { margin-right: 5px; font-weight: bold; font-size:1em;position:relative;top:8px;left:-6px;text-decoration:underline; }
    #feature .rotatorTop .rotatorPlay { position: absolute; visibility: hidden; cursor: pointer; text-align: center; }
    #feature .rotatorTop .rotatorPause { cursor: pointer; text-align: center; }
#feature .rotatorTop .rotatorIndex {  margin: 0; padding: 2px; cursor: pointer; font-weight: bold; color:#E00A01
;background:#000;position:relative;top:8px;left:-6px;}
#feature .rotatorTop .rotatorIndexLast {  margin: 0; padding: 2px; cursor: pointer; font-weight: bold; color:#E00A01;background:#000;position:relative;top:8px;left:-6px;}
#feature .rotatorTop span.rotatorIndexCurrent {color:#fff; background:#000;}
/*---------------------------------------------------*/
#feature .moduleContent {border:1px solid #000;border-top:0;background:#fff;font-size:1.2em;color:#3D3D3D;line-height:1.5em;}
#feature .storySeparator {display:none;}
#feature .storyContainer {padding:6px 0;}
#feature .storyContainer h3, #feature .storyContainer h4, #feature .storyContainer h5, #feature .storyContainer h6, #feature .storyContainer p, #feature .storyContainer div {padding:0 6px;line-height:1.5em;}
#feature p.storyImage {position:relative;top:-6px;padding:0 0;}


/* misc front modules */
#frontMiddleGroup {width:540px;}
#frontMiddleGroup .moduleContainerGroup {background:url(/images/modules-misc-bg.gif) -520px 0;width:520px;}
#frontMiddleGroup .module {color:#3D3D3D;font-size:1.2em;}
#frontMiddleGroup .module .moduleHeader h3{display:none;}
#frontMiddleGroup .containerPadding {padding:6px;}
#frontMiddleGroup .moduleHeaderGroup {height:1px;background:url(/images/modules-misc-bg.gif)  ; }
#frontMiddleGroup .moduleFooterGroup {height:1px;overflow:hidden;background:url(/images/modules-misc-bg.gif) ; }

#misc1 {float:left;border:1px solid #858585; }
#misc1 .moduleContainer{width:298px;background:#fff; }
#misc2 {width:210px;float:right;}
#frontMiddleGroup #cubeAd {float:left;width:300px;padding-top:10px;}
#frontMiddleGroup #cubeAd .containerPadding {padding:0px;width:300px;height:250px;overflow:hidden;}
#frontMiddleGroup #cubeAd * {padding:0px !important;margin:0 !important;}

/* Headline */
#headlines {padding:10px;font-size:1.2em;color:#3D3D3D;line-height:1.5em;}
#headlines  .moduleHeader {width:520px;height:28px;background:url(/images/modules-sprite.gif) 0 -67px no-repeat;text-align:right;word-spacing:-3px;}
#headlines .moduleHeader h3 {display:none;}
#headlines .story {padding:6px;border:1px solid #858585;border-top:0;background:#EEEFF0;}
#headlines .storySeparator {display:none;}
#headlines .even {background:#E4E5E6;}
#headlines .storyImage {float:left;padding:0 6px 3px 0;}
#headlines h4 {font-size:1.167em;margin-bottom:6px;}
#headlines img {float:left;padding:0 6px 3px 0;border:1px solid #000;}

/* listen live */
#listenLive .moduleHeader {display:none;}
#listenLive a {display:block;width:160px;height:28px;text-indent:-9999px;background:url(/images/modules-sprite.gif) 0 -95px no-repeat;}
#listenLive a:hover {background-position:-160px -95px;}


/* text club */
#mclub {background:#fff;border-bottom:1px solid #717171;}
#mclub .moduleHeader {height:19px;width:160px;background:url(/images/modules-sprite.gif) 0 0 no-repeat;}
#mclub .moduleHeader h3{display:none;}
#mclub .moduleContent {border-right:1px solid #717171;border-left:1px solid #000;overflow:hidden;}
#mclub .containerPadding {padding:6px;}

/* Tile Ads */
#tileAds {text-align:center;margin-top:10px;}
#tileAds .moduleHeader{display:none;}
#tileAds p { padding: 0 0 8px 0;}

/* Club */
#club {background:url(/images/modules-sprite.gif) -520px 0 repeat-y #A60501
;border-bottom:1px solid #000;}
#club  .moduleHeader {width:250px;height:29px;background:url(/images/modules-sprite.gif) -270px 0 no-repeat;}
#club  .moduleHeader h3 {display:none;}
#club  .moduleFooter {width:250px;height:10px;overflow:hidden;background:url(/images/modules-sprite.gif) -270px -28px no-repeat;}
#club .textInput {width: 140px;border:0;background:#CECECE;}
#club .containerPadding {padding:0 7px;}
#club .osaText {font-size:1.2em;margin:0 0 5px 0;clear:both;}
#club a {color:#fff;}
#club legend, #emailPassword {display:none;}
#club label {font-size:1.1em;width:90px;display:block;float:left;}
#club #saveLoginRow {float:left;clear:both;width:90px;}
#club #saveLoginRow label {width:40px;}
#club .formRow {margin-bottom:5px;clear:both;}
#club .submitRow {float:left;}
#club form {border-top:1px solid #E82317
;border-bottom:1px solid #CC2B1C;}
#club fieldset {border-top:1px solid #CC2B1C;border-bottom:1px solid #E82317
;padding:6px 0 16px 0;}
#club #forgotPassword {position:relative;top:-19px;padding: 0 0 0 90px;font-size:1.1em;}
#club #nonMember {font-size:1.2em;display:inline;position:relative;top:-10px;}
#club #signUp {font-size:1.2em;display:inline;position:relative;top:-10px;}
#club #clubTopContests  {margin-bottom:5px;}
#club #clubTopContests .linksFooter {clear:both;}
#club #clubTopContests h4 {float:left;padding-right:5px;}
#club #clubTopContests li {list-style:none;float:left;padding-right:5px;}

/* On Air */
#onAir {display:none;}
#onAir {background:#fff;border-bottom:1px solid #717171;color:#3D3D3D;font-size:1.1em;}
#onAir #hostPhoto {float:left;padding:0 6px 0 0;}
#onAir #hostPhoto img {border:1px solid #000;}
#onAir .moduleHeader {height:19px;width:250px;background:url(/images/modules-sprite.gif) 0 -19px no-repeat;}
#onAir .moduleHeader h3 {display:none;}
#onAir h4 {font-size:1.09em;margin-bottom:5px;}
#onAir h4 a {text-decoration:none;}
#onAir h5 {margin-top:7px;font-size:1em;font-weight:normal;color:#000;}
#onAir .hostName {font-weight:bold;}
#onAir .hostName a{text-decoration:none;}
#onAir .hostLink a{color:#000;}
#onAir .moduleContent {border-left:1px solid #717171;border-right:1px solid #000;overflow:hidden;}
#onAir .containerPadding {padding:6px;}




/* Additional Framework Styles for Modules - Any styles that are used accross multiple modules go below. */

/* #############################################################
		nav.css
   ############################################################# */
/* NAV MODULE SETTINGS */
#navigation {clear:both;width:950px;margin:0 auto;background:url(/images/horz-bg-sprite.gif) repeat-x 0 -127px;width:950px;font-size:1em;font-weight:bold;color:#fff; }
#navigation .moduleFooter { display:none; }
#navigation .moduleHeader { display:none; }

/* MAIN NAVIGATION MENU BOX */
#navigation .containerPadding { }
#navigation ul { list-style: none; border: none; height:26px;}

/* MAIN NAV ITEMS */
#navigation li { text-align: left; float:left; height:26px;}
#navigation li a, #navigation li .navNoLink { display: block; padding: 6px 10px; text-decoration: none; color:#fff !important; }
html>body #navigation li a { width: auto; }
#navigation li a:hover, #navigation li:hover a, #navigation .sfhover a  { color: #E82317 !important; }
/*
SUB NAV LIST 
	Set the width, background, and/or border
*/
#navigation li ul { width: 157px; margin: 0; border: solid 1px #000; display: block; position: absolute; left: -9999px; height: auto;background:#141719; }

/* SUB-NAV ITEM */
#navigation li ul li { float:none;padding:5px 10px;height:auto;}
#navigation li ul li a, #navigation li:hover ul li a, #navigation .sfhover ul li a  { color:#FFFFFF;float:none;padding:0;}
#navigation li ul li a:hover, ul li #navigation li:hover a, ul li #navigation .sfhover a  { color: #A60501
; }


/* YOU SHOULD NOT HAVE TO EDIT ANY OF THE STYLES BELOW */

#navigation li:hover, #navigation li.sfhover { position: static; } /* This is a fix for the IE7 Sticky menu bug */
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul { left: -9999px; z-index: 501; }
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul { left: auto; z-index: 501; }

/* Support for the "iehover-fix.js" */
ul.navItems iframe { position: absolute; left: -0.25em; top: -0.25em; z-index: -1;  filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}
* html ul.navItems li { z-index: 501; }

/* this is for IE 5.0
	select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

/* #############################################################
		sectional.css
   ############################################################# */
/* ALL SECTIONAL TEMPLATES */
.sectional .story {
	clear: both;
}
.sectional p.storyImage {
	display: block;
	float: left;
	margin: 3px 3px 0px 0px;
	padding: 0px;
}
.sectional p.storyImage img {
	margin: 0px;
	padding: 0px;
}
.sectional .storyLink {
	display: none;
	visibility: hidden;
	font-size: 1px;
	color: #fff;
	text-indent: -9999px;
}
.sectional .storySeparator {
	clear: both;
}

/* The Last Story Separator */
.sectional .separatorLast {
	visibility: hidden;
}

/************************/
/* SECTIONAL TEMPLATE 2 */
/************************/

/* Top Story */
.secTemplate2 .CellBackground0 .storySeparator hr {
	display: none;
}
.secTemplate2 .contentSeparator hr {
	visibility: hidden;
}


/************************/
/* SECTIONAL TEMPLATE 3 */
/************************/

/* Container for the Top 3 Entries */
.secTemplate3 .secTop {

}

/* Container for First Half of the bottom Entries */
.secTemplate3 .secBottomFirstHalf {
	display: block;
	width: 280px;
	float: left;
}

/* Separator Between Bottom Halves */
.secTemplate3 .contentSeparator {
	display: block;
	width: 15px;
	float: left;
}

/* Container for Second Half of the bottom Entries */
.secTemplate3 .secBottomSecondHalf {
	display: block;
	width: 280px;
	float: left;
}









