html {
  color: #333;
  background-color: #fff;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  text-align: center;
}

html, input, select, textarea {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans;
  font-size: 12px;
}

body {
  text-align: center;
  width: 100%;
  margin: 0px auto;
}

#body_div {
    width: 982px;
    display: inline-block;    
    text-align: left;
}

img {
  border: none;
}

form {
  margin: 0px;
}

a {
  color: #016baa;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.signupOrangeLink{
    background:url(../images/btn-sign-up-now.png) no-repeat 0 0;
    height:36px;
    width:171px;
}
a.signupOrangeLink:hover{
    background-position: 0px -36px  !important;
}

#bottomSignup{
    margin-top:34px;
    right:30px;
    display:block;
    float:right;
}

#topSignup{
    display:block;
    float:right;
    position:relative;
    right:0;
    top:15px;
}

.blockSeparator{
    height:2px;
    width:700px;
    display:block;
    background: url(../images/content-block-separator.png) no-repeat 0 0;
}

/* main-area is the main body of the page: between teh header and footer, including the left navbar */

#main-area {
  padding: 5px 0px 0px 0px;
}

div.spacer {
  clear: both;
}

/* left-side nav bar */

#leftnav {
  float: left;
  width: 242px;
  min-height: 946px;
  padding: 17px 0px 0px 0px;
  background: url(../images/left-nav-background-about.png) no-repeat 0px 17px;
}
#leftnav h4 {
  font-size: 32px;
  font-weight: bold;
  color: #418dd9;
  margin: 0;
  padding: 21px 0px 0px 0px;
  height: 30px;
  background: url(../images/left-nav-how-it-works.png) no-repeat 0px 21px;
}
#leftnav h4 span {
  display: none;
}
#leftnav ul {
  list-style: none;
  margin: 16px 0px 0px 0px;
  padding: 0;
}
#leftnav ul li {
  margin: 0px 0px 3px 0px;
  padding: 0px;
  height: 38px;
}
#leftnav ul li a {
  width: 233px;
  height: 38px;
  display: block;
}
#leftnav ul li a span {
  display: none;
}
#leftnav ul li.overview a {
  background: url(../images/left-nav-overview.png) no-repeat 0px 0px;
}
#leftnav ul li.family a {
  background: url(../images/left-nav-family-safety.png) no-repeat 0px 0px;
}
#leftnav ul li.lost_item a {
  background: url(../images/left-nav-lost-item-recovery.png) no-repeat 0px 0px;
}
#leftnav ul li.disaster a {
  background: url(../images/left-nav-disaster-preparedness.png) no-repeat 0px 0px;
}
#leftnav ul li.credit a {
  background: url(../images/left-nav-credit-and-identity.png) no-repeat 0px 0px;
}
#leftnav ul li.medical a {
  background: url(../images/left-nav-medical-emergencies.png) no-repeat 0px 0px;
}
#leftnav ul li.family_protection a {
  background: url(../images/left-nav-family-protection.png) no-repeat 0px 0px;
}
#leftnav ul li.property_protection a {
  background: url(../images/left-nav-property-protection.png) no-repeat 0px 0px;
}
#leftnav ul li.identity_protection a {
  background: url(../images/left-nav-identity-protection.png) no-repeat 0px 0px;
}
#leftnav ul li.extra_features a {
  background: url(../images/left-nav-extra-features.png) no-repeat 0px 0px;
}
#leftnav ul li.absolute_guarantee a {
  background: url(../images/left-nav-absolute-guarantee.png) no-repeat 0px 0px;
}
#leftnav ul li.faqs a {
  background: url(../images/left-nav-faqs.png) no-repeat 0px 0px;
}
#leftnav ul li.selected a {
  background-position: 0px -38px;
}
#leftnav ul.subnav {
  margin: 40px 0px 0px 0px;
}
#leftnav ul.subnav li {
  height: 42px;
  margin: 0px;
}
#leftnav ul.subnav li a {
  height: 42px;
}
#leftnav ul.subnav li a span {
  display: inline;
  visibility: hidden; /* display: none causes problems in IE7 */
}
#leftnav ul.subnav li.mobile a {
  background: url(../images/left-nav-mobile-spotlight.png) no-repeat 0px 0px;
}
#leftnav ul.subnav li.developer a {
  background: url(../images/left-nav-developer-platform.png) no-repeat 0px 0px;
}
#leftnav ul.subnav li.faqs a {
  background: url(../images/left-nav-faqs.png) no-repeat 0px 0px;
}
#leftnav ul.subnav li.selected a {
  background-position: 0px -42px;
}

/* Now comes the real "content" of the document/page */

