/* @group relatedfamilies overrides */

@import url("/web/20190126045540cs_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/css/landing.css");

body {
  margin: 0;
}

div.container {
  margin: 1.5em auto;
}

a:link {
  color: #0066B3;
}

a:visited {
  /*color: #330099;*/
  color: #0066B3;
}

a:hover,a:focus,a:active {
  color: #BF3030;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
}

h1 {
	line-height: 1.3em;
}

thead th, th {
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  color: #333;
}

th a img {
  margin: 0;
}

tr.even td {
  background: #F1F5FA;
}

tr.odd td {
  background: #fff;
}

fieldset dl, fieldset select {
  margin: 0;
}

.box {
  background: #f7f7f7;
}

.box fieldset {
  background: #fff;
}

div.form-item div.description img {
  margin: 0;
}

div.messages {
  margin-bottom: 1.5em;
  padding: 0.68em;
  font-weight: bold;
}

div.messages.success {
  border: 1px solid #7AC142;
  color: #55872E;
  background: #F1F8EB;
}

div.messages ul {
  margin-bottom: 0;
}

/* @end */

/* @group drupal overrides */

div.admin {
  padding-top: 0; /* fix alignment of admin panel */
}

div.admin-panel {
  padding: 1.5em 0 0 0;
}

div.admin-panel .body {
  padding: 0;
}

div.admin-panel .description {
  margin: 0 0 1.5em 0;
  padding: 0;
}

div.admin .left,
div.admin .right {
  margin:0;
}

#user-admin-filter ul li,
#node-admin-filter ul li {
  list-style: none; /* remove list style from content node filter */
}

.breadcrumb {
  padding-bottom: 0;
  margin-bottom: 1.5em;
}

.more-help-link {
  font-size: 0.9em;
  line-height: 1.667em;
}

input.form-text, textarea {
  border: 1px solid #ccc;
  padding: 0.2em;
}

textarea, input {
  font-size: 1em;
  vertical-align:text-bottom;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.form-item {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

div.error, tr.error, span.form-required, span.marker {
  color: #8A1F11;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid #DD7777;
  background: #FFCCCC;
  color: #8A1F11;
}

/* fix admin/settings/performance */

.form-item strong.error {
  display: block;
}

.form-item textarea.error {
  padding: 0.2em;
}

.form-item .description {
  font-size: 0.9em;
  line-height: 1.667em; /* more accurate line-height value */
}

fieldset {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.5em;
}

fieldset legend {
  display: block;
  font-size: 1em;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 0.4em;
}

/* prevent uncessary scrollbars */
fieldset .collapsible {
  overflow: hidden;
}

textarea {
  line-height: 1.5em;
  height: auto;
}

div.resizable-textarea textarea {
  margin-top: 0;
}

html.js fieldset.collapsed {
  background: none;
}

html.js fieldset.collapsible legend a {
  background: transparent url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/icons/menu-expanded.gif) no-repeat scroll 0% 50%;
  text-decoration: none;
}

html.js fieldset.collapsed legend a {
  background: transparent url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/icons/menu-collapsed.gif) no-repeat scroll 0% 50%;
}

ul.menu li, .item-list ul li {
  margin: 0;
  padding: 0;
}

.tips {
  font-size:1em;
  margin-left:3em;
}

/* remove bottom margins from nested ul elements in menus */

ul.menu li ul {
  margin-bottom: 0;
}

.block ul, ul.menu, .item-list ul {
  margin: 0pt 1.5em 1.5em;
  padding: 0;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  list-style-image: url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/icons/menu-leaf.gif);
}

ul li.expanded {
  list-style-image: url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/icons/menu-expanded.gif);
}

ul li.collapsed {
  list-style-image: url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/icons/menu-collapsed.gif);
}

div.tabs {
  margin-bottom: 1.5em;
}

ul.secondary {
  margin: 0;
  padding: 0;
}

ul.secondary li {
  padding: 0 0.7em 0 0; /* align subtabs flush to edge */
  margin: 0 0.5em 0 0;
}

ul.primary {
  margin: 1.5em 0;
  line-height: 1.417; /* account for 1px bottom border */
}

ul.primary li a {
  background: #f7f7f7;
  padding: 3px 10px 2px 10px; /* fix alignment of tabs */
}

div.help {
  background: #ffc;
  padding: 0.75em; /* fix alignment of help text */
  margin-bottom: 1.5em;
}

/* fix alignment on user profile page */

.profile dt {
  margin: 1.5em 0 0 0;
}

/* fix book module */

