
/*---------------------------------------------------------------------------*/
/*                                                                PAGE TITLE */

#banner {
	position: relative;
	width: 750px;
	height: 90px;
}
h1.page-title {
	position: absolute;
	z-index: 1000;
	left: 88px;
	top: 41px;
	width: 543px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/staff/page_title.gif);
}
h1.page-title span {
	display: none;
}

/*---------------------------------------------------------------------------*/
/*                                                                   COLUMNS */

#staff-directory {
	float: left;
	width: 250px;
}
#right-side-columns {
	position: relative;
	float: right;
	width: 500px;
}
#spotlight-speaker {
	position: relative;
	float: right;
	width: 250px;
}
#secondary-spotlight {
	position: relative;
	float: left;
	width: 250px;
}

/*---------------------------------------------------------------------------*/
/*                                                           STAFF DIRECTORY */

#staff-directory {
	margin-top: 10px;
	position: relative;
	color: white;
	background-image: url(../images/global/dot_border_white_on_black.gif);
	background-repeat: repeat-y;
	background-position: 44px 5px;
}
#staff-directory h2 {
	position: absolute;
	width: 8px;
	height: 116px;
	left: 31px;
	top: 20px;
	margin: 0;
	padding: 0;
	background-image: url(../images/staff/staff_directory.gif);
}
#staff-directory h2 span {
	display: none;
}
#staff-directory div.content {
	margin: 0 0 0 60px;
}
#staff-directory p {
	margin: 5px 0 0;
	padding: 0;
	font-size: 11px;
}
#staff-directory p.intro {
	margin: 0 0 25px;
	padding: 0;
	font-size: 13px;
}
#staff-directory dt {
	margin: 0 0 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
#staff-directory dt a {
	color: #5B9FB9;
	text-decoration: none;
}
#staff-directory dd {
	margin: 0 0 10px;
	padding: 0;
	font-size: 11px;
}
#staff-directory h3.join-the-team {
	margin: 25px 0 5px;
	padding: 0;
	color: #6BBBD9;
	font-size: 13px;
	font-weight: bold;
}

/*---------------------------------------------------------------------------*/
/*                                                         SPOTLIGHT SUBJECT */

#spotlight-subject {
	position: relative;
	width: 500px;
	height: 275px;
	background-image: url(../images/staff/spotlight_bg.jpg);
	background-repeat: no-repeat;
	background-position: 15px 0;
}
#spotlight-subject div.title {
	position: absolute;
	z-index: 200;
	top: 30px;
	left: 31px;
	width: 9px;
	height: 116px;
	background-image: url(../images/global/column_labels_blue/staff_spotlight.gif);
}
#spotlight-subject div.title h2 {
	display: none;
}
#spotlight-subject div.photo {
	position: absolute;
	width: 190px;
	height: 252px;
	left: 45px;
	top: 9px;
	overflow: hidden;
}
#spotlight-subject div.photo a {
	position: absolute;
	width: 190px;
	height: 252px;
	left: 0;
	top: 0;
	z-index: 500;
	overflow: hidden;
}
#spotlight-subject div.photo div.mask {
	position: absolute;
	width: 190px;
	height: 252px;
	left: 0;
	top: 0;
	background-image: url(../images/staff/spotlight_photo_mask.gif);
}
#spotlight-subject div.caption {
	position: absolute;
	top: 40px;
	left: 250px;
}
#spotlight-subject p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#spotlight-subject span.name {
	color: white;
	font-size: 16px;
	font-weight: bold;
}
#spotlight-subject span.position {
	color: #6BBBD9;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#spotlight-subject p.link {
	margin: 5px 0 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
}
#spotlight-subject p.link a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}


/*---------------------------------------------------------------------------*/
/*                                                           SPOTLIGHT QUOTE */