#main-content {
  float: left;
  width: 715px;
  margin: 0px 0px 0px 19px;
}
h1 {
  height: 78px;
  color: #446589;
  margin: 0px 0px 2px 0px;
}
h1 span {
  display: none;
}
h1.overview {
  background: url(../images/how-overview.png) no-repeat 0px 0px;
}
h1.family {
  background: url(../images/how-family-safety.png) no-repeat 0px 0px;
}
h1.lost {
  background: url(../images/how-lost-item-recovery.png) no-repeat 0px 0px;
}
h1.disaster {
  background: url(../images/how-disaster-preparedness.png) no-repeat 0px 0px;
}
h1.credit {
  background: url(../images/how-credit-and-identity.png) no-repeat 0px 0px;
}
h1.medical {
  background: url(../images/how-medical-emergency.png) no-repeat 0px 0px;
}
h1.mobile {
  background: url(../images/how-mobile-spotlight.png) no-repeat 0px 0px;
}
h1.developer {
  background: url(../images/how-developer-platform.png) no-repeat 0px 0px;
}
h1.faqs {
  background: url(../images/how-frequently-asked-questions.png) no-repeat 0px 0px;
}

h1.new_overview{
  background: url(../images/overview-title-bg.png) no-repeat 0px 0px;
}
h1.family_protection{
  background: url(../images/family-protection-title-bg.png) no-repeat 0px 0px;
}
h1.identity_protection{
  background: url(../images/identity-protection-title-bg.png) no-repeat 0px 0px;
}
h1.property_protection{
  background: url(../images/property-protection-title-bg.png) no-repeat 0px 0px;
}
h1.extra_features{
  background: url(../images/extra-features-title-bg.png) no-repeat 0px 0px;
}
h1.guarantee{
  background: url(../images/guarantee-title-bg.png) no-repeat 0px 0px;
}

#main-content h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  margin: 1.5em 0px 0.5em;
}

#main-content h2 .big {
  font-size: 24px;
}

#main-content h2.subtitle {
  font-size: 24px;
  color: #007cb1;
  float:left;
  margin-top: 1em;
  margin-bottom: 1em;
}

#main-content h3 {
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 1.5em 0px 0.5em 0px;
}

#main-content h4 {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #446589;
  margin: 0px 0px 0.5em 0px;
}

#main-content h5 {
  font-size: 12px;
  font-weight: normal;
  color: #446589;
  margin: 6px 0px 6px 0px;
}

#main-content p {
  line-height: 28px;
  margin: 0px 20px 1.5em 0px;
  font-size: 14px;
}

#main-content p.cite {
    padding-top:10px;
}

#main-content p.compact {
  margin: 0px 20px 0.5em 0px;
}
#main-content p.skinny {
  width: 440px;
  color: #666666;
}
#main-content p.apply {
  color: #446589;
  margin: 0px 20px 0.5em 0px;
}

#main-content a {
  color: #008aff;
  text-decoration: underline;
}

span.requirement{
    font-size: 12px;
    color: #c60303;
}

img.left-side {
  float: left;
  margin: 0px 10px 10px -10px;
}
img.right-side {
  float: right;
  /*margin: 0px -10px 30px 10px;*/
  clear: right;
}

.faq {
  padding: 14px;
  border-bottom: 1px dotted #c8c8c8;
  cursor: pointer;
}
.faq .q {
  font-weight: bold;
  font-size: 18px;
  color: #5ab4ff;
}
.faq .a {
  display: none;
  font-size: 14px;
}
.faq .a .tag {
  width: 28px;
  float: left;
}
.faq .a .answer {
  width: 659px;
  float: left;
}
#main-content .faq .a p {
  margin: 14px 0px 0px 0px;
  padding: 0px;
  line-height: 17px;
}
.faq:hover .q {
  text-decoration: underline;
}
.faq:hover {
  background-color: #f5f9fd;
}
.faq:hover .a {
  display: block;
}


p.beta_signup {
  width: 375px;
  height: 47px;
  padding: 29px 0px 0px 106px;
  color: #446589;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/about-beta-signup-background.png) no-repeat 0px 0px;
}
p.beta_signup a {
  color: #007aff;
}

#media-kit {
  width: 178px;
  height: 803px;
  float: right;
  position: relative;
  background: url(../images/media-kit-background.png) no-repeat 0px 0px;
  padding: 105px 12px 0px 19px;
  line-height: 14px;
}
#media-kit .label {
  color: #446589;
}
#media-kit dt {
  color: #446589;
  margin: 2px 0px 0px 0px;
  line-height: 12px;
}
#media-kit .download {
  position: absolute;
  top: 802px;
  left: 47px;
}

