/* Override normal template */

/* Reset to allow seperating border */
.home #container .gutter {
	padding: 0 0px;
}

#content {}

#limelight {
	height: 350px;
	border-bottom: 3px solid #b11116;
}

	#limelight div.static {
		margin: 0 0 0 40px;
		border-right: 2px solid #FFF;
		width: 230px;
 		float: left;
		position: relative;
		display: inline; /* IE DM Bug */
	}
	
	#limelight div.static span.presentational {
		width: 30px;
		height: 30px;
		border-top: 2px solid #B11116;
		border-left: 2px solid #B11116;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	
	#limelight div.static img {
		float: left;
	}
	
	#limelight div.static img:first-child {
		border-bottom: 2px solid #FFF;
	}
	
	#limelight div.hero-fader {
		float: left;
		position: relative;
		width: 705px;
	}
	
	#limelight div.hero-fader img.image {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#limelight div.hero-fader img.current {
		display: block;
	}
	
	#limelight div.hero-fader span.whitePresentational {
		width: 30px;
		border-top: 2px solid #FFF;
		position: absolute;
		display: block;
		top: 174px;
		left: 0;
		z-index: 10;
	}
	
#lowlight {
	float: left;
	background: url("../images/footer-gradient.png") repeat-x top left;
}

	#boxes {
		margin: 0 40px;
	}

	.boxModule {
		float: left;
		width: 200px;
		height: 151px;
		background: url('../images/box-gradient-reflection.png') no-repeat;
		margin: 20px 20px 0 0;
		text-align: right;
		padding: 15px 20px 115px 0;
		position: relative;
	}

	.boxModule:last-child {
		margin: 20px 0 0 0;
	}

	.boxModule h3 a {
		font-size: 2.2em;
		color: #FFF;
		text-transform: lowercase;
		text-decoration: none;
	}

	.boxModule p {
		position: absolute;
		bottom: 115px;
		right: 20px;
		font-size: 1.2em;
		color: #FFF;
		opacity: 0.9;
		width: 180px;
		text-align: left;
	}

	.boxModule p strong {
		display: block;
		color: #FFF;
		opacity: 1;
	}

	.boxModule p a {
		display: block;
		margin-top: 10px;
		text-decoration: none;
		font-weight: bold;
		color: #FFF;
		opacity: 1;
	}
	
#footer {
	background: #F5F5F5;
}

