/*
	PRF colors:
	#4164A8 prf search button blue
	#213453 prf top bar navy
	#0054A6 prf logo blue
*/

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:after {
    clear: both;
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: "Segoe UI","Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
}
body .printfriendly {
	display: none;
	}
	body.paper .printfriendly {
		float:right;
		display: inline-block;
		font-size: 10px;
		font-weight: bold;
		position: relative; 
		right: 10px; 
		top: 0; 
		width: auto; 
		text-align: right; 
		text-transform: uppercase;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		}
		body.paper .printfriendly a, body.paper .printfriendly a:visited, body.paper .printfriendly a:active, body.paper .printfriendly a:focus, body.paper .printfriendly a:hover  {
			text-decoration: underline;
			display: inline-block;
			height: auto;
			padding: 4px 6px;
			}
			body.paper .printfriendly a img {
				display: inline-block;
				margin-right: 5px;
				width: 16px;
				height: auto;
				}	
.col {
	display: inline;
	float:left;
	}
	.three {
		width: 75%;
		}
		.one {
			width: 25%;
			}
			.one .stories, .one .features { margin-right: 20px; }
			
iframe { 	
	width: 640px;
	height: 360px;
	}
	


p, ul, ol, li {
	line-height: 1.52em;
	margin-bottom: 1.32em;
}
ul li { 
	list-style: none !important;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
sup, sub {
    font-size: 70%;
	}
	sup {
		top: -0.2em;
	}
	sub {
		bottom:0
	}
input, select, textarea {
	padding:0;
	font:100% Arial, Helvetica, sans-serif;
}
img{border:0;}
a{
	color:#4182a2;
	text-decoration:none;
}
a:visited { color: #414aa2; }
a:hover{text-decoration: underline;}
.nowrap { white-space: nowrap; }
/* navbar */
.top_nav {
	background: #f4f4f4;
	height: 30px;
	margin: 10px auto 0;
	position: relative;
	z-index: 20;
	clear:both;
	border-bottom: 4px solid #ccc;
	}
	
#nav {
	padding: 0;
	margin:0;
	list-style: none;
	height:1%;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	line-height:14px;
	position:relative;
	z-index:20;
	}
	
	#nav li{
		position:relative;
		float:left;
		margin:0 0 0 0;
		height: 31px;
		}
		#nav li:first-child {
			margin-left: 5px;
		}
		#nav li a{
			float:left;
			line-height: 1.2;
			padding: 10px 15px;
			display: inline-block;
			}			
		#nav li a:hover{text-decoration:none;}
		#nav li:hover {
			height: 30px;
			background-color:#e8e8e8;
			border-bottom: 4px solid #4369a5;
			}
			#nav li:hover .drop {
				display:block;
				}
			.drop{
				position:absolute;
				top:30px;
				left:0;
				width:147px;
				display:none;
				background-color: #f4f4f4;
				padding-bottom: 3px;
				-moz-box-shadow: 2px 3px 5px #4C5661;
				-webkit-box-shadow: 2px 3px 5px #4C5661;
				box-shadow: 2px 3px 5px #4C5661;
				/* For IE 8 */
				/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#C5661')";*/
				/* For IE 5.5 - 7 */
				/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#C5661');*/
				z-index:9996;
				}
				#nav li .drop ul{
					margin: 0;
					padding: 8px 7px 0 6px;
					list-style: none;
					z-index:9997;
					}
				#nav li .drop li{
					float:none;
					margin:0 0 1px;
					background:none;
					vertical-align:top;
					height:1%;
					z-index:9998;
					}
					#nav li:hover .drop li {
						border-bottom: none;
						}
					#nav li .drop li a{
						float:none;
						display:block;
						padding:5px 10px;
						position:relative;
						z-index:9999;
						}
						#nav li .drop li a:hover{
							background-color:#e8e8e8;
							}

