@charset "iso-8859-1";
.screenOnly {
	display: none;
}

body {
	background: #fff;
	color: #000;
	font: 78% Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: none;
}

.skipLink, #preNav, #menuContainer, #nav, .moreContainer, .cwNavContainerMenu, .shadow {
	display: none;
}

#header h1 a {
	color: #000;
	text-decoration: none;
}

#headerSecondary h1 {
	display: none;
}

/*  tabs */
ul.tabs {
	display: none;
}

div.content {
	display: block !important;
}

/* footer */
#cityLogo {
	display: none;
}

#footer #legal {
	display: none;
}


/* Clear Fix
****************************************************/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height:1px;}