
#printheader {
	/*removes print header from normal pages*/
	visibility:hidden;
	display:none;

}

/* === WSOB LOGO BAR ============================================================= */
#logo {
	background:#990000 url(/_images/template/bg_logobar_black.gif) repeat-x left top;
	height: 57px;
	color:#fff;

}

#logo a.logo {
	display:block;
	float:left;
	width:220px;
	height:57px;
	text-decoration:none;
	text-indent:-1000em;
	background:url(/_images/template/logo_business_web_black.gif) no-repeat left bottom;
}

#logo a.logo:hover {
	background:url(/_images/template/logo_business_hover_black.gif) no-repeat left bottom;

}

#logo #globallinks {
	float:right;
	margin:22px 5px 0 0;
	padding:0;
}

#logo #globallinks a {
	color:#fff;
	text-decoration:none;
	padding:3px;

}

#logo #globallinks a:hover {
	text-decoration:underline;

}



#exedlogo {
	background:#990000;
	height: 70px;
	color:#fff;

}

#exedlogo a.logo {
	display:block;
	float:left;
	padding-left:0px;
	margin-top:10px;
	width:585px;
	height:46px;
	text-decoration:none;
	text-indent:-1000em;
	background:url(/_images/template/header_exed.png) no-repeat;
	background-position: 43px 0;

}

#searcher {
	float:right;
	width:300px;
	margin-right:20px;
	margin-top:5px;
}

