/* hrb_content.css */

/* for BOTH Layouts, see:
   hrb.css
   This file only:
   1. Defines div.special - to clear the content area;
   2. Sets a different logo-hrb - image without the orange and green curves;
   3. Sets a different entirety-flow - image without the orange and green curve flow;
   4. Sets a different shell-flow - image without the home page's pretty;
   5. Sets a different content_shell - image without the orange and green curves;
   6. Sets a different content-top - image without the orange and green curves; and
   7. Sets an auto height for content. */

div.special { background: #fff url('../images/layout/content/shell-flow.jpg') repeat-y left top; }

div#entirety div#header_shell div#logo_hrb { background: url('../images/layout/content/logo-hrb.jpg') no-repeat left top; }

div#entirety { background: url('../images/layout/content/entirety-flow.jpg') repeat-x left top; }

div#entirety div#shell { background: #fff url('../images/layout/content/shell-flow.jpg') repeat-y left top; }

div#entirety div#shell div#content_shell { margin-left: 235px;
	background: #006A7A url('../images/layout/content/content_shell-bg.jpg') repeat-x left top; }

div#entirety div#shell div#content_shell div#content_top { height: 15px;
	background: url('../images/layout/content/content-top.jpg') no-repeat right top; }

div#entirety div#shell div#content_shell div#content { height: auto; }
