@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #004A6A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link, a:visited, a:active, a:focus {
	text-decoration:none;
	color:#2B668F;
}

a:hover {
	text-decoration:underline;
}

tr td, td p, td h1, td h2, td h3 {
    text-align:left;
}

#container { 
	width: 849px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../i/container_background.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 

#header_master { 
	background: #DDDDDD url(../i/advocare_ped_imagebanner.gif) bottom no-repeat; 
	height: 304px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header_FM_master { 
	background: #DDDDDD url(../i/advocare_fammed_imagebanner.gif) bottom no-repeat; 
	height: 304px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header_IM_master { 
	background: #DDDDDD url(../i/advocare_intmed_imagebanner.gif) bottom no-repeat; 
	height: 304px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header { 
	background: #DDDDDD url(../i/advocare_ped_imagebanner.png) bottom no-repeat; 
	height: 170px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#headerforms { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) bottom no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headerstaff { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) top no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
 
#headerdirections { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) bottom no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headerfaqs { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) bottom no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headerfaqsFM { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) bottom no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headerinfo { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) bottom no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headernewsltr { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) bottom no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headernewsevents { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) bottom no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headercontact { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) bottom no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headeraccepted { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) bottom no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headerblank { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) bottom no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headerlaser { 
	background: #DDDDDD url(../i/carecenter_blank_imagebanner.jpg) bottom no-repeat; 
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#cctitle {
	position:absolute;
	z-index:1;
	top: 33px;
}

#logo {
	position:absolute;
	z-index:1;
	left: 20px;
	top: 15px;
}

#ad {
	position:absolute;
	z-index:1;
	left: 3px;
	top: 521px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 204px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	background: url(../i/advocare_nav_swoop.jpg) bottom no-repeat;
	text-align:right;
	font: bold 10pt/2.3em Verdana, Arial, Helvetica, sans-serif;
	color:#2B668F;
	position:absolute;
	top: 154px;
	left:-5px;
	padding-bottom:40px;
	z-index:6;
	}

#sidebar1 ul{
	 list-style:none;
	 margin:0; 
	 padding:0 5px 0 0;
	}

#sidebar1 ul li{
	color:#2B668F;
	margin:0;
	padding: 0 0 0 0;		
	line-height:17px;
}

#sidebar1 ul li a:link, #sidebar1 ul li a:visited, #sidebar1 ul li a:active, #sidebar1 ul li a:focus{
	/*display:block !important;
	display:inline-block;
	color:#2B668F;
	margin:0;
	text-decoration:none;
	margin-right:-20px;
	padding-right:25px;
	padding-bottom:10px;
	padding-top:8px;*/
	display:block; min-height:15px; padding-right:30px; text-decoration:none; font-size:11px; font-family:verdana, arial, sans-serif; color:#2B668F; font-weight:bold; padding-bottom:7px; padding-top:7px;
}

#sidebar1 ul li a:hover{
	display:block;
	color:#ffffff;
	background:url(../i/sidebar_hover_back2.gif) right repeat-y;
	filter:alpha(opacity=50); -moz-opacity:.50; opacity:.50;
}

#flyList {
	float: left; /* since this element is floated, a width must be given */
	width: 204px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	background: url(../i/advocare_nav_swoop.jpg) bottom no-repeat;
	text-align:right;
	font: bold 10pt/2.3em Verdana, Arial, Helvetica, sans-serif;
	color:#2B668F;
	position:absolute;
	top: 154px;
	left:-5px;
	padding-bottom:40px;
	z-index:6;
}

#menu {padding:0; margin:0; list-style:none; width:200px;}
#menu li.level1-li {float:left; height:29px; width:200px;}
#menu li.level1-li a.level1-a {display:block; min-height:15px; padding-bottom:7px; padding-top:7px; padding-right:30px; text-decoration:none; font-size:11px; font-family:verdana, arial, sans-serif; color:#2B668F; font-weight:bold;}
#menu li.sub a.level1-a {background: url(../i/arrow.gif) no-repeat 175px center;}
 
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; left:0; top:0;}
 
#menu div.listHolder {position:absolute; left:-9999px; border:1px solid #3c7aa5; border-width:1px 1px 1px 0; background:#fff url(../i/divider.gif); filter: alpha(opacity=90); opacity:0.9; font-family:verdana, arial, sans-serif; font-weight:bold;}
#menu div.col1 {width:250px;}
#menu div.col2 {width:500px;}
#menu div.col3 {width:750px;}
 
#menu div.listCol {width:230px; float:left; padding:10px; text-align:center;}
#menu div.listCol ul {padding:0; margin:0; list-style:none;}
#menu div.listCol ul li {height:16px;}
#menu div.listCol ul li a {display:block; height:20px; line-height:20px; font-size:10px; text-decoration:none; color:#069; padding-left:15px; background: url(../i/dot.gif) no-repeat 5px center;}
#menu div.listCol h5 {padding:5px 0 0 15px; margin:0; font-size:13px; color:#000; line-height:24px; background:url(../i/linedot.gif) repeat-x left bottom;}
#menu div.listHolder div.bottomLine {clear:both;}
#menu div.listHolder div.bottomLine p {padding:0 20px; margin:0; line-height:20px; background:#400 url(flylist/arrow.gif) no-repeat 7px 7px; color:#fff; font-size:10px;}
#menu div.listHolder div.bottomLine p a {color:#8ff;}
 
#menu li a:hover {background-color:#fff; color:#000; filter: alpha(opacity=80); opacity:0.8;}
#menu li.level1-li:hover > a {color:#fff; background: url(../i/sidebar_hover_back2.gif) right repeat-y;}
 
#menu li.sub a:hover {border-right:0;}
#menu li.sub:hover > a {border-right:0;}
 