.book-navigation .page-links {
  background: #F1F5FA;
  border: none;
  padding: 0.75em;
  margin-bottom: 1.5em;
}

.book-navigation .menu {
  padding: 1.417em 0 0 3em;
  margin: 0 0 1.5em 0;
  border-color: #bbb;
}

/* @end */

/* @group basic elements */

blockquote {
  background: url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/lquote.png) no-repeat left top;
  font-size: 1em;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 40px;
}

blockquote p {
  margin: 0;
}

#saving {
  background: url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/loading.gif) no-repeat 12px 1px;
  padding-left: 36px;
  font-weight: bold;
  font-size: 1em;
  display: none;
}

#saving p {
  margin: 0;
}

#saving-notice {
  font-size: 0.9em;
  background: #ffc;
  font-style: italic;
}

/* @end */

/* @group nodes */

div.node {
/*
  margin: 0 0 1.5em 0;
  padding: 0 0 1.417em 0;
  border-bottom: 1px solid #ccc;
*/
}

div.node h2 {
  margin-bottom: 0;
}

div.node div.meta {
  font-size: 0.9em;
  line-height: 1.667em;
  margin-bottom: 1.667em;
}

div.meta div.submitted, div.meta div.terms {
  display: inline;
}

div.node div.picture {
  float: right;
  margin: 0 0 0.8em 0.8em;
}

div.node ul.links {
  display: block;
  text-align: left;
}

div.node div.meta ul.links {
  display: inline;
  padding: 0 1em 0 0;
}

/* @end */

/* @group comments */

div.comment-content {
  float: left;
  margin-right: 10px;
}

div.comment div.picture {
  text-align: right;
}

div.comment span.username {
  font-weight: bold;
}

div.comment span.date {
  font-style: italic;
}

div.comment span.new {
  color: #5B1100;
  font-weight: bold;
}

div.comment div.permalink {
  width:32px;
  float:right;
}

div.comment img {
  margin: 0;
  border: 1px solid #ccc;
  padding:1px;
}

div.comment {
  padding: 0.75em 1em;
  margin: 1.5em 0;
}

div.comment.odd {
  background: #F1F5FA;
}

div.comment.author {
  background: #ffc;
}

h3#comment-number {
  margin-top: 1em;
}

div.indented {
  margin-left:40px;
}

/* @end */

/* @group blocks */

div.block {
  margin-bottom: 1.5em;
}

/* @end */

/* @group block editing */

  div.block.with-block-editing
  {
    position: relative;
  }

  div.block.with-block-editing div.edit
  {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
    border: 1px solid #eee;
    padding: 0 2px;
    font-size: 9px;
    background-color: #fff;
  }

  div.block.with-block-editing:hover div.edit
  {
    display: block;
  }

/* @end */

/* @group pager */

ul.pager {
  line-height: 1.667em;
  margin: 1.667em 0;
  font-size: 0.9em;
}

ul.pager a, ul.pager li.pager-current {
  border: 1px solid #0066B3;
  text-decoration: none;
  margin-right: 3px;
  padding: 3px 6px;
}

ul.pager li.pager-current {
  background: #0066B3;
  color: #fff;
}

ul.pager a:link,
ul.pager a:visited {
  color:#0066B3;
}

ul.pager a:hover,
ul.pager a:focus,
ul.pager a:active {
  background-color: #0066B3;
  color: #fff;
  border: 1px solid #0066B3;
}

ul.pager span.pager-ellipsis {
  padding: 0 0.5em;
}

.item-list .pager li { 
  padding:0em;
}

/* @end */

#user-login-form li.openid-link, 
#user-login li.openid-link {
  background-position: 0 0;
  padding-left:18px;
}

.col-left
{
	float: left;
	padding-right: 10px;
}

/*
div#block-menu_block-1
{
	border: 1px solid #CCC;
	width: 250px;
}
*/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#block-menu_block-1{
width: 230px; /*width of menu*/
	line-height: 22px;
	border: 1px solid #CCC;
}

#block-menu_block-1 h3{
font: bold 18px Arial;
color: white;
color: #3f3f3f;
background: black url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
margin-top: 0;
}

#block-menu_block-1 ul{
list-style-type: none;
margin: 0;
padding: 0;
/*margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

#block-menu_block-1 ul li{
/*padding-bottom: 2px; /*bottom spacing between menu items*/
list-style: none;
}

#block-menu_block-1 ul li.last{
padding-bottom: 0;
border-bottom: 0;
}


#block-menu_block-1 ul li a{
color: #729008;
background: url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
background-position: 5px center;
display: block;
padding: 2px 0;
padding-left: 24px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 15px;
}

