/* CSS Document */

/* Print CSS for davincisurgery.com 
------------------------------------------------*/

body, td { color:#000; }

body {
	background-color: #FFF;
	text-align:left;
	margin: 0;
}

#container, #footer {
	width: 98%;
	background: none;
	margin:0; padding:0;
}

#main { margin:0 0 5px 0; }

#content, #content.twocol-alt { width:auto; }

#centercol, #content.twocol #centercol, #content.twocol-alt #centercol {
	width: 480px;
	background: none;
	padding-bottom:0;
}

#footer { padding-right:5px; }
#footer .copyright {
	width:290px;
	background: none;
	font-size: 10px;
	text-indent: 0;
}


/* Hide these elements */
#flashheader, #search, #rightcol { display:none; }
#footer .pgtools, #footer .links { display:none; }

h1 .davinci {
	background: none;
	font-style:italic;
	text-indent: 0;
	margin-right: 7px;
}

h2 { color:#000; }

ul {
	list-style: square;
	margin: 2px 0 15px 18px;
	padding: 0;
}
ul li {
	background: none;
	margin: 2px 0; 
	padding: 0;
}

#leftnav ul {
	list-style-type:square;
	margin: 0 0 3px 0;
}

#leftnav ul.navL1 li, #leftnav ul.navL2 li, #leftnav ul.navL3 li, #leftnav ul li.selected {
	background: none;
}

#leftnav a, #leftnav a:link, #leftnav a:active, #leftnav a:visited {
	text-decoration: underline;
}


/* 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;
	width:auto !important;
	height:auto !important;
}

