/*****************************************************************
 * HW-provided Top-level CSS stylesheet for site
 *
 * Should contain (or import) all styles used across many pages
 * within the site, and overrides to HW global CSS stylesheet.
 *
 *****************************************************************/

@import url("local-sidebars.css");
/* didn't use publisher-main-logo becuse it in main-logo already */
#publisher-main-logo {
disaply: none;
}
#main-logo {
background:url("/shared/img/standard-design/design1/left-content-shadow.png") repeat-y scroll left top #000066;
}

#header div.banner-ads {
  background:#000066 url(/shared/img/standard-design/design1/banner-shadow.png) repeat-y scroll right top;
  left:524px;
  width:444px;
  height:86px;
}

#publisher-main-logo {
  background:#000066 url(/shared/img/standard-design/design1/left-content-shadow.png) repeat-y scroll left top;
  left:0;
  margin:0;
  padding:10px 0 1px 25px;
  position:absolute;
  top:77px;
}

