*{font-size:100.01%}

html{background:#c8e2ea url(images/page-bg.gif) repeat-x;}

body{
	margin:0;
	font:10px Verdana, sans-serif;
	background:url(images/body-bg.gif) no-repeat 50% 0;
	font-size:64%;
	color:#000;
}

a:focus{outline:none;}
img{outline:none;}

a{text-decoration:none;color:#004688;}
a:visited{text-decoration:none;color:#004688;}

a:hover{text-decoration:underline;}

img{border:none;}

form,ul,p{
	margin:0;
	padding:0;
}

ul{list-style:none;}

#main{
	margin:0 auto;
	width:905px;
	position:relative;
	overflow:hidden;	
}

/*	Header	*/

#header{
	width:905px;
	height:130px;
	overflow:visible;
}

/* Logos */

#main h1{
	margin:0;
	position:absolute;
	top:39px;
	left:12px;
	width:285px;
	height:91px;
}

#main h1 a{
	display:block;
	width:285px;
	height:91px;
	text-indent:-9999px;
	background:url(images/logo.gif) no-repeat;
}

#main h2{
	margin:0;
	position:absolute;
	top:130px;
	right:41px;
	width:249px;
	height:48px;
	text-indent:-9999px;
	background:url(images/header-title.gif) no-repeat;
}

/* Top Menu */

#main #nav{
	position:absolute;
	top:74px;
	right:3px;
	width:357px;
	height:34px;
	background:url(images/topmenu-bg.gif) no-repeat;
	overflow:hidden;
}

#nav ul{
	height:34px;
	float:left;
	overflow:hidden;
}

#nav ul li{
	padding-right:2px;
	float:left;
	display:inline;
	background:url(images/topmenu-sep.gif) no-repeat 100% 2px;
}

#nav ul li a{
	margin-top:1px;
	float:left;
	height:32px;
	padding:0 10px;
	font:10px/32px Verdana, sans-serif;
	color:#000;
}

#nav ul li.first a{padding-left:17px;}

#nav p{
	margin-right:12px;
	float:right;
	display:inline;
	font:10px/34px Verdana, sans-serif;
	color:#002d58;
	overflow:hidden;
}

/* Top Banner */

#main #topbanner{
	position:absolute;
	top:9px;
	left:73px;
	width:738px;
	height:112px;
	background:url(images/topbanner-bg.gif) repeat-x;
	overflow:hidden;
	visibility:hidden;
}

#topbanner h3{
	margin:6px 0 0 8px;
	width:80px;
	height:8px;
	text-indent:-9999px;
	background:url(images/topbanner-title.gif) no-repeat;
	overflow:hidden;
}

#topbanner .image{
	margin:3px auto 0;
	width:728px;
	height:90px;
	overflow:hidden;
}

#topbanner .image a{
	display:block;
	width:728px;
	height:90px;
	text-align:center;
	overflow:hidden;
}

/*	Content	*/

#content{
	width:905px;
	overflow:hidden;
}

/* Search Page */

.searchcont .main{
	width:588px;
	float:left;
	overflow:hidden;
}

/******PAGE TITLE SEARCH***********/
.searchcont .main h4{
	/*margin:7px 0 0 16px;*/
	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;
}
.searchcont .main h4 div span 
{
	padding:0px;
	margin:0px;
}
.searchcont .main h4 div span a{
	position:absolute;top:0;
	overflow:auto;
	visibility:hidden;
}
.searchcont .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;
}
/******PAGE TITLE SEARCH END***********/

.searchcont .main .tabset{
	width:588px;
	height:48px;
	background:url(images/tabset-bg.gif) no-repeat 0 100%;
	overflow:hidden;
}

.searchcont .main .tabset a{
	float:left;
	height:48px;
	text-indent:-9999px;
}

.searchcont .main .tabset a.tab1{width:127px;background:url(images/tab1-bg.gif) no-repeat;}
.searchcont .main .tabset a.tab2{width:119px;background:url(images/tab2-bg.gif) no-repeat;}
.searchcont .main .tabset a.tab3{width:118px;background:url(images/tab3-bg.gif) no-repeat;}

/* tab navigation VLAD modification
---------------------------------------------------------- */

div#search_tabs {
	display: inline;
	position:relative;
	float:left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 9px;
	padding:4px 0 0 0px;
	height:44px;
	background:url(images/tabset-bg.gif) no-repeat 0 100%;
	width:588px;
	}

#search_tabs ul {
  margin:0;
  padding:0;
  list-style:none;
  }

  #search_tabs li {
  float:left;
  background:url("images/tab_left.gif") no-repeat left top;
  margin-right: 1px;
  padding:0 0 0 4px;
  height:44px;
  }
  
#search_tabs a {
  float:left;
  display:block;
  background:url("images/tab_right.gif") no-repeat right top;
  padding: 16px 15px 8px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#6c6c6c;
  font-style:italic;
  height:44px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#search_tabs a {float:none;}
/* End IE5-Mac hack */
#search_tabs a:hover {
  color:#004688;
  }
#search_tabs #current {
  background-image:url("images/tab_leftactive.gif");
  height:44px;
  }
#search_tabs #current a {
  background-image:url("images/tab_rightactive.gif");
  color:#004688;
  padding-bottom:4px;
  padding-top:12px;
  font-size:16px;
  height:44px;
  font-style:normal;
  }
  /*----------------------*/
.searchcont .main .searchtab{
	width:588px;
	overflow:hidden;
	clear:both;
}

.searchtab .holder{
	width:588px;
	background:url(images/search-holderbg.gif) repeat-y;
	overflow:hidden;
}

.searchtab .botbg{
	display:block;
	width:588px;
	height:23px;
	background:url(images/searchtab-botbg.gif) no-repeat;
	overflow:hidden;
}

.searchtab .searchform{
	width:577px;
	padding-top:5px;
	min-height:140px;
	background:url(images/searchform-bg.gif) no-repeat bottom;
	overflow:hidden;
}

* html .searchtab .searchform{
	padding-top:13px;
	height:132px;
}

.searchtab .searchform ul{
	margin:10px 0 0 17px;
	width:550px;
	overflow:hidden;
}

