/* Site: GUMC Departments  */
/* Name: GUMC Department: Print Style Sheet */
/* Developed by KeyBridge http://keybridge.georgetown.edu */
/* Based on Version 1.0.0 */
/* Date: May 2008 */
/* -------------------------------------------- */


#skipnav, .globalnav, .globalnav ul.right, .globalnav ul.left, #header ul, #horznav, #vertnav, p#optionsprint, #maincontent h3.currentsection, .search, .breadcrumbs, #extracontent, #footer { display: none !important; }

body, #container, #header, #content, #maincontent, #extracontent
{
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	color: #000 !important;
	background: #fff !important;
}

#header h1
{
	text-align: center;
	font: 14pt "Lucida Grande", "Century New Gothic", Arial, Helvetica, sans-serif;
	padding-top: 0;
	font-weight: bold;
	text-transform: none;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #666;
}

#header h1 a { text-decoration: none; color: #000}

#maincontent h2
{
	font: 14pt "Lucida Grande", "Century New Gothic", Arial, Helvetica, sans-serif;
	border-bottom: 5px solid #666;
	margin: 10px 0 20px 0;
	padding-bottom: 10px;
	text-align: center;
    font-weight: bold;
}

/* h3 displays the section title, it's intentionally hidden */

#maincontent h4
{
	font: 12pt "Lucida Grande", "Century New Gothic", Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0;
	text-align: left;
  font-weight: bold;
  border-bottom: 1px dashed #000;
  padding-bottom: 5px;
}

#maincontent h5
{
	font: 12pt "Lucida Grande", "Century New Gothic", Arial, Helvetica, sans-serif;
	margin: 10px 0 15px 0;
	text-align: left;
	text-decoration: underline;
}

#maincontent h6
{
	font: 12pt "Lucida Grande", "Century New Gothic", Arial, Helvetica, sans-serif;
	margin: 10px 0 15px 0;
	text-align: left;
	font-style: italic;
}

#maincontent p, #maincontent ul, #maincontent ol, #maincontent dl
{
	margin: 0 0 15pt 0;
	font: 11pt/1.5 Georgia, Times, serif;
}

#maincontent ul ul, #maincontent ol ol, #maincontent dl dl
{
	margin: 0 0 0 20px;
	font: 11pt/1.5 Georgia, Times, serif;
}

#maincontent li { margin: 0 0 10px 0; }
#maincontent ol li { list-style: outside decimal; }
#maincontent ol ol li { list-style: outside lower-alpha; }
#maincontent ol ol ol li { list-style: outside lower-roman; }
#maincontent a:link, #maincontent a:visited, #maincontent a:hover { color: #000; }

blockquote
{
	font: 12pt "Lucida Grande", "Century New Gothic", Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0;
	margin: 0 0 10px 0;
}

/* ---- sIFR Add-On Print Formatting for Section Headings ---- */
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

