@charset "utf-8";

/* --------------------------------CSS RESET----------------------------- */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
}  
 
ul, ol   {   
list-style: none;   
}   
   
a   
{   
color: blue;   
text-decoration: underline;   
}   
   
a:hover   
{   
text-decoration: none;   
}   
   
/* -------------------------------------End CSS Reset ----------------------------*/

/* ---------------------------------------------------------------Menu--------------------------------------------*/
/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	list-style-type: none;
	margin: 10px 0 0 115px;
	top: 0;
	width: 550px;
	z-index: 1000;
	background-color: #FFFFFF;
	right: -140px;
}
ul.dropdown li                      {
	font-weight: bold;
	float: left;
	zoom: 1;
	font-size: 1.2em;
	padding: 4px 10px;
}



ul.dropdown li a                    {
	display: block;
	color: #222;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 4px;
}

ul.dropdown a:hover		            {
	color: #b2a97e;
	background-color: #FFFFFF;
}
ul.dropdown a:active                {
	color: #b2a97e;
	background-color: #FFFFFF;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	color: black;
	position: relative;
}
ul.dropdown li.hover a              {
	color: black;
	background-color: #FFFFFF;
	display: block;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 200px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #FFFFFF;
	list-style-type: none;
	z-index: 1000;
}
ul.dropdown ul li 					{
	font-weight: bold;
	background: #FFFFFF;
	color: #000;
	float: none;
	border: 1px solid #000;
	font-size: 1em;
	width: 200px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.dropdown ul li:hover a				{
	width: 192px;
	display: inline-block;
	color:#000000;
	background-color:#ececd6;
	padding: 4px;
} 



/* 
	LEVEL THREE
*/
/*ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
*/

/* ---------------------------------------------------------------Main Styles--------------------------------------------*/

/* -------------------------------------General ----------------------------*/

body {
	font:62.5%/1 Arial, Helvetica, sans-serif;
	color: #636363;
}

#wrapper {
	margin: 0 auto;
	width: 80.5em;
	border: 1px solid #ebebeb;
}

#content {
	position: relative;
	width: 800px;
	padding: 0;
	margin: 0;
}

#footer {
	padding: 10px 0 0 30px;
	margin: 45px 0 0 0;
	border-top: 1px solid #cccccc;
	clear: both;
}

.floatLeft   
{   
float: left;   
padding: .5em .5em .5em 0;   
}   
   
.floatRight  {   
float: right;   
padding: .5em 0 .5em .5em;   
} 

.clearFloat {
	clear: both;
}

.links {
	margin: 5px 0 0 0;
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }/* start commented backslash hack \*/* html .clearfix { height: 1%; }
.clearfix { display: block; }/* close commented backslash hack */

/* ------------------------------------- End General ----------------------------*/

/* ---------------------------------- Header ------------------------------------- */

#header {
	width: 800px;
	height: 71px;
	border-bottom: 5px solid #003c78;
	position: relative;	
	clear: both;
	
}

#headerBanner {
	float: right;
}

#headerLogo {
	float: left;
	padding: 0 0 0 20px;
	position: absolute;
	top: 5px;
}

#header h1 {
	font: normal 3em "Times New Roman", Times, serif;
	color: #003c78;
	float: none;
	width: 480px;
	padding: 30px 0 0 20px;
}

#tagline {
	font:  bold .4em Arial, Helvetica, sans-serif;
	color: #636363;
	padding: 0 0 0 10px
}

#tagline2 {
	font: normal .7em "Times New Roman", Times, serif;
}

/* ---------------------------------- End Header ------------------------------------- */

/* ------------------------------------ HOME PAGE --------------------------------------*/

