#timeline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/timelinebg.jpg);
	background-repeat: repeat-x;
	position:relative;
	width: 902px;
}
#timeline .title {
	font-size: 13px;
	position: relative;
	top: 150px;
	left: 8px;
}
#timeline .pin a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-image: url(images/timelinepin.png);
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	padding-left: 16px;
	text-decoration: none;
	padding-top: 2px;
}
#timeline .pin a:hover {
	background-image: url(images/timelinepin_hover.png);
}
#timeline_wrapper{
	height:100%;
	width:2100px;
	position:relative;
	left:0px;
}
#wrapper {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #666666;
	margin:20px auto;
	padding:30px;
	width:900px;
}

.toolTipWrapper {
	color:#FFFFFF;
	display:none;
	font-size:9pt;
	font-weight:bold;
	position:absolute;
	top:20px;
	width:308px;
	z-index:50;
}
.toolTipTop {
	background:transparent url(images/balloon/balloon_down_top_right1.png) no-repeat scroll top;
	width:308px;
	padding-top:50px;
	text-align:center;
	z-index:150;
}
.toolTipBtm {
	background:transparent url(images/balloon/balloon_down_bottom1.png) no-repeat scroll 0%;
	height:48px;
	margin-top:-35px;
	width:308px;
	z-index:100;
}
*:first-child+html .toolTipBtm{
	padding-top:65px;
}
*:first-child+html .toolTipTop {
	padding-top:70px;
}

