/*****************************************************************
 * 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");

#main-logo {
  background:#2d6ab3 url(/shared/img/standard-design/design1/left-content-shadow.png) repeat-y scroll left top;
  padding-left:19px;
  padding-right:115px;
}

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


