@charset "UTF-8";


#breadCrumbBar{
	position:relative;
	width:964px;
	height:15px;
	margin:0;
	padding:10px;
	clear:both;
	}
#pdfBox{
	position:absolute;
	right:1px;
	top:0;
	width:200px;
	height:20px;
	padding:10px 5px 5px 5px;
	background-image: url(../images/general/blueGradient.gif);
	background-repeat: repeat-x;
	background-position: -100px;	
	}

#releaseListBox{
	position:relative;
	width:200px;
	float:left;
	overflow:visible;
	z-index:1000;
		}
		
#releaseBox{
	position:relative;
	width:722px;
	float:left;
	padding: 0 20px 0 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	min-height:500px;
	margin-bottom:10px;
	}

.releaseList{
	list-style-type: none;
	margin:10px 0 10px 0;
	padding:0;
	overflow:visible;
	width: 190px;
	position:relative;
}
.release{


	}

li.release a{
	font-size:1em;
	line-height:1.25em;
	width:189px;
	margin: 0;
	padding:5px;
	position:relative;
	left:1px;
	display:block;
		
	}
li.release a:hover{
	color:#42AAB4;
	
	}
li.release a.active{
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #FFF;
	border-bottom-color: #999;
	border-left-color: #999;
	z-index:1000;
	background-color:#FFF;
	}

li.release a span.prReleaseDate{
	text-decoration:none;}

/*Text Formatting*/
.prIntroHead{
	margin:0;
	padding:0;
	font-size:.85em;
	font-weight:bold;
	}

.prReleaseDate {
	font-size: .85em;
	color: #333;
	margin:0 0 15px 0;
	padding:0;
}

.prContactHead{
	margin:0 0 5px 0;
	padding:0;
	font-size:.85em;
	font-weight:bold;}
	
.prContactName{
	margin:0;
	padding:0;
	font-size:.8em;
	color:#333333;
	line-height:1.5em;
	}
.prContactInfo{
	margin:0 0 0 0;
	padding:0;
	font-size:.8em;
	color:#666666;
	line-height:1em;
	}
	
h1.prTitle{
	margin: 30px 0 5px 0;
	padding:0;
	}
h2.prSubTitle{
	font-size: 1.25em;
	color:#666666;
	font-weight:400;
	margin: 0 0 40px 0;
	padding:0;
}
.prBodyText{
	font-family:Helvetica, Arial, sans-serif;
	font-size:.85em;
	line-height:1.5em;
	color:#333333;
	margin: 0 0 10px 0;
	padding:0;}
	
.prBodySubHead{
	font-size: .85em;
	font-weight:bold;
	margin: 0;
	padding:0;}
	
.prNotes{
	margin:0 0 10px 0;
	padding:0;
	font-size:.75em;
	color:#666666;
	line-height:1em;}
	
/*Links*/

a:hover{color:#42AAB4;}

.prContactInfo a:hover{
	color:#42AAB4;
	}

#breadCrumbBar a{
	color: #999;
	font-size:.8em;
	font-style:italic;
	text-decoration:none;
	}
#breadCrumbBar a:hover{
	color:#42AAB4;
	}
	
a.prPDFLink{
	line-height:16px;
	padding-right: 40px;
	background-image: url(../images/general/ACP_PDF_A.png);
	background-repeat: no-repeat;
	background-position: right;
	}

a.prPDFLink:hover{
	background-image: url(../images/general/ACP_PDF_A-over.png);
	}