﻿/* CSS layout */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#main
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

img {
	padding: 0px 0px 0px 0px;
}

#masthead {
	position: relative;
	width: 100%;
}

#top_nav {
	height: 50px;
}

#top_right {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#mainimage {
	border:0px;
}

#header {
	margin-left:200px;
	text-align:right;
}
/*
#below_nav {
	position: relative;
	width: 100%;
	height: 305px;
	margin: -175px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}

#below_nav {
	position: relative;
	width: 100%;
	height: 131px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}
*/
#below_nav {
	position: relative;
	width: 100%;
	height: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}

#below_nav img.mainimage {
	position: relative;
	margin: -175px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#below_nav img.mainimagert {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.main #below_nav
{
	background: transparent  url('images/Below_Nav_Back_Main.jpg') repeat-x bottom left;
}

.main #top_nav
{
	background: url('images/NavBarBackMain.jpg') repeat-x;
}

.provider #below_nav
{
	background: transparent  url('images/Below_Nav_Back_Provider.jpg') repeat-x bottom left;
}

.provider #top_nav
{
	background: url('images/NavBarBackMain.jpg') repeat-x;
}

.chiropractic #below_nav
{
	background: transparent  url('images/Below_Nav_Back_Chiropractic.jpg') repeat-x bottom left;
}

.chiropractic #top_nav
{
	background: url('images/NavBarBackMain.jpg') repeat-x;
}

.plans #below_nav
{
	background: transparent  url('images/Below_Nav_Back_plans.jpg') repeat-x bottom left;
}

.plans #top_nav
{
	background: url('images/NavBarBackMain.jpg') repeat-x;
}

.landing #below_nav
{
	background: url('images/Below_Nav_Back_Main.jpg') repeat-x bottom left;
}

.landing #top_nav
{
	background: url('images/NavBarBackMain.jpg') repeat-x;
}

.vip #below_nav
{
	background: url('images/Below_Nav_Back_VIP.jpg') repeat-x bottom left;
}

.vip #top_nav
{
	background: url('images/NavBarBackGreen.jpg') repeat-x;
}

.faq #below_nav
{
	background: url('images/Below_Nav_Back_FAQ.jpg') repeat-x bottom left;
}

.faq #top_nav
{
	background: url('images/NavBarBackGreen.jpg') repeat-x;
}

.prescription #below_nav
{
	background: url('images/Below_Nav_Back_prescription.jpg') repeat-x bottom left;
}

.prescription #top_nav
{
	background: url('images/NavBarBackTeal.jpg') repeat-x;
}

.aboutus #below_nav
{
	background: url('images/Below_Nav_Back_aboutus.jpg') repeat-x bottom left;
}

.aboutus #top_nav
{
	background: url('images/NavBarBackTeal.jpg') repeat-x;
}

.ourbenefits #below_nav
{
	background: url('images/Below_Nav_Back_ourbenefits.jpg') repeat-x bottom left;
}

.ourbenefits #top_nav
{
	background: url('images/NavBarBackTeal.jpg') repeat-x;
}

.dental #below_nav
{
	background: url('images/Below_Nav_Back_dental.jpg') repeat-x bottom left;
}

.dental #top_nav
{
	background: url('images/NavBarBackPurple.jpg') repeat-x;
}

.join #below_nav
{
	background: url('images/Below_Nav_Back_join.jpg') repeat-x bottom left;
}

.join #top_nav
{
	background: url('images/NavBarBackPurple.jpg') repeat-x;
}

.vision #below_nav
{
	background: url('images/Below_Nav_Back_vision.jpg') repeat-x bottom left;
}

.vision #top_nav
{
	background: url('images/NavBarBackPurple.jpg') repeat-x;
}

#below_nav img	{
	vertical-align: bottom;
}


#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 15px 5px 10px 10px;
}

#left_col p.normalcopy {
	text-align: left;
	font-style:normal;
	font-weight: bold;
	font-size: .75em;
	font-family: arial, verdana;
	color: #175fad;
	margin: 5px 0px 15px 0px;
}

#left_col p.subcopy {
	font-style:normal;
	font-weight: bold;
	font-size: .6em;
	font-family: arial, verdana;
	color: #000000;
	margin: 5px 10px 15px 0px;
}
	
#left_col img.logobullet {
	border: 0px;
	padding: 1px 1px 1px 1px;
	vertical-align: bottom;
}

#page_content {
/*	margin-right: 200px;*/
	margin-right: 50px;
	margin-left: 250px;
	padding: 20px 5px 20px 10px;
}

#page_content a.normal {
	border:0;
	text-decoration:none;
	
}

.normal img {
	border:0px none;	
}