/* -------------------------------------- Home Page Bubble ------------------------------*/

        .bubbleInfo {
            position: relative;
            top: 0px;
            left: 0;
        }
        .trigger {
        }
     
        /* Bubble pop-up */

        .popup {
				width: 130px;
				height: 147px;
				font-size: 12px;
				color: #232323;
				line-height: 1.2;
                position: absolute;
				right: -200px;
                display: none;
                z-index: 100;
				margin: 0;
				padding: 10px 75px 0 35px;
        }
		
        .backgrnd1 {
				background-image:url(../images/aboutemployeebenefits/hover-employee.gif);
				background-repeat: no-repeat;
		}

        .backgrnd2 {
				background-image:url(../images/aboutemployeebenefits/hover-employer.gif);
				background-repeat: no-repeat;

        }
		
        .backgrnd3 {
				background-image:url(../images/aboutemployeebenefits/hover-broker.gif);
				background-repeat: no-repeat;

        }
		
		#dpop p {
			font-weight: bold;
			margin: 0;
			padding: 0;
		}
		
		#dpop a {
			display: inline;
			width: 0;
			height: 0;
			padding: 0;
			margin: 0;
			background-image: none;
			text-indent: 0px;
		
		}

/* ---------------------------------- Content ------------------------------------- */



h2 {
	font: bold 2.6em "Times New Roman", Times, serif;
	color: #003c78;
	margin: 5px 0 15px 20px;
}

/* ------------------------------------ homePageFeature -----------------------------------*/

#homePageFeature {
	margin: 0 auto;
	width: 759px;
}

#featureNav {
	background-image: url(../images/aboutemployeebenefits/navBckgrnd.jpg);
	background-repeat: no-repeat;
	width: 133px;
	height: 200px;
	float: left;
	padding: 39px 0 0 0;
	z-index: 9999;
}



li.firstNavLink a:link {
	display: block;
	width: 133px;
	height: 41px;
	margin: 7px 0 0 0;
	background-image: url(../images/aboutemployeebenefits/nav.jpg);
	background-repeat: no-repeat;
	background-position: left -46px;
	text-indent: -9999px;
}

li.firstNavLink a:visited {
	display: block;
	width: 133px;
	height: 41px;
	margin: 7px 0 0 0;
	background-image: url(../images/aboutemployeebenefits/nav.jpg);
	background-repeat: no-repeat;
	background-position: left -46px;	
	text-indent: -9999px;
}

li.firstNavLink a:hover {
	display: block;
	width: 133px;
	height: 41px;
	margin: 7px 0 0 0;
	background-image: url(../images/aboutemployeebenefits/nav.jpg);
	background-repeat: no-repeat;
	background-position: -133px -46px;	
	text-indent: -9999px;
}

li.secondNavLink a:link {
	display: block;
	width: 133px;
	height: 41px;
	margin: 7px 0 0 0;
	background-image: url(../images/aboutemployeebenefits/nav.jpg);
	background-repeat: no-repeat;
	background-position: left -94px;
	text-indent: -9999px;
}

li.secondNavLink a:visited {
	display: block;
	width: 133px;
	height: 41px;
	margin: 7px 0 0 0;
	background-image: url(../images/aboutemployeebenefits/nav.jpg);
	background-repeat: no-repeat;
	background-position: left -94px;	
	text-indent: -9999px;
}

li.secondNavLink a:hover {
	display: block;
	width: 133px;
	height: 41px;
	margin: 7px 0 0 0;
	background-image: url(../images/aboutemployeebenefits/nav.jpg);
	background-repeat: no-repeat;
	background-position: -133px -94px;	
	text-indent: -9999px;
}

li.thirdNavLink a:link {
	display: block;
	width: 133px;
	height: 41px;
	margin: 7px 0 0 0;
	background-image: url(../images/aboutemployeebenefits/nav.jpg);
	background-repeat: no-repeat;
	background-position: left -142px;
	text-indent: -9999px;
}

li.thirdNavLink a:visited {
	display: block;
	width: 133px;
	height: 41px;
	margin: 7px 0 0 0;
	background-image: url(../images/aboutemployeebenefits/nav.jpg);
	background-repeat: no-repeat;
	background-position: left -142px;	
	text-indent: -9999px;
}

li.thirdNavLink a:hover {
	display: block;
	width: 133px;
	height: 41px;
	margin: 7px 0 0 0;
	background-image: url(../images/aboutemployeebenefits/nav.jpg);
	background-repeat: no-repeat;
	background-position: -133px -142px;	
	text-indent: -9999px;
}




