#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

body {
	font-family: arial;
	/*position: relative;*/
	margin: 0px 0px 0px 0px;
	font-size: small;
	background: #a3b5d3;
	height: 100%;
	text-align:center;
	clear:none;
}

.page {
	width: 970px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background: url(images/header_gradient_body.png);
}

.content {
	width: 770px;
	padding-left: 100px;
	padding-right: 100px;
	
}

.fltlft {
	float: left;
	padding: 10px;
}

/*textarea {
resize:none;
}*/

A {
	color: #0944A5;
	text-decoration: none;
	border-width: 0;
}
A:hover {
	text-decoration: underline;
	color: #1C6DF2;
}

img { 
	border: 0;
}

.menu {
	background: #E6E6FA;
	border:1px solid #2F4F4F;
	font-weight: bold;
	border-width: 0px 2px 2px 0px;
}

.header {
	background:url(images/header_gradient_wide.png);
	background-repeat: repeat-x;
	text-align: center;
	width: 970px;
	font-size: small;
}	

.pageTitle {
	background: #d3dceb;
	border: 1px solid black;
	text-align: center;
	font-size: large;
	font-weight: bold;
	padding: 1em;
}

.reconditioned {
	background: #FFFFFF;	
	border: 1px solid black;
}


.majHeading {
	background: #191970;
  color: white;
  font-weight: bold;
	border: 1px solid black;
}

.minHeading {
	background: #4D6FAC;
  color: white;
	text-align: center;
 	font-size: medium;
	font-weight: bold;
	border: 1px solid black;
}

.caps {
	text-transform:UPPERCASE;
}

.brand {
	color: red;
	font-weight: bold;
}

.blueund {
	color: blue;
	font-weight: bold;
}

h5.right {
	text-align: right;
}

td {
	font-size: small;
}

div.employee {
	font-weight:bold;
	margin:10px;
	float:left;
}

.employee img {
	height:66px;
}

#timeline-wrapper{
	width: 770px;
	position: relative;
	float:left;
	border: 1px white;
}

#tlEntryTop {
	height: 100%;
	margin-left: 10px;
	float: left;
	position: relative;
} 

#tlEntryTop p {
	bottom: 0;
	left: 0;
	position: absolute;
}

#tlYearTop {
	width:23px;
	height:10px;
	float:left;
	position:relative;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-top:10px;
}

#tlYearTopSig {
	width:22px;
	height:10px;
	float:left;
	position:relative;
	border-right: 2px solid red;
	border-bottom: 1px solid black;
	margin-top:10px;
}
#tlYearBottom {
	width:23px;
	height:10px;
	float:left;
	position:relative;
	border-right: 1px solid black;
	margin-bottom:10px;
}

#tlYearBottomSig {
	width:22px;
	height:10px;
	float:left;
	position:relative;
	border-right: 2px solid red;
	margin-bottom:10px;
}

#tlEntryBottom {
	height: 100%;
	margin-left: 30px;
	float: left;
	position: relative;
} 

#tlEntryBottom p {
	top: 0;
	left: 0;
	position: absolute;
}


