@charset "UTF-8";

/* ++++ Stylesheet for Home ++++
	1. Import
	2. Content
  ++++++++++++++++++++ */


  /* Import
---------------------------------------------------------------------------------------- */
@import url(global.css);


  /* Content
---------------------------------------------------------------------------------------- */
#interview_title {
	width: 550px;
	height: 250px;
}
#interview_title h3,
#interview_title h4 {
	margin-bottom: 0;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}
#interview_caption {
	width: 535px !important;
	width: 550px;
	padding-right: 15px;
	text-align: right;
	font-size: 12px;
}
.interview_functions {
	width: 520px;
	padding-bottom: 5px;
	margin: 25px 0 30px;
	text-align: right;
	border-bottom: 1px dashed #BBB;
}

.interview_functions ul {
	width: 520px;
	height: 22px;
}

.interview_functions li {
	display: inline;
	padding-left: 5px;
}
.interview_functions li a{
	border-bottom: 0;
}
.interview_functions li.title {
	padding-left: 15px;
}

#interview_block {
	width: 520px !important;
	width: 550px;
	padding: 20px 15px 25px;
}
#interview_block h5 {
	padding-bottom: 35px;
	font-size: 18px;
}
.latest_pl {
	width: 160px;
	float: left;
}
.latest_pl a {
	border-bottom: 0;
}
.latest_txt {
	width: 350px !important;
	width: 360px;
	padding-left: 10px;
	float: right;
}
.latest_txt h3 {
	font-size: 12px;
	padding-bottom: 5px;
}
.latest_txt h4 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
.latest_txt h4 a,
.latest_txt h4 a:visited {
	font-size: 18px;
	font-weight: bold;
	color: #415F41;
	text-decoration: none;
	border-bottom: 0;
}
.latest_txt h4 a:active,
.latest_txt h4 a:hover {
	border-bottom: 1px dashed #680;
}
.latest_txt p {
	margin-bottom: 0;
}


.interview_functions_bottom {
	width: 520px;
	padding: 15px 0 5px;
	text-align: right;
}

.interview_functions_bottom ul {
	width: 520px;
	height: 22px;
}

.interview_functions_bottom li {
	display: inline;
	padding-left: 5px;
}
.interview_functions_bottom li a{
	border-bottom: 0;
}
.interview_functions_bottom li.title {
	padding-left: 15px;
}
#interview_biography {
	padding-bottom: 15px;
}
#biography_table {
	padding: 5px;
	margin-right: auto;
	margin-left: 0;
	text-align: right;
	background-color: #EFEFEF;
}
table#biography_table th {
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	border-right: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
}
table#biography_table td {
	padding-left: 10px;
	text-align: left;
	border-bottom: #FFF 1px solid;
}


#sponsor {
	padding-bottom: 15px;
}
#sponsor {
	padding: 5px;
	margin-right: auto;
	margin-left: 0;
	text-align: right;
	background-color: #EFEFEF;
}
table#sponsor_table th {
	padding: 5px 10px 5px 0;
	text-align: left;
	vertical-align: top;
	border-right: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
}
table#sponsor_table td {
	padding-left: 10px;
	text-align: left;
	border-bottom: #FFF 1px solid;
}

.photo_caption {
	font-size: 10px;
	line-height: 16px;
	text-align: right;
}


