h2 {
	color:#F4F4F4;
}
.foregroundSplash {
	position:relative;
	height:100%;
	padding-top:198px;
	background-image:url(../images/home/foregroundSplash.jpg);
	background-repeat:no-repeat;
	width:1270px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}
.backgroundSplash {
	position:relative;
	background-image:url(../images/home/greenSquareTile.jpg);
	width:1270px;
	margin-left:auto;
	margin-right:auto;
}
.footer {
	position:relative;
	background-image:url(../images/home/footer.jpg);
	width:1270px;
	margin-left:auto;
	margin-right:auto;
	height:95px;
}
.splashContent {
	width:943px;
	margin-left:auto;
	margin-right:auto;
}
.galleryPhoto {
	position:relative;
	margin-left:14px;
	padding:3px;
	border:2px solid #F2F2F2;
	width:498px;
	height:337px;
	overflow:hidden;
}
.galleryPhoto img {
	width:498px;
	height:337px;
}
/*.galleryPhoto img.show {
	opacity:1.0;
	filter:alpha(opacity=1);
}*/
.carousel {
	position:relative;
	float:left;
	margin:-14px 0 0 -19px;
	background-image:url(../images/home/carouselThumbBottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:545px;
	height:451px;
}
.carouselControls {
	position:absolute;
	width:100%;
	bottom:87px;
}
.thumbSet {
	display:inline;
}
.thumb {
	float:left;
	margin-right:10px;
	display:block;
	cursor:pointer;
}
.thumbsContainer {
	overflow:hidden;
	height:59px;
	margin:14px 0 0 55px;
	width:445px;
}
#count {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	background-color:yellow;
	color:black;
}
#max {
	position:absolute;
	display:none;
	top:0px;
	left:100px;
	width:100px;
	height:100px;
	background-color:green;
	color:black;
}

.leftArrow {
	position:absolute;
	cursor:pointer;
	top:0px;
	left:25px;
}
.rightArrow {
	position:absolute;
	cursor:pointer;
	top:0px;
	right:30px;
}

.copy {
 	float:right; 
	width:380px;
	line-height:1.7em;
	padding-right:20px;
	margin-top:-14px;
	color:#786770;
}
.promos {
	color:#f4f4f4;
	clear:both;
	height:300px;
}
.promos .first {  padding-left:0; }
.promo h2 {
	font-size:10pt;
	margin:0;
}
.promo img {
	margin:-8px 0 0 -7px;
}
.promo p {
	font-size:8pt;
	line-height:1.8em;
}
.promo {
	position:relative;
	float:left;
	padding-left:62px;
	width:268px;
	height:263px;
}
.promo .button {
	display:block;
	position:absolute;
	right:0px;
	bottom:71px;
	height:30px;
}
.promo .shopNow {
	background-image:url("../images/home/shopNowButton.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:93px;
	right:23px;
}
.promo .readMore {
	background-image:url("../images/home/readMoreButton.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:97px;
	right:20px;
}
.promo .viewProject {
	background-image:url("../images/home/viewProjectButton.png");
	background-position:top left;
	background-repeat:no-repeat;	
	width:113px;
}
