body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a {
	color: #000000;
	text-decoration: underline;
}

h1 {
  display: none;
}

h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	padding: 0px 20px 0px 95px;
	color: #000000;
}

img {
  border: 0px;
}

#wrapper {
  margin: 0 auto;
  width: 900px;
  position: relative;
}

#leftArrow {
	float: left;
  position: relative;
  top: 167px;
  left: 0px;
  width: 25px;
  height: 25px;
}

#rightArrow {
  float: left;
  position: relative;
  top: 98px;
  right: 0px; 
  width: 25px;
}

.hidden {
	visibility: hidden;
}

#dLeftArrow {
	float: left;
  position: relative;
  top: 267px;
  left: 0px;
  width: 25px;
  height: 25px;
}

#dRightArrow {
  float: left;
  position: relative;
  top: 199px;
  right: 0px; 
  width: 25px;
}

#logo {
  float: left;
  width: 235px;
  margin: 30px 0px 0px 0px;
}

#leftTitle {
	float: left;
	width: 285px;
	margin: 50px 0px 3px 45px;
	padding: 0px;
	font-size: 13px;
	color: #999999;
}

#rightTitle {
	float: left;
	width: 285px;
	text-align: right;
	margin: 50px 0px 3px 0px;
	padding: 0px;
	font-size: 13px;
	color: #999999;
}

#menu {
	float: left;
	width: 570px;
	border-top: 1px solid #000000;
	margin-left: 45px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu ul li {
	padding: 0px;
	margin: 0;
	display: inline;
	height: 21px;
}

#menu a {
	text-decoration: none;
	color: #000000;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

.active, #menu a:hover {
  background-color: #000000;
  color: #ffffff !important;
}

#timeline {
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
	padding: 0px;
}

#timeline img {
	height: 64px;
	margin: 0px 230px 0px 25px;
}

#content {
	clear: both;
	width: 850px;
	margin: 0px 25px;
	padding-top: 20px;
}

.year {
	float: left;
	width: 280px;
}

.contentColumn {
	float: left;
	width: 280px;
	font-size: 11px;
	height: 74px;
	margin: 0px 0px 20px 0px;
}

.image {
	float: left;
	height: 74px;
	width: 74px;
	border: 1px solid #d7d6d9;
}

.contentColumn p {
	margin: 0px;
	padding: 0px 20px 0px 95px;
	color: #000000;
}

#details {
	width: 30%;
	float: left;
}

#description {
	width: 30%;
	float: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

#footer {
	clear: both;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#footer p {
	margin: 20px 0px 0px 0px;
}

.testimonial .name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	margin-top: 15px;
	text-align: right;
}

.testimonial {
	background-image: url(../img/left-quote.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	padding: 25px 10px 0 35px;
	width: 50%;
}

.testimonial div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #666666;
	background-image: url(../img/right-quote.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