#prf-main {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#prf-content {
	background-color: #fff;
	z-index: 2;
	}
	

	#prf-content .prf_content {
		text-align: left;
		background-color: #FFF;
		margin: 0 20px;
		padding: 10px 0 15px 0;
		display: block;
		z-index: 5;
		}
		#prf-content .prf_content h2 {
			font-family: "Segoe UI", "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size: 2.4em;
			font-weight: normal;
			color: #0054A5;
			padding: 0 0 0.25em 0;
			background: transparent url(../images/prf-flame.png) 20% 70% no-repeat;
			border-bottom: 1px solid #D39E00;
			display: block;
			z-index: 6;
			}
				#prf-content .prf_content h2 span {
					display: block;
					font-weight: normal;
					font-size: 0.5em;
					margin-top: 15px;
					line-height: 1.2em;
					}
					#prf-content .prf_content h2 span.reporttitle,
					#prf-content .prf_content h2 span.reportnum,
					#prf-content .prf_content h2 span.mainheader {
						margin-top: 0;
						}
					#prf-content .prf_content h2 span.reporttitle {
						font-weight: normal;
						font-size: 1em;
						margin-right: 20px;
						}
				#prf-content .prf_content h2#reportheader {
					font-size: 1.2em;
					padding-top: 10px;
					border-bottom: 1px solid #3A5E9E;
					}
					
					h2#reportheader span {
						display: block;
						}
						h2#reportheader span.mainheader {
							font-size: 1.75em;
							line-height: 1.25em;
							}
						h2#reportheader span.reportnum {
							font-size: 1em;
							font-weight: bold;
							padding: 5px 0;
							}
			#prf-content .prf_content h3 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1.4em;
				font-weight: bold;
				color: #3A5E9E;
				padding: 1.15em 0 0.25em 0;
				}
				#prf-content .prf_content h3 span {
					display: block;
					font-weight: normal;
					font-size: 0.7em;
					line-height: 1.3em;
					}
			#prf-content .prf_content h4 {
				font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
				font-size: 1em;
				font-weight: normal;
				margin-bottom: 5px;
				padding-bottom: 2px;
				border-bottom: 1px solid #ddd;
				}
			#prf-content .prf_content h5 {
				font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
				font-size: 0.8em;
				text-transform: uppercase;
				font-weight: normal;
				}
#prf-main .sidebarfade {
	padding-bottom: 30px;
	}
#prf-sidebar {
	margin-top: 15px;
	}
	#prf-sidebar .stories a, #prf-sidebar .stories a:hover {
		text-decoration: none;
		}
	#prf-sidebar .stories .storytype {
		height: 74px;
		position: relative;
		text-align: right;
		font-size: 9px;
		color: #666;
		margin:10px 0 0 0;
		padding:0;
		}
	#prf-sidebar h3.sb_header {
		text-align: left;
		border-top: 2px solid #009fdd;
		background-color: white;
		margin: 5px 0 10px 0;
		padding: 10px 0;
		font-size: 24px;
		font-weight: normal;
		color: #000;
		}
		#prf-sidebar .sb_header a,
		#prf-sidebar .sb_header a:hover,
		#prf-sidebar .sb_header a:link,
		#prf-sidebar .sb_header a:focus,
		#prf-sidebar .sb_header a:active,
		#prf-sidebar .sb_header a:visited {
			text-decoration: none;
			display: inline-block;
			padding: 2px 4px 4px 4px;
			color: #246eb4;
			}
			#prf-sidebar .sb_header a:hover {
				color: #246eb4;
				text-decoration: none;
				background-color: #f4f4f4;
				}
		#prf-sidebar h3.sb_header a, #prf-sidebar .sb_story, #prf-sidebar .holder {
			display: block;
		}
		#prf-sidebar .sb_story, #prf-sidebar .holder {
			-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
			-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
			box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
			/* For IE 8 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000')";
			/* For IE 5.5 - 7 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000');
		}
		#prf-sidebar .sb_story {
			position: absolute;
			top:0;
			left:0;
			text-align: left;
			font-size: 16px;
			font-weight: bold;
			color: #fff;
			width: 100%;
			height: 72px;
			overflow: hidden;
			border: 1px solid #3B4F63;
			margin: 0 auto 5px auto;
			-webkit-border-radius: 0 50px 0 0;
			-moz-border-radius: 0 50px 0 0;
			border-radius: 0 50px 0 0;
			}
			#prf-sidebar .sb_story div.sb_title { 
				margin: 3px 15px 2px 10px;
				color: #fff;
				text-shadow: 2px 2px 2px #000;
				}
			#prf-sidebar .sb_story div.sb_name { 
				margin: 0px 10px 4px auto;
				color: #fff;
				font-size: 14px;
				text-align: right;
				text-shadow: 2px 2px 2px #000;
				}
				
			#prf-sidebar .story_ND {
				background: #346 url(../media/img/banner_ND.png) no-repeat 90% 0%;
				}
			#prf-sidebar .story_UNI {
				background: #473 url(../media/img/banner_UNI.png) no-repeat 96% 17%;
				}
			#prf-sidebar .story_UR {
				background: #a71 url(../media/img/banner_UR.png) no-repeat 73% 32%;
				}
			#prf-sidebar .story_DNI {
				background: #722 url(../media/img/banner_DNI.png) no-repeat 67% 47%;
				}
#prf-sidebar .holder {
	position: relative;
	background-color: #FFF;
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #3B4F63;
	text-align: center;
	height: auto;
	}
	#prf-sidebar .holder a {
		display: block;
		border:none;
		width:95%;
		height:auto;
		text-align: center;
		margin: 0 auto;
		padding:0;
		}
		#prf-sidebar .holder a img {
			width: 100%;
			height:auto;
			}
			
/* feature reports rotator */
div.rotator {
	position:relative;
	height:340px;
	}
	@media screen and max-width(1180px); 
	div.rotator ul {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		}
	div.rotator ul li {
		float:left;
		position:absolute;
		list-style: none;
		margin:0 auto;
		padding:0;
		top:0;
		width: 100%;
		}
		div.rotator ul li img {
			padding: 0;
			background: #FFF;
			}
		div.rotator ul li.show {
			z-index:500;
			}		
		div.rotator ul li a.rotating-item {
			display: inline-block;
			top: 8px;
			left: 8px;
			}

