
/*--- notes on DG_Banner_screen.css
	
	The screen stylesheet for the banner:
	
	- creates a banner wrapper with bg #FF3300 and background image
	- hides the print logo
	
---*/

/*------------ temporary bodytag- this should be defined in the host website's stylesheet ------------*/
body{
	margin:0;
	padding: 8px;
	font-size:80%;
	font-family:verdana,arial,helvetica,sans-serif;
}

.clear {clear:both;}

/*------------ DirectGov Banner and Logos------------*/
#DG_Banner {
	background:#FF3300 url(../_images/DG_Banner.gif) no-repeat top right;
	height:85px;
}
#DG_StrapLine {
	color:#000;
	font-size: 1em;
	position:absolute;
	left:20px;
	top:65px;
}

/*------------ Logos ------------*/
#DG_Logo {width:200px;height:55px;position:absolute;top:8px;left:8px;border:none;}
#DG_LogoPrint {display:none;}