/* ------------------------------------ End homePageFeature -----------------------------------*/

/* ------------------------------------ homePageFeaturette -----------------------------------*/

#homePageFeaturette {
	clear: both;
	margin: 0px auto;
	padding: 20px 0 0 0;
	width: 760px;
}

#featuretteLeft {
	width: 410px;
	float: left;
	padding: 0 20px 0 0;
	border-right: 1px solid #cccccc;
}

#featuretteLeft h2 {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #232323;
}

#featuretteLeft p {
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #636363;
}

#featuretteCenter {
	float: left;
	width: 100px;
	margin: 0 0 0 30px;
}

#featuretteCenterSmallImage {
	margin: 25px 0 0 0;
}

#featuretteRight {
	width: 180px;
	float: right;
	padding: 0 0px 0 10px;
}

#featuretteRight h2 {
 	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #232323;
	margin: 0;
	padding: 0;
}

#featuretteRight p {
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #636363;
}

/* ------------------------------------End homePageFeaturette -----------------------------------*/

/* ------------------------------------ home newsEvents -----------------------------------*/

#newsEvents {
	width: 740px;
	height: auto;
	clear: both;
	font-size: 1.1em;
	color: #363636;
	margin: 20px 0 0 20px;
	line-height: 1.2;
	background: #d7d7d7 url(../images/aboutemployeebenefits/news-bckgrnd.jpg) repeat-x top;
	padding: 10px;
}

#newsEvents h2 {
	font-weight: bold;
	color: #232323;
 	font: bold 1.4em Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	
}

#newsEvents p.news a, #newsEvents p.news2 a{
	display: block;
	margin-bottom: 10px;
}

.news {
	float: left;
	padding: 0;
	width: 300px;

}

.news2 {
	float: left;
	padding: 0px;
	margin: 0 0 0 80px;
	width: 360px;

}

.events {
	float: right;
	padding: 0 10px 0 0;
}

.date {
	font-size: .9em;
	color: #636363;
}

/* ------------------------------------End  home newsEvents -----------------------------------*/

/* ------------------------------------ END HOME PAGE --------------------------------------*/

/* ------------------------------------ AUDIENCE PAGES --------------------------------------*/

/* ------------------------------------ navigation --------------------------------------*/

ul.mainNav {
	padding: 5px 0 0 20px;
	width: auto;
	margin: 0;
}

ul.mainNav li{
	text-align: left;
	float: left;
	font: 500 2.6em "Times New Roman", Times, serif;
	color: #003c78;
}

ul.mainNav li a:link {
	color: #003c78;
	text-decoration: underline;
}

ul.mainNav li a:visited {
	color: #003c78;
	text-decoration: underline;
}

ul.mainNav li a:hover {
	color: #003c78;
	text-decoration: none;
}

li#title {
	font-weight: bold;
}

li#title a:link{
	font-weight: bold;
	text-decoration: none;
}

li#title a:visited{
	font-weight: bold;
	text-decoration: none;
}

li#title a:hover{
	font-weight: bold;
	text-decoration: underline;
}

li#audience {
	font-size: 2.4em;
	padding: 3px 0 0 10px;	
}

li#secondAudience {
	font-size: 2.0em;
	padding: 7px 0 0 45px;
}

li#thirdAudience {
	font-size: 2.0em;
	padding: 7px 0 0 10px;
}

li#socialMedia {
	font-size: 2.0em;
	padding: 7px 0 0 0;
	position: absolute;
	right: 20px;
}



/* ------------------------------------ End navigation --------------------------------------*/

/* ------------------------------------ mainContent --------------------------------------*/
#mainContent {
	width: 520px;
	margin:  0;
	padding: 15px 0 0 0;
	clear: left;
}

.spotlightAudience {
	margin: 0 0 0 20px;

}

#audienceFeaturette {
	width: 500px;
	margin: 20px 0 0 20px;
	line-height: 1.3;
}

