/*
	Management Sciences for Health Print stylesheet
	Paul Farning  - ISITE Design
	Created: 11.16.07
	Updated: 02.28.08
*/

/* hide */
#utility, #nav, #print, #nav-topic, a.more, .resourcefilter { display: none; }
/* hide flash in not ie */
:root #home #splash { display: none; }

body {
	background: #fff;
	color: #000;
}

#wrapper { width: 95%; }
#header {
	background: none;
	border-bottom: 1px solid #000;
	min-height: 0;
	padding: 0 0 10px 0;
}
	* html #header { height: auto; }
	#brand {
		background: none;
		color: #033;
		font-size: 16pt;
		font-weight: bold;
		height: auto;
		position: static;
		text-indent: 0;
		width: auto;
	}
		#brand span { font-family: "Times New Roman", Times, serif; font-style: italic; padding: 0 1px 0 2px; }

#contentwrap { overflow: visible; }
#primary, #home #primary { width: 98%; float: none; margin-bottom: 20pt; border-bottom: 1px solid #333; padding-bottom: 20pt; overflow: visible; }
.wide #primary { border-bottom: none; }
#secondary { width: 98%; }
.block h4, .block li { padding-left: 0; padding-top: 0; background: none; margin-bottom: 0; }

#footer .copyright { clear: both; display: block; }

table.profile { margin-bottom: 20pt; }
table.profile td, table.profile th { padding: 4px; }
table.profile tfoot td { border-top: 1px solid #333; }
table.profile tfoot a { display: block; }

#home #secondary {
	clear: both;
	width: 90%;
}
#home .block h2, .block h2, block h3, .block h4 		{ padding-left: 0; } 
.block { overflow: visible; }
#home #primary .block 	{ width: 45%; }
#home .spotlight img	{ float: left; margin-right: 12px; }
#footer 				{ float: none; width: 98%; }