/***************************************
HOME
***************************************/
#ContentTD {
	background: transparent url(/images/home/homeSplash09a.jpg) no-repeat top right;
	height: 620px;
	padding: 0px 10px 20px 0px;
}
.homeDiv {
	position: relative;
	margin: 0 300px 0 20px;
	padding: 8px;
}
.homeDivBox {
	position: absolute;
	border: 1px solid #032b55;
	border-right: 0;
	top: 0px;
	left: -8px;
	width: 583px;
	height: 291px;
	z-index: 1;
	background: #94a6b8;
}
.homeDiv1 {
	position: absolute;
	width: 580px;
	z-index:2;
}
.homeSplash09b{
	width:282px;
	height: 47px;
	position: absolute;
	top: 402px;
	/*left: 647px;*/
	right: 42px;
}
.homeTitle {
	margin: 106px 0 0 20px;
	display: block;
	height: 25px;
	width: 709px;
}
.showTime {
	width:260px;
	height: 70px;
	position: absolute;
	top: -115px;
	left: 0;
}
.CTA {
	position: absolute;
	width: 331px;
	height: 21px;
	top: 300px;
	left: -8px;
	border: 0;
}
/***************************************
HOME FIXES
***************************************/
html>body .homeDivBox {
	left: -1px;
}
html>body .CTA {
	left: -16px;
}
html>body .homeSplash09b {
	right: -269px; /*IE6 doens't know how to count */
}