#audienceFeaturette h2 {
	display: block;
	width: 489px;
	height: 26px;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #232323;
	background-image: url(../images/aboutemployeebenefits/mainContentHeaderBckgrnd.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 4px 0 0 10px;
}

#audienceFeaturette h3{
	margin: 0 0 5px 0;
	font-size: 1.4em;
	color: #002d5a;
	line-height: 1.1;
}

#audienceFeaturette h4{
	margin: 0 0 20px 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #636363;
}



#audienceFeaturetteLeft {
	float: left;
	width: 230px;
	margin: 15px 0 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #cccccc;
}



li.arrowLinks {
	margin: 0 0 5px 14px;
	font-size: 1.2em;
	color: #636363;
	text-indent:-14px;

}

li.arrowLinks a:link {
	background-image: url(../images/aboutemployeebenefits/arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-decoration: none;
	color: #636363;
	padding: 0 0 0 14px;
}

li.arrowLinks a:visited {
	background-image: url(../images/aboutemployeebenefits/arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-decoration: none;
	color: #636363;
	padding: 0 0 0 14px;
}

li.arrowLinks a:hover {
	background-image: url(../images/aboutemployeebenefits/arrowHover.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	color: #232323;
	text-decoration: underline;
	padding: 0 0 0 14px;
}

#audienceFeaturetteRight {
	width: 225px;
	margin: 15px 0 0 0;
	padding: 0 10px 0 5px;
	float: right;
	border-right: 1px solid #cccccc;
}

.viewLink {
	line-height:2;
}

.pdfIcon {
	display: inline;
	margin: 0 5px;
}

/* ------------------------------------ End mainContent --------------------------------------*/

/* ------------------------------------ secondaryContent --------------------------------------*/

#secondaryContent {
	width: 265px;
	position: absolute;
	top: 51px;
	right: 0;
}

#secondaryContent h3 {
	font-size: 1.4em;
	color: #ffffff;
	background-image: url(../images/aboutemployeebenefits/secondaryHeader.gif);
	background-repeat: no-repeat;
	display: block;
	width: 240px;
	height: 22px;
	padding: 3px 0 0 5px;
	margin: 0 0 5px 0;
}

#secondaryContent h4 {
	margin: 0 0 15px 10px;
	font-size: 1.2em;
	font-weight: normal;
	color: #636363;
	line-height: 1.3;
	width: 240px;
}

#secondaryContent h4 p {
	margin: 5px 0 5px 0;
}

ul.upcomingEventsAuience{
	font-size: 1.2em;
	margin: 0 0 30px 0;
}

li.eventsAudience {
	color: #232323;
	margin: 0 0 15px 10px;
}

span.dateAudience{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:  #636363;
}

#landingRightColumn {
	float: left;
	width: 100px;
	margin: 0 0 0 0px;
}

#landingRightColumnImg {
	margin: 40px 0 0 0;
}

#landingRightText {
	width: 150px;
	float: right;
	padding: 0 0px 40px 5px;
}

#landingRightText  h2 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #232323;
	margin: 0;
	padding: 0;
}

#landingRightText  p {
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #636363;
}

/* ------------------------------------ End secondaryContent --------------------------------------*/

/* ------------------------------------ bottomContent --------------------------------------*/

#bottomContent {
	width: 760px;
	margin: 0 0 0 20px;
	padding: 45px 0 0 0;
	float: left;
}

#bottomContent h2 {
	display: block;
	width: 750px;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #232323;
	background-image: url(../images/aboutemployeebenefits/productsHeaderBckgrnd.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 4px 0 0 10px;
	height: 26px;

}

#bottomContent .panel h2 {
	background-image: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#bottomContent .panel p {
	font-size: 1.2em;
	line-height: 1.3;
	padding: 5px 0 0 0;
}	

#bottomContent .panel .source {
	font-size: 1.0em;
	line-height: 1.0;
	padding: 5px 0 0 0;
}	

#bottomContent .panel ul {
	font-size: 1.2em;
	line-height: 1.2;
	width: 578px;
	padding:  10px 0 0 30px;
}

