/* ================================== */
/* == ELEMENT ATTRIBUTES FOR PRINT == */
/* ================================== */

/* Hide elements not needed for print */
div.navigation, div#doctors, div#pseudoselect {
	display: none !important;
	}

/* Edit layout */
div#logo img {	
	border: none;
	}
	div#logo a:after, .sup a:after {		
		content: "" !important; /* Override added URL (below) */
		}
/* Lists do not float well */
ul, ol {
	clear: both;
	}
div#header h1 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 1.1em;
	font-style: italic;
	}
div.column {
	clear: both;
	}
div#us-map {
	margin-bottom: 20px;
	}
.f1 {
	clear: left;
	margin-bottom: 10px;
	}
.f2 {
	clear: right;
	margin-bottom: 10px;
	}

/* Show hyperlink addresses */
a {
	margin-left: .2em; /* Firefox bug fix */
	color: #000;	
	}
a:after {
	padding-left: .2em;
	content: " (" attr(href) " ) ";  /* IE does not support this */
	}