.visuallyhidden {
	display: none;
}

.prf_content .prf_button {
	display: inline-block;
	padding: 6px 0px;
	margin: 0.8em 1em 0.8em 0;
	background: #246eb4 url(../images/menubg.jpg) repeat-x 0 -1px;
	max-height: 31px;
	text-align: center;
	width: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.prf_content .prf_button a {
	padding: 6px;
	color: #FFF;
	font-weight: bold;
}
.prf_content .prf_button a:hover {
	background: #4187CB url(../images/menubg_hi.jpg) repeat-x 0 -1px;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Feature and Story Landing pages */
.prf_content div.FRlanding, .prf_content div.RSlanding {
	display: inline-block;
	float:left;
	clear: right;
	width: 47%; 
	padding:0;
}
.prf_content div.FRlanding {
	border-top: 5px solid #EFF2FF;
}
.prf_content div.RSlanding {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;

}
.prf_content .FRlanding.left {
	clear: left;
	margin: 20px 0 0 0;
	margin-right: 5%;
}
.prf_content .FRlanding.right {
	margin: 20px 0 0 0;
}
.prf_content .RSlanding.left {
	clear: left;
	margin: 20px 0;
	padding: 0;
	width: 47%;
	margin-right: 5%;
	min-height: 40em;
}
.prf_content .RSlanding.right {
	margin: 20px 0;
	padding: 0%;
	width: 47%;
	min-height: 40em;
}
.prf_content .FRimage, .prf_content .RSimage {
	float: right;
	margin: 5px 0 5px 5px;
	}
	.prf_content .FRimage.FR6 {
		margin-top: -50px;
	}

#prf-content .prf_content .FRlanding h3 {
	color: #000;
}
.prf_content .FRlanding p, .prf_content .FRlanding h4, .prf_content .RSlanding p, .prf_content .RSlanding h4 {
	margin-top: 1em;
}
.prf_content .RSlanding p a {

}
.RSlanding p a:link, .RSlanding p a:visited, .RSlanding p a:active, .RSlanding p a:hover {
	display: block;
	padding: 1px 10px;
	margin: 1px 0;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	-webkit-border-radius: 0 0 20px 0;
	-moz-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
}
	.RSlanding.ND p a {
		background-color: #346;
	}
	.RSlanding.UNI p a {
		background-color: #473;
	}
	.RSlanding.UR p a {
		background-color: #a71;
	}
	.RSlanding.DNI p a {
		background-color: #722;
	}

#prf-content .prf_content .RSlanding h3 {
	text-align: right;
	color: #FFF;
	-webkit-border-radius: 0 0 0 30px;
	-moz-border-radius: 0 0 0 30px;
	border-radius: 0 0 0 30px;
	padding: 10px;
	margin: 0;
}
#prf-content .prf_content .RSlanding h3 a{
	text-decoration: none;
	color: #FFF;
}
#prf-content .prf_content .RSlanding h3 a:hover {
	text-decoration: none;
	color: #FFF;
}
#prf-content .prf_content .RSlanding.ND h3 {
	background: #346 url(../media/img/banner_ND.png) 95% 5% no-repeat;
}
#prf-content .prf_content .RSlanding.UNI h3 {
	background: #473 url(../media/img/banner_UNI.png) 91% 47% no-repeat;
}
#prf-content .prf_content .RSlanding.UR h3 {
	background: #a71 url(../media/img/banner_UR.png) 94% 5% no-repeat;
}
#prf-content .prf_content .RSlanding.DNI h3 {
	background: #722 url(../media/img/banner_DNI.png) 86% 28% no-repeat;
}
.RSlanding small { display: block; color: #666; margin-bottom: 3px; }
#prf-content .prf_content .RSlanding h4.RStitle { font-weight: bold; clear: right; }

/* Grants.html */
#GrantTypeList, .grants table {
	margin: 15px 10px 15px 70px;
	}
	.grants table td, .grants table th {
		padding: 0 10px 5px 0;
		vertical-align: top;
		}
		.grants table th {
			font-weight: bold;
			}
		
