/* GLOBAL STYLES */
@import url(global.css);

/* STYLES UNIQUE TO SUBPAGE */
.content-holder							{ border-left: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; border-top: 1px solid #d2d2d2; }
.normal									{ padding: 5px 20px; }
.content-holder .txt					{ padding: 10px 17px; border-bottom: 1px solid #d2d2d2; }
.content-holder .holder					{ height: 1%; padding: 5px 63px 17px 16px; }
.content-holder .holder:after			{ display: block; content: ""; clear: both; }
.content-holder .right					{ width: 291px; float: right; }
#content .heading						{ background: #e8e8e8 url(../_images/gradient.gif) repeat-x; padding: 13px 16px 23px; }
.heading h1								{ margin: 0; }
.breadcrumbs							{ margin: 0 0 11px -14px; padding: 0; list-style: none; }
.breadcrumbs li							{ background: url(../_images/sep-breadcrumbs.gif) no-repeat 0 5px; display: inline; color: #666; padding: 0 8px 0 14px; }
.breadcrumbs li:first-child				{ background: none; }
.breadcrumbs span						{ text-decoration: underline; }

.banner									{ padding: 9px; }