.searchtab .searchform ul li{
	margin-left:8px;
	float:left;
	display:inline;
}

.searchtab .searchform ul li label{
	display:inline;
	height:20px;
	width:170px;
	font:bold 1.2em/20px "Trebuchet MS", sans-serif;
	color:#004688;
}

.searchtab .searchform ul li input, .searchtab .searchform ul li option{
	padding:0px 0;
	height:16px;
	border:1px #9aa6b3 solid;
	font:12px/16px "Trebuchet MS", sans-serif;
	background:url(images/input-bg.gif) repeat-x;
}

.searchtab .searchform ul li .button{
	margin-top:4px;
	display:block;
}

.searchtab .searchtext{
	margin-left:12px;
	width:566px;
	background:url(images/searchtext-bg.gif) repeat-x 0 100%;
	overflow:hidden;
}

.searchtab .searchtext .block{
	margin-left:8px;
	width:540px;
	padding-bottom:11px;
	background:url(images/searchtext-dotline.gif) no-repeat 100% 100%;
	overflow:hidden;
}

.searchtab .searchtext .block h4{
	margin:12px 0 0;
	width:100%;
	font:bold 1.0em Verdana, sans-serif;
	color:#002d58;
	padding-bottom:0px;
}

.searchtab .searchtext .block h3{
	margin:18px 0 0;
	font:1.2em Verdana, sans-serif;
	color:#002d58;
}

.searchtab .searchtext .topblock h4
{
	font:bold 1.2em Verdana, sans-serif;
	margin:0;
	text-indent:6px;
	padding-top:15px;
	padding:bottom:0px;
	background:url(images/searchtext-dotline.gif) no-repeat 100% 6px;
}

.searchtab .searchtext .block p{
	font:1em/1.2em Verdana, sans-serif;
	color:#002d58;
	width:525px;
	padding-top:0px;
	margin-top:0px;
}

.searchtab .searchtext .topblock p{
	margin:8px 0px 0 7px;
	width:535px;
}

.searchtab .searchtext .topblock .links{
	width:100%;
	overflow:hidden;
}

.searchtab .searchtext .topblock ul{
	margin:12px 0 0 22px;
	float:left;
	display:inline;
	width:245px;
	overflow:hidden;
}

.searchtab .searchtext .topblock ul li{
	width:245px;
	float:left;
	padding-left:12px;
	background:url(images/arrow.gif) no-repeat 0 3px;
}

.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;}

/* Search Page Column */

.searchcont .column{
	margin-top:52px;
	width:317px;
	float:clear;
	overflow:hidden;
}

.searchcont .column .typesblock{
	width:317px;
	background:url(images/typesblock-bg.gif) repeat-y;
	overflow:hidden;
}

.searchcont .column .typesblock .topbg{
	padding-top:14px;
	width:317px;
	background:url(images/typesblock-topbg.gif) no-repeat;
	overflow:hidden;
}

.searchcont .column .typesblock .botbg{
	padding-bottom:22px;
	width:317px;
	background:url(images/typesblock-botbg.gif) no-repeat 0 100%;
	overflow:hidden;
}

.searchcont .column .typesblock .holder{
	margin-left:10px;
	width:293px;
	background:url(images/typesblock-holderbg.gif) repeat-x;
	overflow:hidden;
}

.searchcont .column .typesblock h3{
	margin:12px 0 0 11px;
	width:239px;
	height:16px;
	text-indent:-9999px;
	background:url(images/typesblock-title.gif) no-repeat;
	overflow:hidden;
}

.searchcont .column .typesblock ul{
	margin:3px 0 0 17px;
	width:276px;
	overflow:hidden;
}

.searchcont .column .typesblock ul li{
	margin-top:12px;
	width:276px;
	float:left;
	padding-bottom:14px;
	background:url(images/searchtext-dotline.gif) no-repeat 20px 100%;
}

.searchcont .column .typesblock ul li.family{
	padding:0;
	background:none;
}

.searchcont .column .typesblock ul li img{
	float:left;
	overflow:hidden;
}

.searchcont .column .typesblock ul li div{
	margin:1px 0 0;
	float:right;
	width:198px;
	overflow:hidden;
}

.searchcont .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/people-title.gif) no-repeat;}
.searchcont .column .typesblock ul li.public h4{background:url(images/public-title.gif) no-repeat;}
.searchcont .column .typesblock ul li.family h4{background:url(images/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/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/topbanner-title.gif) no-repeat;
	overflow:hidden;
}

.searchcont .column .coladvert .image{
	margin-top:5px;
	width:300px;
	height:250px;
	overflow:hidden;
}

/*	Result Page	*/

.resultblock{
	margin:64px 0 0 128px;
	width:646px;
	background:url(images/resultblock-bg.gif) repeat-y;
	overflow:hidden;
}

.resultblock .topbg{
	width:646px;
	padding-top:9px;
	background:url(images/resultblock-topbg.gif) no-repeat;
	overflow:hidden;
}

.resultblock .botbg{
	width:646px;
	padding-bottom:15px;
	background:url(images/resultblock-botbg.gif) no-repeat 0 100%;
	overflow:hidden;
}

.resultblock .inner{
	margin-left:14px;
	width:621px;
	background:url(images/resultblock-innerbg.gif) repeat-x 0 100%;
	overflow:hidden;
}

.resultblock .topblock{
	width:621px;
	overflow:hidden;
	padding-bottom:7px;
}

.resultblock .topblock h3{
	margin:13px 0 0 2px;
	width:617px;
	height:28px;
	background:url(images/resultblock-headbg.gif) repeat-x;
	font:bold 1.2em/28px Verdana, sans-serif;
	color:#fff;
	text-indent:7px;
}

.resultblock .topblock div{
	margin:12px 0 0 8px;
	width:610px;
	background:url(images/resultblock-dotline.gif) no-repeat 100% 0;
	overflow:hidden;
}

.resultblock .topblock div strong{
	margin:13px 0 0 8px;
	float:left;
	display:inline;
	width:127px;
	height:12px;
	text-indent:-9999px;
	background:url(images/resultblock-title.gif) no-repeat;
}

.resultblock .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;
}

