/*  two logo style sheet to accommodate a second logo in the header - float version */


#logo { 
	margin-top:0px;
	margin-left:0px;		
}

#secondarylogo {
	position:relative;
	float:left;
	display:block;
	margin-top:10px;
	padding-top:0px;
	left:0px;
	top:0px;
	margin-left:15px; 
	margin-bottom:10px;  /* add bottom margin to make secondarylogo the same size as the FWS logo */
}

#siteName {
	width:5.2in;        /* take a little off the width to compensate for the second logo */
}


#organizationName {
	width:5.2in;        /* take a little off the width to compensate for the second logo */
	padding-bottom:3px;  
}


