
/* elements */

html { 
  background:#c8e2ea url('/images/bknds/page-bg.gif') repeat-x;
}

body {
  background: url('/images/bknds/body-bg.gif') no-repeat 50% 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;	
  font-size: 10px;
  margin: 0;	
}

img { border: none; outline:none; }

form {
  margin:0;
  padding:0;
}

ul { 
  list-style:none;
  padding: 0;
  margin: 0;
}

/* pseudo classes */

a:link, a:visited { color: #004688; text-decoration: none; }
a:hover, a:active { color: #004688; text-decoration: underline; }

a:focus { outline:none; }

#footer a:link, #footer a:visited { color:#004688; text-decoration: none; }
#footer a:hover, #footer a:active { color:#004688; text-decoration: underline; }

.main table a:link, .main table a:visited { color: #666; text-decoration: underline; }
.main table a:hover, .main table a:active { color: #666; text-decoration: none; }

/* layout */


#wrap {
  margin: 0 auto;
  width: 905px;
}

#header {
  width: 905px;
  /*height: 140px;*/
}

#topnav {
  background: url('/images/bknds/topmenu-bg.gif') no-repeat;
  margin: 74px 0 0 10px;  
  width: 357px;
  height: 34px;
  float: right;  
}

#content {
  width: 905px;
}

#footer {
  padding-bottom: 20px;
  margin: 5px auto 0 auto;
  width: 905px;
  text-align: center;
}

.footerad {
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px auto 5px auto; 
  background-color: #AAC0C7;
  text-transform: uppercase;  
  padding: 0px 5px 5px 5px; 
  line-height: 18px;   
  text-align: left;
  font-size: 11px;   
  width: 728px;  
  color: #FFF; 
}

/* presentation */

#wrap h1 {
  margin: 39px 0 0 12px;
  width: 285px;
  height: 91px;
  float: left;  
}

#wrap h1 a {
  background: url('/images/pe_logo.gif') no-repeat;
  text-indent: -9999px;
  display: block;
  width: 285px;
  height: 91px;
}

#wrap h2 {
  background: url('/images/hdrs/header-title.gif') no-repeat;
  text-indent: -9999px;
  margin: 0 41px 0 0;  
  position: relative;  
  width: 249px;
  height: 48px;  
  float: right;
  top: 20px;
}

#topnav ul {
  overflow:hidden;
  height:34px;
  float:left;
}

#topnav ul li {
  background: url('/images/bknds/topmenu-sep.gif') no-repeat 100% 2px;
  padding-right:2px;
  display:inline;
  float:left;  
}

#topnav ul li a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 32px;
  font-size: 10px;
  margin-top: 1px;
  padding: 0 10px;
  float: left;
  height: 32px;
  color: #000;
}

#topnav ul li.first a { padding-left:17px; }

#topnav li.last {
  font:10px/34px Verdana, sans-serif;
  margin-right: 12px;
  padding-left: 10px;
  background: none;  
  display: inline;
  color: #002d58;
  float: right;  
}

#footer p {
  padding-bottom: 20px;
  text-align: center;
  margin-top: 5px;
  width: 885px;
}

#footer span { color:#ddd; }

#topbanner {
  background: url('/images/bknds/topbanner-bg.gif') repeat-x;
  position: absolute;
  visibility: hidden;
  overflow: hidden;  
  height: 112px;
  width: 738px;  
  left: 73px;	
  top: 9px;
}

#topbanner h3 {
  background: url('/images/bknds/topbanner-title.gif') no-repeat;
  margin: 6px 0 0 8px;
  text-indent: -9999px;
  overflow: hidden;	
  width: 80px;
  height: 8px;
}

#topbanner .image{
  margin: 3px auto 0;
  overflow: hidden;
  width: 728px;
  height: 90px;
}

#topbanner .image a {
  text-align: center;
  overflow: hidden;
  display: block;
  width: 728px;
  height: 90px;
}

#searchnav, .maintop {
  background: url('/images/bknds/tabset-bg.gif') no-repeat 0 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px 0 0 0px;
  position: relative;
  font-weight: bold;
  margin-left: 9px;  
  font-size: 12px;
  display: inline;
  height: 44px;
  width: 588px;  
  float: left;
}

.maintop {
  background: url('/images/bknds/contenttopbg.png') no-repeat 0 100%;
  height: 36px;
}

