/**
 * $Header: /discyphor.com/css/print.css 2     11/21/08 4:37p Robinp2 $
 *
 * @name	print.css
 * @package	Discyphor.com
 * @author	Phil Robinson <phil.robinson@medtronic.com>
 * @version	$Revision: 2 $
 * @updated	$Modtime: 11/21/08 4:33p $
 */

#header h2,
#nav-main,
#usage-links
{
	display: none;
}

body {
	color: #666;
	font-size: 75%;		/* for text resizing in IE; 1em = 12px */
	font-family: Arial, Verdana, sans-serif;
}

html>body {
	font-size: 12px;	/* for text resizing in everything else */ 
}

#header {
	height: 115px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cbcbcb;
}

#header h1 {
	position: relative;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9000px;
}

#header h1 a#logo {
	margin: 20px 0 0;
	width: 200px;
	height: 39px;
	background: transparent url(/img/header_logo_mdt_print.gif) no-repeat scroll 0 0;
}

#header h1 a#title {
	width: 411px;
	height: 40px;
	background: transparent url(/img/header_title_print.gif) no-repeat scroll 0 0;
}

#page {
	text-align: left;
	line-height: 1.5em;		/* 18px = 18px/12px = 1.5em */ 
	font-size: 1em;			/* 12px */
}

#page a {
	color: #007baa;
	text-decoration: none;
}

#header h1 a img,
#page a img
{
	border: none;
}

#content h2,
#content h3,
#content h4,
#content h5
{
	color: #005294;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
}
#content h2 { font-size: 2em; }
#content h3 { font-size: 1.5em; }
#content h4,
#content h5 { font-size: 1.25em; }



#content p {
	margin: 0 0 1.5em 0;
}

#content dl {
	margin: 1.5em 0;		/* 18px = 18px/12px = 1.5em; */
	font-size: 1em;			/* 12px */
}

#content dt {
	line-height: 1.5em;		/* 18px = 18px/12px = 1.5em; */
	font-weight: bold;
}

#content dd {
	margin-bottom: 1em;
	line-height: 1.5em;		/* 18px = 18px/12px = 1.5em; */
}

#content img { display: inline; }

.disclaimer {
	color: #666;
	font-style: italic;
}

#footer {
	margin-top: 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #cbcbcb;
	color: #797979;
	font-size: 1em;			/* 12px */
	line-height: 1.833em;	/* 22px = 22px/12px = 1.833em */
	text-align: center;
}
