.clearfloat {
	clear: both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

img {
	border: 0;
}

body {
	font-size: 62.5%;
	font-family: arial;
}

#crcCalculator {
	width: 696px;
	background: transparent url(/content/s7/E360Images/crc/bg_calculator.gif) no-repeat left top;
}

	#crcCalculator .errorText {
		display: none;
		margin: 10px 0 5px;
		color: #DA3401;
	}

	#crcCalculator .moreInfo {
		padding: 0 0 0 4px;
	}

	#crcCalculator .bottom {
		background: transparent url(/content/s7/E360Images/crc/bg_calculator_bottom.gif) no-repeat left bottom;
	}

	#crcCalculator .startRow {
		padding: 0 43px 0;
		zoom: 1;
	}
	
		#crcCalculator .startRow .leftCol {
			float: left;
			width: 250px;
			color: #da3401;
			font-size: 1.1em;
			font-weight: bold;
			text-transform: uppercase;
			padding: 14px 0 12px 0;
		}
		
			#crcCalculator .startRow .leftCol span {
				padding: 4px 0 0 0;
				display: block;
				float: left;
			}
	
		#crcCalculator .startRow .rightCol {
			float: left;
			width: 300px;
			padding: 14px 0 12px 0;
		}
	
			#crcCalculator .startRow .rightCol label {
				color: #58595b;
				font-size: 1.1em;
				display: block;
				float: left;
				padding: 3px 5px 3px 0;
				
			}
			
			#crcCalculator .startRow .rightCol input {
				margin: 3px 3px 0 5px;
			}
	
			#crcCalculator .startRow .rightCol .button {
				float: left;
				padding: 0 14px 0 0;
			}

	#crcCalculator .textRow {
		padding: 0 70px 0 293px;
		background: transparent url(/content/s7/E360Images/crc/bg_border.gif) no-repeat center top;
		display: none;
	}
	
		#crcCalculator .textRow p {
			margin: 0;
			padding: 15px 0 17px;;
			color: #58595b;
			font-size: 1.1em;
		}
	
		#crcCalculator .textRow a {
			color: #58595b;
		}

	#crcCalculator .calcRow {
		padding: 5px 31px 21px 286px;
		background: transparent url(/content/s7/E360Images/crc/bg_border.gif) no-repeat center top;
		display: none;
		zoom: 1;
	}

		#crcCalculator .calcRow .wideCol {
			float: left;
			width: 100%;
			font-size: 1.3em;
			color: #58595b;
			padding: 8px 0 6px 0;
		}
	
			#crcCalculator .calcRow .wideCol span {
				display: block;
				float: left;
				padding: 2px 0;
			}
	
		#crcCalculator .calcRow .leftCol {
			float: left;
			width: 175px;
			text-align: right;
			font-size: 1.1em;
			padding: 9px 0 0 0;
		}
		
			#crcCalculator .calcRow .leftCol .moreInfo {
				float: right;
				display: block;
			}
			
			#crcCalculator .calcRow .leftCol label {
				color: #58595b;
				display: block;
				float: right;
				padding: 2px 0 0 0;
			}
	
		#crcCalculator .calcRow .rightCol {
			float: right;
			width: 196px;
			font-size: 1.2em;
			padding: 8px 0 0 0;
		}
		
			#crcCalculator .calcRow .rightCol input {
				border: 1px solid #cdcdcd;
				width: 103px;
				float: left;
			}
					
			#crcCalculator .calcRow .rightCol .submitButton {
				padding: 3px 8px 0 0;
				display: block;
				float: right;
			}
			
		#crcCalculator .calcRow .total label {
			color: #da3401;
			font-weight: bold;
		}
		
		#crcCalculator .calcRow .total input {
			color: #da3401;
			font-weight: bold;
		}
		
#crcDimmer {		
	background-color: #000000;
	display: none;
	height: 1px;
	left: 0;
	opacity: 0.75;
	filter: alpha(opacity=75);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