#page_content p.normalcopy {
	text-align: left;
	font-style:normal;
	font-weight: normal;
	font-size: .75em;
	font-family: arial, verdana;
	color: #000000;
	margin: 5px 0px 15px 0px;
}

#page_content span.boldcopy {
	font-weight:bold;
}

#page_content span.bigboldcopy {
	font-weight:bold;
	font-size: 1em;
}

#page_content span.titleboldcopy {
	font-weight:bold;
	font-size: 1.5em;
	color: #FFFFFF;
}

#page_content span.ulcopy {
	text-decoration:underline;
}

#page_content p.subcopy {
	font-style:normal;
	font-weight: bold;
	font-size: .6em;
	font-family: arial, verdana;
	color: #000000;
	margin: 5px 10px 15px 0px;
}

#page_content p.isubcopy {
	font-style: italic;
	font-weight: normal;
	font-size: .6em;
	font-family: arial, verdana;
	color: #000000;
	margin: 5px 10px 15px 0px;
}

#page_content div.callout_right {
	float: right;
	clear: right;
	margin-left: 10px;
	border-left: 3px #b6b011 solid;
	padding-left:5px;
	text-align: center;
	width: 175px;
}

#page_content div.centeredblurb {
	width: 300px;
	margin: 5px 0px 5px 150px;
	padding: 5px 5px 0px 5px;
	text-align: left;
	overflow: hidden;
}

#page_content div.purpletone {
	background-color: #e2e2ee;
	border: 1px #453e98 solid;
}

#page_content div.bluetone {
	background-color: #ccccff;
	border: 1px #175fad solid;
}
#page_content div.float_right {
	float: right;
	clear: right;
	margin-left: 5px;
	padding-left:5px;
	margin-bottom: 3px;
	text-align: left;
/*	width: 175px;*/
}

#page_content img.callout_right {
	float: right;
	clear: right;
	margin-left: 10px;
/*	width: 180px;
	height: 130px;*/
}

#page_content div.centeredlist {
	text-align: left;	
	width: 325px;
	margin-left: 150px;
	background-color: #dae6e8;
	padding: 15px 0px 15px 15px;
}

#page_content .centeredlist div {
	width: 325px;
	text-align: left;
	padding: 15px 15px 15px 15px;
	background-color: #dae6e8;
}

#page_content .centeredlist ul {	
/*	width: 325px;*/
/*	padding: 15px 15px 15px 15px;*/
	text-align: left;
/*	background-color: #dae6e8;*/
	margin: 0;
	padding:0;
	list-style-image:none;
	list-style: none;
}

#page_content .centeredlist li {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: .75em;
	font-family: arial, verdana;
	list-style: none;
}

#page_content div.centeredlist2 {
	text-align: left;	
}

#page_content .centeredlist2 div {
	width: 415px;
	text-align: left;
	padding: 15px 15px 15px 15px;
	background-color: #fff150;
}

#page_content .centeredlist2 ul {	
	width: 415px;
	padding: 15px 30px 15px 20px;
	text-align: left;
	background-color: #fff150;
	margin: 0px 0px 10px 75px;
	list-style-image:none;
	list-style: none;
}

#page_content .centeredlist2 li {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: .75em;
	font-family: arial, verdana;
}

#page_content div.centeredlistbullets {
	text-align: left;	
}

#page_content .centeredlistbullets div {
	width: 415px;
	text-align: left;
	padding: 15px 15px 15px 35px;
	background-color: #dae6e8;
}

#page_content .centeredlistbullets ul {	
	width: 415px;
	padding: 15px 15px 15px 35px;
	text-align: left;
	background-color: #dae6e8;
	margin: 0px 0px 10px 75px;
}

#page_content .centeredlistbullets li {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: .75em;
	font-family: arial, verdana;
}
/**/

#page_content .centeredlistbullets a:link {
	color: #575018;
	font-weight: bold;
}

#page_content .centeredlistbullets a:visited {
	color: #575018;
	font-weight: bold;
}

#page_content .centeredlistbullets a:hover {
	color: #aca12a;
	font-weight: bold;
}
/**/

#page_content div.centeredmultilistbullets {
width:400px;
	text-align: left;	
	padding: 10px 0px 10px 60px;
	background-color: #dae6e8;
	margin:15px 15px 15px 35px;
}

#page_content .centeredmultilistbullets div {
	width: 30em;
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin:0; /*15px 15px 15px 35px;*/
	background-color: #dae6e8;
}

#page_content .centeredmultilistbullets ul {	
	width: 30em;
	float:left;
/*	padding: 15px 0px 15px 35px;*/
	background:  #dae6e8 transparent;
/*	margin: 0px 0px 10px 75px;*/
	list-style:none;
	padding:0;
	margin:0;
}

#page_content .centeredmultilistbullets li {
	width: 15em;
