@charset "utf-8";
/* CSS Document */
/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	padding-top: 0px;
}
:focus {
	outline: 0;
}
body {
	color: #333333;
	font: 15px/21px Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 0;
}
p {
	color: #FFF;

}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.round {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	background-repeat: repeat;
	display: block;
}
.round-top {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #528036;
	text-decoration: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
}
h2 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
/* Wraps */
#header_wrap {
  position: relative;
  min-width: 940px;
  padding: 150px 30px 0 30px;
}
#content_wrap {
  position: relative;
  min-width: 940px;
  padding: 0 30px 135px 30px;
}
#footer_wrap {
  position: fixed;
  bottom: 0;
  height: 47px;
  width: 100%;
  background: #1b1b1b url(images/footer-bg.jpg) no-repeat 0 0;
  border-top: 1px solid #749e58;
  z-index: 99;
}
/* Header */
#header {
  position: relative;
  width: 940px;
  margin: 0 auto;
  height: 220px;
  background: transparent url(images/header-bg.png) repeat-x 0 0;
  border: 1px solid white;
}
#header_small {
	position: relative;
	width: 940px;
	margin: 0 auto;
	height: 125px;
	border: 1px solid white;
	background-image: url(/images/header-bg.png);
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: 0 0;
}
#page-header_small {
	position: relative;
	width: 940px;
	margin: 0 auto;
	height: 125px;
	background: transparent url(images/header-bg.png) repeat-x 0 0;
	border: 1px solid white;
	margin-bottom: 25px;
}
  .m_mem {
	display: none;
	position: relative;
	right: 190px;
	top: 30px;
  }
  .t_mem {
    display: none;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .tooltip {
    background: url(images/top-arrow.png) no-repeat 100% 0;
    border-bottom: 1px solid #f8fbf2;
    padding-top: 8px;
    width: 160px;
  }
    .tooltip p {
      padding: 5px 10px;
      padding-bottom: 7px;
      font-size: 12px;
      line-height: 15px;
      color: #fff;
      z-index: 9;
    }
 .logo {
	position: absolute;
	left: -128px;
	top: -44px;
	font-size: 13.5px;
	color: #2f3727;
	letter-spacing: 0px;
      }
  .header-text {
    padding: 50px 75px 35px 150px;
    font-size: 19px;
    line-height: 24px;
    color: #747d67;
    font-family: Helvetica;
  }
  .main-header {
	padding: 35px 15px 35px 275px;
	font-size: 19px;
	line-height: 24px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
  }
    .header-text img {
      padding-bottom: 5px;
    }
.provider_location1 {
	position: relative;
	top: -45px;
	right: 5px;
  }
.provider_location1  li {
	display: inline;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;



      font-family: Helvetica. Arial;
	color: #333333;
    }
.provider_location1  li  span {
        border-bottom: 1px dotted white;
      }
	  .provider_location2 {
    position: absolute;
    top: -45px;
    right: 5px;
  }
.provider_location2  li {
      display: inline;
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      font-family: Helvetica. Arial;
      color: #fff;
      padding-left: 90px;
    }
.provider_location2  li  span {
        border-bottom: 1px dotted white;
      }
	  .provider_location3 {
    position: absolute;
    top: -45px;
    right: 5px;
  }
.provider_location3  li {
      display: inline;
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      font-family: Helvetica. Arial;
      color: #fff;
      padding-left: 90px;
    }
.provider_location3  li  span {
        border-bottom: 1px dotted white;
      }
#center-layout/* Content */
 {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/custom/DefaultTheme/images/background1.png);
	background-repeat: no-repeat;
	height: 700px;
}
.ibo-photo_frame {
	position: relative;
	left: 0px;
	top: 200px;
	width: 182px;
	z-index: 1;
}
.ibo-photo {
	height: 200px;
	width: 150px;
	z-index: 1;
	left: 33px;
	top: 120px;
	position: relative;
	float: left;
}
.ibo-info_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 170px;
	position: relative;
	padding-top: 20px;
	top: 400px;
	z-index: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	left: 20px;
	display: block;
}




  .nav-section {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -0.5px;
	color: #FFFFFF;
	text-align: right;
  }
    .nav-section ul {
	position: relative;
	top: 20px;
	width: 523px;
	float: right;
	left: -20px;
    }
      .nav-section ul li {
	display: inline;
	line-height: 30px;
	margin-left: 20px;
      }
      .nav-section ul li:first-child {

      }
        .nav-section ul li a {
	color: #333333;
	padding: 18px 0;
	border-right-style: solid;
        }
		.nav-section ul li a:hover {
	color: #CCCCCC;
	padding: 18px 0;
	background-repeat: no-repeat;
        }
  .side-tag {
    position: absolute;
    top: 40px;
    left: -16px;
  }
  #main_info {
    position: relative;
    min-height: 200px;
  }
    .twitter {
	position: relative;
	border: 1px solid white;
	border-bottom: none;
	padding: 53px 250px 18px 75px;
	font-size: 19px;
	line-height: 24px;
	color: #747d67;
	font-family: Helvetica;
	min-height: 60px;
	background-color: transparent;
	background-image: url(../images/about-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
    }
	.plastic-surgery {
	position: absolute;
	top: 70px;
	z-index: 1;
	width: 125px;
	left: 68px;
	height: 130px;
}
.plastic-surgery  a {
	display: block;
	color: #fff;
	height: 130px;
	line-height: 25px;
	font-size: 13px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-position: 3px 0;

}
.plastic-surgery  a:hover {
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-repeat: no-repeat;
	background-position: 3px -142px;
}
	.optical {
	position: absolute;
	top: 70px;
	z-index: 1;
	width: 125px;
	left: 243px;
	height: 130px;
}
.optical a {
	display: block;
	color: #fff;
	height: 130px;
	line-height: 25px;
	font-size: 13px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-position: -124px 0;

}
.optical  a:hover {
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-repeat: no-repeat;
	background-position: -124px -142px;
}

.med-spas {
	position: absolute;
	top: 70px;
	z-index: 1;
	width: 125px;
	left: 418px;
	height: 130px;
}

.med-spas  a {
	display: block;
	color: #fff;
	height: 130px;
	line-height: 25px;
	font-size: 13px;
	width: 125px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-position: -248px 0px;

}
.med-spas  a:hover {
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-repeat: no-repeat;
	background-position: -248px -142px;
}
	.lifestyle {
	position: absolute;
	top: 230px;
	z-index: 1;
	width: 125px;
	left: 684px;
	height: 130px;
}
.lifestyle  a {
	display: block;
	color: #fff;
	height: 130px;
	line-height: 25px;
	font-size: 13px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-position: -375px 0;

}
.lifestyle a:hover {
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-repeat: no-repeat;
	background-position: -375px -142px;
}
	
.cosmetic-dentistry {
	position: absolute;
	top: 70px;
	z-index: 1;
	width: 125px;
	left: 593px;
	height: 130px;
}
.cosmetic-dentistry  a {
	display: block;
	color: #fff;
	height: 130px;
	line-height: 25px;
	font-size: 13px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-position: -499px 0;

}
.cosmetic-dentistry  a:hover {
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-repeat: no-repeat;
	background-position: -499px -142px;
}
	.hair-restoration {
	position: absolute;
	top: 70px;
	z-index: 1;
	width: 125px;
	left: 768px;
	height: 130px;
}
.hair-restoration  a {
	display: block;
	color: #fff;
	height: 130px;
	line-height: 25px;
	font-size: 13px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-position: -621px 0;

}
.hair-restoration  a:hover {
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-repeat: no-repeat;
	background-position: -621px -142px;
}
	.cosmetic-surgery {
	position: absolute;
	top: 70px;
	z-index: 1;
	width: 125px;
	left: 593px;
	height: 130px;
}
.cosmetic-surgery  a {
	display: block;
	color: #fff;
	height: 130px;
	line-height: 25px;
	font-size: 13px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-position: -747px 0;

}
.cosmetic-surgery  a:hover {
	background-color: transparent;
	background-image: url(/images/providers-type-nav.png);
	background-repeat: no-repeat;
	background-position: -747px -142px;
}
.echecklink {
	position: fixed;
	top: 415px;
	background-image: url(/images/Echeck_logo.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 100px;
	z-index: 1;
}
.echecklink a {
	position: fixed;
	top: 415px;
	background-image: url(/images/Echeck_logo.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 100px;
	z-index: 1;
	cursor: pointer;
}

      .follow {
	position: fixed;
	width: 61px;
	z-index: 1;
	top: 350px;
      }

        .follow a {
	display: block;
	color: #fff;
	height: 75px;
	line-height: 25px;
	font-size: 13px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/images/social_icons.png);
	background-repeat: no-repeat;
	background-position: 0px -82px;
        }
        .follow a:hover {
	background-color: transparent;
	background-image: url(/images/social_icons.png);
	background-repeat: no-repeat;
	background-position: -63px -82px;
        }
      .facebook {
	position: fixed;
	width: 61px;
	z-index: 1;
      }
        .facebook a {
	display: block;
	color: #fff;
	height: 75px;
	line-height: 25px;
	font-size: 13px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/images/social_icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
        }
        .facebook a:hover {
	background-color: transparent;
	background-image: url(/images/social_icons.png);
	background-repeat: no-repeat;
	background-position: -67px -1px;
        }
      .twitter h2 {
	position: absolute;
	left: 75px;
	top: 28px;
	font-size: 13.5px;
	color: #2f3727;
	letter-spacing: 0px;
	width: 284px;
      }
	        .texas {
	position: absolute;
	z-index: 1;
	left: 312px;
	top: 249px;
	width: 280px;
      }
	          .texas a {
	display: block;
	color: #fff;
	height: 211px;
	line-height: 25px;
	font-size: 13px;
	width: 276px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/images/texas_button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
        }
        .texas a:hover {
	background-color: transparent;
	background-image: url(/images/texas_button.png);
	background-repeat: no-repeat;
	background-position: -310px 0px;
        }
    .post {
      border-left: 1px solid white;
      border-right: 1px solid white;
      position: relative;
      padding: 30px 40px 40px 75px;
    }
	    .post-howitworks {
	border-left: 1px solid white;
	border-right: 1px solid white;
	position: relative;
	padding: 30px 40px 40px 0px;
    }
      .even {
	position: relative;
	background-image: url(../images/l-ecblue.png);
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: 0 0;
      }
      .odd {
	position: relative;
	background-image: url(../images/d-ecblue.png);
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: 0 0;
      }
      .post-image {
	float: left;
	width: 405px;
	height: 229px;
	background: url(images/image-border.png) no-repeat;
      }
        .post-image img {
          padding: 1px 0 0 1px;
        }
      .post-text {
	float: left;
	padding-left: 20px;
	width: 390px;
      }
	        .credentials-text {
	float: left;
	padding-left: 20px;
	width: 800px;
      }
	        .howitworks-text {
	float: right;
	padding-left: 20px;
	width: 446px;
	position: absolute;
	left: 453px;
	top: 82px;
	z-index: 1;
      }
        .post-text h2 {
          padding: 0;
          letter-spacing: 0px;
        }
        .post-text h3 {
          font-size: 16px;
          font-family: Arial;
          font-weight: normal;
          padding-bottom: 20px;
          letter-spacing: 0px;
        }
    .post-even {
	background: transparent url(images/l-ecblue.png) repeat-x 0 0;
	border: 1px solid white;
	border-top: none;
	padding: 6px;
    }
    .post-odd {
	background: transparent url(images/d-ecblue.png) repeat-x 0 0;
	border: 1px solid white;
	border-top: none;
	padding: 6px;
    }
  #about {
    position: relative;
    min-height: 200px;
  }
    .request {
      position: absolute;
      top: 40px;
      right: 40px;
      z-index: 1;
    }
    .request a {
	display: block;
	color: #fff;
	height: 28px;
	line-height: 24px;
	font-size: 13px;
	width: 156px;
	text-align: center;
	cursor: pointer;
	background-image: url(/images/large_button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
    }
    .request a:hover {
	background-color: transparent;
	background-image: url(/images/large_button.png);
	background-repeat: no-repeat;
	background-position: 0 -28px;
    }
    .div-left {
      float: left;
      width: 370px;
      padding: 130px 0 60px 75px;
    }
    .div-right {
      position: relative;
      float: right;
      width: 370px;
      padding: 130px 75px 60px 0;
    }
    .about {
	position: relative;
	border: 1px solid white;
	border-bottom: none;
	background-color: transparent;
	background-image: url(../images/about-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
    }
	    .large-content {
	position: relative;
	border: 1px solid white;
	border-bottom: none;
	background-image: url(/images/content-bg.png);
    }
      .about-image {
        position: absolute;
        left: -35px;
        top: 55px;
      }
      .about-text {
	padding: 60px 60px 35px 225px;
	font-size: 19px;
	line-height: 24px;
	color: #747d67;
	font-family: Helvetica;
      }
        .about-text img {
          padding-bottom: 5px;
        }
		.provider-map {
	font-size: 19px;
	line-height: 24px;
	color: #747d67;
	font-family: Helvetica;
	background-image: url(/images/usa.jpg);
	background-repeat: no-repeat;
	background-position: top;
      }
        .about-text img {
          padding-bottom: 5px;
        }
    .exec-team {
	border-left: 1px solid white;
	border-right: 1px solid white;
	position: relative;
	background-image: url(../images/d-ecblue.png);
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: 0 0;
    }
    .team {
      float: left;
    }
    .dev-team {
      margin-top: 30px;
      float: left;
    }
      .team li {
        float: left;
        padding: 3px 0;
        display: block;
        width: 100%;
      }
      .team h2 {
        float: left;
        width: 48%;
      }
      .team span {
        float: left;
        width: 52%;
        color: #576049;
        font-weight: bold;
      }
        .team span a {
          color: #576049;
        }
    .advisory-counsel {
	border-left: 1px solid white;
	border-right: 1px solid white;
	position: relative;
	background-image: url(../images/l-ecblue.png);
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: 0 0;
    }
      .advisory-counsel h2 {
        padding-bottom: 20px;
      }
        .advisory-counsel h2 span {
          color: #576049;
          font-size: 16px;
          padding-left: 5px;
        }
    .featured {
	border: 1px solid white;
	border-top: none;
	padding: 35px;
	padding-bottom: 30px;
	position: relative;
	background-image: url(../images/l-ecblue.png);
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: 0 0;
    }
  #contact {
	position: relative;
	border: 1px solid white;
	min-height: 200px;
	line-height: 25px;
	background-color: transparent;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
  }
    #contact p {
      padding-bottom: 50px;
    }
    .contact-us {
      display: block;
      padding: 50px 0 50px 70px;
    }
	    .page-header {
      display: block;
      padding: 50px 0 50px 70px;
    }
    .contact-form {
	float: left;
	width: 400px;
	padding: 0 10px 60px 75px;
    }
      #checkFormError {
        border-color: white !important;
        background: #ffcccc !important;
        font-weight: normal !important;
        font-size: 12px;
        width: 260px;
        text-align: center;
      }
      #contact .contact-form p {
        padding-bottom: 30px;
      }
      .contact-form .formField {
        padding: 0px;
        padding-bottom: 10px;
      }
        .contact-form .formField label {
          color: #505747 !important;
          font-weight: normal;
        }
        .contact-form .formField input,
        .contact-form .formField textarea,
        .contact-form .formField select {
          background: #e4eede;
          border: 1px solid white;
          padding: 5px;
          font-size: 12px;
          font-family: Arial;
          width: 290px;
        }
        .contact-form .formField select {
          width: 302px;
          margin-top: 1px;
        }
      .contact-form .formSubmit {
        padding: 0px;
      }
        .contact-form input#submitButton {
          background: transparent url(images/form-btn.png) no-repeat 0 0;
          border: none;
          color: #fff;
          height: 28px;
          font-size: 13px;
          padding: 4px 0 8px 0;
          margin-top: 10px;
          width: 115px;
          text-align: center;
          cursor: pointer;
        }
        .contact-form input:hover#submitButton {
          background: transparent url(images/form-btn.png) no-repeat 0 -28px;
        }
    .contact-info {
	position: relative;
	float: left;
	width: 290px;
	padding: 0 150px 60px 0;
    }
      .life-saver {
        position: absolute;
        right: 60px;
        top: 0px;
      }