#bottomContent .panel ul li {
	margin:0 0 0 14px; 
	text-indent:-14px;
	list-style-position: inside;
	list-style-type: disc;	
}

#bottomContentBroker {
	width: 760px;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	float: left;
}

#bottomContentBroker h2 {
	display: block;
	width: 750px;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #232323;
	background-image: url(../images/aboutemployeebenefits/productsHeaderBckgrnd.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 4px 0 0 10px;
	height: 26px;

}

#bottomContentBroker .panel h2 {
	background-image: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#bottomContentBroker .panel p {
	font-size: 1.2em;
	line-height: 1.3;
	padding: 5px 0 0 0;
}	

#bottomContentBroker .panel .source {
	font-size: 1.0em;
	line-height: 1.0;
	padding: 5px 0 0 0;
}	

#bottomContentBroker .panel ul {
	font-size: 1.2em;
	line-height: 1.2;
	width: 578px;
	padding:  10px 0 0 30px;
}

#bottomContentBroker .panel ul li {
	margin:0 0 0 14px; 
	text-indent:-14px;
	list-style-position: inside;
	list-style-type: disc;	
}


.leftSlider {
	width: 325px;
	float: left;
}

.rightSlider {
	width: 325px;
	float: right;
}

#slider {
	width: 760px;
	margin: 5px auto;
	position: relative;
	padding: 0;
}

.scroll {
	height: 280px;
	width: 760px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	clear: left;
	background-attachment: scroll;
	background-image: url(../images/aboutemployeebenefits/content_pane-gradient.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.scrollContainer div.panel {
	padding: 15px 30px;
	height: 270px;
	width: 700px;
	background-image: url(../images/aboutemployeebenefits/content_pane-gradient.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.scrollContainer div.panel div.left {
	width: 340px;
	float: left;
	font-size: 1.0em;
}

.scrollContainer div.panel div.right {
	width: 320px;
	float: right;
	padding: 0px 0 0 20px;
	margin: 17px 0 0 0;
	font-size: 1.0em;
}


div#slider ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	padding-top: 20px;
    padding-bottom: 9px;
	font-size: 1.2em;
	font-weight: bold;
}

div#slider ul.navigation li {
    display: inline;
    margin-right: 20px;
}

div#slider ul.navigation a {
    padding: 10px;
    color: #232323;
    text-decoration: none;
}

div#slider ul.navigation a:hover {
	padding-top: 10px;
    background-color: #44709c;
	color: #fff;
}

div#slider ul.navigation a.selected {
    background-color: #44709c;
	color: #fff;
}

div#slider ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 110px;
    cursor: pointer;
}

.scrollButtons.left {
	left: 4px;
	z-index: 1000;
}

.scrollButtons.right {
    right: 4px;
}

.hide {
    display: none;
}


/* ------------------------------------ End bottomContent --------------------------------------*/

/* ------------------------------------ END AUDIENCE PAGES --------------------------------------*/

/* ------------------------------------ RESEARCH REPORTS PAGE --------------------------------------*/

#mainContentReports {
	width: 800px;
	clear: left;
	padding: 20px 0 0 0;
}

#spotlightReports {
	width: 760px;
	margin: 0 0 0 20px;
	padding: 0;
	clear: left;
}

#reportIntroBar {
	width: 760px;
	height: 140px;
	margin: 0 0 20px 20px;
	padding: 0;
	background-image:url(../images/aboutemployeebenefits/reportsIntroBckgrnd.jpg);
	background-repeat: no-repeat;
}

#reportIntroBar h2 {
	font-size: 1.6em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #232323;
	margin: 0 0 0 30px;
	padding: 22px 0 0 0;
}

#reportIntroBar h4 {
	width: 650px;
	line-height: 1.4;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	margin: 10px 0 0 30px;
}

.report {
	width: 610px;
	margin: 0 0 30px 50px;
	border-bottom: 1px solid #edf3f0;
}

.report h3 {
	width: 600px;
	background-color: #edf3f0;
	font-size: 1.4em;
	font-weight: bold;
	color: #232323;
	padding: 2px 0 2px 10px;
	margin: 0 0 5px 0px;
}