/*	text-align: left;*/
	font-style: normal;
	font-weight: bold;
	font-size: .75em;
	font-family: arial, verdana;
	float:left;
	margin:0;
	padding:0;
	padding-left:20px;
/*	background-color: #dae6e8;*/
}

#page_content .centeredmultilistbullets p.titletext {
	text-align: left;
	font-style:normal;
	font-weight: bold;
	font-size: 1em;
	font-family: arial, verdana;
	color: #000000;
	margin: 5px 0px 15px 0px;
}

#page_content .centeredmultilistbullets  .col1 {
	
	margin-left: 3em;
}

#page_content .centeredmultilistbullets  .col2 {
	
	margin-left: 13em;
}

#page_content .centeredmultilistbullets  .col3 {
	
	margin-left: 23em;
}

#page_content .centeredmultilistbullets  .coltopper {
	margin-top: -6.5em;
}
/**/

#page_content .freediv {
	padding: 5px 5px 30px 5px;
	background: #ffffcc;
}

#page_content a.freedivbookmark {
	text-align: left;
	font-style:normal;
	font-weight: bold;
	font-size: 1em;
	font-family: arial, verdana;
	color: #000000;
	margin: 5px 0px 15px 0px;
}

#page_content a.freedivtop {
	float: right;
	clear: right;
	margin: 0px 5px 15px 5px;
	display: block;
    width: 40px;
    height: 24px;
    background: url("images/TopButtonSmall.jpg") 0 0 no-repeat;
    text-decoration: none;
}

#page_content .logolist {
	width: 575px;
	padding: 0px 0px 10px 0px;
	border: 1px #006a69 solid;
	margin: 0px 0px 20px 20px;
	overflow: hidden;
}

#page_content .logolist img {
	padding: 5px 5px 5px 5px;
}

#page_content div.xchainlist {
	margin: 0px 10px 0px 15px;
	padding: 0px;
/*	display: inline-block;*/
	float:left;
	clear:none;
	width: 150px;
	text-align: left;
	font-style:normal;
	font-weight: normal;
	font-size: .75em;
	font-family: arial, verdana;
	font-weight:bold;
	color: #000000;
}

#page_content div.chainlist {
	margin: 0px 10px 0px 15px;
	padding: 0px;
/*	display: inline-block;*/
	float:left;
	clear:none;
	width: 150px;
	text-align: left;
	font-style:normal;
	font-weight: normal;
	font-size: .75em;
	font-family: arial, verdana;
	font-weight:bold;
	color: #000000;
}

#page_content .chainlist ul {
list-style-type: none;
padding: 0em;
margin: 0em;}

#page_content .chainlist ul li {
position:relative;
background-image: url(Images/logo-10x10.jpg);
background-repeat: no-repeat;
background-position: 0px .2em;
padding-left: 20px;
padding: .2em 0px .2em 20px;
}

#page_content .chainlist p {
	width: 145px;
	text-align: left;
	font-style:normal;
	font-weight: normal;
	font-size: .75em;
	font-family: arial, verdana;
	font-weight:bold;
	color: #000000;
	
}

#page_content .chainlist span {
	text-align: left;
	font-style:normal;
	font-weight: normal;
	font-size: .75em;
	font-family: arial, verdana;
	font-weight:bold;
	color: #000000;
	padding: 5px 5px 5px 5px;
}

#page_content .logoheader {
	text-align: left;
	font-style:normal;
	font-weight: normal;
	font-size: 1em;
	font-family: arial, verdana;
	font-weight:bold;
	color: #FFFFFF;
	padding: 0px 0px 3px 0px;
	margin:0px 0px 3px 0px;
	background: #006a69; /* url('images/ContentTitleSubCopyNChains.gif') no-repeat left top;*/
}

#page_content .logoheader img {
	padding: 1px 0px 1px 0px;
}

#nationallist {
	height:100px;
}

#regionallist {
	height:250px;
}

div.callout_right p {
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: .75em;
	font-family: arial, verdana;
	color: #8d8225;
	margin: 5px 0px 15px 0px;
}

div.callout_right span {
	font-weight: bold;
	font-size: 1.25em;
	font-family: arial, verdana;
	color: #8d8225;
}

#right_col {
		width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
}

img.belownavcopy {
	padding-bottom: 25px;	/*was 30*/
}

img.belownavclick {
	padding-bottom: 2px;
}

#footer {
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-style:normal;
	font-weight: bold;
	font-size: .75em;
	font-family: arial, verdana;
	color: #175fad;
}

#footer a:link {
	color: #575018;
	font-weight: bold;
}

#footer a:visited {
	color: #575018;
	font-weight: bold;
}

#footer a:hover {
	color: #aca12a;
	font-weight: bold;
}