/* Footer */
#footer {
  position: relative;
  min-width: 1000px;
}
  .footer-logo {
    margin: 10px 0 0 30px;
  }
.about_wrap {
	position: absolute;
	right: 580px;
	top: 58px;
	width: 109px;
	font: 14px/24px arial, helvetica, sans-serif;
	z-index: 10;
	padding: 0px 0;
  }
.about_wrap  .about_header {
	width:105px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(/custom/DefaultTheme/images/main_nav.png);
	background-repeat: no-repeat;
	background-position: -115px 0px;
	height: 40px;
    }
.about_wrap  ul {
	position:absolute;
	left: 0px;
	top:-156px;
	width:180px;
	border:1px solid #393939;
	background:#262626;
	padding: 12px 0px;
	line-height: 18px;
	display: none;
	list-style: none;
    }
.about_wrap:hover  ul {
	left: 0px;
    }
.about_wrap  ul  li  a {
      	display:block;
      	padding: 2px 15px;
      	color: #9c9c9c;
      	text-indent: 0;
      }
.about_wrap  ul  li  a:hover {
      	text-decoration:none;
      	color: #fff;
      }
  .opportunity_wrap {
	position: absolute;
	right: 220px;
	top: 8px;
	width: 182px;
	font: 14px/24px arial, helvetica, sans-serif;
	z-index: 10;
	padding: 4px 0;
  }
