/*
begin resets
*/
body, html, p, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

:link, :visited {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

a img, :link img, :visited img {
	border: none;
}

address {
	font-style: normal;
}

/*
end resets
*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* set default size to 10px */
	padding: 10px;
	background:#F6F6F6;
	
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

h1{
	font-size: 1.6em;
	color: #092E5A;
}

h2 {
	font-size: 1.4em;
	color: #092E5A;
}

h3 {

	color: #092E5A;

}

h4 {
	font-size: 1em;
	font-weight: normal;
	color: #092E5A;
}

.clear {
	clear: both;
}

#container {
	width: 834px;
	margin: 0px auto;
	font-size: 1.2em;
	border: 1px solid #092E5A;
	background:#fff;
	/*background:transparent url(../images/bg_container.jpg) repeat-y scroll left top;*/
}

#head {
	width: 945px;
	height: 100px;
	margin-left: 6px;
	margin-top: -11px;
	margin-bottom: 10px;
	
	
	
}
#head img { 

	
	margin-top: 20px;

}

#main {
	width: 96%;
	height: auto;
	margin-left: 13px;
	/*background: url(../images/bkg-player.gif) no-repeat top;*/
}

#main-bottom {
	width: 100%;
	height: 5px;
	margin-left: 31px;
	/*background: url(../images/bkg-player-bottom.gif) no-repeat top;*/
}

#details {
	width: 90%;
	height: auto;
	padding: 10px;
	margin-left: 14px;
	line-height: 25px;
}


/**************************************************************************************************/

#col-left {
	float: left;
	width: 480px;
	margin: 5px 5px 0 5px;
	display: inline;
}

#col-right {
	float: right;
	width: 295px;
	margin: 5px 5px 5px 0;
	display: inline;
}

#bio {
margin-top:-7px;
line-height:19px;


}

#col {
	float: left;
	margin: 5px;
	display: inline;
}

/**************************************************************************************************/

#mediaspace {

}

/** Transcript (With Pods & Vods)******************************************************************/

#media {
	height: 32px;
	background: #000;
	padding: 0 2px 2px 2px;
	background: url(../images/media-buttons.png) no-repeat bottom;
}

#mediabuttons {
	float: left;
}

#playercontrols {/*internet explorer */
	float: right;
	padding: 5px;
	display: inline;
}

/** Sections***************************************************************************************/

table.sections {
	margin-top: 1px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

table.sections th  {
	padding: 5px;
	margin: 0;
}

	table.sections th {
		background: #ededed;
		color: black;
	}

	table.sections td {
		padding: 3px;
		border-bottom: 1px solid #ededed;
		background: url(../images/bkg-section.gif) repeat-x bottom;
	}

	table.sections .first {
		text-align: left;
		padding-left: 8px;
	}

/** Other interviewees*****************************************************************************/

ul.interviews {
	list-style: none;
	padding: 0;
}

ul.interviews li {
	float: left;
	margin: 0 0 2px 0;
	width: 100%;
}

	ul.interviews p {
		margin: 8px;
		color: #41678C;
		width:231px;
	}

ul.interviews li.item {
	background: #DDE4EC;
}

ul.interviews li.item_active {
	background: #C8D1E0;
}

ul.interviews li blockquote {
	font-style: italic;
}

ul.interviews li .picture {
	float: left;
	margin-right: 8px;
}

/**************************************************************************************************/

#footer {
	height: 50px;
	text-align: left;
	line-height: 61px;
	padding: 10px;
	background: url(../images/footer5.jpg) no-repeat scroll 0 0;
	margin-top: 50px;
	margin-left: 9px;
	color: #fff;
}

/**************************************************************************************************/

input, select {
	font-size: 11px;
}

/**************************************************************************************************/


#menu {
	width: 100%;
	height: auto;
}

ul.nav li {
	float: left;
	padding: 5px;
}

