/**** Styles Specifically for Pages in the "About Us" Section ****/

/* Title Sizing */
h1.title
{
  height:48px;
  width:727px;
}

/* Title Image Definitions */
#mainTitle { background-image:url(/about/images/main-title.gif); }
#safetyTitle { background-image:url(/about/images/safety-title.gif); }
#adsTitle { background-image:url(/about/images/ads-title.gif); }
#testimonialsTitle { background-image:url(/about/images/testimonials-title.gif); }
#listTitle { background-image:url(/about/images/list-title.gif); }

/* Submenu Sizing */
div.submenu
{
  width:727px;
  background-image:url(/images/common/submenu-background-large.gif); 
}

/* "Find Your Bed" Link */
a#findBed, a#findBed:visited
{
  display:block;
  height:109px;
  width:113px;
  overflow:hidden;
  background:transparent url(/images/common/find-bed.gif) no-repeat top left;
  text-decoration:none;
}
a#findBed span { display:none; }
