<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head><title>ConnectiCare - Worksite Wellness</title> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <meta content="MSHTML 5.50.4611.1300" name="GENERATOR"> <link rel="stylesheet" type="text/css" href="/include/ccistyle.css"> </head> <script src="/include/jsfunctions.js"></script> <BODY LINK="#993300" VLINK="#808080" TOPMARGIN=0 MARGINHEIGHT=0 LEFTMARGIN=0 MARGINWIDTH=0> <!-- LLR 03/14/01: The header include file contains the background color of the page which is the purple and # includes the cascading style sheet. So, as long as the header is included, the cascading style sheet is included. --> <style> .nav1 { font-size:11px; /*BMK 06/11/07: menu style to fit new design*/ color: #596ebf; font-weight:bold; /*BMK end*/ line-height:9pt; font-family:Arial; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#9999cc; text-decoration:none; color:#000000 } a.popup:hover { /*BMK 06/11/07: menu style to fit new design*/ /*color:#000000;*/ color: #d42b2e; /*background-color:#CCCCFF;*/ /*line-height:18px*/ } a.popup:visited { text-decoration:none; color:#000000 } /*BMK 06/11/07: menu style to fit new design. Add style for visted:hover links.*/ a.popup:visited:hover { color: #d42b2e; /*line-height:18px*/ } a.popup:link { text-decoration:none; /*BMK 06/11/07: menu style to fit new design*/ /*color:#ffffff*/ color:#000000; } .popupmenu { /*BMK 06/11/07: menu style to fit new design*/ /*font-size: 14px;*/ color: #596ebf; font-size: 11px; /*BMK end*/ font-family:arial; font-weight:bold; line-height:15px; background-color:#f0d489; border:1px outset #9999cc; width:180px; padding-left:5px; padding-top:3px; padding-bottom:3px; z-index:10px; padding-right:5px } .hidelink { font-size:11px; /*BMK 06/11/07: menu style to fit new design*/ font-weight:bold; /*color:#000000*/ color:#596ebf; /*BMK end*/ font-family:Arial; text-decoration:none; } .hidelink:hover, .hidelink:active { font-size:11px; /*BMK 06/11/07: menu style to fit new design*/ font-weight:bold; /*color:#000000*/ color:#d42b2e; /*BMK end*/ font-family:Arial; text-decoration:none; } </style> <script src="/includes/jsfunctions.js"> </script> <script src="/includes/formcheck.js"> </script> <script> // local validate function function valform(f) { //UserID is required. f.username.v_opt = false; f.username.v_nb = true; f.username.v_min = 6; f.username.vdesc = "Username" //Passwords are required and must match. f.password.v_cpsw = true; f.password.v_min = 4; f.password.vdesc = "Password" //Perform the validations. if ( dovalids(f,'dcneed','dcerror') ) { return true; } return false; } // end valform </script> <link media="all" href="/includes/css/forms.css" type="text/css" rel="stylesheet"> <link media="all" href="/includes/css/master.css" type="text/css" rel="stylesheet"> <!-- Header Begins --> <div id="header"> <div id="headerContainer"> <!-- Top Nav and Search box Begins --> <div id="searchTopNav"> <a href="http://webtest2003/default.aspx">Home</a>&nbsp;<img src="/Images/bullet-nd.gif" border="0">&nbsp; <a href="http://webtest2003/careers.aspx">Careers</a>&nbsp;<img src="/Images/bullet-nd.gif" border="0">&nbsp; <a href="http://webtest2003/GlobalFiles/SiteRequirements.asp">Site Requirements</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <form ID="SearchForm" method="post" action="http://webtest2003/Search.aspx"> <input type="text" class="headerForm" name="cciq" id="cciq" value="Search Site" size="22" style="WIDTH: 150px" onfocus="this.value='';"> <input type="image" class="go" src="/images/b-go-search.gif" alt><br> </form> <div align="right"><br> <img id="HeaderControl1_imgGoogle" class="spacer" src="/images/g-pwr-google.jpg" alt border="0" /> <br><br> <div id="searchTopNavRegisterLinks"> <a href="https://webtest2003/register.asp">Register Now</a>&nbsp;|&nbsp;<a href="https://webtest2003/forgot.asp">Forgot Password?</a> </div> </div> </div> <!-- Top Nav and Search box Ends --> <div id="logo"><a onmousedown="preventRightClick()" oncontextmenu="return false;" href="http://webtest2003/default.aspx"><img alt src="/images/home/logo.gif" border="0"></a></div> <!-- Nav Begins --><br> <div id="Nav" class="clearfix"> <ul class="clearfix"> <li class="find"><a href="http://webtest2003/ProviderDirectory">Find A Doctor</a> <li class="pharmacy"><a href="http://webtest2003/Pharmacy.aspx">Pharmacy Center</a> <li class="about"><a href="https://webtest2003/employers/default.asp">My Home</a> <li class="media"><a href="https://webtest2003/employers/MyAccounts/grouplist.asp">My Account</a> <li class="health"><a href="https://webtest2003/employers/messages/MailListUser.asp?Role=Employer">Secure Messaging</a> <li class="contact"><a href="https://webtest2003/employers/myprofile.asp">My Profile</a> <li class="login"> <form method="post" action="https://webtest2003/formslogin.aspx" id="loginform" name="loginform" onsubmit="return valform(document.loginform)"> <table cellspacing="0" cellpadding="0"><tr><td> <script type="text/javascript"> window.onload=TogglePassOn;</script> <span id="formDiv" runat="server"> <input type="text" class="headerForm" ID="username" tabindex="1" value="User Name" size="10" style="WIDTH: 70px" NAME="username" onfocus="clearMe();"></span> </td><td> <span id="pass1box"> <input type="password" class="headerForm" ID="password" tabindex="2" size="10" style="WIDTH: 70px" NAME="password"> </span> <span id="pass2box" style="display: none;"> <input type="text" class="headerForm" name="password2" id="password2" tabindex="2" size="10" style="WIDTH: 70px" onfocus="TogglePassOff();"> </span> </td><td> <input TYPE="hidden" NAME="Action" VALUE="Login"> <input type="image" src="/images/home/b-login.gif" tabindex="3" id="loginBtn" class="loginalign" alt NAME="loginBtn"> </td></tr></table> </form> </li> </ul> </div> <!-- Nav Ends --> </div> </div><!-- Header Ends --> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td align="left" valign="top" bgcolor="#ffffff"><!--Table holds left navigation and content--> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="1%" align="left" valign="top"> <img src="/Images/navLine.gif" width="172" height="1" alt border="0" hspace="0" vspace="0"><br> <a href="http://webtest2003/employer"><img src="/Images/btnT2Employers.gif" width="69" height="28" alt="Employers" border="0" hspace="0" vspace="0"></a> <img src="/Images/navLine.gif" width="172" height="1" alt border="0" hspace="0" vspace="0"><br> <div id="CategoryList"> <table cellpadding="0" cellspacing="0" border="0" width="132"> <tr> <td height="18" width="15">&nbsp;&nbsp;</td> <td class="nav1" id="WhyCtCare" style="color:#000000" onmouseover="this.style.backgroundColor='#f0d489';ShowMe(Pop1);" onmouseout="this.style.backgroundColor=''"> <!--<a href="http://webtest2003/employer/whycci.asp" class="hidelink" style="width:100%;color:#000000">&nbsp;Why ConnectiCare?</a>--> <img src="/images/arrow_mem.gif"><a href="http://webtest2003/employer/whycci.asp" class="hidelink" style="width:100%;"><nobr>Why ConnectiCare?</nobr></a> </td> </tr> <tr> <td height="18" width="15">&nbsp;&nbsp;</td> <td class="nav1" id="Working" style="color:#000000" onmouseover="this.style.backgroundColor='#f0d489';ShowMe(Pop2);" onmouseout="this.style.backgroundColor=''"> <!--<a href="http://webtest2003/employer/working.asp" class="hidelink" style="width:100%;color:#000000">&nbsp;Working With Us</a>--> <img src="/images/arrow_mem.gif"><a href="http://webtest2003/employer/working.asp" class="hidelink" style="width:100%;"><nobr>Working With Us</nobr></a> </td> </tr> <tr> <td height="18" width="15">&nbsp;&nbsp;</td> <td class="nav1" id="ServiceCenter" style="color:#000000" onmouseover="this.style.backgroundColor='#f0d489';ShowMe(Pop3)" onmouseout="this.style.backgroundColor=''"> <!--<a href="https://webtest2003/employers/MyAccounts/grouplist.asp" class="hidelink" style="width:100%;color:#000000">&nbsp;Self Service</a>--> <img src="/images/arrow_mem.gif"><a href="https://webtest2003/employers/myaccounts/grouplist.asp" class="hidelink" style="width:100%;"><nobr>Self Service</nobr></a> </td> </tr> <tr> <td height="18" width="15">&nbsp;&nbsp;</td> <td class="nav1" id="Resources" style="color:#000000" onmouseover="this.style.backgroundColor='#f0d489';ShowMe(Pop4)" onmouseout="this.style.backgroundColor=''"> <!--<a href="http://webtest2003/employer/resources.asp" class="hidelink" style="width:100%;color:#000000">&nbsp;Resources</a>--> <img src="/images/arrow_mem.gif"><a href="http://webtest2003/employer/resources.asp" class="hidelink" style="width:100%;"><nobr>Resources</nobr></a> </td> </tr> </table> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><br></td> </tr> <tr> <td class="small">&nbsp;<img src="/images/lockt.gif" WIDTH="10" HEIGHT="13">&nbsp;= Registered Users Only</td> </tr> </table> <hr style="color:#9999cc;height:1px;width:132px" onmouseover="HidePopups()"> </div> <div id="Pop1" onmouseover="document.all.WhyCtCare.style.backgroundColor='#f0d489';document.all.WhyCtCare.style.color='#d42b2e';" onmouseout="document.all.WhyCtCare.style.backgroundColor='';" style="display:none;position:absolute;top:160px;left:132px;width:175px" class="popupmenu"> <a class="popup" href="http://webtest2003/employer/EmpExecutiveSummary.asp" style="width:100%">&#149;&nbsp;Executive Summary</a><hr> <a class="popup" href="http://webtest2003/globalfiles/ProductPortfolio.asp" style="width:100%">&#149;&nbsp;Product Portfolio</a><hr> <a class="popup" href="http://webtest2003/employer/ValueAddedProg.asp" style="width:100%">&#149;&nbsp;Value Added Programs</a><hr> <a class="popup" href="http://webtest2003/globalfiles/managing.asp" style="width:100%">&#149;&nbsp;Health Management Programs</a><hr> <a class="popup" href="http://webtest2003/GlobalFiles/HealthyAlt.asp" style="width:100%">&#149;&nbsp;Healthy Alternatives</a><hr> <a class="popup" href="http://webtest2003/GlobalFiles/Diversity.asp" style="width:100%">&#149;&nbsp;Diversity Matters</a><hr> <a class="popup" href="http://webtest2003/employer/wellness.asp" style="width:100%">&#149;&nbsp;Worksite Wellness</a><hr> <a class="popup" href="http://webtest2003/employer/moreinfo.asp" style="width:100%">&#149;&nbsp;Request For Information</a> </div> <div id="Pop2" onmouseover="document.all.Working.style.backgroundColor='#f0d489';" onmouseout="document.all.Working.style.backgroundColor='';" style="display:none;position:absolute;top:177px;left:132px;width:175px" class="popupmenu"> <a class="popup" href="http://webtest2003/Employer/adminguide.asp" style="width:100%">&#149;&nbsp;Admin Guide</a><hr> <a class="popup" href="http://webtest2003/employer/EE Guide Addendum.pdf" style="width:100%">&#149;&nbsp;Electronic Data Interchange (EDI)</a><hr> <a class="popup" href="http://webtest2003/GlobalFiles/AboutCCI/HIPAAReadiness.asp" style="width:100%">&#149;&nbsp;HIPAA</a> </div> <div id="Pop3" onmouseover="document.all.ServiceCenter.style.backgroundColor='#f0d489';" onmouseout="document.all.ServiceCenter.style.backgroundColor='';" style="display:none;position:absolute;top:195px;left:132px;width:175px" class="popupmenu"> <a class="popup" href="https://webtest2003/employers/myaccounts/grouplist.asp" style="width:100%">&#149;&nbsp;Administering My Accounts &nbsp; <img src="/images/lockt.gif" border="0" WIDTH="10" HEIGHT="13"></a> </div> <div id="Pop4" onmouseover="document.all.Resources.style.backgroundColor='#f0d489';" onmouseout="document.all.Resources.style.backgroundColor='';" style="display:none;position:absolute;top:213px;left:132px;width:250px" class="popupmenu"> <a class="popup" href="http://webtest2003/employer/OnlineForms.asp" style="width:100%">&#149;&nbsp; Forms</a><hr> <a class="popup" href="http://webtest2003/ProviderDirectory" style="width:100%">&#149;&nbsp; Provider Directory</a><hr> <a class="popup" href="http://webtest2003/pharmacy.aspx" style="width:100%">&#149;&nbsp;Pharmacy Center</a><hr> <a class="popup" href="http://webtest2003/employer/faq/default.asp" style="width:100%">&#149;&nbsp;FAQ's</a><hr> <a class="popup" href="http://webtest2003/GlobalFiles/AboutCCI/ContactUs/Contact.asp#employer" style="width:100%">&#149;&nbsp;Contact Us</a> </div> <img height="1" alt hspace="0" src="/Images/navLine.gif" width="172" border="0"><br> <img height="48" alt hspace="0" src="/Images/navFade.gif" width="172" border="0"></td> <td width="1%"><img height="1" alt hspace="0" src="/Images/pixelclr.gif" width="12" border="0"></td> <td width="99%" align="left" valign="top"> <!--Table holds content--> <table width="765px" border="0" cellspacing="0" cellpadding="0" onmouseover="HidePopups()"><!--Uncomment this if you want to include who is presently signed on. <tr> <td width="98%" align="right"><font class=bold>Signed on: Terry Producer</font><br> <img src="/images/pixelclr.gif" width="1" height="2" hspace="0" vspace="0" border="0" alt=""></td> <td width="1%"><img src="/images/pixelclr.gif" width="12" height="1" hspace="0" vspace="0" border="0" alt=""></td> </tr>--> <tbody> <tr> <td align="left"><!--Table for page heading--> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tbody> <tr designtimesp="623"> <td class="pagehead" noWrap width="10%" designtimesp="624">Worksite Wellness</td> <td width="90%" background="/Images/headerTile.gif" designtimesp="625"><img height="18" alt hspace="0" src="/Images/headerFade.gif" width="105" border="0" designtimesp="626" DESIGNTIMEURL="/Images/headerFade.gif"></td></tr></tbody></table></td> <td align="left" background="/Images/headerTile.gif" designtimesp="627"><img height="1" alt hspace="0" src="/Images/pixelclr.gif" width="12" border="0" designtimesp="628" DESIGNTIMEURL="/images/pixelclr.gif"></td></tr> <tr designtimesp="629"> <td designtimesp="630"><img height="1" alt hspace="0" src="/Images/pixelclr.gif" width="1" border="0" designtimesp="631" DESIGNTIMEURL="/images/pixelclr.gif"></td> <td designtimesp="632"><img height="1" alt hspace="0" src="/Images/pixelclr.gif" width="1" border="0" designtimesp="633" DESIGNTIMEURL="/images/pixelclr.gif"></td></tr> <tr designtimesp="634"> <td vAlign="top" align="left" designtimesp="635"><img height="6" alt hspace="0" src="/Images/pixelclr.gif" width="1" border="0" designtimesp="636" DESIGNTIMEURL="/images/pixelclr.gif"><br designtimesp="637"><font class="normal" designtimesp="638"> <p designtimesp="639">Educated workers make healthy workers, and healthy workers make better workers. That's why ConnectiCare has developed a full range of Wellness programs for you and your employees.</p> <p designtimesp="640">To learn more about ConnectiCare's unique Corporate Wellness programs, check out the titles below. If you like what you see, call Teresa Athas, ConnectiCare's Corporate Wellness Representative, at (860) 674-7015 or (800) 666-1731.</p> <p designtimesp="641"><!-- Start Table Layout --></font> <table cellSpacing="0" cellPadding="1" width="100%" border="0" designtimesp="642"> <tbody> <tr DESIGNTIMESP="643"> <td bgColor="#666699" designtimesp="644"> <table cellSpacing="1" cellPadding="4" width="100%" border="0" designtimesp="645"> <tbody> <tr DESIGNTIMESP="646"> <td align="middle" bgColor="#666699" colSpan="2" DESIGNTIMESP="647"><font class="white" designtimesp="648">Corporate Wellness Programs</font></td></tr> <tr DESIGNTIMESP="649"> <td bgColor="#eeeeee" DESIGNTIMESP="650"><font class="H2" designtimesp="651">Title</font></td> <td bgColor="#eeeeee" DESIGNTIMESP="652"><font class="H2" designtimesp="653">Description</font> <font class="normal" designtimesp="654"></font></td><font class="normal" designtimesp="655"></tr> <tr DESIGNTIMESP="656"> <td bgColor="#ffffff" DESIGNTIMESP="657">Asthma Education</td> <td bgColor="#ffffff" DESIGNTIMESP="658">All employees that attend will receive helpful information needed to manage their asthma appropriately. Our educational session discusses early warning signs of asthma, current asthma medications, trigger/allergy avoidance, and asthma management.</td></tr> <tr DESIGNTIMESP="656"> <td bgColor="#ffffff" DESIGNTIMESP="657">Wellness Topics</td> <td bgColor="#ffffff" DESIGNTIMESP="658">You and your employees can learn more about current health topics such as balancing work and home, heart disease - and risk, kidfit - keeping your kids moving and eating right, women's health issues, how stress affects eating habits, back care and more. These are available at times that are convenient to you and your employees, not just at lunch time.</td></tr> <tr DESIGNTIMESP="662"> <td bgColor="#ffffff" DESIGNTIMESP="663">Nutrition/Weight Management</td> <td bgColor="#ffffff" DESIGNTIMESP="664">Skills needed in meal planning, shopping, food preparation, label reading and understanding the nutritional value in foods will be explored. Weight loss strategies such as behavior modification and exercise are presented through a carefully planned series of classroom sessions.</td></tr> <tr DESIGNTIMESP="665"> <td bgColor="#ffffff" DESIGNTIMESP="666">Smoking Cessation</td> <td bgColor="#ffffff" DESIGNTIMESP="667">Through the use of gradual nicotine reduction and behavior change techniques, smokers learn how to kick the habit. This program can also be modified to accommodate nicotine 'patch' users.</td></tr> <tr DESIGNTIMESP="671"> <td bgColor="#ffffff" DESIGNTIMESP="672"><font class="normal" designtimesp="673">Health Risk Profile.</font></td> <td bgColor="#ffffff" DESIGNTIMESP="674">After employees complete a questionnaire about personal and family medical history and current lifestyle practices, data is analyzed and the employee is given an immediate, confidential, personalized report. This report outlines his/her health behaviors, areas of success and behaviors that can be improved to reduce risk. Also available for employers is a Company Summary Report which gives an aggregate, anonymous report of all program participants.</td></tr> <!--<tr DESIGNTIMESP="675"> <td bgColor="#ffffff" DESIGNTIMESP="676">Prenatal Education</td> <td bgColor="#ffffff" DESIGNTIMESP="677">Learn how to prepare for and experience a healthy pregnancy. Topics include: nutrition and exercise, preventing pregnancy complications, coping with stress, normal growth and development, and what to expect during pregnancy.</td></tr>--> </tbody></table></font></td></tr></tbody></table><!-- End Table Layout --> <p DESIGNTIMESP="678"></font> </p> <td designtimesp="679"><img height="1" alt hspace="0" src="/Images/pixelclr.gif" width="12" border="0" designtimesp="680" DESIGNTIMEURL="/images/pixelclr.gif"></td></tr> <tr designtimesp="681"> <td designtimesp="682"></td> <td designtimesp="683"><img height="6" alt hspace="0" src="/Images/pixelclr.gif" width="1" border="0" designtimesp="684" DESIGNTIMEURL="/images/pixelclr.gif"></td></tr></tbody></table></td></tr> </table></td></tr> <table width="100%" cellspacing="0" cellpadding="0"><tr><td> <link href="/includes/css/master.css" rel="stylesheet" type="text/css" media="all" /> <script src="/includes/jsfunctions.js"></script> <table width="100%" border="0" cellspacing="0" cellpadding="0" onmouseover="HidePopups()"> <tr> <td> <!-- Footer Begins --> <div id="footer"> <div id="bottomNav"> <a href="http://webtest2003/Default.aspx">Home</a> | <a href="http://webtest2003/Member/Default.aspx" >Members</a> | <a href="https://webtest2003/ProducerDefault.asp" >Producers</a> | <a href="http://webtest2003/Employer/Default.asp" >Employers</a> | <a href="http://webtest2003/Provider/Default.asp" >Providers</a> | <a href="http://webtest2003/Visitor/Default.aspx" >Visitors</a><br /> <br /> <a href="http://webtest2003/ProviderDirectory" >Find a Doctor</a>&nbsp;&bull;&nbsp;<a href="http://webtest2003/pharmacy.aspx" >Pharmacy Center</a>&nbsp;&bull;&nbsp;<a href="http://webtest2003/aboutus.aspx" >About Us</a>&nbsp;&bull;&nbsp;<a href="http://webtest2003/mediacenter.aspx" >Media Center</a>&nbsp;&bull;&nbsp;<a href="http://webtest2003/legal.aspx" >Legal Information</a>&nbsp;&bull;&nbsp;<a href="http://webtest2003/GlobalFiles/CCIPrivacy.asp">Privacy Policies</a><br /> <br /> Copyright &copy; 2007<!--2009--> ConnectiCare. All Rights Reserved.<br /> <br /> <SPAN id=FooterControl1_lblDisclaimer> Any information provided on this Website is for informational purposes only. It is not medical advice and should not be substituted for regular consultation with your health care provider. If you have any concerns about your health, please contact your health care provider's office.<BR><BR> Also, this information is not intended to imply that services or treatments described in the information are covered benefits under your plan. Please refer to your Membership Agreement, Certificate of Coverage, Benefit Summary, or other plan documents for specific information about your benefits coverage. </SPAN> <br><br><br><br><br><br><br> <img src="/images/spacer.gif" alt="" height="100%" width="5" border="0" /> </div> </div> <!-- Footer Ends --> </td> </tr> </table> </tbody></table> </body> </html>