
/*----Structural DIVs----*/


/*----Other DIVs----*/

#introText {
	width: 770px /*800px*/;
	padding: 40px 0 0 30px;
}

.leftCol {
	width: 445px /*460px*/;
	float: left;
	padding-right: 15px;
	padding-bottom: 40px;
}

.rightCol {
	width: 290px /*300px*/;
	float: left;
	padding-left: 10px;
	padding-bottom: 40px;	
}

.text {
	width: 722px /*740px*/;
	margin: 0 0 0 30px;
	float: left;
	padding: 30px 18px 10px 0;
}

.borders {
	border-top: 1px solid #f3a839;
	border-bottom: 1px solid #f3a839;
	margin-top: 40px	
}

.separator {
	background: url(images/backgrounds/separator.gif) no-repeat;
	height: 1px;
	width: 442px;
}

.interviewInfo {
	background: url(images/backgrounds/separator.gif) no-repeat bottom left;
	padding: 35px 0 20px 5px;
}

.last {
	background: transparent;
}

/*----Typography----*/

.interviewTitle {
	font: normal 23px/25px palatino, georgia,'Times New Roman', times, serif;
	color: #fff;
}

.interviewDate {
	font: normal 22px/25px palatino, georgia,'Times New Roman', times, serif;
	color: #fcb93d;
}

/*----Links----*/

#introText a,
.text a {
	color: #6f9cfe;
	text-decoration: none;
}

#introText a:hover,
.text a:hover {
	color: #fcb93d;
}	

.more {
	font-size: 23px;
	line-height: 30px;
}

/*----- Image Styles -----*/

.photoRight {
	float: right;
	margin: 0 0 15px 0px;
}

/*----- In-Page Headers ------*/

.interviews1 {
	height: 27px;
	width: 329px;
	background: url(images/inPageHeaders/upcomingInterviews.gif) no-repeat;
	margin-bottom: 5px;
}

.interviews2 {
	height: 25px;
	width: 239px;
	background: url(images/inPageHeaders/pastInterviews.gif) no-repeat;
	margin: 40px 0 5px 0;
}