/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

.barrierReef {
   left:-5000px;
   position:absolute;
}

span.accesskey {
   text-decoration:none;
}

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

/* end accessibility */

/* clearing */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
	
* html .clearfix {
	height: 1%;
}

.clear {
        clear: both;
}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