.mainbot {
  background: url('/images/bknds/contentbotbg.png') no-repeat 9px 100%;
  padding-bottom:17px;  
  display: block;
  width: 588px;
  height: 23px;  
  clear: both;
}

#searchnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#searchnav li {
  background: url('/images/bknds/tab_left.gif') no-repeat left top;
  margin-right: 1px;
  padding: 0 0 0 2px;
  height: 44px;
  float: left;
}
  
#searchnav a {
  background: url('/images/bknds/tab_right.gif') no-repeat right top;
  padding: 16px 38px 10px 33px;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: #6c6c6c;  
  display: block;  
  height: 44px;
  float: left;  
}


#searchnav #current {
  background-image: url('/images/bknds/tab_leftactive.png');
  height: 44px;
}

#searchnav #current a {
  background: url('/images/bknds/tab_rightactive.png') top right no-repeat;
  padding-bottom: 4px;
  font-style: normal;    
  padding-top: 12px;
  font-size: 16px;
  color: #004688;  
  height: 44px;
}

/* classes */

.floatr { float: right; } floatl { float: left; }

.clear { clear: both; }

.smtxt { font-size: 9px; }

.main .searchtab {
  overflow: hidden;
  width: 588px;
  clear: both;
}

.searchtab .holder {
  background: url('/images/bknds/search-holderbg.gif') repeat-y;
  overflow: hidden;
  width: 588px;
}

.searchtab .botbg {
  background: url('/images/bknds/searchtab-botbg.gif') no-repeat;
  overflow: hidden;
  display: block;
  width: 588px;
  height: 23px;
}

.searchtab .searchform {
  background: url('/images/bknds/searchform-bg2.gif') no-repeat bottom;
  padding-top: 5px;
  min-height: 140px;
  width: 577px;
}

.searchtab .searchform table {
  margin:10px 0 0 17px;
  width:550px;
}

.searchtab .searchform td { vertical-align: top; }

.searchtab .searchform label {
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
  margin-left: 5px; 
  line-height: 20px;
  font-weight: bold;
  font-size: 12px;  
  display: inline;
  color: #004688;  
  height: 20px;
  width: 170px;
}

.searchtab .searchform input[type=text] {
  background:url('/images/bknds/input-bg.gif') repeat-x;
  padding: 2px 0 2px 5px;
  border: solid 1px #9aa6b3;
  font: 12px/16px "Trebuchet MS", sans-serif;
  width: 165px;
  margin-left: 5px;   
}

.searchform select {
  padding: 2px 2px 2px 5px;   
  margin-left: 5px; 
  width: 170px;
}

.searchtab .searchtext {
  background: url('/images/bknds/searchtext-bg.gif') repeat-x 0 100%;
  margin-left: 12px;
  overflow: hidden;
  width: 566px;	
}

.searchtab .searchtext .block {
  background: url('/images/bknds/searchtext-dotline.gif') no-repeat 100% 100%;
  padding-bottom: 11px;
  margin-left: 8px;
  overflow: hidden;
  width: 540px;
}

.searchtab .searchtext .block h3{
  margin:18px 0 10px 0;
  font-size: 12px;
  font-weight: bold; 
  font-style: italic; 
  color:#002d58;
}

.searchtab .searchtext .topblock h4 {
  font-weight: bold;
  font-size: 10px;
  margin:0;
  text-indent:6px;
	background:url('/images/bknds/searchtext-dotline.gif') no-repeat 100% 6px;
}

.searchtab .searchtext .block h4 {
  font-weight: bold;
  font-size: 10px;
  color:#002d58;
  margin: 0;
}

.searchtab .searchtext .block p {
  font:1em/1.2em Verdana, sans-serif;
  margin: 0 0 8px 0;  
  color:#002d58;
  width:525px;
}

.searchtab .searchtext .topblock p{
  margin: 8px 0px 0 7px;
  width: 535px;
}

.searchtab .searchtext .topblock .links {
  overflow: hidden;
  width: 100%;
}

.searchtab .searchtext .topblock ul {
  margin: 12px 0 0 22px;
  display: inline;	
  overflow: hidden;	
  float: left;
  width: 245px;
}

.searchtab .searchtext .topblock ul li {
  background: url('/images/icons/arrow.gif') no-repeat 0 3px;
  padding-left: 12px;
  width: 245px;
  float: left;
}