.resultblock .topblock div a.searchfor:hover{text-decoration:none;}

.resultblock .topblock div .button{
	margin:7px 6px 0 0;
	float:right;
	display:inline;
	width:192px;
	height:28px;
	text-indent:-9999px;
	background:url(images/searchagain-button.gif) no-repeat;
}

.resultblock .info{
	margin-top:8px;
	width:621px;
	overflow:hidden;
}

.resultblock .info .head{
	margin-left:2px;
	width:617px;
	height:28px;
	background:url(images/resultblock-headbg.gif) repeat-x;
	overflow:hidden;
}

.resultblock .info .head li{
	padding-left:1px;
	float:left;
	height:28px;
	background:url(images/resultblock-headsep.gif) no-repeat;
}

.resultblock .info .head li.title1{
	padding:0;
	background:none;
	width:193px;
}

.resultblock .info .head li.title2{width:218px;}

.resultblock .info .head li.title3{width:204px;}

/* Modifications for the results headers*/
.resultblock .info .head li.title-groom{width:185px;}
.resultblock .info .head li.title-bride{width:125px;}
.resultblock .info .head li.title-date{width:105px;}
.resultblock .info .head li.title-file{width:105px;}
.resultblock .info .head li.title-county{width:85px;}
.resultblock .info .head li.title-div-state{width:65px;}

/*Divorce Table*/
.resultblock .info .head li.title-div-pet{width:195px;}
.resultblock .info .head li.title-div-res{width:120px;}
.resultblock .info .head li.title-div-state{width:45px;}
.resultblock .info .head li.title-div-fdate{width:65px;}
.resultblock .info .head li.title-div-file{width:80px;}
.resultblock .info .head li.title-dive-county{width:55px;}

