/*Main Promo Rotator*/
#mainPromo {width:860px; height:351px; background:url(/_images/img-horiz-dottedLine.gif) bottom no-repeat; padding:0 0 1px 0; position:relative;}
#promoRotator {width:860px; height:351px; position:relative; z-index:1;}
	.promo { width: 860px; height: 351px; position: absolute; top: 0; left: 0; color: #333; }
		.promoText { position: absolute; top: 191px; left:0; width: 395px; }
			.promoText p {font-family: Arial, Helvetica, sans-serif; font-size:1.2em; line-height:1.8em; padding:0 0 20px 0; color:#000;}
			.promoText a { color: #203348 !important; text-decoration:none; font-weight:bold;}
			.promoText a:hover {text-decoration:underline !important;}
			
#promoNav-container {position: absolute; top: 291px; left: 0; width: 100px; height: 20px; }	
	 #promoNav {width: 100px; height:20px; float:left; }
		#promoNav ul { list-style: none; padding: 0; line-height: 1em; }
			#promoNav ul li { list-style-type: none; margin: 0; padding: 0 10px 0 0; background: none !important; float: left; }
				#promoNav ul li a { display: block; width: 20px; height: 20px; font-size: 10px; color: #46473f; text-decoration: none !important; }
				#promoNav ul li a span { position: absolute; left: -999em; }
				#promoNav ul li a:hover { background-position: 0 -20px; }
				#promoNav ul li a.selected { background-position: 0 -20px; }
					.promoNav-btn1 {background-image:url(../_images/btn-promoNav1.gif); width:20px; height:20px;}
					.promoNav-btn2 {background-image:url(../_images/btn-promoNav2.gif); width:20px; height:20px;}
					.promoNav-btn3 {background-image:url(../_images/btn-promoNav3.gif); width:20px; height:20px;}
					
					.hide {display:none;}
