/*---------------------------------------------------------------------------*/
/*                                                                PAGE TITLE */

#banner {
	position: relative;
	width: 750px;
	height: 95px;
}
h1.page-title {
	position: absolute;
	z-index: 1000;
	left: 65px;
	top: 41px;
	width: 566px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/history/page_title.gif);
}
h1.page-title span {
	display: none;
}

/*---------------------------------------------------------------------------*/
/*                                                                   COLUMNS */

#spotlights {
	position: relative;
	float: left;
	width: 505px;
}
#year-in-review {
	position: relative;
	float: right;
	width: 245px;
}

/*---------------------------------------------------------------------------*/
/*                                                                  TIMELINE */

#timeline {
	width: 750px;
	clear: both;
	padding: 25px 0 0;
	color: white;
	text-align: center;
}
#timeline a {
	padding: 0 5px;
	color: #6BBBD9;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#timeline a.active {
	color: white;
}

/*---------------------------------------------------------------------------*/
/*                                                                SPOTLIGHTS */

#spotlights div.spotlight {
	position: relative;
	width: 480px;
	height: 240px;
	margin: 0px 0 0 15px;
	padding: 0;
	background-image: url(../images/history/spotlight_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#spotlights div.spotlight#spotlight1 {
	background-image: url(../images/history/spotlight1_bg.jpg);
}
#spotlights div.spotlight#spotlight2 {
	background-image: url(../images/history/spotlight2_bg.jpg);
}
div.spotlight div.title {
	position: absolute;
	width: 8px;
	height: 100px;
	left: 18px;
	top: 30px;
	margin: 0;
	padding: 0;
}
div.spotlight div.title h2 {
	margin: 0;
	padding: 0;
	width: 8px;
	height: 50px;
}
div.spotlight div.title h2.january {
	height: 60px;
	background-image: url(../images/history/spotlight_months/january.gif);
}
div.spotlight div.title h2.february {
	height: 68px;
	background-image: url(../images/history/spotlight_months/february.gif);
}
div.spotlight div.title h2.march {
	height: 45px;
	background-image: url(../images/history/spotlight_months/march.gif);
}
div.spotlight div.title h2.april {
	height: 38px;
	background-image: url(../images/history/spotlight_months/april.gif);
}
div.spotlight div.title h2.may {
	height: 26px;
	background-image: url(../images/history/spotlight_months/may.gif);
}
div.spotlight div.title h2.june {
	height: 33px;
	background-image: url(../images/history/spotlight_months/june.gif);
}
div.spotlight div.title h2.july {
	height: 30px;
	background-image: url(../images/history/spotlight_months/july.gif);
}
div.spotlight div.title h2.august {
	height: 53px;
	background-image: url(../images/history/spotlight_months/august.gif);
}
div.spotlight div.title h2.september {
	height: 76px;
	background-image: url(../images/history/spotlight_months/september.gif);
}
div.spotlight div.title h2.october {
	height: 62px;
	background-image: url(../images/history/spotlight_months/october.gif);
}
div.spotlight div.title h2.november {
	height: 71px;
	background-image: url(../images/history/spotlight_months/november.gif);
}
div.spotlight div.title h2.december {
	height: 69px;
	background-image: url(../images/history/spotlight_months/december.gif);
}
div.spotlight div.title h2 span {
	display: none;
}
div.spotlight div.photo {
	position: absolute;
	width: 200px;
	height: 226px;
	left: 30px;
	top: 5px;
	overflow: hidden;
}
div.spotlight div.photo div.mask {
	position: absolute;
	width: 200px;
	height: 226px;
	left: 0;
	top: 0;
	overflow: hidden;
	background-image: url(../images/history/spotlight_photo_mask.gif);
}
div.spotlight#spotlight1 div.photo div.mask {
	background-image: url(../images/history/spotlight1_photo_mask.gif);
}
div.spotlight#spotlight2 div.photo div.mask {
	background-image: url(../images/history/spotlight2_photo_mask.gif);
}
div.spotlight div.caption {
	position: absolute;
	width: 200px;
	height: 180px;
	left: 245px;
	top: 30px;
	color: white;
	font-size: 11px;
}
div.spotlight div.caption p {
	margin: 0;
	padding: 5px 0;
}
div.spotlight a {
	color: #6BBBD9;
	font-weight: bold;
}
div.spotlight div.caption div.date {
	margin: 0 0 5px;
	padding: 0;
	color: #6BBBD9;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
div.spotlight h3 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
div.spotlight span.position {
	color: #6BBBD9;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
div.spotlight p.link {
	margin: 5px 0 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
}
div.spotlight p.link a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

/*---------------------------------------------------------------------------*/
/*                                                            YEAR IN REVIEW */

#year-in-review {
	margin: 15px 0 0;
	background-image: url(../images/global/dot_border_white_on_black.gif);
	background-position: 20px 0;
	background-repeat: repeat-y;
}
#year-in-review div.year {
	padding: 0 0 15px 34px;
}
#year-in-review div.event {
	margin: 0;
	padding: 0 25px 10px 35px;
	color: white;
	font-size: 11px;
}
#year-in-review div.event div.date {
	margin: 0;
	padding: 0 0 10px;
	color: #6BBBD9;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
#year-in-review div.event p {
	margin: 0;
	padding: 0 0 5px;
}
#year-in-review div.event p.title {
	padding: 0;
	font-weight: bold;
}
#year-in-review div.event p em {
	color: #6BBBD9;
	font-weight: bold;
	font-style: normal;
}
#year-in-review div.event div.photo {
	margin: 0;
	padding: 5px 0 0;
}

#year-in-review div.links {
	margin: 0;
	padding: 0px 25px 15px 35px;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
}
#year-in-review div.links p {
	margin: 2px 0;
	padding: 0;
}
#year-in-review div.links p.next {
	font-weight: bold;
}
#year-in-review div.links a {
	color: #6BBBD9;
}