.searchtab .searchtext .topblock ul li a,
.searchtab .searchtext .topblock a.lastlink {
	font:1em Verdana, sans-serif;
	color:#002d58;
}

.searchtab .searchtext .topblock a.lastlink {
	display:block;
	margin:20px 0 0 7px;
	text-decoration:underline;
}

.searchtab .searchtext .topblock a.lastlink:hover{ text-decoration:none; }

.main {
  background: url('/images/bknds/topleftedge.png') -4px 18px no-repeat;
  width:588px;
  float:left;
  margin-top: -26px;
}

.main h4 {
	margin:-5px 0 0px 12px;
	padding-bottom:0px;
	font:bold 16px/36px Verdana, sans-serif;
	color:#004688;
	height:26px;
}

.searchcont .main h4 div {
	position:relative;
	padding:0 0 0px;
	height:10px;
}

.main h4 div span  {
  padding: 0;
  margin: 0;
}

.main h4 div span a{
	position:absolute;top:0;
	overflow:auto;
	visibility:hidden;
}

.main h4 div span a.selected {
	font-weight:bold;
	visibility:visible;
	margin:0px;
	padding:0px;
	color:#646e73;
	overflow:auto;
	font:bold 17px/37px Verdana, sans-serif;
}

.main .tabset {
	width:588px;
	height:48px;
	background:url(http://www.privateeye.com/layout/0140293/images/tabset-bg.gif) no-repeat 0 100%;
	overflow:hidden;
}

.main .tabset a{
	float:left;
	height:48px;
	text-indent:-9999px;
}


.column {
  overflow:hidden;
  margin-top:26px;
  width:317px;
  float:clear;
  float: left;
}

.column .typesblock {
  background: url('/images/bknds/typesblock-bg.gif') repeat-y;
  overflow: hidden;
  width: 317px;
}

.column .typesblock .topbg{
	padding-top:14px;
	width:317px;
	background:url('/images/bknds/typesblock-topbg.gif') no-repeat;
	overflow:hidden;
}

.column .typesblock .botbg{
	padding-bottom:22px;
	width:317px;
	background:url('/images/bknds/typesblock-botbg.gif') no-repeat 0 100%;
	overflow:hidden;
}

.column .typesblock .holder{
	margin-left:10px;
	width:293px;
	background:url('/images/bknds/typesblock-holderbg.gif') repeat-x;
	overflow:hidden;
}

.column .typesblock h3{
	margin:12px 0 0 11px;
	width:239px;
	height:16px;
	text-indent:-9999px;
	background:url('/images/hdrs/typesblock-title.gif') no-repeat;
	overflow:hidden;
}

.column .typesblock ul{
	margin:3px 0 0 17px;
	width:276px;
	overflow:hidden;
}

.column .typesblock ul li{
	margin-top:12px;
	width:276px;
	float:left;
	padding-bottom:14px;
	background:url('/images/bknds/searchtext-dotline.gif') no-repeat 20px 100%;
}

.column .typesblock ul li.family{
	padding:0;
	background:none;
}

.column .typesblock ul li img{
	float:left;
	overflow:hidden;
}

.column .typesblock ul li div{
	margin:1px 0 0;
	float:right;
	width:198px;
	overflow:hidden;
}

.column .typesblock ul li h4{
	margin:0;
	width:198px;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
}

.searchcont .column .typesblock ul li.people h4{background:url('/images/hdrs/people-title.gif') no-repeat;}
.searchcont .column .typesblock ul li.public h4{background:url('/images/hdrs/public-title.gif') no-repeat;}
.searchcont .column .typesblock ul li.family h4{background:url('/images/hdrs/family-title.gif') no-repeat;}

.searchcont .column .typesblock ul ul{
	margin:7px 0 0;
	width:198px;
	overflow:hidden;
}

.searchcont .column .typesblock ul ul li{
	margin:0;
	padding:0 0 0 12px;
	width:186px;
	float:left;
	background:url('/images/icons/arrow.gif') no-repeat 0 4px;
}

.searchcont .column .typesblock ul ul li a{
	font:1em/1.2em Verdana, sans-serif;
	color:#002d58;
}
.searchcont .column .typesblock ul ul li a.selected{
	font:1em/1.2em Verdana, sans-serif;
	color:#002d58;
	font-weight:bold;
}

.searchcont .column .coladvert{
	margin-left:7px;
	width:300px;
	background:#aac0c7;
	overflow:hidden;
	visibility:hidden;
}

.searchcont .column .coladvert h3{
	margin:6px 0 0 7px;
	width:80px;
	height:8px;
	text-indent:-9999px;
	background:url('/images/bknds/topbanner-title.gif') no-repeat;
	overflow:hidden;
}

.searchcont .column .coladvert .image{
	margin-top:5px;
	width:300px;
	height:250px;
	overflow:hidden;
}

.searchlabel {
  margin: -5px 0 0 15px;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  font-family: Calibri;
  height: 26px;
}

.prodcont .head, .preview .head, .summary .head, .signup .head { 
  background: url('/images/bknds/flowprogress.png') center center no-repeat;
  margin-bottom: -10px; 
  position: relative;   
  width: 925px;
  height: 70px;
  left: -10px;
}

.preview .head h3, .prodcont .head h3, .summary .head h3, .signup .head h3 {
  margin: 26px 0 0 30px;
  text-indent: -9999px;
  display: inline;  
  float: left;
  width: 300px;
  height: 30px;
}


.prodcont .head h3 { background:url('/images/hdrs/producthead-title.gif') no-repeat; }
.preview .head h3  { background:url('/images/hdrs/previewhead-title.png') no-repeat; }
.summary .head h3  { background:url('/images/hdrs/summaryhead-title.png') no-repeat; }
.signup  .head h3  { background:url('/images/hdrs/checkouthead-title.png') no-repeat;  }


.head ul {
  margin:15px 20px 0 110px;
  display:inline;
  float: left;  
  width:460px;
}

.head ul li{
  background:url('/images/icons/producthead-arrow.gif') no-repeat 100% 15px;
  padding:0 11px 0 6px;
  float: left;
  height:35px;
}

.head ul li{
	font:1em/35px Verdana, sans-serif;
	color:#a9b5c0;
}

.head ul li.active {
	font-weight:bold;
	color:#fff;
}

.summary table li {
  background: url('/images/icons/bluebull.gif') 0 4px no-repeat;
  padding: 0 0 0 12px;
  margin: 0 0 0 20px;
  font-size: 11px;
  color: #333;  
}

.preview td .ainfo {
  padding: 6px 0 6px 10px;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 70px;
  float: left; 
}

.preview, .prodcont, .summary, .signup {
  margin: 26px 0 0 0;
}

.preview .topbg, .summary .topbg {
	background:url('/images/bknds/resultblock-topbg.png') no-repeat;
}

.preview .botbg, .summary .botbg, .signup .botbg {
  background: url('/images/bknds/resultblock-botbg.png') no-repeat 0 100%;
  padding-bottom:17px;
  clear: both;
}

.preview .inner, .summary .inner {
  background: url('/images/bknds/resultblock-innerbg.gif') repeat-y;
}

.preview .topblock{
  padding:7px 20px 0 7px;
  margin-bottom: 5px;
  height: 90px;
}

.preview .topblock div {
  background-color: #f0f0f0;
  margin:12px 0 0 8px;
  height: 35px;
}

.preview .topblock div strong {
  background: url('/images/hdrs/resultblock-title.gif') no-repeat;
  margin: 13px 0 0 8px;
  text-indent: -9999px;	
  display: inline;  
  float: left;
  width: 142px;
  height: 12px;
}

.preview .topblock div a.searchfor {
	margin:12px 0 0 8px;
	float:left;
	display:inline;
	font:bold 1.2em Verdana, sans-serif;
	color:#000;
	text-decoration:underline;
}

.preview .topblock div a.searchfor:hover{text-decoration:none;}

.preview .topblock div .button {
	background:url('/images/buttons/searchagain-button.gif') no-repeat;
	margin:7px 6px 0 0;
	text-indent:-9999px;	
	float:right;
	display:inline;
	width:192px;
	height:28px;
}

.preview th {
  background: url('/images/bknds/resultblock-headbg.gif') repeat-x;
  height:28px;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
  margin:0 0 0 9px;
  color:#cce4eb;  
  text-align: left;
  padding-left: 10px;
}

.preview th.first { padding-left: 25px; }
.preview th.last { border-right: none; }

.preview table {
  border-collapse: collapse;
  padding: 0;
  margin: 0 0 0 11px;
  width: 882px;
}

.preview table td, .summary table td, .signup table td {
  vertical-align: top;
  padding: 5px 0 5px 10px;
  margin: 0;
}

.summary table td { color: #333; }

.preview table tr.alt {
  background-color:#EEF5F8;
}

.preview table td {
  border-right: solid 1px #e6edf0;
  color: #039;	
}

.preview table em {
  margin: 0 0 0 6px;
  display:inline;
  float:left;
  width:20px;
  color:#004688;
  font-style: normal;
}

.preview table a.name { 
  font: bold 11px Verdana, sans-serif;
  text-decoration: underline;
  padding-bottom: 8px;   
  display: inline;
  color: #004688;  
  float: left;
}

.preview .legend {
  margin: 3px 0 0 25px;
  width: 700px;
  height: 22px;
}

.preview .legend p {
  line-height: 22px;
  display: inline;
  float: left;  
  margin: 0;
}

.preview .legend p a {
  text-decoration: underline;
  color: #000;
}

.preview .legend ul { 
  margin-top: 5px;
  display: inline;	
  float: right;
  width: 337px;
  height: 16px;
}

.preview .legend ul li {
  border-left: solid 1px #B8B8B8;
  padding:0 8px;
  float:left;
}

.preview .legend ul li.first { border-left: none; }

.preview .legend ul li img {
  margin-top:3px;
  float:left;
}

.preview .legend ul li span {
  font: 9px/16px Verdana, sans-serif;
  margin-left: 4px;
  display: inline;  
  color: #002E5A;  
  float: left;
}

.preview table.previewhead {
  margin: 10px 0 0 16px;
  width: 855px;
}

.column h3.bluebg, .main h3.bluebg, .signup h3.bluebg {
  background: url('/images/bknds/resultblock-headbg.gif') repeat-x;
  font: bold 16px/28px Arial, Verdana, sans-serif;
  margin: 14px 0 0 8px;
  text-indent: 7px;  
  width: 278px;
  height: 28px;
  color: #FFF;
}

.signup .main h3.bluebg { margin: 0; width: 550px; }

/* id protection order page */

#whatboxtop2 { 
  background: url('/images/bknds/whatboxtop2.gif') top left no-repeat; 
  border-bottom: solid 1px #CCC; 
  padding: 10px 10px 0 10px; 
  vertical-align: top; 
  height: 280px;      
  width: 260px;   
}

#whatboxbg2 { 
  background: url('/images/bknds/whatboxbg2.gif') bottom left no-repeat; 
  vertical-align: top; 
} 