.opportunity_wrap  .opportunity_header {
	width:182px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(/images/menu_header_ibo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    }
    .opportunity_wrap ul {
	position:absolute;
	left: 0px;
	top:-90px;
	width:182px;
	border:1px solid #393939;
	background:#262626;
	padding: 12px 0px;
	line-height: 18px;
	display: none;
	list-style: none;
    }
    .opportunity_wrap:hover ul {
    	left: 0px;
    }
      .opportunity_wrap ul li a {
      	display:block;
      	padding: 2px 15px;
      	color: #9c9c9c;
      	text-indent: 0;
      }
      .opportunity_wrap ul li a:hover {
      	text-decoration:none;
      	color: #fff;
      }
.providers_wrap {
	position: absolute;
	right: 30px;
	top: 8px;
	width: 182px;
	font: 14px/24px arial, helvetica, sans-serif;
	z-index: 10;
	padding: 4px 0;
  }
.providers_wrap  .providers_header {
	width:182px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(/images/menu_header_provider.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    }
.providers_wrap  ul {
	position:absolute;
	left: 0px;
	top:-90px;
	width:182px;
	border:1px solid #393939;
	background:#262626;
	padding:12px 0px;
	line-height: 18px;
	display: none;
	list-style: none;
    }
.providers_wrap:hover  ul {
    	left: 0px;
    }
.providers_wrap  ul  li  a {
      	display:block;
      	padding: 2px 15px;
      	color: #9c9c9c;
      	text-indent: 0;
      }
.providers_wrap  ul  li  a:hover {
      	text-decoration:none;
      	color: #fff;
      }
.providers-listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(/images/provider-listing-bg.png);
	background-repeat: repeat-x;
	height: 220px;
	width: 250px;
	text-align: center;
	-moz-border-radius: 15px;
	margin-top: 47px;
	margin-bottom: 0px;
	margin-left: 47px;
	float: left;
	position: relative;
}
.providers-listing-logo {
	background-color: #FFFFFF;
	height: 110px;
	width: 250px;
	position: relative;
	text-align: center;
	top: 10px;
	float: inherit;
}
.lifestyle-providers-listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(/images/provider-listing-bg.png);
	background-repeat: repeat-x;
	height: 300px;
	width: 450px;
	text-align: center;
	-moz-border-radius: 15px;
	margin-top: 47px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
	position: relative;
}
.lifestyle-providers-listing-logo {
	background-color: #FFFFFF;
	height: 110px;
	width: 450px;
	position: relative;
	text-align: center;
	top: 10px;
	float: inherit;
}
.lifestyle-provider-listing-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	height: 170px;
	width: 450px;
	position: relative;
	top: 10px;
}
.provider-listing-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	height: 90px;
	width: 250px;
	position: relative;
	top: 10px;
}
#about-image {
	float: none;
	width: 324px;
	position: absolute;
}
      .about-text {
	float: right;
	padding-left: 20px;
	width: 600px;
      }