#GrantTypeList em {font-style:normal;}
#GrantTypeList .nd {color:#800000;}
#GrantTypeList .ur {color:#396;}
#GrantTypeList .dni {color:#90C;}
#GrantTypeList .uni {color:#36F;}
#GrantTypeList .sumr {color:#FF0066;}
#GrantTypeList .se {color:#229191;}
#GrantTypeList .ufs {color:#FF6600;}

#GrantTypeList h4 { font-size: 1.6em; }

/* Graphical TOC */

.types-box{padding:0;}
.types-box strong{
	display:block;
}
.types-box ul{
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
	overflow:hidden;
	height:1%;
	color:#fff;
	text-transform:uppercase;
	line-height:15px;
}
.types-box ul li {
	float: left;
	padding: 0;
	margin-right: 0.5%;
	text-align: center;
	white-space: nowrap;
	width: 24.5%;
}
.types-box ul li strong{
	background-color: #4187CB;
	color: #FFF;
	font-weight: normal;
	padding:4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.types-box ul li span { padding:0 3px; }
.types-box ul li a { color:#fff; }
.types-box ul li a:hover { background-color: #0054A5 }
.paging {
	margin: 0 4px 6px 1px;
	padding: 7px 1px 0 1px;
	list-style: none;
	overflow:hidden;
	height:1%;
	border-top:1px solid #d7d7d7;
}
.paging li { float:left; }
.paging li.prev a {
	padding:0 0 0 10px;
}
.paging li.next { float:right; }
.paging li.next a {
	padding:0 11px 0 0;
}
#toclist .TOC {
	display: none;
	}
#toclist .boxes { 
	padding: 0 0 2px 0;
	}
#toclist .boxes h3,
#prf-content .prf_content #toclist .boxes h2  {
	margin:0 0 0.25em 0;
	}
.report-box{
	border:1px solid #dedede;
	margin:0 0 16px;
}
#toclist .report-box .heading{
	background:#eee;
	padding:17px 16px;
}
#prf-content .prf_content #toclist .report-box  h3.heading {
	color:#333;
	font-size:1em;
	display:block;
	font-weight:bold;
	line-height:1.5em;
}
#toclist .report-box .heading .name{
	font-size:1em;
	font-weight:normal;
	line-height:1.4em;
}
.report-box .holder{
	padding:27px 0 18px;
}
.report-box .holder img{
	display:block;
	margin:0 auto;
}
.report-box .bar{
	background:#eee;
	overflow:hidden;
	height:1%;
	padding:10px 6px 8px;
}
.report-box .bar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float:right;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
}
.report-box .bar ul li{
	float:left;
	background: url(../images/separator-report.gif) no-repeat 0 3px;
	padding:0 8px 0 12px;
	margin:0 2px 0 -2px;
}
#toclist .types-box ul li span a:link, #toclist .types-box ul li span a:visited, #toclist .types-box ul li span a:active {
	text-decoration:none;
	color:#fff;
}
#toclist .types-box ul li span a:hover {
	text-decoration:underline;
	color:#fff;
}
#toclist .report-box .holder {
	text-align: center;
}
#toclist .report-box .holder img {
	padding: 0;
	width: auto;
	max-width: 90%;
	height: auto;
	margin: 15px auto;
}

