
.content-left, .content-right, .mainnav, .breadcrumb, .noPrint  
{
	display: none;		/* hide the left and right columns as well as 
				   the horizontal menu and breadcrumbs at the top of the
				   page */
}
.page-container
{
	border-width: 0;
	float:left;
	margin: 0 0px;
	padding: 0px;		/* get rid of any gutter space and borders
				   on elements that are no longer needed with
				   the removal of the left and right columns */
}

*
{
	color: #000 !important;	/* make sure everything is black text */
}
a, a:link, a:visited
{
	text-decoration: none;	/* don't underline hyperlinks */
}

body
{
	background: #ffffff;	
	margin: 0; 
	overflow: visible !important;
	position: relative !important;

}

#nav {
    display: inline !important;
    position: absolute !important;
}

.mobile-content-collapsible {
    margin-top: 50px;
}

/******************************************************************************/