#howitworks-image {
	position: absolute;
	left: -60px;
	top: -10px;
}
.float-right {
	float: right;
}
#face-skin-header {
	left: -9px;
	z-index: 1;
	position: absolute;
	top: 94px;
	height: 66px;
	width: 185px;
}
.face-skin-header_wrap	{
	width:450px;
}
.face-skin-header a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
}
.face-skin-header_wrap ul {
	width: 475px;
	display: block;

}
.face-skin-header_wrap ul li a {
	text-indent: 0px;
	padding: 5px;
	color: #333;
	display: block;
	width: 475px;
	margin-bottom: 10px;
}
.face-skin-header_wrap ul li a:hover {
	color: #6CF;
	text-decoration: none;
}
#body-header {
	background-position: -2px -59px;
	height: 65px;
	width: 131px;
	z-index: 1;
	position: absolute;
	top: 169px;
	left: -9px;
}
.body-header_wrap	{
	width:475px;
}
.body-header a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
}
.body-header_wrap ul {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	height: 550px;
	width: 475px;
	background-image: url(/custom/DefaultTheme/images/trans-gray-bg.png);
	background-repeat: repeat;
}
.body-header_wrap ul li a {
	text-indent: 0px;
	display: block;
	padding: 10px 10px;
	color: #CCCCCC;
}
.body-header_wrap ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#hair-header {
	height: 65px;
	width: 100px;
	position: absolute;
	left: -9px;
	top: 384px;
	z-index: 1;
}
.hair-header a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
}
.hair-header_wrap ul {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	height: 75px;
	width: 475px;
	background-image: url(/custom/DefaultTheme/images/trans-gray-bg.png);
	background-repeat: repeat;
}
.hair-header_wrap	{
	width:400px;
}