div#disclosures {
	width: 950px;
	text-align: left;
	border-top: 1px #000000 dotted;
	margin-top: 10px;
	padding-top: 10px;
}

#disclosures p {
	text-align: left;
	font-style:normal;
	font-weight: normal;
	font-size: 10pt;
	font-family: arial, verdana;
	color: #000000;
	margin: 5px 0px 15px 0px;
}

#disclosures p.f10b {
	font-size: 10pt;
	font-weight: bold;
}

#disclosures p.f10b_tight {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}

#disclosures p.f10i {
	font-size: 10pt;
	font-style: italic;
}

#disclosures p.f14b {
	font-size: 14pt;
	font-weight: bold;
}

#disclosures p.f12 {
	font-size: 12pt;
}

#disclosures p.f12b {
	font-size: 12pt;
	font-weight: bold;
}

#disclosures p.f12t {
	font-size: 12pt;
	font-weight: bold;
	text-decoration:underline;
}

#disclosures p.notop {
	margin-top: 0px;
}

#disclosures p.nobottom {
	margin-bottom: 0px;
}
#page_content .double_list {
	position: relative;
	height: 150px;
	width: 330px;
/*	background-color: #dae6e8;*/
	margin-left:75px;
	text-align:center;
	padding:0;
}

#page_content .double_list p.titletext {
	
	text-align: center;
	font-style:normal;
	font-weight: bold;
	font-size: .9em;
	font-family: arial, verdana;
	color: #000000;
	margin: 0px 0px -15px 0px;
}

#page_content .left_list {
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px 5px 5px 10px;
	margin:0;
	text-align:left;
}

#page_content .right_list {
/*	margin-right: 200px;*/
/*..	margin-right: 50px;..*/
	margin-left: 200px;
	width: 160px;
	padding: 5px 5px 5px 10px;
	text-align:left;
}

#page_content div.buynowbig {
	margin-left: 50px;
}

#page_content a.buynowbig {
	margin-left:10px;
	display: inline-block;  /*block;*/
    width: 250px;
    height: 111px;
    background: url("images/ClickToJoinBig.jpg") 0 0 no-repeat;
    text-decoration: none;
}

#page_content a.buynow {
	margin-left:250px;
	display: block;
    width: 90px;
    height: 45px;
    background: url("images/buynow.gif") 0 0 no-repeat;
    text-decoration: none;
}

#page_content a.buynow:hover {
    background: url("images/buynow_hover.gif") 0 0 no-repeat;
}

#page_content a.buynow_small {
/*	margin-left:250px;*/
	display: block;
    width: 70px;
    height: 35px;
    background: url("images/buynowsmall.gif") 0 0 no-repeat;
    text-decoration: none;
}

#page_content a.buynow_small:hover {
    background: url("images/buynowsmall_hover.gif") 0 0 no-repeat;
}

/* 30-day landing left col */
#dm_left_col {
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 15px 5px 10px 10px;
}

#dm_left_col p.normalcopy {
	text-align: left;
	font-style:normal;
	font-weight: bold;
	font-size: .75em;
	font-family: arial, verdana;
	color: #175fad;
	margin: 5px 0px 10px 0px;
}

#dm_left_col span.boldcopy {
	font-weight:bold;
}

#dm_left_col span.bigboldcopy {
	font-weight:bold;
	font-size: 1em;
}

#dm_left_col p.subcopy {
	font-style:normal;
	font-weight: bold;
	font-size: .6em;
	font-family: arial, verdana;
	color: #000000;
	margin: 5px 10px 15px 0px;
}
	
#dm_left_col img.logobullet {
	border: 0px;
	padding: 1px 1px 1px 1px;
	vertical-align: bottom;
}

#dm_left_col div.centeredlistbullets {
	text-align: left;	
	background-color: #dae6e8;
}

.centeredlistbullets p.title {
	padding-top:5px;
	text-align: center;
	font-style:normal;
	font-weight: bold;
	font-size: .75em;
	font-family: arial, verdana;
	color: #000000;
	font-weight:bold;
	margin-bottom: -0px;
}

#dm_left_col .centeredlistbullets div {
	width: 210px;
	text-align: left;
	padding: 10px 10px 10px 30px;
	background-color: #dae6e8;
}

#dm_left_col .centeredlistbullets ul {	
	width: 180px;
	padding: 3px 3px 3px 20px;
	text-align: left;
	background-color: #dae6e8;
	margin: 0px 0px 10px 5px;
}

#dm_left_col .centeredlistbullets li {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: .75em;
	font-family: arial, verdana;
}
/* */

/* ======================================= */
.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}

/* for all items */
span.menu_item {
    display:block;
    width:50px;
/*    height:20px;*/