html, body, #appHeader, #appHeader div, #appHeader span, #appHeader h1, #appHeader a, #appHeader img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	line-height: normal;
	color: black;
	background: white;
}

div#appHeader .hide {
	height:0;
	width:0;
	font-size:0.0;
	overflow:hidden;
	position:absolute;
	z-index:-1000;
}
#appHeader {
	position:relative;
	float:left;
	min-width:990px;
	height:100px;
	width:100%;
	clear:both;
}
#appHeader div#appHeaderTop {
	background:#333333 url('https://meteor.sannet.gov/global/apps/cityofsandiegohome.gif') top left no-repeat;
	float:left;
	height:25px;
	min-width:990px;
	width:100%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#appHeader div#appHeaderBottom {
	position:relative;
	background-color:#0098DB;/*USD6# 71867*/
	float:left;
	height:75px;
	min-width:990px;
	width:100%;
	z-index:0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 10px; 			/*USD6# 71867*/
}

#appHeaderBottomSeal {
	background:#94c1f0 url('https://meteor.sannet.gov/global/apps/cityseal.jpg') top left no-repeat;
	position:absolute;
	width:63%;
	height:75px;
	top:0px;
	left:0px;
	float:left;
	z-index:5;
}
#appHeaderBottomSkyline {
	background:#94c1f0 url('https://meteor.sannet.gov/global/apps/cityskyline.jpg') top right no-repeat;
	position:absolute;
	width:37%;
	height:75px;
	top:0px;	
	right:0px;
	float:right;
	z-index:5;
}
#appHeaderBottomText {
	position:relative;
	height:75px;
	float:left;
	top:0px;	
	left:0px;
	z-index:10;
	width:100%;
	white-space:nowrap;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:1em;
}
/*USD6# 71867*/
span#appHeaderLogo{
	background-repeat: no-repeat; 
	background-position: left;
	float: left;
	padding-top: 20px;
	padding-left: 30px;	
}
/*USD6# 71867*/
span#appHeaderLogo.newCityLogo{
	display: block;
    max-width:100px;
    max-height:100px;
    width: auto;
    height: auto;
}
/*USD6# 71867*/
span#appHeaderBottomTextAppName {
	font-size:36px;
	position:relative;	
	left:80px;
	font-weight: normal;
	color: white;
	font-family: "Merriweather";
}
/*USD6# 71867*/
span#appHeaderBottomTextDept {
	font-size:16px;
	position:relative;
	top:10px;	
	left:80px;
	font-weight: normal;
	color: white;	
	font-family: "Merriweather";
}

div#globalBottomNav {
	text-align: center;
}