.report h4 {
	width: 600px;
	line-height: 1.5;
	font-size: 1.2em;
	font-weight: normal;
	color: #636363;
	margin: 0 0 0 0px;
}



.reportDownload {
	display: block;
	width: 575px;
	height: 25px;
	background-image:url(../images/aboutemployeebenefits/pdfIcon.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 5px 0 2px 25px;
	font-size: .95em;
	color: #555555;
	font-weight: bold;
}

.reportDownload a {
	margin: 0 5px 0 10px;
}

/* ------------------------------------ END RESEARCH REPORTS PAGE --------------------------------------*/

/* ------------------------------------ CASE STUDIES PAGE --------------------------------------*/

#contentCaseStudy {
	padding: 20px 0 0 20px;
	clear: both;
}

#contentCaseStudy h3 {
	font-size: 1.6em;
	color: #ffffff;
	display: block;
	width: 745px;
	background-color: #546292;
	padding: 1px 0 3px 15px;
	margin: 0 0 0 0;
}

#study {
	width: 445px;
	position: relative;
	float: right;
	font-size: 1.2em;
	line-height: 1.2;
	padding: 0 75px 0 0;
	
}

#study h2 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #232323;
	padding: 20px 0 0 0;
	margin: 0;
}

#study h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #232323;
	padding: 20px 0 0 0;
	line-height: 1.2;
}

#study h5{
	width: 175px;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 1.2em;
	color: #232323;
}

h5 span.download {
	font-size: 0.8em;
	display: block;
	height: 20px;
	background-image:url(../images/aboutemployeebenefits/pdfIcon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 3px 0 5px 20px;
}

#study ul {
	list-style-position: inside;
	list-style-type: disc;	
	line-height: 1.5;
}

#study ul.noBullet {
	list-style-type: none;
}

#study ul li {
	margin:0 0 0 14px; 
	text-indent:-14px;
}

#study ul li span.clientStatistic {
	font-weight: bold;
	color: #003c78;
}

#study ul.secondBullet{
	list-style-position: inside;
	list-style-type: square;
	padding: 0 0 0 20px;
}

#study ul.secondBullet li{
	margin:0 0 0 14px; 
	text-indent:-14px;
}



#enrollmentHighlights {
	width: 240px;
	float: left;
	background-color: #7189aa;
}

#enrollmentHighlights h3 {
	width: 230px;
	background-color: #546292;
	font-size: 1.4em;
	padding: 3px 0 3px 10px;
	margin: 0 0 0 0;

}

#enrollmentHighlights img {
	margin: 0 0 10px 1px;
}

#enrollmentHighlights ul {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;	
	list-style-position: inside;
	list-style-type: disc;	
	padding: 15px 0 0 10px;
}

#enrollmentHighlights ul li {
	margin:0 0 0 14px; 
	text-indent:-14px;
	line-height: 4;
}

#enrollmentHighlights ul li.lineHeightFix {
	line-height: 1.2;
}

#participation {
	margin: 20px 0 0 20px;
	font-size: 1.2em;
	color: #232323;
}
#participationLeftHeader {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background-color: #115b85;
	padding: 5px 10px;
}

#participationRightHeader {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background-color: #7189aa;
	padding: 5px 10px;
}

.participationLeftColumn {
	background-color: #dce4dd;
	padding: 3px 10px;
}

.participationRightColumn {
	background-color: #edf1ed;
	padding: 3px 10px;
}

/* ------------------------------------ END CASE STUDIES PAGE ----------------------------------*/

/* ------------------------------------ EMPLOYEE BENEFITS TIPS PAGE ----------------------------------*/

#mainContentTips {
	width: 760px;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	clear: left;
}

#introBar {
	width: 758px;
	border-top: 5px solid #ba9656;
	position: relative;
	padding: 0 0px 10px 0px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#introBar p {
	font-size: 1.2em;
	line-height: 1.3;
	width: 508px;
	padding:  10px 0px 0 30px;
}

