body {
	margin: 0 auto;
	background: #023460;
	font: 62.5% "Trebuchet MS", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	color: #FFF;
}

/* Timeline 
----------------------------------------*/

#timelinewrapper {
	width: 700px;
	margin: 0 auto;
	padding: 20px;
	background: #002B51;
}

#timelinelinks {
	height: 1%;
	margin: 0 15px;
	padding: 0;
	list-style: none;
	background: url(../images/timeline-bg.gif) repeat-x center top;
	overflow: hidden;
	font-size: 1.4em;
}

	#timelinelinks li {
		float: left;
		margin: 0 25px;
	}
	
	#timelinelinks a {
		display: block;
		float: left;
		padding: 15px 0;
		color: #FFF;
		text-decoration: none;
	}
	
	#timelinelinks a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	
	#timelinelinks a.inactive-tab {
		background: url(../images/timeline-inactive.gif) no-repeat center top !important;
		font-weight: normal !important;
	}
	
	#timelinelinks a.active-tab {
		font-weight: bold;
		background: url(../images/timeline-active.gif) no-repeat center top;		
	}

#timeline {
	clear: both;
	padding: 10px;
	background: #FFF;
	color: #333;
}

	#timeline p {
		font-size: 1.3em;
	}
	
.panel {
	clear: both;
	display: none;
}
.panel.active-tab-body {
	display: block;
}

.img-right {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
}
.img-left {
	float: left;
	padding-right: 10px;
}
