/**** CUSTOM HEADER ****/
/* UNITED STATES */
#header_top h1 a {
	background: url(../images/logos/reporting_head_logo.png) no-repeat left top;
	display:block;
	height:51px;
	outline:none;
	text-indent:-9999px;
	width:280px;
}

/* for R&A EUROPE cuz it has a difft logo */
#header_top_europe h1 a {
	background: url(../images/logos/reporting_head_logo_eu.png) no-repeat left top;
	display:block;
	height:90px;
	outline:none;
	text-indent:-9999px;
	width:280px;
}

/* TEMP STYLE | ADDED TO REMOVE BORDER PADDING ON LOGO */
#header_top_europe h1 {
	margin-bottom:0 !important;
	margin-top:11px;
	}
	
#header_top h1 {
	margin-bottom:0 !important;
	margin-top:0px; /* chase - 09.29.10: "20px" */
	}

#header_right h2 a {
	background: url(../images/logos/sapinsider_head_logo.gif) no-repeat left top;
	display:block;
	height:28px;
	outline:none;
	text-indent:-9999px;
	width:100px;
}

/* EUROPE */
#header_top h1.eu a {
	background: url(../images/logos/reporting_head_logo.png) no-repeat left top;
	display:block;
	height:49px;
	outline:none;
	text-indent:-9999px;
	width:280px;
}

#header_right h2.eu a {
	background: url(../images/logos/sapinsider_head_logo.gif) no-repeat left top;
	display:block;
	height:28px;
	outline:none;
	text-indent:-9999px;
	width:100px;
}

/**** CUSTOM BODY ****/

/* ADD STYLES - CHASE BARRETT - 03/11/10 */
#header {
	height:79px!important;
	}
