/* BRANDING (logo) */
	
/* POPUPS have no nav, no float, so needs adjustments: see popup.css for adjustments there as well */
body.popup #branding{float:none; padding-bottom:18px;}
body.popup #branding h1{margin-bottom:0; }

/* REVISED */
#branding{padding:0; margin-bottom:30px; }


#branding h1{
	background:transparent url(../images/veriplace.png) 0 0 no-repeat; 
	background:transparent url(../images/locationLabs.png) 0 0 no-repeat; 
	height:70px;
	height:70px; 
	text-indent:-9999px;
	
	}
	
	
#branding h1 a{
	width:300px;
	height:70px;
	display:block;
	cursor:pointer;
	}
