﻿/* navigation */
@charset "utf-8";
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
.tabsNew{
	 clear:both;
	 position:relative;
	 background:url(/img/design/pmc_bcgtabnews.jpg) left top no-repeat;
	 width:903px;
	 height:370px;
	 margin-left:2px;
	 margin-top:2px;
	 margin-bottom:12px;
	}
#nav {
	position:relative;
	float:right;
	/*background:#ddd url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png);*/
	/*height:156px;	*/
	width:312px;
	/*margin-top:-275px;*/
}

#nav ul {	
	width:312px;
	margin:0 auto;
	padding:0;
}

#nav li {	
	padding:0;
	width:311px;
	list-style-type:none;
	text-align:center;
	
}

#nav a {
	color:#333333;
	display:block;
	padding:0 17px;
	position:relative;
	word-spacing:2px;
	font-size:11px;		
	height:88px;
	text-decoration:none;
	background:url(/img/design/pmc_bcglinetadel.gif) center bottom no-repeat;
}	

#nav a.current {
	background:none;
	background:url(/img/design/pmc_liover_in.png) left top no-repeat;
}

#nav img {
	border:1px solid #ce98af;
	margin:10px 10px 5px 15px;
	padding:0;		
	display:block;
	float:left;
}

#nav strong {
	display:block;		
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	padding-top:15px;
}
#nav a.current strong{ color:#000;}
#nav a p.more{ text-align:left; color:#fff;}
#nav a p.more span{ color:#fff;}
#nav a.current p.more{text-align:left; color:#000;}
#nav a.current p.more span{color:#000;}
/* panes */
#statPart{
	position:relative;
	width:520px;
	float:left;
	margin:5px 0 0 30px;
	padding-top:10px;
	border-top:1px solid #dce8f4;
	}
*+html #statPart{margin:5px 0 0 30px;}	
#statPart ul{ position:relative; margin:0; padding:0; list-style:none; color:#36a0e5; font-size:11px;}
#statPart li{ position:relative; float:left; width:100px; text-align:left; padding:5px 0;}
#statPart li a{color:#36a0e5; }
#statPart li a img{ position:relative; float:left; margin:-4px 0 8px 0; padding-right:8px;}
#statPart p.link1, #statPart p.link2, #statPart p.link3{  position:relative; float:left; font-size:18px; font-weight:normal; margin-top:15px; text-align:center;}
#statPart p.link2 a, #statPart p.link3 a{ color:#808080;}
#statPart p.link1 a{ color:#0072bc;}
#statPart p.link1{ width:140px;}
#statPart p.link2{ width:210px;}
#statPart p.link3{ width:160px;}
#panes {
	/*background:#fff url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png) repeat scroll 0 0;*/
	width:585px;	
	height:260px;
	margin-bottom:-20px;
	padding-bottom:20px;
	float:left;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
	text-align:left;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	color:#444;	
	width:560px;
}
#panes p.image{ position:relative; float:left; width:250px; height:250px;}
#panes p.image img {
	float:left;
	border:1px solid #839cad;
}
#panes p.contentt{ position:relative; float:right; height:250px;}
#panes p.more {
	font-size:12px;
	color:#000;
}
#panes p.more a{color:#000;}
#panes p.more a:hover{ text-decoration:underline;}
#panes span.more{ font-size:12px;  color:#0879c2;}
#panes h3 {
	margin:0 0 15px 0;
	font-size:22px;
	font-weight:bold;
	line-height:1;
}
#panes p.comment{ position:absolute; bottom:20px; left:250px; width:150px; height:30px; text-align:left; color:#333; text-decoration:underline; font-size:11px;}
#panes p.comment2{position:absolute; bottom:20px; left:360px; width:150px; height:30px; text-align:left;}
#panes p.comment2 a{ color:#333; text-decoration:underline; font-size:11px;}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}