#whatboxtop2 li { 
  background: url('/images/icons/arrow.gif') no-repeat 0 4px;  
  padding: 0 0 0 12px;
  font-size: 10px;  
  margin: 0;
  color: #000;
} 

#whatboxbg2 strong { font-size: 20px; }

.summary .column, .signup .column { margin: 0; }
.summary .column .holder, .signup .column .holder { background: none; }
.summary .column td, .signup .column td { border-top: solid 1px #CCC; font-size: 12px; color: #666; }
.summary .column tr.total td, .signup .column tr.total td { border-top: solid 1px #036; }

.summary .column .topbg, .signup .column .topbg { 
  background: url('/images/bknds/typesblock-topbg2.gif') 0 8px  no-repeat;
  margin-top: -14px; 
}

.signup .main td img { vertical-align: middle; }

.signup .main table td {
  font-size: 13px;
  padding-left: 20px;
  vertical-align: middle;  
}

.signup .main td input[type=text], .signup .main td input[type=password] { 
  background:url('/images/bknds/input-bg.gif') top right repeat-x;
  padding: 2px 0 2px 5px;
  border: solid 1px #9aa6b3;
  font: 12px/16px "Trebuchet MS", sans-serif;
  width: 220px; 
}

.signup .main td select {
  padding: 2px 2px 2px 5px;    
}

.signup .main tr.alt td { background-color: #f0f7f9; }

.TextBoxBad  { 
  border: solid 1px #000;
  background-color: #FCC;
  font-size: 13px; 
}

.errorbox {
  background-color: #FFF;
  border: 1px solid black; 
  padding: 8px;
  position:absolute;  
  top: 120px;
  left: 40%;
  z-index: 999;
}




