/* CSS Document */

.timeline {
	background: #C9FF54;
	}

.white .timeline div.tl {
	background: url( "/images/wrappers/green/on_white/tl.gif" ) no-repeat top left;
	}
.white .timeline div.tr {
	background: url( "/images/wrappers/green/on_white/tr.gif" ) no-repeat top right;
	}

.white .timeline div.bl {
	background: url( "/images/wrappers/green/on_white/bl.gif" ) no-repeat bottom left;
	}

.white .timeline div.br {
	background: url( "/images/wrappers/green/on_white/br.gif" ) no-repeat bottom right;
	}

.timeline div.content {
	padding: 0 15px;
	}

.timeline h3 {
	display: inline;
	}

.timeline h3 em {
	font-style: normal;
	color: #3B61C4;
	}

.timeline ol {
	font-weight: bold;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.timeline ol li {
	display: inline;
	line-height: 250%;
	margin: 0;
	padding: 2em 3em;
	background-position: left center;
	background-repeat: no-repeat;
	}

.timeline ol li.on {
	font-size: 150%;
	padding: 2em 2.5em;
	}

#timeline_1 {
	background-image: url( "/images/timeline/1.gif" );
	}

#timeline_1.on {
	background-image: url( "/images/timeline/1_on.gif" );
	}

#timeline_2 {
	background-image: url( "/images/timeline/2.gif" );
	}

#timeline_2.on {
	background-image: url( "/images/timeline/2_on.gif" );
	}

#timeline_3 {
	background-image: url( "/images/timeline/3.gif" );
	}

#timeline_3.on {
	background-image: url( "/images/timeline/3_on.gif" );
	}

#timeline_4 {
	background-image: url( "/images/timeline/4.gif" );
	}

#timeline_4.on {
	background-image: url( "/images/timeline/4_on.gif" );
	}