#spotlight-quote {
	position: absolute;
	z-index: 250;
	width: 279px;
	height: 196px;
	top: 115px;
	left: 215px;
	background-image: url(../images/staff/spotlight_quote_bg.png);
}
#spotlight-quote blockquote {
	margin: 25px 25px 20px;
	padding: 0;
	color: white;
	font-size: 11px;
}

/*---------------------------------------------------------------------------*/
/*                                                         SPOTLIGHT SPEAKER */

#spotlight-speaker div.container {
	margin: 0 25px 0 15px;
	background-image: url(../images/global/column_bg_width_210.gif);
}
#spotlight-speaker div.title {
	position: absolute;
	z-index: 200;
	top: 40px;
	left: 22px;
	width: 8px;
	height: 40px;
	background-image: url(../images/global/column_labels_blue/staff.gif);
}
#spotlight-speaker div.title h2 {
	display: none;
}
#spotlight-speaker div.content {
	margin: 0 0 0 20px;
	padding: 10px;
	color: white;
	font-size: 11px;
}
#spotlight-speaker div.photo {
	position: relative;
	top: 0px;
	width: 190px;
	height: 115px;
	margin: 0 0 0 20px;
	background-color: black;
	overflow: hidden;
}
#spotlight-speaker div.photo a {
	position: absolute;
	top: 0px;
	width: 190px;
	height: 115px;
	z-index: 500;
	overflow: hidden;
}
#spotlight-speaker div.photo div.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 115px;
	background-image: url(../images/global/column_mask_width_210.gif);
}
#spotlight-speaker div.caption p {
	margin: 0;
	padding: 0;
}
#spotlight-speaker span.name {
	color: white;
	font-size: 13px;
	font-weight: bold;
}
#spotlight-speaker span.position {
	color: #6BBBD9;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#spotlight-speaker p.link {
	margin: 5px 0 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
}
#spotlight-speaker p.link a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

#spotlight-speaker div.column-cap-bottom {
	position: relative;
	width: 210px;
	height: 6px;
	margin: 0 25px 0 15px;
	background-image: url(../images/global/column_cap_bottom.gif);
	background-position: top left;
	overflow: hidden;
}

/*---------------------------------------------------------------------------*/
/*                                                       SECONDARY SPOTLIGHT */

#secondary-spotlight div.container {
	margin: 0 15px 0 25px;
	background-image: url(../images/global/column_bg_width_210.gif);
}
#secondary-spotlight div.title {
	position: absolute;
	z-index: 200;
	top: 40px;
	left: 31px;
	width: 8px;
	height: 48px;
	background-image: url(../images/global/column_labels_blue/studio.gif);
}
#secondary-spotlight div.title h2 {
	display: none;
}
#secondary-spotlight div.photo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 115px;
	background-color: black;
	overflow: hidden;
}
#secondary-spotlight div.photo a {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 115px;
	z-index: 500;
	overflow: hidden;
}
#secondary-spotlight div.photo img {
	position: absolute;
	top: 15px;
	left: 20px;
}
#secondary-spotlight div.photo div.mask {
	position: absolute;
	width: 210px;
	height: 115px;
	top: 0;
	left: 0;
	background-image: url(../images/staff/second_spotlight_photo_mask.gif);
}
#secondary-spotlight div.content {
	margin: 0 0 0 20px;
	padding: 10px;
	color: white;
	font-size: 11px;
}
#secondary-spotlight div.caption p {
	margin: 0;
	padding: 0;
}
#secondary-spotlight span.name {
	color: white;
	font-size: 13px;
	font-weight: bold;
}
#secondary-spotlight span.position {
	color: #6BBBD9;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#secondary-spotlight p.link {
	margin: 5px 0 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
}
#secondary-spotlight p.link a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
#secondary-spotlight div.column-cap-bottom {
	position: relative;
	width: 210px;
	height: 6px;
	margin: 0 15px 0 25px;
	background-image: url(../images/global/column_cap_bottom.gif);
	background-position: top left;
	overflow: hidden;
}


