/* CSS Document */
	body{
		font-family: Arial, Helvetica, sans-serif;
		margin:0px;
		padding:0px;
		height:100%;
		width:100%;
		line-height:130%;
		font-size:0.9em;
		text-align:center;
	}
	#pageContent{
		width:770px;
		margin:0 auto;
		text-align:left;
		border-left:1px solid #000;
		border-right:1px solid #000;
		background-color:#FFF;
	}
	#pageContent p{
		padding-left:10px;
		padding-right:10px;
	}
	#pnc_progressPane{
		width:100%;
		height:2000px;
		background-color:#000;
		z-index:5000;
		position:absolute;
		left:0px;
		top:0px;
		
	}
	#pnc_progressBar_bg{
		position:absolute;
		left:150px;
		top:20px;
		width:300px;
		height:20px;
		border:1px solid #ff3737;
		background-color:#ffcc03;
		margin-left:-150px;	
		margin-top:-20px;
		text-align:center;
	}
	#pnc_progressBar_outer{
		position:absolute;
		left:0px;
		top:0px;
		width:0px;	
		height:100%;
		overflow:hidden;	
	}
	
	#pnc_progressBar{
		position:absolute;
		left:0px;
		top:0px;
		width:300px;
		background-color:#9b0c0e;
		filter: Alpha(Opacity=0, FinishOpacity=100,Style=1,StartX=0, StartY=0, FinishX=200,FinishY=20) ;
		height:100%;
		z-index:5000;
	}
	#pnc_progressBar_txt{
		color:#000;
		z-index:10000;
		width:100%;
		height:100%;
		left:0px;
		top:0px;
		position:absolute;		
		font-family:arial;
		font-size:0.8em;
		line-height:20px;	/* Same as height of progress bar */
	}
.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #4d4d4b;
text-decoration: none; 
color: #fff;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #ffcc03;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #ffcc03;
color: #ff3a31 !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color:#4d4d4b;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}
.contentslide{
width: 650px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.slide_paginate{
width: 650px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
height:20px;
}

* html .slide_paginate{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 650px; /*IE5 width*/
w\idth: 650px; /*IE6 width*/
}

.slide_paginate a{
text-decoration: none; 
color: #929292;
background-color: #4d4d4b;
border:#949494 solid 1px;
padding:0 4px 0 4px;
}

.slide_paginate a:hover, .slide_paginate a.selected{
color: #ffcb03;
border:#ffffff solid 1px;
text-decoration: none; 
}
.slide_paginate a.active{
color: #ffcb03;
border:#ffffff solid 1px;
text-decoration: none; 
}