Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
Sketch2Code / 16150.html
RyanLi0802's picture
Uploaded Sketch2Code Files
a01128b verified
raw
history blame
51.3 kB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "">
<html xmlns="">
<head>
<style>
<!--
body {
padding: 0px;
height:100%; /* this is the key! */
background:#364267 url(../images/BodyBGrd.gif) repeat-x ;
background-attachment: fixed;
text-align:left;
/* font-family:Verdana, Arial, Helvetica, sans-serif; */
font-family:"Times New Roman", Times, serif;
font-size: 15px;
color: black;
border-top:7px solid #cdb380;
}
#banner {
width: 950px;
height: 235px;
background: url('../images/homebackgroundtest1.png') top left no-repeat;
padding-top:2px;
padding-right:60px;
position:absolute;
top:0; left:0;
}
#SOHP {
position: absolute;
left: 0px;
top: 25px;
width: 133px;
height: 105px;
background-color: transparent;
background-image: url("../images/crest.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 50% 50%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
font-size: 24px;
font-family: "Times New Roman",Times,serif;
font-style: italic;
font-weight: normal;
text-align: center;
margin-left: 0pt;
padding-left: 0pt;
}
#SignOral, #SignOral a, #SignOral a:hover, #SignOral a:visited {
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size: 11px;
color: #CDB380;
padding-top: 5px;
top:125px;
width: 133px;
position:absolute;
text-align: center;
}
#CaseStudy {
font-family:"Arial Narrow", Arial; font-stretch: condensed;, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
color: #ffffff;
border-top: 1px #ffffff dotted;
top:147px;
left:15px;
position:absolute;
text-align: center;
width: 105px;
}
#mainnav {position:absolute; text-align:left; top:75px; left:140px; width: 765px;}
#topnav {position:absolute; text-align:right; top:2px; right:110px;}
#pagetitle, .pagetitle {
width: 774px;
height:45px;
background-image:url(/images/pagetitle.png);
margin: 25px 45px 0 140px;
text-align:justify;
font-size: 33px;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif; font-stretch: condensed;
font-weight: 800;
color: #CDB380;
word-spacing: -1px;
letter-spacing: -1px;
text-shadow: #020330 3px 3px 3px;
line-height: 39px;
text-transform:uppercase;
border-bottom: #ffffff 1pt dotted;
}
#mainnav p, #topnav p, #topnav a, #topnav a:visited {
font-family:"Arial Narrow", Arial; font-stretch: condensed;, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
color:white;
text-transform:uppercase;
line-height: 2em;
margin-bottom:-8px;
}
#MainNavTitles {
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
font-stretch: condensed;
font-size: 18px;
font-weight: 900;
color: #fff;
text-transform:uppercase;
margin-top: 10px;
}
#topnav p, #topnav a, #topnav a:visited {font-size:11px; letter-spacing:1px;}
#wrap {
width: 960px;
padding-top:197px;
position:relative;
margin:0 auto;
/* background: url('../images/minotheaderbottom.gif') bottom left no-repeat;
margin-bottom:20px; */
}
/*
#toc {
position:fixed;
top:189px;
left:10px;
width:170px;
background-color:white;
padding:10px;
border: 1px solid #999999;
}
*/
#toc {
position:absolute;
top:197px;
left:0px;
width:185px;
background-color:#cdb380;
padding:10px;
z-index:1000;
}
#tocright {
position: absolute;
top:230px;
right:-5px;
width:170px;
background-color:#cdb380;
padding:10px 15px 10px 25px;
z-index:2;
border: 1px solid #F7E4C5;
-moz-border-radius: 0px 6px 6px 0px;
border-radius: 0px 6px 6px 0px;
-moz-box-shadow: 0 0 8px 8px rgba(17, 18, 66, 0.8);
-webkit-box-shadow: 0 0 8px 8px rgba(17, 18, 66, 0.8);
box-shadow: 0 0 8px 8px rgba(17, 18, 66, 0.8);
}
#content {
position:relative;
z-index:10;
padding:40px;
margin-bottom: 20px;
}
.narrow {width:475px;}
.wide {width:675px;}
.wider {width:650px;}
.left {left:0;}
.right {left:195px;}
.full-alt { width: 825px; }
.full {width:880px;}
.whitebg {
background-color: #fff;
border: 0px #000000 solid;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 5px 5px 5px rgba(17, 18, 66, 0.5);
-webkit-box-shadow: 5px 5px 5px rgba(17, 18, 66, 0.5);
box-shadow: 5px 5px 5px rgba(17, 18, 66, 0.5);
position:relative;
/* background-image: url(../images/gray.jpg);
background-repeat: repeat-x; */
}
.whitebg:before {
content:"";
position:absolute;
top:0;
right:0;
border-width:0 23px 23px 0;
border-style:solid;
border-color:#e7e7e7 #111242;
display:block;
width:0;
}
.whitebg:before {
...
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 2px 2px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 2px 2px rgba(0,0,0,0.2);
}
.homebg {
background-image: url(../images/homeb52head960.png);
background-repeat: no-repeat;
background-color:white;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 5px 5px 5px #141545;
-webkit-box-shadow: 5px 5px 5px #141545;
box-shadow: 5px 5px 5px #141545;
position:relative;
}
.homewide {
background-image: url(../images/homeb52head111.png);
background-repeat: no-repeat;
background-color:white;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 5px 5px 5px #141545;
-webkit-box-shadow: 5px 5px 5px #141545;
box-shadow: 5px 5px 5px #141545;
position:relative;
}
.homebg:before {
content:"";
position:absolute;
top:0;
right:0;
border-width:0 30px 30px 0;
border-style:solid;
border-color:#E0E0E0 #141545;
display:block;
width:0;
}
.homebg:before {
...
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}
.aboutbg:before {
content:"";
position:absolute;
top:0;
right:0;
border-width:0 30px 30px 0;
border-style:solid;
border-color:#E0E0E0 #141545;
display:block;
width:0;
}
.aboutbg:before {
...
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}
.aboutbg {
background-image: url(../images/aboutbg.png);
background-repeat: no-repeat;
background-color:white;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 5px 5px 5px #141545;
-webkit-box-shadow: 5px 5px 5px #141545;
box-shadow: 5px 5px 5px #141545;
position:relative;
}
#bottombar {
width:100%;
background-color:#cdb380;
border-bottom:1px solid black;
height:20px;
position: relative;
bottom: 0;
}
#footer {
width: 915px;
margin:0 auto;
height: 16px;
padding:2px 10px 2px;
}
#footer p {margin:0; padding-bottom:0px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#111142;}
.blackbg {
background-image: url(../images/50p.png);
background-repeat: repeat;
}
#nextmap, #mapback { position:absolute; bottom:40px; }
#nextmap { right:40px; }
#mapback { left:40px; }
#mapprint p, #mapback p, #nextmap p {text-indent:0; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
#nextmap p, #mapprint p {text-align:right;}
#mapoutline {width:875px; border:1px solid black; margin-bottom:50px;}
#mapwait {width:875px; background: url(/images/ajax-loader-blue.gif) 50% 50% no-repeat;}
.floatright {float:right; padding-left:20px; padding-bottom: 3px;}
.floatleft {float:left; padding-right:20px; padding-bottom: 3px;}
<!-- narrative test-->
#bannertest {
width: 960px;
height: 235px;
background: url('../images/homebackgroundtest1.png') top left no-repeat;
padding-top:2px;
position:absolute;
top:0; left:0;
}
#tocrighttest h6{
font-family:"Arial Narrow", Arial; font-stretch: condensed;, Helvetica, sans-serif;
font-size: 18px;
font-weight: 900;
padding-bottom:15px;
text-indent:0;
text-transform:uppercase;
color:#e4e4e4;
text-align:center;
text-shadow: #EBD3AA 1px 1px 1px;
}
#tocrighttest a:link, #tocrighttest a:hover {
color: #e4e4e4;
}
.narrativetoctest, .narrativetoctest a:link {
color: #e4e4e4;
text-align: left;
text-indent:0px;}
#tocrighttest {
position: fixed;
float:right;
top:150px;
right:50px;
width:170px;
background-color:none;
padding:10px;
z-index:1000;
border: 0px solid #F7E4C5;
color: #e4e4e4;
}
#wraptest {
width: 960px;
padding-top:197px;
position:absolute;
margin:0 auto;
}
<!-- end test -->
<!--
/* DEFAULT STYLES */
* {margin:0; padding:0;}
img {border:none;}
img.centered {display:block; margin:30px auto 5px;}
.imgborder {
border: 1px solid black;
}
hr {background-color:#89938b; color: #89938b; height:1pt; margin:20px auto; border: 0; ;}
/* HEADLINE STYLES */
h1, h2, h3, h4, h5 {
font-family:Arial, Helvetica, sans-serif;
}
h1 {
font-size: 26px;
color: #111142;
text-shadow: #e4e4e4 2px 2px 2px;
text-transform:uppercase;
text-align:center;
margin: 20px auto 30px auto;
}
h2 {font-size: 20px; margin:15px 0 15px 0; color: #000; font-weight: bold;}
h3 {font-size: 17px; margin:15px 0 5px 0;}
h4 {font-size: 16px; padding-bottom: 4px;}
h5 {font-size: 14px; font-style: italic; line-height: 1.2em; padding-bottom: 7px;}
h6 {
font-family:"Arial Narrow", Arial; font-stretch: condensed;, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
padding: 8px 0px;
text-indent:0;
text-transform:uppercase;
color:#033649;
text-align:left;
text-shadow: #EAD8BB 1px 1px 1px;
}
.header {
margin-bottom:30px;
margin-top: 60px;
text-transform:uppercase;
text-align:center;
}
.PaperHead { line-height: 1.2em; margin: 0 auto 5 auto; padding: 0; text-align: center;}
.withsubtitle {margin-bottom:5px;}
.subtitle {margin-bottom:30px; font-style:italic;}
.bio a {font-weight:bold; font-size: 14px;}
/* LINK STYLES */
a:link
{
color: #2e4ba0;
text-decoration: none;
}
a:visited
{ color: #2e4ba0;
text-decoration: none;
}
a:hover
{ color: #2e4ba0;
text-decoration: underline;
}
a:active {
color: #033649;
text-decoration: underline;
}
/* PARAGRAPH STYLES */
p { line-height: 1.5em;
text-align: justify;
text-indent: 28px;
color: #1a1a1a;
padding-bottom: 15px;
}
p.bodytext {
text-align:center;
line-height: 1.0em;
padding: 40px;
}
blockquote, {
margin: 10px 10px;
padding: 10px;
text-indent: 0px;
font-size: 95%;
}
blockquote p, blockquote ul {
line-height: 1.4em;
text-align: justify;
text-indent: 0px;
margin:0px 50px;
color: #3d3d3d;
}
blockquote li {
padding-bottom: 10px;
}
ol, ul { padding:2px 10px; margin:0 5px;}
li { line-height: 1.2em; }
p.normal{font-weight:normal;}
p.italic {font-style:italic}
p.thick {font-weight:bold;}
dt, dd {font-size:11px; line-height:12px; margin-bottom:3px;}
dl {
font-family:Arial, Helvetica, sans-serif;
padding: 1px 5px 7px 0px;
font-size: 10px;
margin-left: 35px;
text-indent: -23px;
}
dd {none}
/* RIGHT MENU */
#toc h6, #tocright h6{
font-family:"Arial Narrow", Arial; font-stretch: condensed;, Helvetica, sans-serif;
font-size: 18px;
font-weight: 900;
padding-bottom:15px;
text-indent:0;
text-transform:uppercase;
color:#033649;
text-align:center;
text-shadow: #EBD3AA 1px 1px 1px;
}
#tocright a, #tocright a:hover {
color: #033649;
}
.intromenu a sup, .sitemap a sup {font-weight:normal;}
.intromenu a, .intromenu a:hover, .intromenu a:visited {color:#033649;}
.tocmain {
font-family:"Arial Narrow", Arial; font-stretch: condensed;, Helvetica, sans-serif;
font-size: 19px;
font-weight: bold;
padding-bottom:10px;
padding-right: 10px;
text-indent:0;
text-transform:uppercase;
color:#033649;
text-align:center;
text-shadow: #EBD3AA 1px 1px 1px;
}
.intromenu, ul.intromenu, li.intromenu{
line-height: 1.3em;
text-align: left;
text-indent: 0px;
padding-left:6px;
padding-right:4px;
margin-bottom:5px;
padding-bottom:6px;
border-bottom:thin dotted #EBD3AA;
color:#033649;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
.dropmenus {
line-height: 14px;
text-align: left;
text-indent: 0px;
padding: 5px;
border-top:thin dotted #EBD3AA;
color:#033649;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height: 14px;
}
.tocitems, .tocitems a, .tocitems a:active, .tocitems ul, .tocitems li {
text-align: left;
text-indent: 0px;
padding-left:0px;
color:#033649;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding-bottom: 2px;
list-style-type:none;
}
/* IMAGE CONTAINERS */
.imagecontainer {
margin-top:20px;
text-align:left;
width:625px;
margin-left:auto;
margin-right:auto;
}
.imagecontfloatr {
padding-left: 28px;
margin-bottom: -20px;
text-align:left;
width:300px;
margin-left:auto;
margin-right:auto;
float: right;
}
.imagecontfloatl {
padding-right: 28px;
margin-bottom: -20px;
text-align:left;
width:300px;
margin-left:auto;
margin-right:auto;
float: left;
}
.caption {font-weight:bold; line-height: 12px; text-indent:0; font-size:11px; font-family:Arial, Helvetica, sans-serif; margin-bottom:15px; padding-top: 5px;}
.introbg .caption, .backbg .caption {width:auto;}
a.captionlink {text-decoration:none;}
sup { height: 0;
line-height: 1;
vertical-align: baseline;
_vertical-align: bottom;
position: relative;
bottom: 1ex;
font-size:75%;
}
a sup {font-weight:bold; font-size:83%; text-decoration:none;}
h2 a sup {font-size:60%; padding-left:3px;}
h1 a sup {font-size:50%; padding-left:3px; bottom:2ex;}
.endnote {
padding-top: 8px;
clear:both;
margin:0 auto;
overflow:auto;
text-align:left;
line-height:1.5em;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
text-indent: 0px;
}
.endnotes {
padding-bottom:8px;
margin-bottom:8px;
border-bottom:1px dotted black;
font-size: 12px;
}
.small {font-size:10px;}
.bio {
font-size:12px;
padding-top:15px;
padding-bottom:0px;
text-indent:0;
text-transform:none;
}
.biobox {margin: 0px 15px; padding: 0px;}
.biop, .biop p {margin: 0px; padding: 0px 0px 10px 0px;}
.bioimgleft {float: left; margin: 5px 20px 2px 0px;}
.bioimgright {float: right; margin: 10px 0px 2px 20px;}
.endnav {
margin-top:15px;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
text-indent:0;
font-size:14px;
font-weight:bold;
text-align:right;
}
.clearboth {clear:both;}
.javalink {cursor:pointer;}
.app2 {margin:20px 40px 40px 40px; font-weight:bold;}
.doclinks a:link {
line-height:20px;
text-decoration: none;
}
.doclinks ol, .doclinks li {
color: black;
line-height: 1.2em;
padding-bottom: 5px;
}
.horizontalbox a:link, .horizontalbox a:hover, .horizontalbox a:visited,
.doclinks a:hover, .horizontalbox a:hover { text-decoration: underline; }
.doclinks {
float:right;
width:200px;
padding: 10px 15px 25px 15px;
margin:10px 0 5px 20px;
line-height:20px;
}
.horizontalbox {padding:14px; margin-bottom:20px;
clear:both; min-height:120px;
line-height:1.5em;
border: 1px solid #6d5835;
}
.doclinks, .horizontalbox {
background-color:#eaedf2;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 0px solid #111242;
-moz-box-shadow: 3px 3px 3px #dddddd;
-webkit-box-shadow: 3px 3px 3px #dddddd;
box-shadow: 3px 3px 3px #dddddd;
}
.doclinks:hover, .horizontalbox:hover {
-moz-box-shadow: 3px 3px 3px #dddddd;
-webkit-box-shadow: 3px 3px 3px #dddddd;
box-shadow: 3px 3px 3px #dddddd;
}
.doctext {width: 100%; }
.doctable {font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height:16px;}
.radarscopelinks {
width: 97%;
height: 70px;
padding:15px;
margin:10px 0 5px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height:16px;
text-align:center;
}
.radarscopebottom {
height: 250px;
background-color:#eaedf2;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 0px solid #111242;
-moz-box-shadow: 3px 3px 3px #dddddd;
-webkit-box-shadow: 3px 3px 3px #dddddd;
box-shadow: 3px 3px 3px #dddddd;
clear: both;
margin: 15px 0 50px 0;
padding: 15px;
}
.radarscopebottombar {padding-left: 30px; padding-bottom: 10px; line-height: 2em; text-indent: 0px;}
#radarscopeindexbox {
background-color:#eaedf2;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 0px solid #111242;
-moz-box-shadow: 3px 3px 3px #dddddd;
-webkit-box-shadow: 3px 3px 3px #dddddd;
box-shadow: 3px 3px 3px #dddddd;
clear: both;
height: 85px;
margin: 0 0 10px 0;
padding: 0 13px;
}
.radarscopeindex {width: 55px; float:left; margin: 15px 0px 5px 0; padding: 0 3px;height: 75px; text-align: center; font-family: Arial, Helvetica, Sans-serif; font-size: 13px; }
.radarscopeindex a:hover, .radarscopeindex a:active {
padding: 38px 0px 18px 0px;
background-color: #b9c0cc;
height: 85px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#wrap2 {clear:both; }
.interviewmug {float:left; text-align:center;}
.interviewmug img {border: 1px solid #6d5835;}
.interviewmug p {text-align:left; text-indent:0; font-size: 85%; font-weight: 900; margin-left:5px;}
.interviewlist {margin-left:130px; width:335px;}
.interviewlist ol, li {padding-bottom: 7px;}
.interviewlinks {float:right; width:150px; margin-bottom:20px;}
.interviewlinks p {text-align:left; margin-left:30px; text-indent:0; line-height:normal;}
.interviewpopup {text-align:right; float:left; width:232px; padding-top:15px;}
.interviewpopup p {text-align:right; font-weight:bold;}
.interviewnote {padding:8px 15px; margin-top:10px; margin-bottom:20px; background-color:#EAD2A8; border: solid 1px #bfbfbf;}
.interviewnote p {text-indent:0;}
.mapbox {padding:14px; margin-bottom:20px; background-color:#EAD2A8; border:solid 1px #101042; clear:both; min-height:120px;}
.mappage a {text-decoration:none;}
.mappage a:hover {text-decoration:underline;}
.mapmug {float:left; text-align:center; margin-right: 15px; clear: both; }
.mapmug p {text-align:left; text-indent:0;}
.maplist {margin-left:120px; margin-bottom: 20px; margin-top: 5px; width:275px; height: 160px;}
.maplist ol, .maplist li { line-height: 1.5em; margin-left: 5px;}
.maplinks {float:right; width:150px; margin-bottom:20px;}
.maplinks p {text-align:left; margin-left:30px; text-indent:0; line-height:normal;}
.maptext { margin-top: 5px; margin-bottom: 70px;}
.maptext p, p.maptext { padding-bottom: 0px; text-indent:0; margin-bottom: 15px; }
.mappopup {text-align:right; float:left; width:232px; padding-top:15px;}
.mappopup p {text-align:right; font-weight:bold;}
.mapnote {padding:8px 15px; margin-top:10px; margin-bottom:20px; background-color:#e2d5c0; border: solid 1px #bfbfbf;}
.mapnote p {text-indent:0;}
.mapsbox2 { }
.mapsbox {
background-color:#eaedf2;
width: 375px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 0px solid #111242;
-moz-box-shadow: 3px 3px 3px #dddddd;
-webkit-box-shadow: 3px 3px 3px #dddddd;
box-shadow: 3px 3px 3px #dddddd;
margin: 0 0 15px 0;
padding: 10px 15px;
clear: none;
}
.mapsbox:hover {
-moz-box-shadow: 3px 3px 3px #dddddd;
-webkit-box-shadow: 3px 3px 3px #dddddd;
box-shadow: 3px 3px 3px #dddddd;
}
.mapsbox a:link, .mapsbox a:hover, .mapsbox a:visited {
line-height:1.3em;
}
.mapsbox a:hover{ text-decoration: underline; }
.mapsdownloadbox {
width: 170px;
float: right;
padding: 15px;
margin-top: 5px;
margin-left: 20px;
margin-bottom: 10px;
text-align: right;
background-color:#eaedf2;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 0px solid #111242;
-moz-box-shadow: 3px 3px 3px #dddddd;
-webkit-box-shadow: 3px 3px 3px #dddddd;
box-shadow: 3px 3px 3px #dddddd;
}
.mapsdownloadbox img { float:right; margin-left: 5px; }
.mapviewer { margin-bottom: 50px; }
.mapviewer img { border:1px solid black; }
.stellarium { text-align: right; margin-top: -45px; }
.map-image { width: 100%; }
.imagebox {
padding:0 40px;
margin:0;
/* background-color:#e2d5c0;
border-right:solid 1px #cdb380; */
clear:both; min-height:120px;
text-align:center;
padding-bottom: 20px;
}
/* TABLE STYLES */
td {
line-height: 1.4em;
/* text-align: justify; */
text-indent: 0px;
margin:0px 50px;
color: #3d3d3d;
}
.sample th, .sample td {
padding:5px 7px;
border-collapse:collapse;
vertical-align:top;
}
table.sample {border:1px solid gray; border-collapse:collapse; width: 100%; margin: 0px; }
.dataplate {text-indent:0;}
p.arc_dis {
line-height: 0.7cm;
font-family: Times New Roman, serif;
font-size: 16px;
font-style: regular;
color: black;
text-align: justify;
text-indent: 20px;
padding-left: 40px;
padding-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
}
/* */
p.arcsource {
line-height: 1.2em;
font-size: 13px;
font-style: italic;
color: gray;
text-indent: 0px;
}
.radartext {text-indent:0; text-align:left;}
ol.arc {text-indent:0; padding-left:40px;}
li.arc2{line-height:1.5em; margin-bottom:15px;}
li.arc2 a:link
{ color: #2e4ba0; text-decoration: none;}
li.arc2 a:visited
{ color: #2e4ba0; text-decoration: none;}
li.arc2 a:hover
{ color: #2e4ba0; text-decoration: underline;}
li.arc2 a:active {
color: #033649; text-decoration: underline;}
/* .maptext {
line-height: 0.7cm;
font-family: Times New Roman, serif;
font-size: 15px;
font-style: regular;
color: white;
text-align: left;
padding-left: 40px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
.maptext2 {
line-height: 0.7cm;
font-family: Times New Roman, serif;
font-size: 15px;
font-style: regular;
color: white;
text-align: justify;
padding-left: 20px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
} */
p.contact {
line-height: 0.6cm;
font-family: helvetica;
font-size: 15px;
font-style: regular;
color: black;
text-align: left;
padding-left: 50px;
padding-right: 80px;
padding-top: 10px;
padding-bottom: 5px;
}
p.dataplatefoot {
line-height: 0.6cm;
font-family: helvetica;
font-size: 12px;
font-style: regular;
color: black;
text-align: left;
padding-left: 50px;
padding-top: 20px;
padding-bottom: 0px;
}
p.bib {
line-height: 1.5em;
font-family: Times New Roman, serif;
font-size: 16px;
font-style: regular;
color: black;
text-align: left;
padding-bottom: 25px;
}
p.fps {
line-height: 0.5cm;
font-family: Times New Roman, serif;
font-size: 16px;
font-style: regular;
color: black;
text-align: left;
text-indent: 0px;
padding-left: 80px;
padding-right: 80px;
padding-top: 0px;
padding-bottom: 0px;
}
li.an {
font-size: 15px;
line-height: 0.7cm;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
margin-left: 150px;
}
ol.map {
font-size: 15px;
line-height: 0.7cm;
text-align: left;
color: white;
padding-left: 60px;
padding-top: 5px;
padding-bottom: 30px;
margin-left: 0px;
}
li.main {
font-size: 15px;
line-height: 0.7cm;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
margin-left: 0px;
}
ul.witness { font-size: 15px;
text-align: left;
line-height: 0.7cm;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 40px;
margin-left: 30px;
}
a.float:link
{ color: black;
text-decoration: none;
font-family: Times New Roman, serif;
font-size: 16px;
}
a.float:visited
{ color: black;
text-decoration: none;
font-family: Times New Roman, serif;
font-size: 16px;
}
a.float:hover
{ color: #333333;
text-decoration: underline;
font-family: Times New Roman, serif;
font-size: 16px;
}
a.float:active {
color: black;
text-decoration: underline;
font-family: Times New Roman, serif;
font-size: 16px;
}
a.info:link
{ color: white;
text-decoration: underline;
font-family: Times New Roman, serif;
font-size: 12px;
font-style: normal;
letter-spacing: 1px
}
a.info:visited
{ color: white;
text-decoration: underline;
font-family: Times New Roman, serif;
font-size: 12px;
font-style: normal;
letter-spacing: 1px
}
a.info:hover
{ color: gray;
text-decoration: underline;
font-family: Times New Roman, serif;
font-size: 12px;
font-style: normal;
letter-spacing: 1px
}
a.info:active
{ color: white;
text-decoration: underline;
font-family: Times New Roman, serif;
font-size: 12px;
font-style: normal;
letter-spacing: 1px
}
a.drop:link
{ color: #ffffff;
text-decoration: none;
}
a.drop:visited
{ color: #ffffff;
text-decoration: none;
}
a.drop:hover
{ color: #ffffff;
text-decoration: underline;
}
a.drop:active {
color: #ffffff;
text-decoration: underline;
}
p.copy {
font-family: Times New Roman, serif;
line-height: 0.9cm;
font-size: 12px;
font-style: regular;
color: #333333;
text-align: right;
text-align: middle;
padding-left: 0px;
padding-right: 0px;
padding-top: 9px;
padding-bottom: 10px;
}
p.topnav {
line-height: 0.9cm;
font-family: Times New Roman, serif;
font-size: 15px;
font-style: regular;
color: black;
text-align: left;
text-indent: 0px;
padding-left: 80px;
padding-right: 80px;
padding-top: 10px;
padding-bottom: 20px;
}
/* INTERVIEWS STYLES */
.sohp {
font-family: Garamond;
font-size: 25px;
font-style:italic;
font-weight: normal;
text-decoration: underline;
padding-bottom: 10px;
}
.inth2 {
font-family: Times New Roman, serif;
font-size: 22px;
margin:5px 0 0 0;
padding:0;}
.inth3 {
font-family: Times New Roman, serif;
font-size: 20px;
margin:0 0 15px 0;
padding:0;
font-weight: normal;}
.interviewmain {
line-height: 1.4em;
font-family: Times New Roman, serif;
padding-bottom: 15px;
text-indent: 0px;
}
p.endint {
line-height: 0.9cm;
font-family: Arial;
font-size: 15px;
font-weight: bold;
color: black;
text-transform: uppercase;
text-align: right;
text-indent: 0px;
padding-left: 80px;
padding-right: 0px;
padding-top: 10px;
padding-bottom: 5px;
clear:both;
}
p.intnum {
line-height: 0.9cm;
font-family: Times New Roman, serif;
font-size: 15px;
font-style: normal;
color: black;
text-align: right;
text-indent: 0px;
padding-left: 80px;
padding-right: 0px;
padding-top: 10px;
padding-bottom: 5px;
}
.intheader {
font-size: 18px;
font-family: arial;
font-style: italic;
font-weight:normal;
color: #333333;
text-align: left;
padding-left: 0px;
margin-top: 10px;
margin-bottom: 0px;
}
.interviewpdfbox {
width: 140px;
float: right;
padding: 15px;
margin-top: 60px;
margin-right: 60px;
text-align: right;
background-color:#eaedf2;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 0px solid #111242;
-moz-box-shadow: 3px 3px 3px #dddddd;
-webkit-box-shadow: 3px 3px 3px #dddddd;
box-shadow: 3px 3px 3px #dddddd;
}
.interview-body {
line-height: 1.4em;
font-family: Times,serif;
margin: 10px 70px;
color: #3D3D3D
}
.interview-body p.name, .interview-body p.text {
text-indent: 0px;
float: left;
padding: 0 0 25px;
}
.interview-body p.name {
width: 105px;
clear: both;
}
.interview-body p.text {
width: 570px;
}
p.interview {
font-family: helvetica;
line-height: 0.9cm;
font-size: 15px;
font-style: regular;
color: black;
text-align: left;
padding-top: 10px;
padding-bottom: 5px;
}
.transcript, {
width: 575px;
margin: 15px auto;
padding: 10px;
text-indent: 0px;
font-size: 95%;
}
.floatleftnomargin {float:left;}
.tan {background-color:#eaedf2;}
.equations {text-indent: 0px; padding: 0 0 0 70px; line-height: 1em;}
.poherradar {text-indent: 0px; padding: 0 0 0 40px; line-height: 0.8em;}
.poherequations { text-align: center; font-weight: bold; font-family: Courier New, Courier, Monospace; }
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
background-color:#cdb380;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
border: 2px solid #6d5835;
}
#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: right;
padding: 2px 5px;
}
.aboutbox {
background-image: url(../images/aboutboxbg2.png);
width: 480px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
border: 0px solid #111242;
-moz-box-shadow: 3px 3px 3px #333333;
-webkit-box-shadow: 3px 3px 3px #333333;
box-shadow: 3px 3px 3px #333333;
margin: 0 0 15px 0;
padding: 25px;
}
.aboutbox a:link, .aboutbox a:visited {color: #adadff;}
.sitemapbox {
background-color:#eaedf2;
width: 360px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 0px solid #111242;
-moz-box-shadow: 3px 3px 3px #dddddd;
-webkit-box-shadow: 3px 3px 3px #dddddd;
box-shadow: 3px 3px 3px #dddddd;
margin: 0 0 15px 0;
padding: 8px 15px 20px 25px;
}
.sitemapbox:hover {
-moz-box-shadow: 3px 3px 3px #dddddd;
-webkit-box-shadow: 3px 3px 3px #dddddd;
box-shadow: 3px 3px 3px #dddddd;
}
.sitemapbox a:link, .sitemapbox a:hover, .sitemapbox a:visited {
line-height:1.3em;
}
.sitemapbox a:hover{ text-decoration: underline; }
.sitemapbox h3 {padding-left:0px; font-size: 16px;}
.sitemapbox ul {padding-left:10px;list-style-type:disc; color: #aaaebf; }
.sitemapbox ul ul {padding-left:20px; list-style-type:square; color: #aaaebf;}
.sitemapbox li {padding:0; margin:0 0 6px 0;}
#searchbox_demo {text-align:center; margin:0 auto; padding-bottom:20px; padding-right:0px;}
#submitbutton {background-color:#eaedf2; border:1px solid #98a1ad; color:#2e4ba0; font-family:Arial; padding:2px;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
}
#TB_window {
font-size: 15px;
font-family: Times, serif;
color: #333333;
}
#TB_secondLine {
font-size: 15px;
font-family: Times, serif;
color:#666666;
}
#TB_window a:link {color: #033649;}
#TB_window a:visited {color: #033649;}
#TB_window a:hover {color: #1a5368;}
#TB_window a:active {color: #033649;}
#TB_window a:focus{color: #033649;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
position: fixed;
z-index:1500;
top: 0px;
left: 0px;
height:100%;
width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
background-color:#000;
filter:alpha(opacity=0.5);
-moz-opacity: 0.5;
opacity: 0.5;
}
* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
position: fixed;
height: auto;
z-index:1502;
color:#000000;
display:none;
text-align:left;
top:50%;
left:50%;
background:#cdb380;
border: 1px solid #EBD3AA;
-moz-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 5px 5px 5px #22222f;
-webkit-box-shadow: 5px 5px 5px #22222f;
box-shadow: 5px 5px 5px #22222f;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
display:block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}
#TB_caption{
padding:7px 30px 0px 25px;
float:left;
font-family:"Arial Narrow", Arial; font-stretch: condensed;, Helvetica, sans-serif;
font-size: 17px;
font-weight: bold;
text-transform:uppercase;
color:#033649;
text-align:left;
text-shadow: #EBD3AA 1px 1px 1px;
}
#TB_closeWindow{
height:25px;
padding:5px 25px 10px 0;
float:right;
text-decoration: none;
}
#TB_closeWindowButton{
float:right;
padding-top: -10px;
font-family:"Arial Narrow", Arial; font-stretch: condensed;, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color:#033649;
text-decoration: none;
text-shadow: #EBD3AA 1px 1px 1px;
}
#TB_closeAjaxWindow{
padding:1px 0px 8px 0;
margin-bottom:1px;
text-align:right;
float:right;
font:Arial;
font-size: 24px;
margin-top: 0;
text-indent:0;
text-transform:none;
color:#033649;
text-align:left;
text-shadow: #EBD3AA 1px 1px 1px;
text-decoration: none;
}
#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 0;
margin-bottom:1px;
}
#TB_title{
background-color: transparent;
height:30px;
padding:0 20px 0px;
border-bottom: 1px dotted #EBD3AA;
-moz-border-radius: 6px 6PX 0PX 0PX;
border-radius: 6px 6PX 0PX 0PX;
font-family:"Arial Narrow", Arial; font-stretch: condensed;, Helvetica, sans-serif;
font-size: 17px;
font-weight: bold;
margin-top: 0;
text-indent:0;
text-transform:uppercase;
color:#033649;
text-align:left;
text-shadow: #EBD3AA 1px 1px 1px;
}
#TB_ajaxContent{
padding-top: 8px;
clear:both;
margin:0 auto;
overflow:auto;
text-align:left;
line-height:1.5em;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}
#TB_ajaxContent a:link {color: #033649; text-decoration: underline;}
#TB_ajaxContent.TB_modal{
padding:15px;
}
#TB_ajaxContent p{
padding:5px 20px 5px 10px;
}
#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:1503;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height:100%;
width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
font: Arial;
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
}
/*
-----------------------------------
NARRATION MENU (Documentation menu CSS below it)
-----------------------------------
*/
#p7PMnav {
margin: 0 0 0 10px;
padding: 0;
font-size: 11px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
text-transform:uppercase;
}
#p7PMnav li {
list-style-type: none;
margin: 0 0 0 0;
letter-spacing: 0px;
padding: 0 0 0 0;
text-align:center;
}
#p7PMnav ul {
margin: 0 0 0 0;
padding: 0 1px 1px 1px;
position: absolute;
left: -9000px;
z-index: 10000;
background-color: #101042;
}
#p7PMnav ul li ul {
padding: 0px 5px;
}
/* ----- Home, Intro etc. row ----- */
#p7PMnav a {
display: block;
text-decoration: none;
padding: 4px 4px;
color: white;
font-family:"Arial Narrow", Arial; font-stretch: condensed;, Helvetica, sans-serif;
}
/* -------Only Submenu Links-------- */
#p7PMnav ul a {
padding: 0px 10px;
padding-bottom:2px;
padding-top:2px;
background-color: #cdb380;
border-bottom: thin dotted #white;
text-transform:none;
font-size:12px;
color: #033649;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* -------Hover for All Top Level and Submenu Links-------- */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
letter-spacing: 0px;
text-decoration: none;
color:#f3d99a;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
background:#475E66;
letter-spacing: 0px;
text-decoration: none;
color:#f3d99a;
}
/* ------ the current page "You are Here" style ------ */
#p7PMnav .p7PMmark {
color:#f3d99a;
}
/* ------ the Trigger links ------ */
#p7PMnav ul .p7PMtrg {
display: block;
text-decoration: none;
padding: 4px 4px;
line-height: 2;
}
/* ------the Active Trigger link ------ */
#p7PMnav .p7PMon {
border-top: 0px solid #666666;
border-right: 0px solid #FFFFFF;
border-bottom: 0px solid #FFFFFF;
border-left: 0px solid #666666;
}
#p7PMnav ul .p7PMon {
background-image: url(images/220.png);
display: block;
text-decoration: none;
padding: 4px 4px;
color: #ffffff;
border: 1px solid #000000;
border-right: 0px solid #EEEEEE;
line-height: 2;
}
/* The submenu classes that control
positioning and visibility*/
#p7PMnav .p7PMhide {
left: -9000px;
border: 0;
}
#p7PMnav .p7PMshow {
left: auto;
z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
float: left;
margin-right: 20px;
}
#p7PMnav ul li {
float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
width: 350px;
text-align:left;
}
#pmmcrumb {
font-weight: normal;
margin-bottom: 16px;
color: #ffffff;
}
#pmmcrumb a, #pmmcrumb a:visited {
font-weight: normal;
margin-bottom: 16px;
color: #ffffff;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
font-weight: normal;
margin-bottom: 16px;
color: #ffffff;
}
#p7PMnav img {border:none;}
/*
-----------------------------------
DOCUMENTATION MENU
-----------------------------------
*/
#p7PMnav2 {
margin: 0 0 0 10px;
padding: 0;
font-size: 11px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
text-transform:uppercase;
}
#p7PMnav2 li {
list-style-type: none;
margin: 0 0 0 0;
letter-spacing: 0px;
padding: 0 0 0 0;
text-align:center;
}
#p7PMnav2 ul {
margin: 0 0 0 0;
padding: 0 1px 1px 1px;
position: absolute;
left: -9000px;
z-index: 10000;
background-color: #101042;
}
#p7PMnav2 ul li ul {
padding: 1px 1px 1px 1px;
}
#p7PMnav2 a {
display: block;
text-decoration: none;
padding: 4px 4px;
color: white;
font-family:"Arial Narrow", Arial; font-stretch: condensed;, Helvetica, sans-serif;
}
/* -------Only Submenu Links-------- */
#p7PMnav2 ul a, #p7PMnav2 ul a:visited, #p7PMnav2 ul a:active {
padding: 0px 10px;
padding-bottom:2px;
padding-top:2px;
background-color: #cdb380;
text-transform:none;
font-size:13px;
color: #033649;
font-family:Arial, Helvetica, sans-serif;
}
.shough {
padding: 0px 10px;
padding-bottom:2px;
padding-top:2px;
background-color: #cdb380;
border-bottom: 1pt dotted #EBD3AA;
text-transform:none;
font-size:13px;
color: #033649;
font-family:Arial, Helvetica, sans-serif;
-moz-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
}
.poher {
padding: 0px 10px;
padding-bottom:2px;
padding-top:2px;
background-color: #cdb380;
text-transform:none;
border-bottom: 1pt dotted #EBD3AA;
font-size:13px;
color: #033649;
font-family:Arial, Helvetica, sans-serif;
}
.RadarscopePhotos {
-moz-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
padding: 0px 10px;
padding-bottom:2px;
padding-top:2px;
background-color: #cdb380;
text-transform:none;
border-bottom: 0px;
font-size:13px;
color: #033649;
font-family: Arial, Helvetica, sans-serif;
}
/* -------Hover for All Top Level and Submenu Links-------- */
#p7PMnav2 a:hover, #p7PMnav2 a:active, #p7PMnav2 a:focus {
letter-spacing: 0px;
text-decoration: none;
color:#EBD3AA;
}
#p7PMnav2 ul a:hover, #p7PMnav2 ul a:active, #p7PMnav2 ul a:focus {
background:#475E66;
letter-spacing: 0px;
text-decoration: none;
color:#EBD3AA;
}
/* ------ the current page "You are Here" style ------ */
#p7PMnav2 .p7PMmark2 {
color:#f3d99a;
}
/* ------ the Trigger links ------ */
#p7PMnav2 ul .p7PMtrg2 {
display: block;
text-decoration: none;
padding: 4px 4px;
line-height: 2;
}
/* ------the Active Trigger link ------ */
#p7PMnav2 .p7PMon2 {
border-top: 0px solid #666666;
border-right: 0px solid #FFFFFF;
border-bottom: 0px solid #FFFFFF;
border-left: 0px solid #666666;
}
#p7PMnav2 ul .p7PMon2 {
background-image: url(images/220.png);
display: block;
text-decoration: none;
padding: 4px 4px;
color: #ffffff;
border: 1px solid #000000;
border-right: 0px solid #EEEEEE;
line-height: 2;
}
/* The submenu classes that control
positioning and visibility*/
#p7PMnav2 .p7PMhide2 {
left: -9000px;
border: 0;
}
#p7PMnav2 .p7PMshow2 {
left: auto;
z-index: 20000 !important;
-moz-border-radius: 8px;
border-radius: 8px;
}
/* Top level menu width */
#p7PMnav2 li {
float: left;
margin-right: 18px;
}
#p7PMnav2 ul li {
float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav2 ul, #p7PMnav2 ul li {
width: 190px;
text-align:left;
-moz-border-radius: 8px;
border-radius: 8px;
}
#pmmcrumb2 {
font-weight: normal;
margin-bottom: 16px;
color: #ffffff;
}
#pmmcrumb2 a, #pmmcrumb2 a:visited {
font-weight: normal;
margin-bottom: 16px;
color: #ffffff;
}
#pmmcrumb2 a:hover, #pmmcrumb2 a:active, #pmmcrumb2 a:focus {
font-weight: normal;
margin-bottom: 16px;
color: #ffffff;
}
#p7PMnav2 img {border:none;}
</style>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<style type="text/css">
#p7PMnav ul {position:absolute;left:-9000px;}
#p7PMnav ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
</style>
<style type="text/css">
#p7PMnav2 ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
#p7PMnav2 ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul {position:absolute;left:-9000px;}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<title>
The Minot AFB UFO case | 24 OCTOBER 1968 | Documents | Interviews | Analysis
</title>
<meta content="Scholarly examination of a UFO sighting at Minot Air Force Base on October 24, 1968. Includes hundreds of primary documents, including radar images, photographs, Project Blue Book records and interviews with witnesses." name="description">
<meta content="UFO, Project Blue Book, Minot, N.D., Minot Air Force Base, B-52, Stratofortress, Minuteman, plasma" name="keywords">
<meta content="AymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial">
</head>
<body onload="P7_initPM(1,8,1,-20,10); P7_initPM2(1,8,1,-20,10)">
<div id="wrap">
<div id="banner">
<div id="SOHP" onclick="window.open('http://www.sohp.us');" style="cursor:pointer;">
</div>
<div id="SignOral">
Sign Oral History Project
</div>
<div id="CaseStudy">
Historical Case Study
</div>
<div id="topnav">
<p>
<a>
About
</a>
&nbsp;&bull;&nbsp;
<a>
Acknowledgements
</a>
&nbsp;&bull;&nbsp;
<a>
Sitemap
</a>
<!-- Use of this code assumes agreement with the Google Custom Search Terms of Service. -->
<!-- The terms of service are available at http://www.google.com/cse/docs/tos.html
<form name="cse" id="searchbox_demo" action="">
<input type="hidden" name="cref" value="" />
<input type="hidden" name="ie" value="utf-8" />
<input type="hidden" name="hl" value="" />
<input name="q" type="text" size="40" />
<input type="submit" name="sa" value="Search" />
</form>-->
</p>
</div>
<div class="pagetitle">
</div>
<div id="mainnav">
<span id="MainNavTitles">
<strong>
Narration
</strong>
</span>
<ul id="p7PMnav">
<li>
<a>
/&nbsp;/
</a>
</li>
<li>
<a>
Home
</a>
</li>
<li>
<a>
Introduction
</a>
</li>
<li>
<a>
Background
</a>
</li>
</ul>
<br>
<br>
<span id="MainNavTitles">
<strong>
Documentation
</strong>
</span>
<ul id="p7PMnav2">
<li>
<a>
/&nbsp;/
</a>
</li>
<li>
<a>
Radar&nbsp;Analyses
</a>
<ul>
<li>
<a class="shough">
&nbsp;&nbsp;&nbsp;Shough Report
</a>
</li>
<li>
<a class="poher">
&nbsp;&nbsp;&nbsp;Poher Report
</a>
</li>
<li>
<a class="RadarscopePhotos">
&nbsp;&nbsp;&nbsp;Radarscope Photographs
</a>
</li>
</ul>
</li>
<li>
<a>
Documentation
</a>
</li>
<li>
<a>
Interviews
</a>
</li>
</ul>
</div>
</div>
<div class="whitebg full-alt left" id="content">
<!-- add stuff start here-->
<h1>
Bradford Runyon Interview, 5 May 2000
</h1>
<p class="topnav">
<a>
<small>
&lsaquo;&lsaquo;
</small>
Interview Index
</a>
<br>
<a>
1
</a>
/
<a>
2
</a>
/
<a>
3
</a>
/
<a>
4
</a>
/
<a>
5
</a>
/
<a>
6
</a>
/
<a>
7
</a>
/
<a>
8
</a>
/
<a>
9
</a>
/
<a>
10
</a>
/
<a>
11
</a>
/
<b>
12
</b>
/
<a>
13
</a>
/
<a>
14
</a>
/
<a>
15
</a>
/
<a>
16
</a>
/
<a>
17
</a>
/
<a>
18
</a>
/
<a>
19
</a>
/
<a>
20
</a>
/
<a>
21
</a>
/
<a>
22
</a>
/
<a>
23
</a>
/
<a>
24
</a>
/
<a>
25
</a>
/
<a>
26
</a>
/
<a>
27
</a>
</p>
<div style="margin:0 60px;">
<table border="0" cellspacing="0" width="800">
<tbody>
<tr>
<td class="interviewmain" style="width:100px;" valign="top">
INT:
</td>
<td class="interviewmain" style="width:650px;">
But both you guys knew where this thing is?
</td>
<td style="width:50px;" valign="top">
</td>
</tr>
<tr>
<td class="interviewmain" style="width:100px;" valign="top">
BR:
</td>
<td class="interviewmain" style="width:650px;">
Yeah.
</td>
<td style="width:50px;" valign="top">
</td>
</tr>
<tr>
<td class="interviewmain" style="width:100px;" valign="top">
INT:
</td>
<td class="interviewmain" style="width:650px;">
Now when it left your side&mdash;the side of the plane, did it move in front of you?
</td>
<td style="width:50px;" valign="top">
</td>
</tr>
<tr>
<td class="interviewmain" style="width:100px;" valign="top">
BR:
</td>
<td class="interviewmain" style="width:650px;">
No. On our penetration, why it was behind us just a little bit off to the side and so once it stayed on the ground, you know&mdash;
</td>
<td style="width:50px;" valign="top">
</td>
</tr>
</tbody>
</table>
<p class="endint">
<a>
<small>
&lsaquo;&lsaquo;
</small>
Previous Page
</a>
&mdash;
<a>
Next Page
<small>
&rsaquo;&rsaquo;
</small>
</a>
</p>
<p class="intnum">
12
</p>
<!-- add stuff end here -->
</div>
</div>
</div>
<!-- end wrap -->
<div id="bottombar">
<div id="footer">
<p style="text-align:right;">
&copy;2023 AFS/Dialogue, LLC
</p>
</div>
</div>
</body>
</html>