

@charset "UTF-8";



.featuredItems #featuredContent {
	float: right;
	margin: 0 32px 4px 16px;
}

.featuredItems #captionBlock,
.featuredItems #captionBlockOfferings
 {
	margin: 0 635px 0 32px;
	background: black url(/images/homeVideoCaptionBG.png) repeat-x;
	height: 308px;
	display: block;
	position: relative;
}
.featuredItems #captionBlock {
	padding: 16px 0 16px 0;
}
.featuredItems #captionBlockOfferings {
	padding: 0 0 16px 0;
}

.featuredItems #captionBlock #caption {
	color: #8C8B8C;
}

.featuredItems #featuredItemsHead {
	position: relative;
	left: 24px;
	background: url(/images/headTriangle.png) no-repeat left;
	padding-left: 16px;
	display: block;
}

.featuredItems #greenBar {
	display: block;
	margin: 4px 0 0 0;
}

.featuredItems .viewFullProjectButton {
	position: absolute;
	bottom: 16px;
	left: 40px;
}

.capBlock {
	position: relative;
	background: black url(/images/homeVideoCaptionBG.png) repeat-x;
}

.capBlock.offeringsOverview {
	height: 85px;
	padding: 0 32px 0 0;
}
.capBlock.offerings {
	height: 85px;
	padding: 0;
}
.capBlock.projects {
	height: 56px;
	padding: 16px 16px 16px 40px;
}

.capBlock.sel, 
.capBlock:hover  {
	cursor: pointer;
}
.capBlock.sel  {
	background: black url(/images/homeVideoCaptionBG_sel.png) repeat-x;
}


.capBlock .headline {
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.capBlock .caption {
	color: #606060;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	line-height: 13px;
	margin: 0 0 8px 0;
	padding: 0;
}

.featuredItems #tiles {
	position: absolute;
	left: 0;
	width: 303px;
}

.featuredItems #tiles {
	top: 76px;
}

.featuredItems #tilesOfferings {
	top: 0;
}

.featuredItems a.offeringsLink {
	display: block;
	font-size: 14pt;
	color: #606060;
	padding: 20px 32px 15px 40px;
}

.featuredItems .sel a.offeringsLink,
.featuredItems .capBlock:hover a.offeringsLink {
	color: white;
}

.selTriangle {
	width: 8px;
	height: 7px;
	background-image: url(/images/featuredItemsTriangle.png);
	position: absolute;
	top: 50%;
	right: 16px;
	margin: -3px;
}

.selTriangle.sel {
	background-image: url(/images/featuredItemsTriangle_sel.png);
}