/* REPORT STYLES */

.paper .abstract table, .paper .abstract th, .paper .abstract td {
	/*border: 1px solid #CCC;*/
}
.paper .abstract table.noborder, .paper .abstract .noborder th, .paper .abstract .noborder td {
	border: 0 none;
}
.paper .abstract th, .paper .abstract td {
	padding: 3px;
}
.paper .abstract th p, .paper .abstract td p {
	margin: 2px 0;
}
.paper div.abstract, .paper .abstract p { 
	line-height: 1.7em; 
	margin: 0 0 1em 0;
}
.paper .abstract ul {
	list-style-type: disc !important;
	line-height: 1.7em; 
	margin: 0 0 1em 0.5em;
	}
	.paper .abstract ul li {
		list-style-type: disc !important;
		margin-left: 1em;
		padding-left: 0.5em;
		}
.paper .abstract ol {
	list-style-type: decimal !important;
	line-height: 1.7em; 
	margin: 0 0 1em 0.5em;
	}
	.paper .abstract ol li {
		list-style-type: decimal !important;
		margin-left: 1em;
		padding-left: 0.5em;
		}
.paper img.documentimage {
	padding: 5px 0;
	max-width: 100%;
	height: auto;
	display:block;
	clear:both;
	position:relative;
	border:0px solid #fff;
}
.paper span.inline img.documentimage {
	display: inline;
}

body.paper p#author {
	font-size: 14px;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #CCCCCC;
}

/* INDEX LIST STYLES */

.alphalist { margin: 10px 0 35px; }

.alphalist span {
	width: 1.2em;
	text-align: center;
	word-spacing: 0.3em;
	white-space: nowrap;
	margin:0;
	padding:0;
	display: inline-block;
	}
	
.alphalist a:link, .alphalist a:active, .alphalist a:visited {
	background-color: #E8E8E8;
	padding: 2px;
	text-decoration: none;
	display: inline-block;
}
.alphalist a:hover {
	word-spacing: 0.3em;
	background-color: #E8E8E8;
	white-space: nowrap;
	padding: 2px;
	text-decoration: underline;
}
.ReportsbyTitle li.granttitle {
	clear: left;
	padding: 4px 0;
	margin: 0;
	border-bottom: 1px dashed #CCCCCC;
}
.affiliationindex .item, .authorindex .item {
	clear: left;
	padding: 4px 0;
	margin: 0;
	border-bottom: 1px dashed #CCCCCC;
}
.affiliationindex .item .affiliation, .authorindex .item .author {
	font-weight: bold;
	margin: 0 0 6px 0;
}
.affiliationindex .item .affiliationentries, .authorindex .item .grants {
	margin: 0 0 6px 30px;
	}
.ReportsbyTitle .indexlist .grantnum, .affiliationindex .item .affiliationentries .grantnum, .authorindex .item .grants .grantnum {
	font-style:italic; 
	color: #666666;
}

/* CITATION STYLES */

p {}
.citation {}
.citationname {}
.citationarttitle {}
.citationtitle {
	font-style: italic;
}
.citationyear {
	font-weight: bold;
}
.citationvol {
	font-style: italic;
}
.citationprimaryauthor { text-transform: uppercase; }
.issue {}
.citationpages {}

/* Story pages */
body.story #prf-content .prf_content {
	padding-top: 0;
}
	