table.press {
  border-collapse: collapse;
  width: 500px;
  margin: 27px 0px 0px 0px;
}
table.press td {
  vertical-align: top;
  padding: 0px 17px 27px 17px;
}
#main-content table.press p {
  margin: 0.5em 0px 0px 0px;
  padding: 0px;
}
#main-content table.press h3 {
  color: #333;
  margin: 0px;
  font-size: 18px;
}
table.press a {
  font-size: 14px;
  font-weight: bold;
}

#main-content .shaded-line {
  height: 11px;
  background: url(../images/shaded-line.png) no-repeat 0px 0px;
  margin: 40px 0px 0px 0px;
}

#main-content .sticky {
  float: right;
  width: 124px;
  height: 73px;
  padding: 8px 13px 0px 17px;
  margin: 21px 19px 0px 2px;
  background: url(../images/sticky-background.png) no-repeat 0px 0px;
  color: #446589;
  line-height: 15px;
  font-size: 11px;
}

table.form-fields {
  margin: 22px 0px 0px 0px;
  border-collapse: collapse;
}
table.form-fields td {
  padding: 2px 4px 2px 15px;
  margin: 22px 0px 0px 0px;
  border-collapse: collapse;
}
table.form-fields th {
  padding: 9px 6px 2px 2px;
  background: url(../images/label-colon.png) no-repeat 100% 0px;
  color: #5f5f5f;
  font-size: 11px;
  vertical-align: top;
}
table.form-fields .input-message {
  min-height: 14px;
  font-size: 11px;
  font-weight: bold;
}
table.form-fields .invalid-text .input-message {
  color: #c00;
}
table.form-fields .valid-text {
  background: url(../images/happy-face.png) no-repeat 295px -3px;
}
table.form-fields .valid-text input.text {
  border: 2px solid #5dc9ef;
}
table.form-fields .invalid-text {
  background: url(../images/sad-face.png) no-repeat 295px -3px;
}
table.form-fields .invalid-text input.text {
  border: 2px solid #c00;
}
table.form-fields input.text {
  font-size: 13px;
  color: #565656;
  width: 270px;
}
table.form-fields select {
  font-size: 13px;
  color: #565656;
  width: 560px;
}
table.form-fields textarea {
  font-size: 13px;
  color: #565656;
  width: 560px;
  height: 300px;
}

.team-photo {
  width: 146px;
  height: 146px;
  margin: 0px 10px 10px 0px;
  background: url(../images/team-photo-back.png) no-repeat 0px 0px;
  padding: 16px 0px 0px 16px;
  float: left;
}

.team-bio {
  width: 543px;
  float: left;
  margin: 0px 0px 18px 0px;
}

#main-content .team-bio p {
  line-height: 18px;
  margin: 0px 20px 18px 0px;
}

#main-content .team-bio h3 {
  margin-top: 11px;
}


/* footer */

#footer {
  clear: both;
  background-image: url(../images/footer-background.png);
  background-position: 50% 0px;
  background-repeat: no-repeat;
  padding: 54px 0px 10px 0px;
  color: #999;
}

#footer a {
  color: #999;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer h4 {
  margin: 0px 0px 8px 0px;
  padding: 0px 12px;
  font-size: 12px;
  color: #4d4d4d;
  font-weight: normal;
  text-transform: uppercase;
}
#footer h4 .life360 {
  text-transform: none;
}
#footer .col1 {
  width: 116px;
  float: left;
  margin: 0px 0px 0px 104px;
}
#footer .col2 {
  width: 420px;
  float: left;
}
#footer .col3 {
  width: 157px;
  float: left;
}
#footer .col4 {
  width: 150px;
  float: left;
}
#footer p {
  clear: both;
  text-align: center;
}
#footer .footerlogo {
  vertical-align: -8px;
}

#footer div ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-left: 1px solid #999;
  zoom: 1; /*IE7 rendering bug*/
}

#footer div ul li {
  padding: 0px 0px 8px 12px;
}
#footer div ul li.last {
  padding: 0px 0px 0px 12px;
}
#footer .col2 ul li {
  float: left;
  width: 117px;
}
#footer .col2 ul li.second {
  padding: 0px 0px 0px 17px;
  width: 140px;
}
#footer .col2 ul li.last {
  float: none;
  clear: left;
}

#footer ul.certs {
  width: 520px;
  height: 60px;
  padding: 0px;
  margin: 0px auto;
  list-style: none;
}
#footer ul.certs li {
  float: left;
  width: auto;
  padding: 0px;
  margin: 0px;
}
#footer ul.certs li.center {
  margin: 0px 80px 0px 69px;
}