.hair-header_wrap ul li a {
	text-indent: 0px;
	display: block;
	padding: 10px 10px;
	color: #CCCCCC;
}
.hair-header_wrap ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.gold-plat_left {
	float: left;
	width: 100px;
	display: block;
	position: relative;
}
#optical-header {
	height: 64px;
	width: 155px;
	position: absolute;
	left: -9px;
	top: 314px;
	z-index: 1;
}
.optical-header a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
}
.optical-header_wrap	{
	width:475px;
}
.optical-header_wrap ul {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	height: 100px;
	width: 475px;
	background-image: url(/custom/DefaultTheme/images/trans-gray-bg.png);
	background-repeat: repeat;
}
.optical-header_wrap ul li a {
	text-indent: 0px;
	display: block;
	padding: 10px 10px;
	color: #CCCCCC;
}
.optical-header_wrap ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#smile-header {
	position: absolute;
	left: -9px;
	top: 249px;
	width: 130px;
	height: 64px;
	z-index: 1;
}
.smile-header_wrap	{
	width:550px
}
.smile-header a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
}
.smile-header_wrap ul {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	height: 150px;
	width: 475px;
	background-repeat: repeat;
	background-image: url(/custom/DefaultTheme/images/trans-gray-bg.png);
}
.smile-header_wrap ul li a {
	text-indent: 0px;
	display: block;
	padding: 10px 10px;
	color: #CCCCCC;
}
.smile-header_wrap ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.main-content {
	display: block;
	height: 500px;
	width: 800px;
	position: absolute;
	left: 95px;
	top: 25px;
}
.main-content {
	display: inline-block;
	height: 477px;
	width: 775px;
	position: relative;
}
.main-content_2 {
	height: 477px;
	width: 775px;
	position: relative;
}
.main1 {
	background-image: url(/custom/DefaultTheme/images/membership1.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 477px;
	width: 214px;
	margin-left: 25px;
	position: relative;
}
.main2 {
	background-image: url(/custom/DefaultTheme/images/main2.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 477px;
	width: 214px;
	position: relative;
	margin-left: 25px;
}
.main3 {
	background-image: url(/custom/DefaultTheme/images/main3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 477px;
	width: 214px;
	margin-left: 25px;
	position: relative;
	float: left;
	clear: right;
}
.main1-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	background-image: url(/custom/DefaultTheme/images/main-header-bg.png);
	background-repeat: repeat-x;
	display: block;
	position: relative;
	height: 50px;
	top: 340px;
	text-align: center;
	padding-top: 15px;
}
.main2-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	background-image: url(../images/main-header-bg.png);
	background-repeat: repeat-x;
	display: block;
	position: relative;
	height: 50px;
	top: 340px;
	text-align: center;
	padding-top: 15px;
}
.main3-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	background-image: url(../images/main-header-bg.png);
	background-repeat: repeat-x;
	display: block;
	position: relative;
	height: 50px;
	top: 340px;
	text-align: center;
	padding-top: 15px;
}
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv-aboutEC {
	position:absolute;
	background-color:#FFFFFF;
	width:auto;
	height:auto;
	z-index: 9002;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:auto;
	height:auto;
	z-index: 9002;
	top: 0px;
}
#popUpDiv2 {
	position:absolute;
	background-color:#eeeeee;
	width:auto;
	height:auto;
	z-index: 9002;
	margin: auto;
}
#popUpDiv3 {
	position:absolute;
	background-color:#eeeeee;
	width:auto;
	height:auto;
	z-index: 9002;
	margin: auto;
}
#popUpDiv4 {
	position:absolute;
	background-color:#eeeeee;
	width:auto;
	height:auto;
	z-index: 9002;
	margin: auto;
}
#popUpDiv5 {
	position:absolute;
	background-color:#eeeeee;
	width:auto;
	height:auto;
	z-index: 9002;
	margin: auto;
}
.tags-text {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 350px;
	height: auto;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.tags-text-right {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: right;
	width: 350px;
	height: auto;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#be-an-ibo-tag {
	font-style: italic;
	color: #F00;
	height: 30px;
	width: 555px;
	top: 84px;
	text-align: right;
	right: 155px;
	float: right;
	
}