#block-menu_block-1 ul li a:visited{
color: #729008;
}

#block-menu_block-1 ul li a:hover{ /*hover state CSS*/
color: #729008;
background-color: #F3F3F3;
}

#block-menu_block-1 ul li a.active-trail{ /*hover state CSS*/
color: #586F07;
background-color: #D1D3EF;
}

#block-menu_block-1 ul li.last a{ /*hover state CSS*/
color: #3a27b3;
background-color: #f2d562;
}

.faq-ul-questions-top a,
.faq-ul-questions-top a:visited {
  color: blue !important;
  line-height: 1.5em !important;
  font-size: 18px !important;
}

.faq-question a {
  color: black !important;
  line-height: 1.5em !important;
  font-size: 20px !important;
  font-weight: bold: !important;
}

.faq-answer p {
  line-height: 1.5em !important;
  font-size: 18px !important;
}

#node-119 html {
	background-color: green;
}
body {
	background-color: #E0E0CA;
	background-image: url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/allbg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

tbody {
	border-top: none;
}

h2 {
	color:#6B732D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:25px;
	font-weight:bold;
	line-height:28px;
	text-decoration:none;
	padding-bottom: 8px;
}

.toplinks-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/top-links-bg.gif) repeat-x;
	height:38px;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/* 	line-height: 38px; */
	font-weight:bold;
	color: #767676;
	text-decoration: none;
}
.toplinks-bg a{
	color: #767676;
	text-decoration: none;
}
.toplinks-bg a:hover{
	color: #767676;
	text-decoration:underline;
}
.cont-left-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/cont-corv-left-bg.gif) repeat-y;
	width:10px;
}
.cont-right-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/cont-corv-right-bg.gif) repeat-y;
	width:10px;
}
.cont-down-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/cont-corv-down-bg.gif) repeat-x;
	height:10px;
}

.cont-top-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/cont-corv-top-bg.gif) repeat-x;
	height:10px;
}

.cont-color-bg{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #525252;
	text-decoration: none;
	}

.header-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/headerbg.jpg) no-repeat;
	width:943px;
	height:244px;
	padding:31px 0 0 40px;
	margin:0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #464F07;
	text-decoration: none;
}
.header-bg ul{
	padding:0;
	margin:0;
	list-style:none;
}

.header-bg ul li{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/arrow1.gif) no-repeat left;
	padding:0 0 3px 15px;
	margin:0;
	list-style:none;
	font-weight:bold;
}
.header-bg ul li a{
	color: #464F07;
	text-decoration: none;
}
.header-bg ul li a:hover{
	color: #464F07;
	text-decoration:underline;
}

.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight:bold;
	color: #2D5400;
	text-decoration: none;
}

.header-text1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

.box-top-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box-top-bg.gif) repeat-x;
	height:10px;
	line-height: 10px;
}

.box-down-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box-down-bg.gif) repeat-x;
	height:10px;
	line-height: 10px;
}

.box-left-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box-left-bg.gif) repeat-y;
	width:10px;
}
.box-right-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box-right-bg.gif) repeat-y;
	width:10px;
}

.box-header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight:bold;
	color: #6B732D;
	text-decoration: none;
}

.box-header-text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight:bold;
	color: #363636;
	text-decoration: none;
}

.box2-top-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box2-top-bg.jpg) repeat-x;
	height:10px;
	line-height: 10px;
}
.box2-down-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box2-down-bg.jpg) repeat-x;
	height:10px;
	line-height: 10px;
}

.box2-left-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box2-left-bg.jpg) repeat-y;
	width:10px;
}
.box2-right-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box2-right-bg.jpg) repeat-y;
	width:10px;
}

.box2-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box2-bg.jpg) repeat-x top #FFFFFF;
}

.doted-line{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/doted-line.gif) repeat-x;
	height:29px;
}

.doted-line2{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/doted-line2.gif) repeat-y;
	width:24px;
}

.doted-line3{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/doted-line.gif) repeat-x;
	height:20px;
}


.box2-header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 23px;
	font-weight:bold;
	color: #69712F;
	text-decoration: none;
	text-transform:uppercase;
}
.box2-header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;

}
.read-more{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
	color: #69712F;
	text-decoration:underline;
}
a.read-more:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
	color: #69712F;
	text-decoration: none;
}

.down-linke{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight:bold;
	color: #69712F;
	text-decoration:none;
}
a.down-linke:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight:bold;
	color: #69712F;
	text-decoration:underline;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #494949;
	text-decoration: none;
}


