/* columns */


img { border: none; }

div#main_column { /* for 2-column layout with billboard_column */
	float: left;
	width: 580px;
	margin: 0px;
	overflow: hidden;
	}




/* p1s */
div#p1container {
	margin-bottom:1em;
	height:250px;
	}
div#p1tabs {
	float: right;
	width: 165px;
	}
div#p1content {
	float: left;
	width: 415px;
	padding: 0;
	margin: 0;
	}
.p1menu ul {
	margin: 0;
	padding: 0;
	float: left;
	border-top: 1px solid #cbbe9f;
	}
.p1menu ul li {
	display: inline;
	}
.p1menu ul li a {
	display: table;
	#position: relative; /* hack for vertical centering */
	overflow: hidden;
	width: 160px;
	height: 83px;
	float: left;
	color: #93591f; /*text color*/
	font: bold 11px/15px verdana, sans-serif;
	padding: 0px 3px 0px 25px;
	border: 1px solid #cbbe9f;
	border-top: none;
	cursor: pointer;
	}
	
.one a {
     background: white url(http://www.compassion.com/html_import/Navigational-Players/speakers/button1T.jpg) bottom left no-repeat;
	 }
.two a {
     background: white url(http://www.compassion.com/html_import/Navigational-Players/speakers/button2T.jpg) bottom left no-repeat;
	 }
.three a {
     background: white url(http://www.compassion.com/html_import/Navigational-Players/speakers/button3T.jpg) bottom left no-repeat;
	 }

.p1menu ul li a div.linkholder { /* hack for vertical centering */
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	}
.p1menu ul li a div.linktext {
	width: 165px;
	text-decoration: underline;
	#position: relative;
	#top: -50%;
	}
.p1menu ul li a:visited {
	color: #93591f;
	}
.p1menu ul li a:hover, .p1menu ul li a.current {
	color: #eb6002 !important;
	background: white url(http://www.compassion.com/html_import/Navigational-Players/speakers/p1tab-arrow.gif) center left no-repeat;
	}
div.p1 {
	width: 415px;
	height: 250px;
	position: relative;
	margin: 0;
	background-color: #eeeeee;
	}
div.p1 div.caption {
	margin: 5px;
	padding: 6px;
	width: 390px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	border: 1px solid #6c6c6c;
	background-image:url(http://www.compassion.com/html_import/Navigational-Players/speakers/p1-caption-bg.png);
	color: white;
	}
* html body div.p1 div.caption { /* star hack for IE6 */
	background-image: none;
	background-color: black;
  }
div.p1 div.caption h3 {
	font-weight: bold;
	font-size: 16px;
	line-height:18px;
	margin: 0px 0px 3px 0px;
	}
div.p1 div.caption div.copy a {
	font-weight: bold;
	color: #fe822f;
	}

	
/* shared */
.tabcontent {
	display:none;
	}
@media print {
	.tabcontent {
		display:block !important;
		}
	}
