#main {
	/*background: url(/common/images/generic-background.jpg) no-repeat left bottom;*/
	background-color: #999999;
/*	padding: 0px 0px 140px 0px;*/
	height: auto;
	overflow: visible;
}

* html #footer {
	top: expression((document.getElementById("main").offsetHeight - document.getElementById("footer").offsetHeight) + "px");
}


/* The gradient background is implemented as an <img>. When opening items,
 * the background is supposed to move, and Firefox has issues with moving
 * it (artifacts appear)
 */
#bgimage {
	position: absolute;
	bottom:0px;
	left:0px;
	z-index: 0;
}

/* CONTENT */
#tc_pp_content {
	width: 568px;
	overflow: visible;
	margin: 56px auto 0px;
	position: relative;
	padding-bottom: 100px;
}
#tc_pp_content h2 {
	margin-bottom: 8px;
}
/**/
.Wrapper2 {
	text-align: right;
	padding: 3px 0px 0px;
	margin: 0px 0px 4px 0px;
	float: right;
}
/**/
ul#slideBoxGroup {
	width: 100%;
	overflow: hidden;
	background: #333333;
}
	ul#slideBoxGroup li {
		width: 100%;
		float: left;
	}
	ul#slideBoxGroup li.Active {
		border-bottom: 1px solid #4c5151;
	}
		ul#slideBoxGroup li a:link,
		ul#slideBoxGroup li a:visited {
			display: block;
			width: 100%;
			color: #ccc;
			text-transform: uppercase;
			font-size: 1em;
			background: url(/common/images/arrow-dropdown.gif) no-repeat top right;
			margin: 0px;
			border-bottom: 1px solid #4c5151;
		}
		ul#slideBoxGroup li.Active a:link,
		ul#slideBoxGroup li.Active a:visited {
			background-position: right -19px;
			color: #fff;
		}
		ul#slideBoxGroup li a:hover {
			text-decoration: none;
		}
		ul#slideBoxGroup li a span {
			display: block;
			width: 529px;
			border-right: 1px solid #4c5151;
			background: #000;
			padding: 3px 0px 4px 20px;
			cursor: hand;

			/* Limit height to cut off multiline titles for now
			   This is a patch until multiline is handled well */
			max-height: 12px;
			line-height: 10pt;
			overflow: hidden;
			/* End of patch */
		}			
		ul#slideBoxGroup li.Active a span {
			background: url(/common/images/dropdown-active-background.gif) repeat-x left top;
		}			
/**/
ul#slideBoxGroup li .InnerContent {
	padding: 15px 20px;
}
	/* INNER CONTENT ELEMENT */
	ul#slideBoxGroup li .InnerContent p {
		font-size: 1em;
		color: #ccc;
		line-height: 1.4em;
	}

.shadow {
	margin-left: -30px;
}
