/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	display: none;
}


	#unitip p {
	margin: 5px 0 0 30px;
	width:300px;
	line-height:1.2em;
	}


	#unitip h3 {
	color:#9a141b;
	margin: 0 0 0 30px;
	padding: 5px 0 0 0;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
	#unitip hr {
		width:300px;
		}
	

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 358px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/TipPoint.png) no-repeat; 
		height:32px; 
		overflow: hidden; 
		}
	
	#unitipmid { 
		background: url(../images/TipMid.png) repeat; 
		width: 358px;
		height: auto; 
		}
	
	#unitipcap { 
		background: url(../images/TipCap.png) no-repeat; 
		width:358px;
		height:32px;
		overflow: hidden; 
		}