.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*/ Price & Plan /*/

.price-header1{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/price-header1.gif) no-repeat #374554;
	border-right:solid 1px #9DAEC0;
	width:300px;
	height:33px;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #434A10;
	text-decoration: none;
	}
.price-header2{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/price-header2.gif) repeat-x #374554;
	border-right:solid 1px #9DAEC0;
	height:33px;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 33px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align:center;
}
.price-header3{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/price-header-right.gif) no-repeat #374554;
	width:228px;
	height:33px;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 33px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align:center;
	}


.proce-border{
	
	background-color:#9DAEC0;
}
.price-block
{
background-color:#FFF;
font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight:bold;
	color: #384C62;
	text-decoration: none;
/* 	border-collapse: separate; */
}

table
{
	border-collapse: separate;
}

.family-block{
	background-color:#D0DBE7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight:bold;
	color: #384C62;
	text-decoration: none;
	text-align:center;
}
.family-pro-block
{
background-color:#C3D1E0;
font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight:bold;
	color: #384C62;
	text-decoration: none;
	text-align:center;
}
.family-unlimeted-block
{
background-color:#B5C7DA;
font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight:bold;
	color: #384C62;
	text-decoration: none;
	text-align:center;
}
.family-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight:bold;
	color: #FF0000;
	text-decoration: none;
	text-align:center;
	text-decoration:line-through;}



/* Help Support */


.box3-top-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box3-top-bg.gif)repeat-x;
	height:10px;
	line-height: 10px;
}
.box3-down-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box3-down-bg.gif) repeat-x;
	height:10px;
	line-height: 10px;
}

.box3-left-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box3-left-bg.gif) repeat-y;
	width:10px;
}
.box3-right-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box3-right-bg.gif) repeat-y;
	width:10px;
}

.box3-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box3-bg.gif) repeat-x #D5E5F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #384C62;
	text-decoration: none;
	text-align:center;
}



/* WEB Features */


.box4-top-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box4-top-bg.gif) repeat-x;
	height:10px;
	line-height: 10px;
}

.box4-down-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box4-down-bg.gif) repeat-x;
	height:10px;
	line-height: 10px;
}

.box4-left-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box4-left-bg.gif) repeat-y;
	width:10px;
}
.box4-right-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box4-right-bg.gif) repeat-y;
	width:10px;
}

.box4-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/box4-bg.gif) repeat-x #E6E8BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #434A10;
	text-decoration: none;
}


.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

.feature-box-header{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/feature-left-header.jpg) no-repeat;
	width:468px;
	height:43px;
	padding:0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 43px;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
	}


.feature-box-row1{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/feature-box-row1.gif) repeat-y;
	border-bottom:solid 1px #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	font-weight:normal;
	color: #161803;
	text-decoration: none;
}
.feature-box-row2{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/feature-box-row2.gif) repeat-y;
	border-bottom:solid 1px #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	font-weight:normal;
	color: #161803;
	text-decoration: none;
}

.price-services-header{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/price-services-header.gif) no-repeat;
	width:420px;
	height:73px;
	padding:15px 0 0 140px;
	margin:0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height:25px;
	font-weight:bold;
	color: #6B732D;
	text-decoration: none;
	text-align:center;
}
.whyrf-box-bg{
	background:url(/web/20190126045540im_/http://www.relatedfamilies.com/sites/all/themes/relatedfamilies/images/why-rf-box-bg.jpg) repeat-y;
	width:458px;
	padding:10px;
	margin:0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:17px;
	font-weight:normal;
	color: #161803;
	text-decoration: none;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    
    border: 0px solid;
 
    /* vertical scrollers have typically larger height than width */ 
    height: 435px; 
    width: 250px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em;
}

.appImage {
	border: 0px solid;
	min-height: 87px;
	height: 87px;
	vertical-align: middle;
	width: 250px;
	text-align: center;
	display: table-cell;
	margin-top: 5px;
	margin-bottom: 5px;
}

.appImage img {
	max-width: 200px;
	width: expression(this.width > 200 ? 200 : true);
	max-height: 75px;
	height: expression(this.height > 75 ? 75 : true);
}

.tabs ul.primary
{
	margin: 0px;
	padding-top: 15px;
}

.feature_list
{
	font-size: 18px;
	line-height: 25px;
}




/* Signup form styles */
.default{
        font-size: 14px;
        color: #646464;
}

.error{ 
        font-size: 14px;
        color: red;
}

.validated{
        font-size: 14px;
        color: green;
}

.hidden{
        visibility: hidden;
}

.visible{
        visibility: visible;
}
/* End signup form styles */

.sc
{
	font-size: 16px;
}

.sc p
{
	line-height: 1.5em;
	margin-top: 0px;
}

.sc h2
{
	color: #339900;
	color: #697130;
	padding-bottom: 0px;
}

.sc h3
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #0033CC;
	color: #26608D;
}

