
/*---------------------------------------------------------------------------*/
/*                                                                PAGE TITLE */

#banner {
	position: relative;
	width: 750px;
	height: 90px;
}
h1.page-title {
	position: absolute;
	z-index: 1000;
	left: 79px;
	top: 41px;
	width: 552px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/studio/page_title.gif);
}
h1.page-title span {
	display: none;
}

/*---------------------------------------------------------------------------*/
/*                                                                   COLUMNS */

#staff-spotlight {
	position: relative;
	float: right;
	width: 250px;
}
#highlights {
	position: relative;
	float: right;
	width: 500px;
}

/*---------------------------------------------------------------------------*/
/*                                                          STUDIO SPOTLIGHT */

#studio-spotlight {
	position: relative;
	width: 720px;
	height: 275px;
	margin: 0 15px;
	background-image: url(../images/studio/spotlight_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#studio-spotlight div.title {
	z-index: 200;
	position: absolute;
	width: 8px;
	height: 124px;
	top: 25px;
	left: 15px;
	background-image: url(../images/global/column_labels_blue/studio_spotlight.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#studio-spotlight div.title h2 {
	display: none;
}
#studio-spotlight div.photo {
	position: absolute;
	width: 440px;
	height: 257px;
	left: 30px;
	top: 7px;
	overflow: hidden;
}
#studio-spotlight div.photo a {
	position: absolute;
	width: 440px;
	height: 257px;
	left: 0;
	top: 0;
	z-index: 500;
	overflow: hidden;
}
#studio-spotlight div.photo img {
	margin: 3px 0 0;
}
#studio-spotlight div.photo div.mask {
	position: absolute;
	width: 440px;
	height: 257px;
	left: 0;
	top: 0;
	background-image: url(../images/studio/spotlight_photo_mask.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#studio-spotlight div.caption {
	position: absolute;
	width: 200px;
	height: 210px;
	left: 490px;
	top: 30px;
}
#studio-spotlight div.caption h3 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
#studio-spotlight p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#studio-spotlight p.link {
	margin: 5px 0 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
}
#studio-spotlight p.link a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
/*---------------------------------------------------------------------------*/
/*                                                           SPOTLIGHT QUOTE */

#spotlight-quote {
	z-index: 5000;
	position: absolute;
	width: 276px;
	height: 217px;
	left: -32px;
	top: -170px;
	background-image: url(../images/studio/spotlight_quote_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#spotlight-quote blockquote {
	position: absolute;
	width: 225px;
	height: 135px;
	top: 25px;
	left: 25px;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 11px;
}
#spotlight-quote blockquote p {
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------*/
/*                                                           STAFF SPOTLIGHT */

#staff-spotlight {
	top: -5px;
}
#staff-spotlight div.container {
	width: 210px;
	margin: 0 25px 0 15px;
	background-image: url(../images/global/column_bg_width_210.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}
#staff-spotlight div.title {
	z-index: 200;
	position: absolute;
	width: 9px;
	height: 116px;
	top: 20px;
	left: 22px;
	background-image: url(../images/global/column_labels_blue/staff_spotlight.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#staff-spotlight div.title h2 {
	display: none;
}
#staff-spotlight div.photo {
	position: relative;
	width: 190px;
	height: 120px;
	margin: 0 0 0 20px;
	padding: 0;
	overflow: hidden;
}
#staff-spotlight div.photo a {
	position: absolute;
	width: 190px;
	height: 120px;
	z-index: 500;
	overflow: hidden;
}
#staff-spotlight div.photo div.mask {
	position: absolute;
	width: 190px;
	height: 120px;
	top: 0;
	left: 0;
	background-image: url(../images/global/column_mask_width_210.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#staff-spotlight div.content {
	padding: 10px 10px 10px 30px;
	color: white;
	font-size: 11px;
}
#staff-spotlight div.caption {
	color: white;
	font-size: 11px;
}
#staff-spotlight div.caption p {
	margin: 0;
	padding: 5px 0;
}
#staff-spotlight div.caption div.date {
	margin: 0 0 5px;
	padding: 0;
	color: #6BBBD9;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#staff-spotlight h3 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 13px;
	font-weight: bold;
}
#staff-spotlight span.position {
	color: #6BBBD9;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#staff-spotlight p.link {
	margin: 5px 0 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
}
#staff-spotlight p.link a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
#staff-spotlight div.column-cap-bottom {
	position: relative;
	width: 210px;
	height: 6px;
	margin: 0 25px 0 15px;
	padding: 0;
	background-image: url(../images/global/column_cap_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*---------------------------------------------------------------------------*/
/*                                                         STUDIO HIGHLIGHTS */


#highlights {
	width: 500px;
	height: 250px;
	margin-top: 15px;
	background-image: url(../images/global/dot_border_white_on_black.gif);
	background-position: 43px 0;
	background-repeat: repeat-y;
}
#highlights div.title {
	position: absolute;
	width: 8px;
	height: 102px;
	top: 0;
	left: 30px;
	background-image: url(../images/studio/take_the_tour.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#highlights div.title h2 {
	display: none;
}
#highlights div.item {
	position: absolute;
	width: 120px;
	height: 110px;
	background-color: #0076A3;
}
#highlights div.mask {
	position: absolute;
	width: 120px;
	height: 110px;
	top: 0;
	left: 0;
	background-image: url(../images/studio/highlight_item_mask.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#highlights div.mask a {
	display: block;
	position: absolute;
	width: 120px;
	height: 110px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
#highlights div.caption {
	position: absolute;
	width: 120px;
	height: 30px;
	left: 0;
	top: 80px;
	font-size: 9px;
	color: white;
	text-transform: uppercase;
}
#highlights div.caption h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 9px;
	line-height: 30px;
}
#highlight-1 {
	top: 0px;
	left: 65px;
}
#highlight-1 div.mask {
	background-image: url(../images/studio/highlight_item1_mask.gif);
}
#highlight-2 {
	top: 0px;
	left: 215px;
}
#highlight-2 div.mask {
	background-image: url(../images/studio/highlight_item2_mask.gif);
}
#highlight-3 {
	top: 0px;
	left: 365px;
}
#highlight-3 div.mask {
	background-image: url(../images/studio/highlight_item3_mask.gif);
}
#highlight-4 {
	top: 140px;
	left: 65px;
}
#highlight-5 {
	top: 140px;
	left: 215px;
}
#highlight-6 {
	top: 140px;
	left: 365px;
}

