/* Set BG */
body /*, 
h1.title span,*/ /* h2.title span */
/*ul.tabs li a.active*/{ 
	background: #ffffff;
	background:rgba(255,255,255,1.0) !important;
	background-image:none;
	/*background: url("/_resources/mcc/clear.png") repeat;*/
	position: relative;
	z-index: 1;
} 

body:after/*,*/
/* h2.title span:after, */
/*ul.tabs li a.active:after*/{  
	content: "";
	background-image:none !important;
	/*background: url("/_resources/mcc/clear.png") repeat;*/
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0; 
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
	}

#searchdiv{
display:none;
}
#searchbox{
	display:none;
}

/* ======================================================= */
/* #SECTIONS */
/* ======================================================= */

/* Section declarations for BG stripes */
#section-tophat, #section-footer, #section-sub-footer, #menu, .button-nav {	display:none;  }


/* FIX BOX SHADOW FOR PRINTING IN CHROME */
.mccadspace {
    -webkit-filter: drop-shadow(4px 4px 1px #ccc);
    text-shadow: 5px 5px 8px #ccc;
  }
}