.sc #rh_features
{
	border: 2px solid gray;
	font-size: 14px;
	width: 415px;
	padding: 10px;
	float: right;
}

.sc #rh_features h3
{
	font-size: 16px;
}

.sc #rh_features_title
{
	font-size: 24px;
	text-align: center;
}

.sc #rh_signup
{
	float: left;
	border: 2px solid gray;
	font-size: 14px;
	width: 500px;
	padding: 10px;
}

.sc #rh_signup p
{
	margin-bottom: 3px;
}


.sc #rh_signup_title
{
	font-size: 24px;
	text-align: center;
	color: green;
}

#node-43
{
	width: 600px;
	margin: 0px auto;
}

#legal li {
	list-style-type:decimal;
	padding-bottom:10px;
	list-style-image: none;
}

#legal ul li {
	list-style-type:lower-alpha;
}

.dbToc {
	font-size: 14px;
	clear: both;
	float: left;
	width: 100%;
	background-color: #FCFCF3;
	border-top: 1px solid #EEF1C2;
	border-bottom: 1px solid #EEF1C2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dbToc h3 {
	padding: 0;
	margin: 0;
	padding-left: 40px;
/* 	vertical-align: top; */
}

.dbToc .dbTocSection {
	float: left;
	padding-left: 35px;
/* 	vertical-align: top; */
}

.dbToc .dbTocSection ul {
	margin-top: 5px;
}

.dbToc .dbTocSection li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.dbToc a {
	text-decoration: none;
}

.dbToc a:visited {
	color: #566C11;
}







#block-menu-menu-account-toc {
	font-size: 14px;
	clear: both;
	float: left;
	width: 100%;
	background-color: #FCFCF3;
	border-top: 1px solid #EEF1C2;
	border-bottom: 1px solid #EEF1C2;
	padding-top: 5px;
	padding-bottom: 5px;
}

#block-menu-menu-account-toc li span {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
/* 	vertical-align: top; */
}

#block-menu-menu-account-toc h3 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	border-bottom: 1px solid #EEF1C2;
	background-color:#EFEFEF;
	margin-top: -5px;
	display: block;
}


#block-menu-menu-account-toc div ul li {
	width: 25%;
	float: left;
	padding-left: 35px;
/* 	vertical-align: top; */
}

#block-menu-menu-account-toc div ul {
	margin: 0;
}


#block-menu-menu-account-toc div ul li li {
	width: 100%;
}

#block-menu-menu-account-toc div ul li li {
	float: none;
	padding-left: 20px;
}

/*
#block-menu-menu-account-toc div ul li ul {
	margin-top: 5px;
}
*/

#block-menu-menu-account-toc div ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#block-menu-menu-account-toc a {
	text-decoration: none;
}

#block-menu-menu-account-toc a:visited {
	color: #566C11;
}

.note {
	font-style: italic;
}

a.noa {
	text-decoration: none;
}

a:visited.noa {
	color: #566C11;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #566C11;
	margin-bottom: .5em;
}

/* iframes */
body {
  margin: 0px;
}

#block-block-6 {
	width: 285px;
	padding-left: 10px;
}

#block-block-6 h3 {
	padding: 0;
}

#block-block-6 strong {
	color: darkgray;
}

#block-block-7 {
	width: 285px;
	padding-left: 10px;
}

#block-block-7 h3 {
	padding: 0;
}

#block-block-7 strong {
	color: darkgray;
}

#block-block-9 {
	width: 285px;
	padding-left: 10px;
}

#block-block-9 h3 {
	padding: 0;
}

#block-block-9 strong {
	color: darkgray;
}

body.page-blog div.content, body.node-type-blog div.content, body.page-comment div.content {
	font-size: 18px;
	line-height: 20px;
}

/*
     FILE ARCHIVED ON 04:55:40 Jan 26, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:04:15 Nov 04, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.191
  esindex: 0.015
  PetaboxLoader3.datanode: 816.186 (5)
  exclusion.robots.policy: 0.177
  RedisCDXSource: 59.054
  PetaboxLoader3.resolve: 352.841 (2)
  CDXLines.iter: 31.136 (3)
  LoadShardBlock: 568.275 (3)
  load_resource: 783.447 (2)
  captures_list: 663.699
*/