/* http://www.qtlbim.org */
/* Defining classes that will control content positioning and layout */


/************************************************ Defining Layout Classes ************************************************/

.blockquote		{ background:#cbcdc0; border-color: #888d78; }
.floatLeft, .floatRite, .floatNone
				{ background:#f8f7ef; border-color: #888d78; }

.floatRite h1, .floatRite h2, .floatRite h3, .floatRite h4, .floatRite h5, .floatRite h6,
.floatLeft h1, .floatLeft h2, .floatLeft h3, .floatLeft h4, .floatLeft h5, .floatLeft h6,
.floatNone h1, .floatNone h2, .floatNone h3, .floatNone h4, .floatNone h5, .floatNone h6
				{ background:#ded6b5; color:#ad2110; }

.tabList li 	{ border-left-color: #888d78; }

/* ----------|Defining navMenu properties - Styling to convert a nested unordered list into a rollover enabled menu|---------- */
.navMenu ul li:first-child
				{ border-top-color: #000033; }
/* Hack to render the section dividers in the sidebar menu because IE6- doesnt know first-child */
* html .navMenu ul
				{ border-top-color: #000033; }

/************************************************ Defining Styling Classes ************************************************/

/*! This might fail CSS validation as we we should specify both the background and foreground colors */
code,
pre,
.system 		{ background:#efefd6; }
/* ----------|Defining currentPage properties - applies current page styling to element to distinguish the current page|---------- */
.currentPage 	{ background:#524743; color:#ffffff; border-bottom-color: #524743; }