body.story_ND #prf-content .prf_content .storyheader  {
	background: transparent url(../media/img/banner_ND.png) left top no-repeat;
}
body.story_UNI #prf-content .prf_content .storyheader  {
	background: transparent url(../media/img/banner_UNI.png) left top no-repeat;
}
body.story_UR #prf-content .prf_content .storyheader  {
	background: transparent url(../media/img/banner_UR.png) left top no-repeat;
}
body.story_DNI #prf-content .prf_content .storyheader  {
	background: transparent url(../media/img/banner_DNI.png) left top no-repeat;
}
body #prf-content .prf_content .storyheader  {
	display: block;
	position: relative;
	padding: 0;
	margin: 0px 0px 20px -40px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius:  6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border: none;
	border-top: 3px solid #fff;
	}

	body #prf-content .prf_content .storyheader .subheader {
		position: absolute;
		top:0;
		left:0;
		width: auto;
		height: 32px;
		background-color: #fff;
		-webkit-border-radius: 0 0 50px 0;
		-moz-border-radius: 0 0 50px 0;
		border-radius: 0 0 50px 0;
		border-width: 0 1px 1px 0;
		border-color: #555;
		border-style: solid;
		color: #333;
		padding: 8px 30px 8px 18px;
		font-size: 16px;
	}
		body.story_ND #prf-content .prf_content .storyheader .subheader,
		#prf-content .prf_content .RSlanding.ND .RSlanding_subtitle { 
			color: #346; }
		body.story_UNI #prf-content .prf_content .storyheader .subheader,
		#prf-content .prf_content .RSlanding.UNI .RSlanding_subtitle { 
			color: #473; }
		body.story_UR #prf-content .prf_content .storyheader .subheader,
		#prf-content .prf_content .RSlanding.UR .RSlanding_subtitle { 
			color: #a71; }
		body.story_DNI #prf-content .prf_content .storyheader .subheader,
		#prf-content .prf_content .RSlanding.DNI .RSlanding_subtitle { 
			color: #722; }

body.story #prf-content .prf_content h2#mainheader {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	padding: 80px 0 0 0;
	margin: 0px 40px 0 40px;
	border-bottom: 1px solid #3A5E9E;
	}

	body.story #prf-content .prf_content h2#mainheader span {
		display: block;
		font-weight: normal;
		font-size: 18px;
		color: #444;
		text-align: left;
		padding-top: 15px;
	}
		body.story #prf-content .prf_content h2#mainheader span.personinfo {
			display: block;
			font-weight: normal;
			font-size: 12px;
			color: #666;
			text-align: right;
			padding-top: 25px;
		}
		h2#mainheader span.personinfo img, .prf_content .RSimage {
			float:right;
			margin: -25px 0 10px 10px;
			padding: 3px;
			border: 1px solid #ccc;
			background-color: white;
			display: block;
			}
			body.stories h2#mainheader span.personinfo img, .prf_content .RSimage {
				margin-top: 10px;
				}
body.story  .storypic {
	float:left;
	margin: 5px 15px 5px 0;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: white;
	display: block;
	font-size: 0.85em;
	font-style: italic;
	max-width: 48%;
    margin-right: 2%;
    height: auto;
    box-sizing: border-box;
}
	body.story .storypic img {
		max-width: 100%;
		height: auto;
	}
	body.story  .storypic  span {
		display: block;
		width: auto;
		padding: 3px 0;
	}
body.story p.storybio {
	padding-top: 1em; 
	margin-top: 1em; 
	border-top: 1px solid #CCC; 
	font-style:italic;
}
body.story blockquote {
	width: 250px;
	padding: 13px 16px 26px 32px;
	margin: 6px 10px 14px 12px;
	font-family: "Segoe UI","Lucida Grande",Arial,sans-serif;
	font-style: italic;
	border-top: 1px dotted #B6B062;
	border-bottom: 1px dotted #B6B062;
	color: #6E6D35;
	float: right;
	background-image: url(../images/block-quote.jpg);
	background-position: 0 8px;
	background-repeat: no-repeat;
	font-size: 120%;
}
body.story .credit {
	text-align: right;
	font-style: italic;
	}

@media (max-width: 1080px) {
	div.rotator { height: 320px; }
}
@media (max-width: 980px) {
	iframe {
		width: 480px;
		height: 270px;
		}
	html, body {
		background: #fff;
	  }

	  .container {
		width: 100%;
		min-width: inherit;
		background: none;
	  }
	  .banner a {
		font-size: 16px;
		}
		.three { width: 72%;}
		.one { width: 28%; }
}