#crcPopup {
	position: absolute;
	width: 696px;
	background: transparent url(/content/s7/E360Images/crc/bg_popup.gif) no-repeat left bottom;
	border-top: 1px solid #e7e7e7;
	z-index: 101;
	top: -9999px;
	display: none;
	left: 50%;
	margin-left: -212px;
	text-align: left;
}

	#crcPopup .padding { padding: 16px 30px 0 292px; }

	#crcPopup h2 {
		color: #da3401;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 1px;
		text-transform: uppercase;
		padding: 0 35px 0 0;
	}
	
	#crcPopup p {
		color: #58595b;
		font-size: 1.1em;
		font-weight: normal;
		margin: 0 0 20px;
		line-height: 1.1em;
		padding: 0 35px 0 0;
	}
	
	#crcPopup p.allowances {
		margin: 0 0 16px;
	}
		
	#crcPopup .contactButton {
		border-top: 1px solid #e7e7e7;
		text-align: right;
		padding: 20px 0 30px;
	}
			
	#crcPopup .close {
		position: absolute;
		top: -9px;
		right: -9px;
		display: block;
	}
	
#crcToolTip {
	width: 252px;
	position: absolute;
	background: transparent url(/content/s7/E360Images/crc/bg_tooltip.gif) no-repeat left bottom;
	border-top: 1px solid #e7e7e7;
	top: 0;
	left: 0;
	display: none;
	padding: 0 0 16px;
	text-align: left;
}

	#crcToolTip h2 {
		padding: 16px 12px 0;
		margin: 0 0 7px;
		font-size: 1.1em;
		color: #da3401;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#crcToolTip p {
		padding: 0 12px 0;
		margin: 7px 0 0;
		font-size: 1.1em;
		color: #666666;
	}
	
/*div.bannerDiv img {
	width: auto;
}
*/
.mainContent {
	padding: 4px 0 26px;
}

.mainContent p {
	font-size: 1.1em;
	color: #666666;
}

#primary-content {
	overflow: hidden;
}
	
/* #############################
**    TIMELINE                                                       
##############################*/

#crcTickerFrame {
	background: transparent url(/content/s7/E360Images/crc/bg_frame.gif) no-repeat left bottom;
	width: 712px;
	height: 362px;
	position: relative;
}

#crcTicker {
	position: absolute;
	overflow: hidden;
	left: 1px;
	top: 5px;
	width: 703px;
	height: 357px;
}

	#crcTimeline {
		position: absolute;
		left: 0;
		top: 0;
	}

	#crcTicker .arrowLeft {
		position: absolute;
		top: 153px;
		left: 1px;
		display: block;
		width: 37px;
		height: 37px;
	}
	
	#crcTicker .arrowRight {
		position: absolute;
		top: 153px;
		right: 1px;
		display: block;
		width: 37px;
		height: 37px;
	}

/* #############################
**    VIDEO                                                       
##############################*/

#primary-content .leftCol {
	float: left;
	width: 520px;
}

	#primary-content .leftCol .padding { padding: 17px 25px 17px 0; }
	
	#primary-content ul {
		font-size: 1.1em;
		list-style-type: disc;
		padding: 0 0 0 14px;
	}
	
	#primary-content ul li {
		margin: 7px 0;
	}
	
	#primary-content .leftCol h2 {
		font-size: 1.2em;
		font-weight: bold;
		margin: 13px 0 0;
	}
	
	#primary-content .rightCol h2 {
		font-size: 1.2em;
		font-weight: bold;
		margin: 13px 0 0;
	}
	
	#primary-content .leftCol p{
		margin: 13px 0 0;
	}
	
	#primary-content .rightCol p {
		font-size: 1.1em;
		margin: 0 0 13px;
	}

#primary-content .rightCol {
	float: left;
	width: 177px;
	padding: 25px 0 0 0;
}

#crcVideoPopup {
	position: absolute;
	width: 530px;
	background: transparent url(/content/s7/E360Images/crc/bg_video_popup.png) no-repeat left top;
	z-index: 101;
	top: -9999px;
	display: none;
	left: 50%;
	margin-left: -265px;
	text-align: left;
	height: 433px;
}

	#crcVideoPopup .padding { padding: 11px; }

	#crcVideoPopup .close {
		position: absolute;
		top: -6px;
		right: 0px;
		display: block;
	}
	
	#crcVideoPopup p {
		padding: 14px 160px 0 0;
		font-size: 1.1em;
	}
	
	#flashPlayer {
		height: 317px;
		width: 500px;
	}



#ULfix {
	padding: 0 0 0 25px;
}