#introBar ul {
	font-size: 1.2em;
	line-height: 1.3;
	width: 508px;
	padding:  10px 0 0 30px;
}

#introBar ul li {
	margin:0 0 0 14px; 
	text-indent:-14px;
	list-style-position: inside;
	list-style-type: disc;	
}

#introBar p.listHeader {
	list-style-type: none;
	color: #232323;
	font-weight: bold;	
	padding: 0; 
	margin: 0;
}

#introBar h2{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #ba9656;
	padding:  10px 0 0 10px;
}

span.author {
	font-size: .8em;
}

#introBar p.source {
	font-size: 1.0em;
	line-height: 1.1;
	margin: 10px 0 0 0px;
	clear: both;
}

#introBar h5{
	width: 175px;
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 1.2em;
	color: #232323;
}

.contentBar {
	clear: both;
	border-top: 1px solid #ba9656;
}

.lastBorder {
	border-bottom: 1px solid #ba9656;
}


.leftContentBar {
	width: 100px;
	background-color: #eaf2ef;
	padding: 15px 25px 15px 25px;
	border-left: 1px solid #cccccc;
	float: left;
}


.leftContentBar h3 {
	font-size: 1.2em;
	line-height: 1.3;
	color: #ba9656;
}

.leftContentBarLogo {
	width: 100px;
	background-color: #9ec1b4;
	padding: 15px 24px 15px 25px;
	border-left: 1px solid #cccccc;
	float: left;
}

.rightContentBar {
	width: 438px;
	float: left;
	padding: 15px 155px 15px 15px;
	font-size: 1.2em;
	line-height: 1.5;
	color: #636363;	
	border-right: 1px solid #cccccc;
}

.rightContentBar p{
	padding: 0 0 10px 0;
}

.rightContentBar ul {
	list-style-position: inside;
	list-style-type: disc;	
	padding: 10px 0 0 0 ;
	font-size: 1.0em;
}

.rightContentBar ul li {
	margin:0 0 0 14px; 
	text-indent:-14px;
}

/* ------------------------------------ END CASE STUDIES PAGE --------------------------------------*/

/* ------------------------------------ Find a location --------------------------------------*/

#contentFinder {
	width: 320px;
	margin: 20px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#contentFinder .margin {
	width: 250px;
	margin:5px 0 0 0;
	padding: 0;
	display: block;
	line-height: 1.2;
	float: left;
}

#contentFinder .radioBox {
	padding: 0;
	margin: 3px 10px 0 0 ;
	float: left;
	clear: left;
}

#contentFinder .buttons {
	width: 320px;
	padding: 0;
	margin: 10px 10px 0 0 ;
	float: left;
	clear: left;
}

#contentFinder h3{
	font-size: 1.4em;
	font-weight: bold;
}

#contentFinder h4{
	font-size: 1.2em;
	font-weight: normal;
	margin: 5px 0 0 0;
}

form p {
	font-size: 1.2em;
	line-height: 1.3;
	color: #636363;
	margin: 10px 0;
}

/* ----------------------- Image Rotator ---------------------- */


/*-- jShowOff module styles --*/




#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 626px;
	height: 234px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	}
.jshowoff {
	width: 500px;
	margin: 10px 0;
	}
.jshowoff div {	
	width: 500px;
	height: 250px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}


#healthReformTitle {
	padding: 60px 0 0 20px;
}

#healthReformTitle h3 {
	font-size: 16px;
	color: #00689a;
	font-weight: bold;
	width: 750px;
}


#healthReformBody {
	padding: 40px 0 0 20px;
}

#healthReformBody p {
	font-size: 16px;
	color: #00689a;
	font-weight: bold;
	text-align: center;
	
}

#healthReformBodyLeft {
	font-size: 14px;
	color: #00689a;
	font-weight: bold;
	width: 300px;
	margin: 0 60px 0 0 ;
	float:left;
}
#healthReformBodyRight{
	font-size: 14px;
	color: #00689a;
	font-weight: bold;
	width: 330px;
	float:left;
}

