/*
 *  CSS to retain business link banner styling for external users
 */
html,body
{
	margin:0;
	padding:0;
}


div#brandingWrapper
{
	background-image: url(../img/masthead_slice);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(0, 62, 125);
	background-position: 0% 0%;
	background-repeat: repeat no-repeat;
	margin-bottom: 0
}

div#brandingHeader
{
	min-width:740px;
	max-width:960px;
	height:105px;
	position:relative;
	margin:0;
	white-space: nowrap;
	background-image: url(../img/blue_swish);
	background-color: rgb(255, 255, 255);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}
	

div#brandingHeader #partner_logo
{
	position:relative;
	top:13px;
	left:18px;
	z-index:1;
}

div#brandingHeader #blink_logo
{
	position:absolute;
	top:-38px;
	right:120px;	
}


div#brandingHeader img
{
	border:0;
}