/* 
==========================================
PRINT STYLE SHEET 
==========================================
*/

body {
	color: #000;
	background: #fff;
}

.mayologoscreen {
	padding-bottom: 20px;
}

a:link, a:visited { 
	color:#0041b8; 
	outline: none;  
	text-decoration: underline;
}

/*#subpagecontents a[href^="/"]:after {
	content: " (http://www.mayoclinic.org" attr(href) ") ";
   font-size: 90%;
   }
*/
/* font-size: 12pt; for text  */
.topbrand, .subpage, #subpagecontainer, #subpagecontents {
	background: #fff;
	width: 100%;
}
.contentarticlegridcolone {
	/* float: left;
	width: 75%;
	*/
	background: #fff;
}
.contentarticlegridcoltwo {
	display: none;
	/* background: #fff;
	width: 190px;
	float: right;
	*/
}

/* 
===========================================
FOOTER 
===========================================
*/
.footerbanner {
	background: #fff;
 	clear: both;
	margin: 10px 20px 0 0px;
	color: #909090;
	font-size: 90%;
	line-height: 1.4em;
	text-align: left;
}

.footerbanner a, .footerbanner a:hover, .footerbanner a:visited {
	padding: 0;
	color: #909090;
}
.footerbanner li a, .footerbanner li a:hover, .footerbanner li a:visited {
	padding: 0;
	color: #444;
}


.footerbanner ul {
	padding: 0 0 12px 0;
	margin: 0;
	list-style: none;
	text-align: left;
	display: block;
	width: 100%;
}

.footerbanner ul li {
	display: inline;
	padding: 0 0 0 4px;
	border-left: 1px solid #444;
}

.footerbanner ul li.first-item {
	border-left: none;
	padding-left: 0;
}

/* 
===========================================
HIDE SECTIONS 
===========================================
*/
#accessibility, .unibanner, .brandsearch, #topmainlinks, .subpagetop, .subpagenavigation, .pagecontrols, #tabnav-container, .subpagebottom, .footerbanner ul { /* .footerbanner,  */
	display: none !important;
}



