/* Categories Page Module Styles - Updated January 13, 2009
------------------------------------------------------------*/

/** General Styles for all Modules **/
#workspace {
	background:#fff url(images/global/column-shadow.jpg) right repeat-y;
	padding:19px 0 0;
	}

.workspace-footer-left {
	background:url(images/global/column-footer-bg-left.gif) left bottom no-repeat;
	height:24px;
	padding-left:7px;
	}

.workspace-footer-right {
	background:url(images/global/column-footer-bg-right.gif) right bottom no-repeat;
	height:24px;
	width:100%;
	float:right;
	}

.sub-header {
	background:url(images/global/int-sheader-bgleft.gif) no-repeat left;
	height:32px;
	}

.sub-header span {
	font:bold 1.5em Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	margin: 0 0 0 10px;
	text-transform:uppercase;
	display:block;
	background:url(images/global/int-sheader-bgright.gif) no-repeat right;
	color:#557e25;
	height:22px;
}

.subsub-header {
	font:bold 1.5em Arial, Helvetica, sans-serif;
	padding:8px 0 0 12px;
	text-transform:uppercase;
	background:url(images/global/subsubheader-bg.gif) repeat-x;
	height:23px;
	position:relative;
	margin-right:5px;
	}

.subheader-arrow {
	background:url(images/global/subheader-arrow.gif) no-repeat;
	width:10px;
	height:11px;
	position:absolute;
	top:13px;
	left:12px;
	}

/* Left Column Styles - Updated January 8, 2009
------------------------------------------------------------*/

#left-column {
	float:left;
	margin:0 7px 0 12px;
	width:231px;
	}
	
* html #left-column { margin:0 7px 0 6px; } /* IE-6 only fix */
	
/** Column Footers - Updated January 5, 2009 **/
.column-footer-left {
	background:url(images/global/left-column-footer-bgl.gif) left bottom no-repeat;
	height:24px;
	padding-left:7px;
	}

.column-footer-right {
	background:url(images/global/left-column-footer-bgr.gif) right bottom no-repeat;
	height:24px;
	width:100%;
	float:right;
	}

.wide-column-footer-left {
	background:url(images/global/wide-column-footer-bgl.gif) left bottom no-repeat;
	height:24px;
	padding-left:7px;
	}

.wide-column-footer-right {
	background:url(images/global/wide-column-footer-bgr.gif) right bottom no-repeat;
	height:24px;
	width:100%;
	float:right;
	}
	
/* Workspace Styles - Created December 23, 2008
------------------------------------------------------------*/

#workspace-content {
	float:left;
	width:686px;
	}

#workspace-content h1 {
	font-size:1.8em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	}
	
#workspace-content p {
	font-size:1.3em;
	color:#666;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	margin-bottom:12px;
	}