/*------------------------------------------------------------------------------

BusinessWeek
Global Screen Styles
Copyright (c) by The McGraw-Hill Companies Inc. All Rights Reserved

------------------------------------------------------------------------------*/

/*bw version 0 (legacy) fixes*/

/*====================================================================
Umbrella
====================================================================*/
#bw2-umbrella {
	padding-left: 15px;
}

/*====================================================================
Header
====================================================================*/
#header {
	position: static;
	margin-top: 0px;
}
#bw2-header {
	width: 980px;
	padding-left: 15px;
}
#header .ad {
	background-color: #444;
	border-left: 16px solid #3A3A3A;
	border-right: 16px solid #3A3A3A;
	border-top: 12px solid #3A3A3A;
	padding: 3px 0;
	width: 980px;
}

/*====================================================================*/
#top-section .ad {
	background-color: #444;
	border-left: 16px solid #3A3A3A;
	border-right: 16px solid #3A3A3A;
	border-top: 12px solid #3A3A3A;
	padding: 3px 0;
	width: 980px;
}

/* col-3-wide is only on special report and slideshows (for the test pages anyway) RCL */
#col-3-wide {
 	float: right !important;
	width:310px;
	margin-left: 20px;
}
#storywell {
	position:static;
	float:left;
	margin-left: 130px;
	width:310px;
}
#nav {
	position:absolute;
	width:120px;
	left: 1px; /*CHV*/
}
#mid-section {
	width: 775px !important;
}
/* for special report and slideshow index pages. mid-section is needed to differentiate from story pages that have no mid-section (and safari needs it to actually find the style) RCL*/
#mid-section #storywell {
	margin-left: 0 !important;
	position: relative !important;
}

/*====================================================================
Footer
====================================================================*/
#footer-wrapper {
	width: 100%;
}
#footer-inner p {
	margin-bottom: 0px;
}
#leg {
	line-height: 12px;
	width: 980px !important;
	margin-left: 15px;
}
#leg-current-mag h4 a, #leg-current-mag h4 a:active, #leg-current-mag h4 a:visited{
	margin-bottom: -5px;
}
#footer-inner {
	margin-left: 15px;
}
#footer-companies {
	margin-left: 15px;
}