@media (max-width: 840px) {
	.banner a {
		display: none;
		}
	.three { width: 70%;}
	.one { width: 30%; }
	#prf-sidebar {
		margin: 15px 0px;
		}
	div.rotator { height: 300px; }
}

@media (max-width: 760px) {		
	iframe { 	
		width: 320px;
		height: 180px;
	}

	#global-banner {display:none;}	
	#nav {
		margin: 0px;
	}	
					
	.menu {
		display:block;
		position:relative;
		top:0;
		left:0;
		height: 30px;
		padding:5px;
		text-align:left;		
	}
		.menu .SF {
			float: right;
			margin: 2px 10px 2px 0;
		}
			.menu .SF a {
				display: inline-block;
				margin-left: 20px;
			}
			
	#nav {
		font-size: 9px;
	}
	.breadcrumb {
		display: none;
	}
	
	#prf-main .three, #prf-main .one {
		width: 100%;
	}
	
	#prf-content {
		margin: 0 10px 0px 0px;
	}
		#prf-content .prf_content {
			margin: 0;
		}
			
	#prf-main .sidebarfade,  #prf-main .sidebarfade {
		}
		
	#prf-sidebar {
		margin: 0;
		width: 180px;
		}
	.prf_content .RSlanding.right,
	.prf_content .RSlanding.left {	
		min-height: auto;
	}
	.sb_story div.sb_name {
		margin: 10px 10px 4px auto;
		}
					
	#prf-sidebar .holder {
		margin: 5px auto;
		height: auto;
		}
	#prf-sidebar .holder a {
			width: 200px;
			height: auto;
			}		
			
	.one .stories, .one .features {
		margin-right: 0;
		} 	
	body #prf-content .prf_content .storyheader .subheader {
		padding: 8px 30px 8px 40px;
		}
	.features {
		margin-right: 20px;
		}
		.holder {
			width: 220px;
			margin: 10px auto 0 auto;
			height: 300px;
		}
		div.rotator {
			height: 300px;
		}
	#search {
		position: static;
		clear: left;
		padding: 0 0 0 14px;
		background-color: transparent;
		width: 96%;
	}
		#search form {
			margin: 0;
		}
			#search input#searchsite {
				background: white none;
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
				border-radius: 20px;
				margin-bottom: 6px;
				margin-left: -6px;
				width: 96%;
			}
			#search input[type="image"] {
				display: none;
			}

	.prf_content div.FRlanding, .prf_content div.RSlanding {
		width: 100%;
	}
		.prf_content .RSlanding.left {
			padding: 0;
			margin-right: 0;
			width: 100%;
		}
		.prf_content .RSlanding.right {
			padding: 0;
			width: 100%;
		}			
			
}

@media (max-width: 640px) {
	iframe { 	
		width: auto;
		height: 100%;
	}	
	body #global-banner {
			display: none;
			}
	.three, .one {
		width: 100%;
		}
		
		#prf-hd {
			width: auto;
			height: auto;
			margin: 0;
		}
	.breadcrumb {
		display: none;
	}
	.top_nav {
		height: 2.5em;
	}
	#nav {
		margin: 0px;
	}
	#nav li {
		height: auto;
		width: 19%;
	}
	#nav li li {
		width: 100%;
	}
	#nav li a {
		float: left;
		line-height: 1.4;
		padding: 0.2em;
		height: 4em;
		display: inline-block;
		}
			
	#prf-content .prf_content h2#reportheader {
		margin: 0 -20px;
		padding: 15px 20px 5px;
	}
	.stories {
		text-align:center;
		margin: 0 auto; 
		margin-top: 15px;
		}
		.stories .sb_header a {
			width: 100%;
		}
		.stories .storytype {
			display: inline-block;
			padding: 0;
			margin: 10px 8px 0 8px;
			width: 220px;
			}
			body.start .stories .storytype {
				width: 100%;
			}
		
	div.rotator ul li a.rotating-item {
		top: 15px;
		left: 15px;
	}
				
	body.paper .printfriendly {
		display: none;
	}
			
}

@media (max-width: 360px) {
			
	iframe { 	
		width: auto;
		height: 100%;
	}	

	#prf-sidebar .holder {
		height: auto;
		margin: 15px auto;
	}
}
/*  END OF MEDIA QUERIES */	

