
/*---------------------------------------------------------------------------*/
/*                                                                PAGE TITLE */

#banner {
	position: relative;
	width: 750px;
	height: 90px;
}
h1.page-title {
	position: absolute;
	z-index: 1000;
	left: 264px;
	top: 41px;
	width: 367px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/home/page_title.gif);
}
h1.page-title span {
	display: none;
}

/*---------------------------------------------------------------------------*/
/*                                                       HOME PAGE SPOTLIGHT */

#spotlight-news {
	position: relative;
	width: 750px;
	height: 300px;
	margin: 0;
	padding: 0;
}
#spotlight {
	position: absolute;
	z-index: 200;
	left: 20px;
	top: 0px;
	width: 480px;
	height: 300px;
	background-image: url(../images/home/spotlight_bg.jpg);
}
#spotlight div.title {
	position: absolute;
	z-index: 225px;
	left: 11px;
	top: 30px;
	width: 9px;
	height: 116px;
	background-image: url(../images/global/column_labels_blue/staff_spotlight.gif);
}
#spotlight div.title h2 {
	display: none;
}

/* Spotlight quote */

#spotlight div.quote {
	position: absolute;
	z-index: 300;
	width: 325px;
	height: 165px;
	left: 160px;
	top: 65px;
	background-image: url(../images/home/spotlight_quote_bg.png);
}
#spotlight div.quote blockquote {
	margin: 20px 30px 20px 20px;
	padding: 0px;
	color: white;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana;
}

/* Subject of quote */

#spotlight div.subject div.caption {
	position: absolute;
	z-index: 250;
	left: 205px;
	top: 25px;
	margin: 0px;
	padding: 0px;
}
#spotlight div.subject div.photo {
	position: absolute;
	z-index: 225;
	left: 25px;
	top: 9px;
	width: 198px;
	height: 281px;
	overflow: hidden;
}
#spotlight div.subject div.photo a {
	position: absolute;
	z-index: 224;
	left: 0;
	top: 0;
	width: 198px;
	height: 281px;
	overflow: hidden;
}
#spotlight div.subject div.photo div.mask {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 198px;
	height: 281px;
	background-image: url(../images/home/spotlight_photo_mask.gif);
}

/* Speaker of quote */

#spotlight div.speaker div.caption {
	position: absolute;
	z-index: 250;
	width: 100px;
	left: 255px;
	top: 215px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#spotlight div.speaker div.photo {
	position: absolute;
	z-index: 225;
	left: 365px;
	top: 180px;
	width: 100px;
	height: 107px;
	overflow: hidden;
}
#spotlight div.speaker div.photo a {
	position: absolute;
	z-index: 225;
	left: 0;
	top: 0;
	width: 100px;
	height: 107px;
	overflow: hidden;
}
#spotlight div.speaker div.photo div.mask {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 107px;
	background-image: url(../images/home/spotlight_quote_photo_mask.gif);
}

/* Spotlight text styles */

#spotlight div.subject,
#spotlight div.speaker {
	color: #6BBBD9;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
}
#spotlight p {
	z-index: 250;
	margin: 0;
	padding: 0;
}
#spotlight span.name {
	color: white;
	font-size: 16px;
}
#spotlight span.position {
	font-size: 11px;
	text-transform: uppercase;
}
#spotlight p.link {
	margin: 5px 0 0px;
	padding: 0px;
	font-size: 9px;
	line-height: normal;
}
#spotlight p.link a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

/*---------------------------------------------------------------------------*/
/*                                                             NEWS AND JOBS */

#news-jobs {
	position: absolute;
	left: 505px;
	top: 10px;
	width: 220px;
	height: 275px;
	color: white;
	font-family: verdana;
	background-image: url(../images/global/dot_border_white_on_black.gif);
	background-repeat: repeat-y;
	background-position: 20px 0;
}
#news-jobs div.news {
	position: relative;
	margin: 0 0 25px 35px;
}
#news-jobs div.news h2 {
	position: absolute;
	top: 5px;
	left: -29px;
	width: 9px;
	height: 36px;
	margin: 0;
	padding: 0;
	background-image: url(../images/home/news.gif);
}
#news-jobs div.jobs {
	position: relative;
	margin: 0 0 0 35px;
}
#news-jobs div.jobs h2 {
	position: absolute;
	top: 5px;
	left: -29px;
	width: 9px;
	height: 34px;
	margin: 0;
	padding: 0;
	background-image: url(../images/home/jobs.gif);
}
#news-jobs h2 span {
	display: none;
}
#news-jobs div.date {
	font-size: 9px;
	text-transform: uppercase;
}
#news-jobs h3 {
	margin: 3px 0 0;
	padding: 0;
	color: #6BBBD9;
	font-size: 13px;
}
#news-jobs h3 a {
	color: #6BBBD9;
}
#news-jobs p {
	margin: 3px 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}
#news-jobs div.link {
	margin: 3px 0 0;
}
#news-jobs div.link a {
	color: #6BBBD9;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/* Filigree */

#news-jobs-bg {
	position: absolute;
	z-index: 1;
	left: 466px;
	top: 41px;
	width: 284px;
	height: 394px;
	background-image: url(../images/home/news_jobs_bg.jpg);
}

