#special
{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	
}

#specialLeft
{
	width: 50%;
	height: 100%;
	margin-right: -456px;
	float: left;
}

#specialLeftInner
{
	background-image: url(/images/home/XmasBg.png);
	height: 100%;
	margin-right: 456px;
}

#specialCenter
{
	width:912px;
	float: left;
	height: 100%;
}

#specialTop
{
	width: 100%;
	height: 50%;
/*	margin-bottom: -376px;*/
}

#specialTopInner
{
	background-image: url(/images/home/XmasBg.png);
	width: 100%;
	height:100%;
	margin-top: -376px;

}

#specialMiddle
{
	background-image: url(/images/home/Xmas.png);
	background-position: left top;
	background-repeat: no-repeat;
	
	height:752px;
}

#specialBottom
{
	background-image: url(/images/home/XmasBg.png);
	width: 100%;
	height: 50%;
}

#specialRight
{
	width: 50%;
	height: 100%;
	float: left;
	margin-left: -456px;
}

#specialRightInner
{
	background-image: url(/images/home/XmasBg.png);
	height: 100%;
	margin-left: 456px;
}

#homeLayoutContainer
{
	margin: 0px -5px 50px -5px;
}

#homeLayoutContainer div p
{
	margin: 0px;
	padding: 0px;
}

.homeTeaser
{
	
}

.homeTeaser ul, .homeTeaser .projectLink
{
	display: none;
}

.teaserContainer1 img, .teaserContainer2 img, teaserContainer3 img
{
	margin-bottom: 10px;
}

.teaserContainer1
{
	width: 325px;
	margin: 0px 5px 50px 5px;
}

.teaserContainer2
{
	width: 660px;
	margin: 0px 5px 50px 5px;
}

.teaserContainer3
{
	width: 995px;
	margin: 0px 5px 50px 5px;
}

.selectedBadge
{
	position: absolute;
	float: left;
	width: 90px;
	z-index: 1;
	margin-top: -82px;
	margin-left: 80px;
	padding-top: 130px;
	background-image: url(/images/design/SelectedBadge.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.selectedContent
{
	position: relative;
	margin-top: 10px;
	margin-left: 140px;
	margin-bottom: 10px;
	float: left;
}

.teaserTextBox
{
	width: 100%;
	padding: 8px;
}

#homeLayoutContainer h3
{
	font-weight: normal;
	color: #000;
	margin: 20px 0px;
}
#homeLayoutContainer h3:hover
{
	color: #13bdab;
}
#homeLayoutContainer a:hover h3
{
	color: #13bdab;
}