#menu :hover div.listHolder {left:200px; top:-1px;}
 
#menu div.listCol ul li a:hover {color:#069; text-decoration:underline;}
#menu div.listHolder div.bottomLine p a:hover {color:#8ff; text-decoration:none; background:transparent;}
 
#pad {width:150px; height:246px; background:#000; filter: alpha(opacity=60); opacity:0.6;}




#mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 19px 25px 10px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:6;
	min-height: 600px;
} 

#mainContent h1 { 
	font: bold 16pt Verdana, Arial, Helvetica, sans-serif;
	color:#a0c36d;
	padding-top:15px;
    text-align: left;
}

#mainContent h2 { 
	font: bold 12pt Verdana, Arial, Helvetica, sans-serif;
	color:#a0c36d;
	padding-top:15px;
}

#mainContent h3 { 
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#a0c36d ;
	padding-top:15px;
}

#mainContent h4 { 
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#a0c36d ;
	padding-top:15px;
}
#mainContent h5 { 
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#a0c36d ;
	padding-top:15px;
}

#mainContent p, #mainContent ul li, #mainContent ol li {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	 line-height:1.5em;
} 

#mainContent th, #mainContent td {
 	font: 9pt Verdana, Arial, Helvetica, sans-serif; 
	text-align:left;
 }

#mainContent p a:hover {
	text-decoration:underline;
}

.profile {
	display:block;
	border-bottom:2px #a0c36d solid;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
} 

.photo {
	min-height:200px;
} 

#faq ul li{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	list-style:none;
	margin:0;
	padding: 0;
}

#faq ul li ul li{
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	list-style:disc;
	margin-left:3em;	
}

#faq p a:link, #faq p a:active, #faq p a:visited, #faq p a:focus{
	color:#2B668F;
	text-decoration:none;
}

#faq p a:hover{
	text-decoration:underline;
}

#faq .faq_question{
	font-style:normal;
	font-weight:bold;
	color:#004A6A;
	margin-left:.5em;
	margin-right:2em;
	text-indent:-1.5em;
	border-top: 1px solid #004A6A;
}

#faq .faq_answer{
	padding:0;
	margin-left:.5em;
	margin-right:2em;
	text-indent:-1.5em;
}

#faq .faq_extra{
	padding:0;
	margin-left:.3em;
}

#faq .faqlist {
    line-height:1.5em;
}

#footer {
	padding: 40px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#004A6A url(../i/advocare_footer.jpg) no-repeat; 
} 
.footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 7pt Verdana, Arial, Helvetica, sans-serif;
	color:#80B8B7;
	text-align:center;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:focus {
	display:inline; 
	color:#80B8B7;
	text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 25px;
    margin-top: 10px !important;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
    
.nifty h6{
	border-bottom: 1px #004A6A solid;
	margin:0;
	padding:3px 10px;
	font: italic bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#004A6A;
	background-color:#D9EABD;	
	text-decoration:none;
	}
	
.nifty p {
	margin:0;
	padding: 5px 10px;
	font-size:xx-small;
	font: 8pt Arial, Helvetica, sans-serif !important;
	line-height: 1;
	text-align: left;
	background-color:#D9EABD;
	width:200px;
}

a.nifty:link, a.nifty:visited, a.nifty:active, a.nifty:focus {
	font:8pt Arial, Helvetica, sans-serif;
	color:#0099CC;
	text-decoration:underline;
}
a.nifty:hover {
	color:#004A6A;
	text-decoration:none;
}

.nifty3 h6{
	margin:0;
	padding:3px 10px;
	font: italic bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#004A6A;
	background-color:#6466E8;	
	text-decoration:none;
	}
	
.nifty3 p {
	margin:0;
	padding: 5px 10px;
	border-right: 2px #6466E8 solid;	
	border-left: 2px #6466E8 solid;	
	font-size:xx-small;
	font: 10pt Arial, Helvetica, sans-serif !important;
	line-height: 1;
	text-align: left;
	background-color:#ffffff;
	width:343px;
}

a.nifty3:link, a.nifty3:visited, a.nifty3:active, a.nifty3:focus {
	font:10pt Arial, Helvetica, sans-serif;
	color:#333399;
	text-decoration:underline;
}
a.nifty3:hover {
	color:#004A6A;
	text-decoration:none;
}

.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}

.alert {
	background: #fff6bf url(../i/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}

.tip {
	background: #DFEDFE url(../i/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #7CB7FE;
	border-bottom: 2px solid #7CB7FE;
	}

.disclaimer {
	background-color: #F5F5F5;
	text-align: left;
	font: xx-small Verdana, Arial, Helvetica, sans-serif !important;
	color: #8C8C8C !important;
	padding: 15px;
	border-top: 2px solid #E1E1E1;
	border-bottom: 2px solid #E1E1E1;
	}

.adobereader {
	background: #fff6bf url(../i/get_adobe_reader.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 15px 20px 15px 150px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}	

a.tooltip {
    display:block;
    font: italic bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#0099CC;
	background-color:#D9EABD;
	text-decoration:underline;
    }

a.tooltip b {
    display:none;
    }
    
a.tooltip:hover {
    border:0; 
    position:relative; 
    z-index:500; 
    text-decoration:none;
    }

a.tooltip:hover b {
    display:block; 
    position:absolute; 
    top:20px; 
    left:-25px; 
    padding:5px; 
    font-weight:normal;
    font-size:small;
    text-decoration:none; 
    color:#000; 
    border:1px solid #888; 
    background:#ffc; 
    width:247px;
}

a.tooltip:hover b em {
    position:absolute; 
    left:20px; 
    top:-6px; 
    width:11px; 
    height:6px; 
    background:#D9EABD url(/i/tooltip.gif) 0 0; 
    display:block; 
    font-size:1px;
    }


