/* DHS Icon
----------------------------------------------*/
 #r-header {
	float: right;
	height:110;
	width:600;
	text-align: right;
	padding: 0 5px 0 0;
	background: url(../img/dhslogo110.png) no-repeat bottom right;
	margin-right:5px;
	 
}
* html #r-header { /* IE hack */
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/dhslogo110.png",sizingMethod="crop");
} 