.resultblock .info table tr td.col-div-pet{width:163px;border-right:1px #e6edf0 solid;}
.resultblock .info table tr td.col-div-res{width:100px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-div-state{width:35px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-div-fdate{width:53px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-div-file{width:66px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-div-county{width:88px;vertical-align:middle;text-align:center;}

.resultblock .info table tr td.col-mar-groom{width:155px;border-right:1px #e6edf0 solid;}
.resultblock .info table tr td.col-mar-bride{width:93px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-mar-state{width:35px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-mar-fdate{width:52px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-mar-file{width:62px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-mar-county{width:83px;vertical-align:middle;text-align:center;}

/*Death Table*/
.resultblock .info .head li.title-death-name{width:185px;}
.resultblock .info .head li.title-death-age{width:45px;}
.resultblock .info .head li.title-death-year{width:75px;}
.resultblock .info .head li.title-death-bdate{width:75px;}
.resultblock .info .head li.title-death-ddate{width:80px;}
.resultblock .info .head li.title-death-res{width:135px;}

.resultblock .info table tr td.col-death-name{width:172px;border-right:1px #e6edf0 solid;}
.resultblock .info table tr td.col-death-age{width:41px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-death-year{width:67px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-death-bdate{width:70px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-death-ddate{width:73px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-death-res{width:139px;vertical-align:middle;text-align:center;}

/*Public Filings*/
.resultblock .info .head li.title-pub-def{width:130px;}
.resultblock .info .head li.title-pub-act{width:95px;}
.resultblock .info .head li.title-pub-pla{width:60px;}
.resultblock .info .head li.title-pub-case{width:90px;}
.resultblock .info .head li.title-pub-court{width:45px;}
.resultblock .info .head li.title-pub-amount{width:60px;}
.resultblock .info .head li.title-pub-assts{width:55px;}
.resultblock .info .head li.title-pub-fdate{width:70px;}

.resultblock .info table tr td.col-pub-def{width:130px;border-right:1px #e6edf0 solid;}
.resultblock .info table tr td.col-pub-act{width:95px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-pub-pla{width:60px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-pub-case{width:90px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-pub-court{width:45px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-pub-amount{width:60px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-pub-assts{width:55px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-pub-fdate{width:75px;vertical-align:middle;text-align:center;}

/*Results table modifications */
.resultblock .info table tr td.col-groom{width:185px;border-right:1px #e6edf0 solid;}
.resultblock .info table tr td.col-bride{width:122px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-date{width:103px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-file{width:103px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-state{width:85px;border-right:1px #e6edf0 solid;vertical-align:middle;text-align:center;}
.resultblock .info table tr td.col-county{width:92px;vertical-align:middle;text-align:center;}
/*------------*/

.resultblock .info .head li h4{
	margin:0 0 0 9px;
	font:bold 1em/28px Verdana, sans-serif;
	color:#cce4eb;
}

.resultblock .info .head li.title1 h4{margin-left:27px;}

.resultblock .info table{
	padding:0;
	margin:0px 0 0;
	border-collapse:collapse;
	width:621px;
}

.resultblock .info table td{
	padding:0 0 5px;
	margin:0;
	vertical-align:top;
}

.resultblock .info table tr{
	width:621px;
	background:url(images/resultblock-tabledot.gif) repeat-x 0 100%;
	overflow:hidden;
}

.resultblock .info table tr.dark{
	background:#eef5f8 url(images/resultblock-tabledot.gif) repeat-x 0 100%;
}

.resultblock .info table tr td.col1{
	width:194px !important;
	border-right:1px #e6edf0 solid;
}

.resultblock .info table tr td.col2{
	width:217px;
	border-right:1px #e6edf0 solid;
}

.resultblock .info table tr td.col3{width:205px;}



.resultblock .info table em{
	margin:8px 0 0 6px;
	float:left;
	width:20px;
	display:inline;
	font:1em Verdana, sans-serif;
	color:#004688;
}

.resultblock .info table a.name{
	margin-top:8px;
	float:left;
	display:inline;
	font:bold 1.1em Verdana, sans-serif;
	color:#004688;
	text-decoration:underline;
	padding-bottom:8px;
}

.res-table-check {
	background: url(images/check-mk.gif) 50% 0 no-repeat;
	width: 12px;
	height: 11px;
	margin:0px;
	padding:0px;
	text-align:center;

}
.resultblock .info table a.name:hover{
	text-decoration:none;
}

.resultblock .info table a.button{
	margin:8px 10px 0 25px;
	clear:left;
	display:block;
	width:100px;
	height:27px;
	text-indent:-9999px;
	background:url(images/getinfo-button.gif) no-repeat;
}

.resultblock .info table div{
	clear:left;
	margin:0px 0 0 25px;
	float:left;
	width:60px;
	display:inline;
	padding-bottom:8px;
}

.resultblock .info table div a{
	margin-left:3px;
	
	float:left;
	display:inline;
}

.resultblock .info table p{
	margin:7px 0 0 10px;
	font:1em Verdana, sans-serif;
	color:#004688;
}

.resultblock .info .botinfo{
	width:621px;
	height:25px;
}

.resultblock .info .botinfo p{
	margin-left:9px;
	float:left;
	display:inline;
	font:1em/22px Verdana, sans-serif;
}

.resultblock .info .botinfo p a{
	color:#000;
	text-decoration:underline;
}

.resultblock .info .botinfo p a:hover{text-decoration:none;}

.resultblock .info .botinfo ul{
	margin-top:5px;
	float:right;
	display:inline;
	width:337px;
	height:16px;
	overflow:visible;
}

.resultblock .info .botinfo ul li{
	float:left;
	padding:0 8px;
	background:url(images/botinfo-sep.gif) no-repeat;
}

.resultblock .info .botinfo ul li.first{background:none;}

.resultblock .info .botinfo ul li img{
	margin-top:3px;
	float:left;
}

.resultblock .info .botinfo ul li span{
	margin-left:4px;
	float:left;
	display:inline;
	font:.9em/16px Verdana, sans-serif;
	color:#002e5a;
}

/* Results Page Search Form Styles */
#resSearch {
	font-size: 12px;
	width: 621px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999999;
}

#resSearch h2 {
	background: none;
	height: auto;
	width: auto;
	position: inherit;
	text-indent: 0;
	font-size: 18px;
}

.resName {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

#resSearchFields {
	font-size: 11px;
	padding-top: 6px;
}

.resSearchField {
	float: left;
	margin-right: 5px;
}

.resSearchField label {
	font-weight: bold;
}

.resSearchField input[type=image] {
	padding-top: 12px;
}
/* End Results Page Search Form Styles */

/*	Products Page BEGINS	*/

.prodcont{padding-bottom:35px;}

.prodcont .main{
	margin-top:62px;
	width:750px;
	float:left;
	overflow:hidden;
}

.prodcont .main .head{
	width:750px;
	height:50px;
	background:url(images/producthead-bg.gif) no-repeat;
	overflow:hidden;
}

.prodcont .main h3{
	margin:24px 0 0 26px;
	float:left;
	display:inline;
	width:102px;
	height:18px;
	text-indent:-9999px;
	background:url(images/producthead-title.gif) no-repeat;
}

.prodcont .main ul{
	margin:15px 20px 0 0;
	float:right;
	display:inline;
	width:600px;
	overflow:hidden;
}

.prodcont .main ul li{
	padding:0 11px 0 6px;
	float:right;
	height:35px;
	background:url(images/producthead-arrow.gif) no-repeat 100% 15px;
}

.prodcont .main ul li.first{background:none;}

.prodcont .main ul li{
	font:1em/35px Verdana, sans-serif;
	color:#a9b5c0;
}

.prodcont .main ul li.active{
	font-weight:bold;
	color:#fff;
}

/*Background BLOCKS FOR THREE*/
.prodcont .prodblocks{
	width:750px;
	background:url(images/prodblocks-bg.gif) repeat-y;
	overflow:hidden;
}

.prodcont .prodblocks .topbg{
	width:750px;
	padding-top:12px;
	background:url(images/prodblocks-topbg.gif) no-repeat;
	overflow:hidden;
}

.prodcont .prodblocks .botbg{
	width:750px;
	padding-bottom:15px;
	background:url(images/prodblocks-botbg.gif) no-repeat 0 100%;
	overflow:hidden;
}

.prodcont .prodblocks .block{
	margin:0 2px 0 13px;
	width:231px;
	background:url(images/prodblocks-blockbg.gif) repeat-x;
	float:left;
	display:inline;
	overflow:hidden;
}
/*Backgroun BLOCKS for TWO*************************************************/
.prodcont .prodblocks-two{
	width:750px;
	background:url(images/prodblocks-bg-two.gif) repeat-y;
	overflow:hidden;
}

.prodcont .prodblocks-two .topbg{
	width:750px;
	padding-top:12px;
	background:url(images/prodblocks-topbg-two.gif) no-repeat;
	overflow:hidden;
}

.prodcont .prodblocks-two .botbg{
	width:750px;
	padding-bottom:15px;
	background:url(images/prodblocks-botbg-two.gif) no-repeat 0 100%;
	overflow:hidden;
}

.prodcont .prodblocks-two .block{
	margin:0 2px 0 13px;
	width:210px;
	background: red url(images/prodblocks-blockbg.gif) repeat-x;
	float:left;
	display:inline;
	overflow:hidden;
}
/*Modifications for Prods TWO*/
.prodcont .prodblocks-two .block{
	margin:0 6px 0 13px;
	width:351px;
	background:url(images/prodblocks-blockbg.gif) repeat-x;
	float:left;
	display:inline;
	overflow:hidden;
	height:auto;
}
.prodcont .prodblocks-two .text{
	margin-left:100px;
	width:400px;
	padding:25px 0 8px 10px;
	background:url(images/resultblock-tabledot.gif) repeat-x 0 100%;
	background:url(images/prodblocks-blockbg.gif) repeat-x;
	overflow:hidden;
	display:block;
}

.prodcont .prodblocks-two .block h3{
	margin:9px 0 0 55px;
	height:43px;
	width:431px;
	text-indent:-9999px;
	overflow:hidden;
	text-align:center;
}

/***Titles**/
.prodcont .prodblocks-two .block h3.basic-marriage{font:bold 10px/32px Verdana, sans-serif;background:url(images/prodblocks-title1.gif) no-repeat 26px 0;}
.prodcont .prodblocks .block h3.basic-background{font:bold 10px/32px Verdana, sans-serif;background:url(images/prodblocks-title-background.gif) no-repeat 26px 0;}
.prodcont .prodblocks-wide .block h3.basic-bankrupt{font:bold 10px/32px Verdana, sans-serif;background:url(images/prodblocks-title-bankrupt.gif) no-repeat 8px 0;}
.prodcont .prodblocks-two .block h3.basic-death{font:bold 10px/32px Verdana, sans-serif;background:url(images/prodblocks-title-death.gif) no-repeat 8px 0;}
.prodcont .prodblocks-two .block h3.basic-divorce{font:bold 10px/32px Verdana, sans-serif;background:url(images/prodblocks-title-divorce.gif) no-repeat 3px 0;}
.prodcont .prodblocks-two .block h3.basic-marriage{font:bold 10px/32px Verdana, sans-serif;background:url(images/prodblocks-title-marriage.gif) no-repeat 3px 0;}
.prodcont .prodblocks-two .block h3.memb-marriage{font:bold 10px/32px Verdana, sans-serif;background:url(images/prodblocks-title2.gif) no-repeat 26px 0;}
.prodcont .prodblocks-two .block h3.memb-divorce{font:bold 10px/32px Verdana, sans-serif;background:url(images/prodblocks-title2.gif) no-repeat 26px 0;}
.prodcont .prodblocks-two .block h3.memb-death{font:bold 10px/32px Verdana, sans-serif;background:url(images/prodblocks-title2.gif) no-repeat 26px 0;}
.prodcont .prodblocks-two .block .image{
	padding-top:9px;
	clear:both;
	width:231px;
	height:104px;
	text-align:center;
	overflow:hidden;
	display:block;
	margin-left:60px;
}

.prodcont .prodblocks-two .block .price{
	margin:7px 0 0 67px;
	width:216px;
	height:37px;
	padding-bottom:10px;
	background:url(images/resultblock-tabledot.gif) repeat-x 0 100%;
	overflow:hidden;
}

.prodcont .prodblocks-two .block .price a{
	margin-left:3px;
	float:left;
	display:inline;
	width:122px;
	height:37px;
	text-indent:-9999px;
	background:url(images/getitnow-button.gif) no-repeat;
}

.prodcont .prodblocks-two .block .price p{
	float:left;
	width:84px;
	height:37px;
	color:#fff;
	background:url(images/prodblocks-price.gif) no-repeat;
}

.prodcont .prodblocks-two .block .price span {
	margin-left:5px;
	float:left;
	display:inline;
	font:bold 17px/37px Verdana, sans-serif;
}
.prodcont .prodblocks-two .block .price span span{
	margin-left:5px;
	float:none;
	display:inline;
	font:bold 17px/37px Verdana, sans-serif;
}

.prodcont .prodblocks-two .block .price em{
	margin-left:1px;
	float:right;
	display:inline;
	font:bold 10px/32px Verdana, sans-serif;
}

.prodcont .prodblocks-two .block .text{
	margin-left:7px;
	width:216px;
	padding-bottom:8px;
	background:url(images/resultblock-tabledot.gif) repeat-x 0 100%;
	overflow:hidden;
}

.prodcont .prodblocks-two .block .text h4{
	margin:8px 0 0 9px;
	font:1.2em Verdana, sans-serif;
	color:#747474;
	overflow:hidden;
}

.prodcont .prodblocks-two .block .text h4 strong{color:#053766;}

.prodcont .prodblocks .block .text h5{
	margin:8px 0 0 9px;
	font:bold 1em Verdana, sans-serif;
	overflow:hidden;
}

.prodcont .prodblocks-two .block .text ul{
	margin:5px 0 0 9px;
	float:none;
	display:block;
	width:200px;
	overflow:hidden;
}

.prodcont .prodblocks-two .block .text ul li{
	margin:0!important;
	padding:0 0 0 11px;
	width:189px;
	float:left;
	height:auto;
	background:url(images/arrow.gif) no-repeat 0 3px;
	font:1em/1.2em Verdana, sans-serif;
	color:#000;
}

.prodcont .prodblocks-two .block .text .lastlink{
	display:block;
	margin:6px 0 0 8px;
	width:200px;
	font:1em/1.2em Verdana, sans-serif;
	color:#053766;
}

.prodcont .prodblocks-two .block p.last{
	margin:5px 0 0 9px;
	width:215px;
	font:bold 0.9em Verdana, sans-serif;
	color:#5f5f5f;
}

.prodcont .prodblocks-two .block p.last span{color:#053766;}

.prodcont .bottext{
	margin-left:19px;
	width:720px;
	font:1em Verdana, sans-serif;
	color:#145489;
}

/* End of TWO MODIFICATION*/
/*END***********************************************************/

/*Modifications for Prods WIDE**********************************/
.prodcont .prodblocks-wide{
	width:750px;
	background:url(images/prodblocks-bg-wide.gif) repeat-y;
	overflow:hidden;
}

.prodcont .prodblocks-wide .topbg{
	width:750px;
	padding-top:12px;
	background:url(images/prodblocks-topbg-wide.gif) no-repeat;
	overflow:hidden;
}

.prodcont .prodblocks-wide .botbg{
	width:750px;
	padding-bottom:15px;
	background:url(images/prodblocks-botbg-wide.gif) no-repeat 0 100%;
	overflow:hidden;
}

.prodcont .prodblocks-wide .block{
	margin:0 0px 0 13px;
	width:290px;
	background:url(images/prodblocks-blockbg.gif) repeat-x;
	float:left;
	display:inline;
	overflow:hidden;
	min-height:268px;
}
.prodcont .prodblocks-wide .text{
	margin-left:100px;
	width:422px;
	padding:25px 0 8px 10px;
	background:url(images/resultblock-tabledot.gif) repeat-x 0 100%;
	background:url(images/prodblocks-blockbg.gif) repeat-x;
	overflow:hidden;
	min-height:237px;
	display:block;
}

.prodcont .prodblocks-wide .block h3{
	margin:9px 0 0;
	height:43px;
	width:431px;
	text-indent:-9999px;
	overflow:hidden;
}


.prodcont .prodblocks-wide .block .image{
	padding:9px 0 0 30px;
	clear:both;
	width:231px;
	height:104px;
	text-align:center;
	overflow:hidden;
}

.prodcont .prodblocks-wide .block .price{
	margin:7px 0 0 45px;
	width:216px;
	height:37px;
	padding-bottom:10px;
	background:url(images/resultblock-tabledot.gif) repeat-x 0 100%;
	overflow:hidden;
}

.prodcont .prodblocks-wide .block .price a{
	margin-left:3px;
	float:left;
	display:inline;
	width:122px;
	height:37px;
	text-indent:-9999px;
	background:url(images/getitnow-button.gif) no-repeat;
}

.prodcont .prodblocks-wide .block .price p{
	float:left;
	width:84px;
	height:37px;
	color:#fff;
	background:url(images/prodblocks-price.gif) no-repeat;
}
.prodcont .prodblocks-wide .block .price span{
	margin-left:5px;
	float:left;
	display:inline;
	font:bold 17px/37px Verdana, sans-serif;
}
.prodcont .prodblocks-wide .block .price span span{
	margin-left:5px;
	float:none;
	display:inline;
	font:bold 17px/37px Verdana, sans-serif;
}

.prodcont .prodblocks-wide .block .price em{
	margin-left:1px;
	float:right;
	display:inline;
	font:bold 10px/32px Verdana, sans-serif;
}

.prodcont .prodblocks-wide .text h4{
	margin:8px 0 0 9px;
	font:1.2em Verdana, sans-serif;
	color:#747474;
	overflow:hidden;
}

.prodcont .prodblocks-wide .text h4 strong{color:#053766;}

.prodcont .prodblocks .block .text h5{
	margin:8px 0 0 9px;
	font:bold 1em Verdana, sans-serif;
	overflow:hidden;
}

.prodcont .prodblocks-wide .text ul{
	margin:5px 0 0 9px;
	display:block;
	width:200px;
	overflow:hidden;
}
.prodcont .prodblocks-wide .text .list1{
	margin:5px 0 0 9px;
	float:left;
	overflow:hidden;
	width:200px;
}
.prodcont .prodblocks-wide .text .list2{
	margin:5px 0 0 9px;
	float:left;
	overflow:hidden;
	width:200px;
}

.prodcont .prodblocks-wide .text ul li{
	margin:0!important;
	padding:0 0 0 11px;
	width:189px;
	float:left;
	height:auto;
	background:url(images/arrow.gif) no-repeat 0 3px;
	font:1em/1.2em Verdana, sans-serif;
	color:#000;
}

.prodcont .prodblocks-wide .text .lastlink{
	display:block;
	margin:6px 0 0 8px;
	width:200px;
	font:1em/1.2em Verdana, sans-serif;
	color:#053766;
}

.prodcont .prodblocks-wide .block p.last{
	margin:5px 0 0 9px;
	width:215px;
	font:bold 0.9em Verdana, sans-serif;
	color:#5f5f5f;
}

.prodcont .prodblocks-wide .block p.last span{color:#053766;}

.prodcont .bottext{
	margin-left:19px;
	width:720px;
	font:1em Verdana, sans-serif;
	color:#145489;
}

/* End of WIDE MODIFICATION*/



.prodcont .prodblocks .block h3{
	margin:9px 0 0;
	height:43px;
	width:231px;
	text-indent:-9999px;
	overflow:hidden;
}

.prodcont .prodblocks .block h3.people{background:url(images/prodblocks-title1.gif) no-repeat 21px 0;
}

.prodcont .prodblocks .block h3.hour{background:url(images/prodblocks-title2.gif) no-repeat 26px 0;
}

.prodcont .prodblocks .block h3.public{background:url(images/prodblocks-title3.gif) no-repeat 15px 0;
}

.prodcont .prodblocks .block .image{
	padding-top:9px;
	clear:both;
	width:231px;
	height:104px;
	text-align:center;
	overflow:hidden;
}

.prodcont .prodblocks .block .price{
	margin:7px 0 0 7px;
	width:216px;
	height:37px;
	padding-bottom:10px;
	background:url(images/resultblock-tabledot.gif) repeat-x 0 100%;
	overflow:hidden;
}

.prodcont .prodblocks .block .price a{
	margin-left:3px;
	float:left;
	display:inline;
	width:122px;
	height:37px;
	text-indent:-9999px;
	background:url(images/getitnow-button.gif) no-repeat;
}

.prodcont .prodblocks .block .price p{
	float:left;
	width:84px;
	height:37px;
	color:#fff;
	background:url(images/prodblocks-price.gif) no-repeat;
}
.prodcont .prodblocks .block .price span {
	margin-left:5px;
	float:left;
	display:inline;
	font:bold 17px/37px Verdana, sans-serif;
}
.prodcont .prodblocks .block .price span span{
	margin-left:5px;
	float:none;
	display:inline;
	font:bold 17px/37px Verdana, sans-serif;
}


.prodcont .prodblocks .block .price em{
	margin-left:1px;
	float:right;
	display:inline;
	font:bold 10px/32px Verdana, sans-serif;
}

.prodcont .prodblocks .block .text{
	margin-left:7px;
	width:216px;
	padding-bottom:8px;
	background:url(images/resultblock-tabledot.gif) repeat-x 0 100%;
	overflow:hidden;
}

.prodcont .prodblocks .block .text h4{
	margin:8px 0 0 9px;
	font:1.2em Verdana, sans-serif;
	color:#747474;
	overflow:hidden;
}

.prodcont .prodblocks .block .text h4 strong{color:#053766;}

.prodcont .prodblocks .block .text h5{
	margin:8px 0 0 9px;
	font:bold 1em Verdana, sans-serif;
	overflow:hidden;
}

.prodcont .prodblocks .block .text ul{
	margin:5px 0 0 9px;
	float:none;
	display:block;
	width:200px;
	overflow:hidden;
}

.prodcont .prodblocks .block .text ul li{
	margin:0!important;
	padding:0 0 0 11px;
	width:189px;
	float:left;
	height:auto;
	background:url(images/arrow.gif) no-repeat 0 3px;
	font:1em/1.2em Verdana, sans-serif;
	color:#000;
}

.prodcont .prodblocks .block .text .lastlink{
	display:block;
	margin:6px 0 0 8px;
	width:200px;
	font:1em/1.2em Verdana, sans-serif;
	color:#053766;
}

.prodcont .prodblocks .block p.last{
	margin:5px 0 0 9px;
	width:215px;
	font:bold 0.9em Verdana, sans-serif;
	color:#5f5f5f;
}

.prodcont .prodblocks .block p.last span{color:#053766;}

.prodcont .bottext{
	margin-left:19px;
	width:720px;
	font:1em Verdana, sans-serif;
	color:#145489;
}

/* Product Column */

.prodcont .column{
	margin-top:115px;
	width:155px;
	float:left;
	overflow:hidden;
}

.prodcont .column .banner{
	width:155px;
	overflow:hidden;
}


/* Mods for upsell page */

.prodcont .main .head-summary{
	width:750px;
	height:50px;
	background:url(images/producthead-bg.gif) no-repeat;
	overflow:hidden;
}

.prodcont .main .head-summary h3{
	margin:23px 0 0 26px;
	float:left;
	display:inline;
	width:224px;
	height:24px;
	text-indent:-9999px;
	background:url(images/summaryhead-title.gif) no-repeat;
}

.prodcont .prodblocks-wide .summary {
	margin: 5px 20px 5px 20px;
	width: 720px;
	height: 50px;
}

.prodcont .prodblocks-wide .summary .title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

.prodcont .prodblocks-wide .summary .left {
	float: left;
	display: inline;
	width: 220px;
	padding-left: 40px;
}

.prodcont .prodblocks-wide .summary .middle {
	float: left;
	display: inline;
	width: 380px;
}

.prodcont .prodblocks-wide .summary .right {
	float: left;
	display: inline;
	width: 60px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.prodcont .prodblocks-wide .upgrades {
	margin: 0px 20px 5px 20px;
	width: 720px;
	height: 100px;
}

.prodcont .prodblocks-wide .upgrades .title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

.prodcont .prodblocks-wide .upgrades .left {
	float: left;
	display: inline;
	width: 220px;
	padding-left: 40px;
}

.prodcont .prodblocks-wide .upgrades .right {
	float: left;
	display: inline;
	width: 440px;
}

.prodcont .prodblocks-wide .upgrades2 {
	height: 40px;
	font-weight: bold;
	padding: 0px 20px 5px 20px;
}

.prodcont .prodblocks-wide .upgrades2 .left {
	float: left;
	display: inline;
	padding-left: 260px;
	width: 360px;
}

.prodcont .prodblocks-wide .upgrades2 .right {
	float: left;
	display: inline;
	width: 80px;
	text-align: right;
	font-size: 12px;
}

.prodcont .prodblocks-wide .button 
{
	margin: 5px 20px 5px 20px;
	width: 124px;
	padding-left: 575px;
}

.prodcont .prodblocks-wide .button .price{
	width:124px;
	height:37px;
	overflow:hidden;
}

.prodcont .prodblocks-wide .button .price a{
	margin-left:3px;
	float:left;
	display:inline;
	width:121px;
	height:37px;
	text-indent:-9999px;
	background:url(images/getitnow-button2.gif) no-repeat;
}

/* ---------------- */

/*	Register Page	*/

.regcont{
	margin-top:64px;
	padding-bottom:4px;
}

.regcont .main{
	margin-left:17px;
	width:565px;
	float:left;
	display:inline;
	overflow:hidden;
}

.regcont .main .topblock,
.regcont .main .botblock{
	width:565px;
	background:url(images/regtopblock-bg.gif) repeat-y;
	overflow:hidden;
}

.regcont .main .topblock .topbg{
	width:565px;
	padding-top:11px;
	background:url(images/regtopblock-topbg.gif) no-repeat;
	overflow:hidden;
}

.regcont .main .topblock .botbg{
	width:565px;
	padding-bottom:9px;
	background:url(images/regtopblock-botbg.gif) no-repeat 0 100%;
	overflow:hidden;
}

.regcont .main h3{
	margin:6px 0 0 13px;
	width:540px;
	height:28px;
	background:url(images/resultblock-headbg.gif) repeat-x;
	font:bold 1.5em/28px Verdana, sans-serif;
	color:#fff;
	text-indent:8px;
}

.regcont .main .topblock .topbg .botbg div{
	margin:3px 0 0 13px;
	width:533px;
	overflow:hidden;
}

.regcont .main .topblock div img{float:left;}

.regcont .main .topblock div ul{
	width:446px;
	float:right;
	overflow:hidden;
}

.regcont .main .topblock div ul li{
	padding:8px 0px;
	background:url(images/resultblock-tabledot.gif) repeat-x;
	width:446px;
	float:left;
}

.regcont .main .topblock div ul li.first{background:none;}

.regcont .main .topblock div ul li p{
	float:left;
	font:bold 1.2em Verdana, sans-serif;
}

.regcont .main .topblock div ul li em{
	float:right;
	width:70px;
	font:bold 1.2em Verdana, sans-serif;
}

.regcont .main .midblock{
	width:565px;
	background:url(images/regmidblock-bg.gif) repeat-y;
	overflow:hidden;
}

.regcont .main .midblock .topbg{
	width:565px;
	padding-top:2px;
	background:url(images/regmidblock-topbg.gif) no-repeat;
	overflow:hidden;
}

.regcont .main .midblock .botbg{
	width:565px;
	padding-bottom:9px;
	background:url(images/regmidblock-botbg.gif) no-repeat 0 100%;
	overflow:hidden;
}

.regcont .main .midblock .holder{
	margin-left:12px;
	width:541px;
	background:url(images/regmidblock-holdbg.gif) repeat-x 0 100%;
	overflow:hidden;
}

.regcont .main .midblock .holder h3{margin-left:1px;}

.regcont .main table{
	padding:0;
	margin:9px 0 0;
	border-collapse:collapse;
	width:541px;
}

.regcont .main table td{
	margin:0;
	height:34px;
	vertical-align:top;
}

.regcont .main table tr.last td{height:54px;}

.regcont .main table tr{
	width:541px;
	background:url(images/resultblock-tabledot.gif) repeat-x 0 100%;
	overflow:hidden;
}

.regcont .main table tr.dark{
	background:#eef5f8 url(images/resultblock-tabledot.gif) repeat-x 0 100%;
}

.regcont .main table tr td.col1{width:161px;}

.regcont .main table tr td.col2{width:380px;}

.regcont .main table td label{
	margin-left:15px;
	display:block;
	width:146px;
	height:34px;
	background:url(images/regtable-sep.gif) repeat-y 100% 0;
	font:1.2em/34px Verdana, sans-serif;
	overflow:hidden;
}

.regcont .main table td input{
	margin:6px 0 0 30px;
	float:left;
	display:inline;
	width:219px;
	padding:3px 0;
	height:14px;
	background:url(images/input-bg2.gif) repeat-x;
	border:1px #8b9bb0 solid;
	font:12px/14px Verdana, sans-serif;
}

.regcont .main .botblock .topbg{
	width:565px;
	padding-top:2px;
	background:url(images/regbotblock-topbg.gif) no-repeat;
	overflow:hidden;
}

.regcont .main .botblock .botbg{
	width:565px;
	padding-bottom:20px;
	background:url(images/regbotblock-botbg.gif) no-repeat 0 100%;
	overflow:hidden;
}

.regcont .main .botblock .holder{
	margin-left:12px;
	width:541px;
	background:url(images/regbotblock-holdbg.gif) repeat-x 0 100%;
	overflow:hidden;
}

.regcont .main table td input.city{width:154px;}

.regcont .main table td input.code{width:58px;}

.regcont .main table td select{
	margin:6px 0 0 5px;
	float:left;
	display:inline;
	height:20px;
	border:1px #8b9bb0 solid;
	font:12px Verdana, sans-serif;
}

.regcont .main table td select.state{width:58px;}

.regcont .main table td select.card{
	margin-left:30px;
	width:154px;
}

.regcont .main table td select.month{
	margin-left:30px;
	width:42px;
}

.regcont .main table td select.year{width:64px;}

.regcont .main table td a.cards{
	margin:1px 0 0 5px;
	float:left;
	display:inline;
}

.regcont .main table td a.secure{
	margin:6px 0 0 7px;
	float:left;
	display:inline;
	width:65px;
	height:20px;
	text-indent:-9999px;
	background:url(images/secure-link.gif) no-repeat;
	overflow:hidden;
}

.regcont .main table td a.what{
	margin-left:7px;
	float:left;
	display:inline;
	font:1em/34px Verdana, sans-serif;
	color:#646464;
	text-decoration:underline;
}

.regcont .main table td a.what:hover{text-decoration:none;}

.regcont .main table td input.button{
	margin:5px 0 0 189px;
	border:none;
	background:none;
	width:200px;
	height:36px;
	overflow:hidden;
}

.regcont .main .botblock p{
	margin:10px 0 0 9px;
	font:1em Verdana, sans-serif;
}

.regcont .main .botblock p a{
	color:#000;
	text-decoration:underline;
}

.regcont .main .botblock p a:hover{text-decoration:none;}

/* Register Column */

.regcont .column{
	width:321px;
	float:right;
	overflow:hidden;
}

.regcont .column .nextblock{
	width:321px;
	background:url(images/regnextblock-bg.gif) repeat-y;
	overflow:hidden;
}

.regcont .column .nextblock .topbg{
	width:321px;
	padding-top:12px;
	background:url(images/regnextblock-topbg.gif) no-repeat;
	overflow:hidden;
}

.regcont .column .nextblock .botbg{
	width:321px;
	padding-bottom:20px;
	background:url(images/regnextblock-botbg.gif) no-repeat 0 100%;
	overflow:hidden;
}

.regcont .column .nextblock .holder{
	margin-left:14px;
	width:293px;
	background:url(images/regnextblock-holdbg.gif) repeat-x;
	overflow:hidden;
}

.regcont .column .nextblock h3{
	margin:12px 0 0 11px;
	width:198px;
	height:13px;
	text-indent:-9999px;
	background:url(images/regnextblock-title.gif) no-repeat;
}

.regcont .column .nextblock ul{
	margin:10px 0 0 6px;
	background:url(images/regnextblock-dot.gif) repeat-x;
	width:270px;
	overflow:hidden;
}

.regcont .column .nextblock ul li{
	margin:12px 0 0 3px;
	padding-bottom:18px;
	width:267px;
	float:left;
	display:inline;
	background:url(images/resultblock-tabledot.gif) repeat-x 0 100%;
}

.regcont .column .nextblock ul li h4{
	margin:0 0 0 2px;
	font:bold 1em Verdana, sans-serif;
	color:#00315f;
}

.regcont .column .nextblock ul li div{
	margin-top:5px;
	width:267px;
	overflow:hidden;
}

.regcont .column .nextblock ul li div img{
	margin-top:2px;
	float:left;
}

.regcont .column .nextblock ul li div p{
	width:230px;
	float:right;
	font:1em/1.2em Verdana, sans-serif;
}

.regcont .column .topbanner{margin-top:8px;}

.regcont .column .banner{
	margin-left:7px;
	overflow:hidden;
}

/*	Footer	*/
#foot{
	margin-top:5px;
	width:885px;
	padding-bottom:20px;
	overflow:hidden;
	text-align:center;
}
#foot a{
	color:#004688;
}
#foot span{
	color:#ddd;
}
#footer{
	margin-top:5px;
	width:905px;
	padding-bottom:20px;
	overflow:hidden;
}

#footer .footbanner{
	margin-left:73px;
	width:738px;
	height:0px;
	background:#aac0c7;
	overflow:hidden;
	visibility:hidden;
}

.productfoot .footbanner{margin-left:3px!important;}

#footer .footbanner h3{
	margin:6px 0 0 7px;
	width:80px;
	height:8px;
	text-indent:-9999px;
	background:url(images/topbanner-title.gif) no-repeat;
	overflow:hidden;
}

#footer .footbanner .image{
	margin:5px 0 0 5px;
	width:728px;
	height:290px;
	overflow:hidden;
}

.errorbox {
	border: 1px solid #000000;
	background-color: #fffcce;
	padding: 10px;
	margin-bottom: 10px;
}