/* MISC **************************************************************/
	/* new clearfix */
	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}
	.clear { clear: both; }

	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */
	
	@media print {
	/* special print styles go here */
		.noprint, div#legal, .navigation, .breadcrumb, .flash { display:none; }
		.print { display:block; }
	}

	/* Some default classes */
	.hide { visibility:hidden; }
	.show { visibility:visible; }
	.block { display: block; }
	.inline { display: inline; }
	.none { display:none; }
	.errorred { background-color:red; color:white;}
    .dialogs { display: none; } /* Don't show any dialogs unless they are invoked */
	
	/* PA Style - removed from the common/nav/header.jsp and added here */
	.aUnder { text-decoration:none; }
	
	/* Set Logo Size */
	div#header h2.title a img {
		width:363px !important;
		height:41px !important;
		}

