.dykText           { font-family: ProximaNovaRgRegular, Arial, sans-serif; color: #666666; font-size: 12px;  line-height: 16px;}
.dykLargeText      { font-family: ProximaNovaRgRegular, Arial, sans-serif; color: #666666; font-size: 16px;  line-height: 20px;}
.generalTextLarge      { font-family: ProximaNovaRgRegular, Arial, sans-serif; color: #666666; font-size: 16px;  line-height: 20px;}

/* Generic/All pages */

html
{
	height:100%;
	min-height: 100%;
	padding:0; 
	margin:0;
}

body {
	font-family: ProximaNovaRgRegular, Arial, sans-serif;
	color: #37383A; 
	font-size: 12px; 
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
    height: 100%;
	min-height: 100%;
}

.background
{
	background: #f3f1f1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f1f1 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f1f1 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f1f1 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.hidden {
	display: none;
}

#maindiv {
	max-width: 960px; 
	min-height:100%;
	margin-left: 20px;
	
}
#contentarea {

	/* background-color: #	; */
	overflow: hidden;

}

.headerwell2 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 65px;	
	background-color: #73ADDE;
	display:block;
	/* border: 2px solid red; */

}

.helpicon {
	cursor: pointer;
}

	/* NEW */
.headerwell1 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 73px;	
	background-color: #ffffff;
	display:block;
    border: 1px solid #f7f7f7;
}

#logo {
	float: left;
	height: 73px;
	width: 192px;
}

#titleheader {
        width: 98%;
        height: 24px;
        text-align: right;
        margin-right: 0px;
        margin-top: 30px;
        font-family: AvenirBook, Arial, sans-serif;
        font-size: 22px;
        line-height: 26px;
        color: #999999;

        /* background: url("images/fidheader.png") ; */
}  
.headerwell2 {
	height: 20x;
	margin-top: -20px;
	background: url("images/checker.png") repeat-x left;
}

/*
.headerwell3 {

	padding-right: 0px;
	margin-bottom: 5px;
	margin-top: -18px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;	
	height: 11px;
	background-color: #4F7CA1;
}
*/


.headerwell3 {

	padding-right: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;	
	height: 11px;
	background-color: #4F7CA1;
}


.stepBar {
	padding-right: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: -1px;
	padding-top: 0px;	
	position:relative;
	height: 58px;
	background-color: #FEFDFD;
	border: #ccc 1px solid; 		
}


.stepImg {
	width: 72px;
	height: 26px;
	float: left;
	color: #ff0000;	
	margin-top: 10px;
	margin-left: -72px;
	padding-left: 8px;
	padding-top: 6px;
	font-family: Arial, sans-serif; 
	font-size: 11pt; 
}
.stepArrow {
	width: 72px;
	height: 26px;
	float: left;
	margin-top: 17px;
	margin-left: 0px;
	background: url("images/steparrow.png") ;
}
.stepName {
	width: 72px;
	height: 26px;
	float: left;
	color: white;
	margin-top: 0px;
	margin-left: 5px;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
	font-size: 16px;
	line-height: 26px;
}

.stepTitle, .stepTitle2Lines {
	float: left;
	width:55%;
	color: #73797D;
	position:absolute;
	top:40%;
	margin-left: 100px;
	color: #333333;
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 16px; 
	line-height: 17px;
}
.stepTitle2ndline {
	float: left;
	width:55%;
	color: #73797D;
	position:absolute;
	top:40%;
	margin-left: 100px;
	color: #333333;
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 12px; 
	line-height: 13px;
}




.myprogresstitle {
	width: 300px;
	float: right;
	margin-top: 2px;
	margin-right: 5px;
	
}
.progressleft {
	float: left;
	color: #73797D;
	margin-left: 5px;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	font-size: 12px; 
	line-height: 20px;

}
.progressright {
	float: right;
	color: #14A882;	
	margin-right: 8px;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	font-size: 12px; 
	line-height: 20px;
}


.mycontactus  {
	font-family: Arial, sans-serif; 
	color: #fff; 
	font-size: 9pt; 
    font-weight: normal;
    text-decoration: underline;
    vertical-align: bottom;
    text-align: right;	
    float: right;	
    margin-right: 25px;
	margin-top: 0px;
}

.mycontactus a
{
	color:#999999 !important;
}
#contactus_intro {
	
}

.navfooter {
	margin-bottom: 0px;
}

#contactus_data {
	padding-top: 30px;
}


@media (max-width: 850px) {
	.stepTitle {
		display: none;
	}
}


/*
.fmrheader, .fmrheader3, .fmrheader_sm {

  background-color: #ffffff;
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 8px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
  color: #15AD80;

  font-family: ProximaNovaRgRegular, Arial, sans-serif;
  font-size: 22px;
  line-height: 20px;

  
  
}
*/
.fmrheader, .fmrheader3, .fmrheadertoggle, .fmrheader_sm {

  background-color: #ffffff;
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 8px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
  color: #15AD80;

  font-family: ProximaNovaRgRegular, Arial, sans-serif;
  font-size: 22px;
  line-height: 20px;

  
  
}


.fmrheader3
{
	clear:both;
}
.fmrtopheader {
	margin 0;
	
}
.fmrsubheader {
  margin-top: -15px;
  font-family: ProximaNovaRgRegular, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.fmrheader2 {
  display: block;
 
  padding: 0;
  margin-bottom: 5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  color: #15AD80;
  padding-left: 10px;	
   font-family: ProximaNovaRgRegular, Arial, sans-serif;
  font-size: 22px;
  line-height: 20px;
}
.fmrheader3 {
	border-bottom: 0px solid transparent;
}
.fmrheader_sm {
  font-family: ProximaNovaLtSemibold, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  padding-top:  8px;
  padding-bottom: 5px;
}

#fidheader {
	width: 418px;
	height: 24px;
	float: left;
	margin-left: 20px;
	margin-top: 44px;
	font-family: AvenirBook, Arial, sans-serif;  
	font-size: 22px;
		color: white;
	
	/* background: url("images/fidheader.png") ; */
}

#fidheaderBold {
	width: 418px;
	height: 24px;
	float: left;
	margin-left: 20px;
	margin-top: 37px;
	font-family: AvenirHeavy, Arial, sans-serif;  
	font-size: 22px;
	line-height: 36px;
	
	/* background: url("images/fidheader.png") ; */
}

#ABCTitle {
	font-family: Arial, sans-serif; color: #ffffff; font-size: 16pt; 
	font-weight: normal;
    text-align: left;
    vertical-align: bottom;
    margin-top: 38px;
    margin-left: 20px;
    font-style: normal;
    float: left;
}
#toolTitle {
	font-family: Arial, sans-serif; color: #ffffff; font-size: 16pt; 
	font-weight: normal;
    text-align: right;
    vertical-align: bottom;
    margin-top: 38px;
	margin-right: -60px;
    padding-bottom: 5px;
    font-style: italic;
    float: right;
    
}
#logo {
	vertical-align: bottom;
	margin-bottom: 1px;
}

/*
#weeklypayroll {
	cursor: pointer;
	text-decoration: none;
	color: #43697f;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
	font-size: 14px;
	margin-right: 10px;
	margin-top: 5px;
}
*/

#dataAssumptionsLink, #dataAssumptionsLinkCustom {
	color: #a4e1f1;
	cursor: pointer;
	text-decoration: none;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
	font-size: 14px;
	
}
#dataAssumptionsLinkCustom {
	color: #50788f;
}

.iagree {
	width: 59px;
	height: 19px;
	float: left;
	cursor: pointer;
	margin-right: 10px;
	background: url("images/iagree.png") ;
}
.idecline {
	width: 101px;
	height: 19px;
	float: left;
	cursor: pointer;
	background: url("images/idonotagree.png") ;
}

.previousbtn {
	width: 76px;
	height: 18px;
	float: left;
	margin-top: 5px;
	cursor: pointer;
	text-align: right;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
	font-size: 11px;
	line-height: 16px;
	background: url("images/prevarrow.png") ;

}
.nextbtn {
	width: 75px;
	height: 19px;
	margin-top: 5px;
	margin-left: 8px;
	float: left;
	text-align: left;
	cursor: pointer;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
	font-size: 11px;
	line-height: 16px;
	background: url("images/nextarrow.png") ;

}
#footerDiv {
	float: left;
	margin-top: 10px;
}
.termbtns {
	float: right;
	margin-top:10px;
	margin-right:10px;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	color: #333333; 
	font-size: 11px;
	line-height: 14px; 
}

#termsdiv_top {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;

}
#termsdiv_bot {
	width: 100%;
	float: left;
	/* margin-top: 20px; */
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
}

#footerLeft {
	float: left;
	text-align: left;	
	padding-left: 0px;
	text-indent:8px;
	margin-top: 5px;
}
#footerMiddle {
	text-align: right;	
	color: #ffffff;
	font-family: AvenirMedium, Arial, sans-serif;  
	font-size: 16px; 
	margin-top: -14px;
}
#footerRight {
	float: right;
	text-align: right;
	margin-right: 5px;
}
.footerwell {

	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;	
	margin-left: 0px;
	margin-right: 0px;		
	min-height: 20px;
	background-color: #5e5e5e;
}



@media (max-width: 850px) {
	#footerMiddle {
		display: none;
	}
	#footerRight {
		float: right;
		text-align: right;
		margin-top: 0px;
		margin-right: 5px;
	}
}
#printsummary {
	text-align: left;	
	margin-right: 0px;;
}
#home {
	margin-left: 5px;
}

.offsetwell {
	margin-left: 8px;	
}

.fsaintro
{
	height:100%;
}


.fmrwell, .fmr_borderdwell, .fmr_widewell, .fmr_widewell2, .fmr_grad_well, .fmr_landingpanel_white, fmr_landingpanel_gray  {
	min-height: 20px;
	padding: 0px;
	margin: 0px;
	
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;

	z-index: -1;
	background-color: #E6F5FF;
	border-bottom: solid 1px #A8A8A8;
	/* width: 100%; */
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	
	 overflow: hidden;
}

.fsa_whitewell {
	
		min-height: 20px;
	padding: 0px;
	margin: 0px;
	
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;

	z-index: -1;
	background-color: #FFFFFF;
	border-bottom: solid 1px #A8A8A8;
	/* width: 100%; */
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	
	 overflow: hidden;
	
}

.fmr_landingpanel_white {
	/* width:100%; */
	height: 260px;
	margin: 0;
	margin-top: 30px;
	padding-left: 10px;
	padding 0;
	padding-top: 0px;
	border: 1px solid #cccccc;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,249,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(250,249,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(250,249,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faf9f7',GradientType=0 ); /* IE6-9 */

}

.fmr_borderdwell {
	border: solid 1px #cccccc;
	border-bottom: solid 1px #A8A8A8;	
}

.fmr_widewell, .fmr_widewell2 {
	margin: 0px;
	margin-left: 0px;
	border: solid 1px #cccccc;
	border-bottom: solid 1px #A8A8A8;
	-moz-box-shadow: 0px 0px 0px #ccc;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	box-shadow: 0px 0px 0px #ccc;

}
.fmr_widewell2 {	
	margin-left: 10px;
	margin-right: 10px;

}


.fsa_whitewell, .fmrutil_whitewell {
	margin: 0px;
	width: 100%;
	padding: 0px;
 	border: solid 1px #cccccc; 

	-moz-box-shadow: 0px 0px 0px #ccc;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	box-shadow: 0px 0px 0px #ccc;

}

.fsa_whitewellborder {
	margin-right: -3px;
	width: 100%;
	background-color: white;
	border: solid 1px #cccccc;
}


.fsawell {
	padding-left: 0px;
	width: 100%;
}

.fsaintro, .fmrutilintro {
	padding-left: 10px;
	width: 100%;
	background-color: white;
}


.fmr_grad_well {

	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
		background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWY5ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,249,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(250,249,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(250,249,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faf9f7',GradientType=0 ); /* IE6-8 */
	
	

	
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	
}
#arrowbtm {
	text-align: center;
	vertical-align: bottom;
	width: 144px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-top: -1px;
	margin-bottom: -13px;
	margin-left: 40%;
	position: relative;
	z-index: 1;
	background: url("images/arrowbtm2.png");
}

.semiboldheading {
	color: #43697f;  /* ABC label color */
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	font-size: 14px; 
	line-height: 16px;
	margin-top: 10px;
}


.btn-guidme {
	width: 63px;
	height: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url("images/guideme.png");
	cursor: pointer;
}
.closex {
	margin-right: 5px;
	margin-top: -30px;
	width:  18px;
	height: 18px;
	float: right;
	cursor: pointer;
	background: url("images/closex.png"); 
}





	
	/* Landing Page */
	/* Landing Page */

#step1box {
	float: left;
	margin-top: 0px;
	width: 199px;
	height: 178px;
	z-index: 5;
	position: relative;
	background: url("images/stepbox.png");
}
#step2box{
	position: relative;
	float: left;
	width: 199px;
	height: 178px;
	margin-left: -11px;
	z-index: 4;
	position: relative;
	background: url("images/stepbox.png");
}
#step3box{
	float: left;
	width: 199px;
	height: 178px;
	margin-left: -11px;
	z-index: 3;
	position: relative;
	background: url("images/stepbox.png");
}
#step4box{
	float: left;
	width: 199px;
	height: 178px;
	margin-left: -11px;
	z-index: 2;
	position: relative;
	background: url("images/stepbox.png");
}
#step5box{
	float: left;
	width: 183px;
	height: 178px;
	margin-left: -11px;
	z-index: 1;
	position: relative;
	background: url("images/stepboxsq.png");
}





.steptitle {
	margin-top: 15px;
	margin-left: 20px;
	color: #01A983;
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 22px;  
	line-height: 17px;
}
.steptext {
	margin-top: 20px;
	margin-left: 20px;
	width: 150px;
	height: 65px;
	color: #446fb0;
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 11px;  
	line-height: 15px;
}
#step1icon {
    margin-top: 10px;
    margin-left: 20px;        	
	height: 40px;
	width: 49px;
	background: url("images/step1icon.png");
}
#step2icon {
 	margin-top: 10px;
    margin-left: 20px;        	
	height: 42px;
	width: 37px;
	background: url("images/step2icon.png");
}
#step3icon {
    margin-top: 10px;
    margin-left: 20px;        	
	height: 37px;
	width: 41px;
	background: url("images/step3icon.png");
}
#step4icon {
    margin-top: 10px;
    margin-left: 20px;        	
	height: 40px;
	width: 40px;
	background: url("images/step4icon.png");
}
#step5icon {
    margin-top: 15px;
    margin-left: 20px;        	
	height: 34px;
	width: 41px;
	background: url("images/step5icon.png");
}




@media (max-width: 768px) {

		/* Landing Page */
		/* Landing Page */
	
	#step1box {
		float: left;
		margin-top: 0px;
		width: 150px;
		height: 178px;
		z-index: 5;
		position: relative;
		background: url("images/stepboxsm.png");
	}
	#step2box{
		position: relative;
		float: left;
		width: 150px;
		height: 178px;
		margin-left: -15px;
		z-index: 4;
		position: relative;
		background: url("images/stepboxsm.png");
	}
	#step3box{
		float: left;
		width: 150px;
		height: 178px;
		margin-left: -15px;
		z-index: 3;
		position: relative;
		background: url("images/stepboxsm.png");
	}
	#step4box{
		float: left;
		width: 150px;
		height: 178px;
		margin-left: -15px;
		z-index: 2;
		position: relative;
		background: url("images/stepboxsm.png");
	}
	#step5box{
		float: left;
		width: 150px;
		height: 178px;
		margin-left: -15px;
		z-index: 1;
		position: relative;
		background: url("images/stepboxsqsm.png");
	}
	.steptitle {
		margin-top: 15px;
		margin-left: 20px;
		color: #01A983;
		font-family: ProximaNovaRgRegular, Arial, sans-serif; 
		font-size: 22px;  
		line-height: 17px;
	}
	.steptext {
		margin-top: 10px;
		margin-left: 20px;
		width: 110px;
		height: 90px;
		color: #446fb0;
		font-family: ProximaNovaRgRegular, Arial, sans-serif; 
		font-size: 11px;  
		line-height: 15px;
	}
	#step1icon {
	    margin-top: -10px;
	    margin-left: 20px;        	
		height: 40px;
		width: 49px;
		background: url("images/step1icon.png");
	}
	#step2icon {
	 	margin-top: -10px;
	    margin-left: 20px;        	
		height: 42px;
		width: 37px;
		background: url("images/step2icon.png");
	}
	#step3icon {
	    margin-top: -10px;
	    margin-left: 20px;        	
		height: 37px;
		width: 41px;
		background: url("images/step3icon.png");
	}
	#step4icon {
	    margin-top: -10px;
	    margin-left: 20px;        	
		height: 40px;
		width: 40px;
		background: url("images/step4icon.png");
	}
	#step5icon {
	    margin-top: -10px;
	    margin-left: 20px;        	
		height: 34px;
		width: 41px;
		background: url("images/step5icon.png");
	}
	

	
	#landingstrip {
		position: absolute;
		margin-top: 10px;
		top: 440px;
		max-width:1000px;
		left: 5px;
		width: 100%;
		height: 37px;
		margin-left: 0px;
		color: white;
		background: url("images/landingstrip.png") no-repeat;
	}
	
	.previousbtn {
		width: 76px;
		height: 18px;
		float: left;
		margin-top: 5px;
		margin-left: 0px;
		cursor: pointer;
		text-align: right;
		font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
		font-size: 11px;
		line-height: 16px;
		background: url("images/prevarrow.png") ;
	
	}
	.nextbtn {
		width: 75px;
		height: 19px;
		margin-top: 5px;
		margin-left: 5px;
		float: left;
		text-align: left;
		cursor: pointer;
		font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
		font-size: 11px;
		line-height: 16px;
		background: url("images/nextarrow.png") ;
	
	}


	
}










#landingstrip {
	position: absolute;
	top: 410px;
	left: 5px;
	width: 100%;
	max-width:1000px;
	height: 37px;
	margin-left: 0px;
	color: white;
	background: url("images/landingstrip.png") no-repeat;
}
#landingstriptext {	
	margin-left: 33px;
	margin-top: 10px;
	float: left;
	color: white;
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 16px;  
	line-height: 14px;
}
.fmrURL {
	color: #2872b0;
}

#tooltitle {
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 22px;  
	line-height: 20px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 30px;

}

	/* Term & Conditions */
	/* Term & Conditions */
.termsbtn {
	margin-top: 5px;
	margin-left: 30px;
	width: 171px;
	height: 26px;	
	float: left;
	cursor: pointer;
	background: url("images/termsbtn.png") ;
}
#termstitle {
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 18px;  
	line-height: 18px;
	color: #0673b8;
	padding-top: 10px;
	padding-bottom: 5px;
}
#termsintro {
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 20px;  
	line-height: 26px;
	color: #666666;
	padding-top: 10px;
}
#termsfooter {
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 12px;  
	line-height: 20px;
	color: #333333;
	padding-top: 10px;
}
#termsbtntext {
	color: #fff;
	margin-top : 5px;
	margin-left: 4px;
	font-family: ProximaNovaRgBold, Arial, sans-serif; 
	font-size: 16px;  
	line-height: 14px;
	cursor: pointer;
}
.termsUL, .termsIL {
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 16px;  
	line-height: 35px;
	color: #666666;
}
.termsIL {
	padding-top: 1px;
	padding-bottom: 1px;
}


#termsModal {
	width: 95%;
	margin: 5px;
	position: fixed;
    top: 15px;
    left: 25px;
    height:80%;
    max-width: 960px;
    min-height: 300px;
    max-height: 600px;
    background-color: #dff5f0;
}

#termsbody {
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	color: #333333; 
	font-size: 12px; 
	line-height: 16px;
}
#termsbody-bold{
	font-family: ProximaNovaRgBold, Arial, sans-serif; 
	color: #3c3c3c; 
	font-size: 12px; 
}




	/* Did You Know? */
	/* Did You Know? */
.dykMain {
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 16px;  
	color: #666666;
}
.dykSub {
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 12px;  
	color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
}
.dykMoreInfo {
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	font-size: 16px;  
	color: #666666;
}



	/* Help Modals */
	/* Help Modals */

.helpleadin { 
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 16px; 
	line-height: 20px;
	color: #333333;
}

.helpbody {
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	color: #333333; 
	font-size: 12px; 
	line-height: 15px;
}
.helpfootnote {
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	color: #333333; 
	font-size: 9px; 
	line-height: 15px; 
}




	/* Step 1 & 2 HC Utilization styles */
	/* Step 1 & 2 HC Utilization styles */
.utilcustomanchor {
	cursor: pointer;
}
#company {
	margin-top: 10px;
}
.helpicon {
	cursor: pointer; 
}
.helpfsaicon  {
	cursor: pointer; 
	margin-left: 10px;
	margin-bottom: 5px;
	text-align: right;
	width: 19px;
	height: 17px;
	background: url("images/qmark.png")
}
.helpfsaicon  {
	
}
.helpicon_step1 {
	cursor: pointer; 
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: left;
	width: 19px;
	height: 17px;
}
.utilleft {
	float: left;
}
.utilright {
	margin-left: 8px;
	float: left;
}
#utildesc {
	width: 80%;
	margin-bottom: 40px;
}
.utilwell {
	margin: 0;
	margin-left: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	width: 100%;
	padding: 0;

}

.utildiv {
	padding: 0;
	margin: 0;
	padding-top: 10px;
}
.utilblock1 {
	padding: 0;
	padding-left: 0px;
	margin-top: 20px;
	text-align: left;
	vertical-align: middle;
}

.utilblock2 {
	padding: 0;
	margin-top: 0px;
}
.utilblock3 {
	padding: 0;
	margin: 0;
    color: #666666;  

	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 18px; 
	line-height: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: right;
	float: right;
	margin-right: 0px;

}
.utilblock4 {
	padding: 0;
	margin-top: 40px;
	text-align: left;

}

ul.custom-list {
	list-style-type: none;
    margin-left: 1.5em;
    padding-left: 1em;
    text-indent: -0.85em;
    
    color: #666666;  /* ABC label color */
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	font-size: 14px; 
	line-height: 16px;
}
ul.custom-list li:before {
    content: "";
    color: #666666;  /* ABC label color */
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	font-size: 14px; 
	line-height: 16px;
}


ul.hyphen-list {
    list-style-type: none;
    margin-left: 1.5em;
    padding-left: 1em;
    text-indent: -0.85em;
    color: #333333;  /* ABC label color */
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 12px; 
	line-height: 20px;
}
ul.hyphen-list li:before {
    content: "- ";
     color: #333333;  /* ABC label color */
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	font-size: 12px; 
	line-height: 20px;

}

.coverage_mapping, #coverage_mapping  {
 	width: 180px;
	color: #666666;  /* ABC label color */
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	font-size: 14px; 
	line-height: 16px;
	margin-left: -20px;
}
#coverage_mapping {

    margin-top: 15px; 

}

select.expand {
    width: auto;
}


	/* Step 1 */
	/* Step 1 */
		/* Inputs on Step 1 */
#coverage, .coverage {
	width: 230px;
	 margin-left: -100px;

}
#taxstatus {
	width: 180px
}
#zipcode, .zipcode {
	width: 70px;
	margin-left: -50px;
}
#yob {
	width: 65px;
}

#empgrp, .empgrp {
	width: 275px;
	margin-left: -80px;
}
.empgrpoption {
	color: #ff0000;
	
}
#hourlywage, .hourlywage {
	width: 210px;
	margin-left: 20px;
}
#step2Chart {
	width: 100%;
}
#statetax {
	width: 40px;
}
#fedtax {
	width: 60px;
}
#income {
	width: 100px;
}

#empinfofooter {
	margin-left: 5px;
}
#basesalary {
	width: 140px
}

#PlanFeatures_Tableintro {
	width: 100%;
	float: left;
}

.hdr-right {
	float: right;
}
.hdr-left {
	float: left;
}

ul.hyphen-list {
    list-style-type: none;
    margin-left: 1.5em;
    padding-left: 1em;
    text-indent: -0.55em;
}
ul.hyphen-list li:before {
    content: "- ";
}

                                
.helpbtn {
	width: 19px;
	height: 17px;
	padding: 0px;
	cursor: pointer;
	background: url("images/qmark.png");
	float: none;
}

.labrow_income {
    display: block;
    height: 25px;
}
.labrow_basic {
    display: block;
    height: 12px;
    height: 25px;
}
.fmrlabelLarge { 
	color: #43697f;  /* ABC label color */
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	font-size: 16px; 
	line-height: 17px;
}
.fmrlabel { 
	color: #43697f;  /* ABC label color */
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	font-size: 14px; 
	line-height: 16px;
}
.fmrvalue, .fmrvalue_co { 
	color: #333333;  /* ABC valie color */
	font-family: Arial, sans-serif;  
	font-size: 12px; 
	margin-top: 5px;
}
.fmrvalue_co {
	font-weight: bold;
}
#utilLow, #utilMedium, #utilHigh, #utilCustom {
	cursor: pointer;
	vertical-align: bottom;

}


	/* Step 2 */
	/* Step 2 Tables - found in ProjCalc.php */
.PlanFeaturesHeader1, .PlanCostsHeader1 {
	width: 30%;
	color: #0673b8;
	text-align: left;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 18px;
	line-height: 18px;
	margin-top: 20px;

}
.PlanFeaturesHeader2, .PlanCostsHeader2 {
	width: 14%; 
	color: #43697f;
	text-align: center;
	padding-right:10px;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 16px;
	line-height: 22px;
}


.PlanFeaturesCol1, .PlanCostsCol1 {
	text-align: left;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
	font-size: 14px;
	line-height: 30px;
	color: #666666;

}
.PlanFeaturesCol2, .PlanFeaturesCol3, .PlanFeaturesCol4, .PlanFeaturesCol5, .PlanCostsCol2, .PlanCostsCol3, .PlanCostsCol4, .PlanCostsCol5  {
	text-align: center;

	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 14px;
	/* line-height: 30px; */
	color: #333333;
	
}
.PlanCostsCol2, .PlanCostsCol3, .PlanCostsCol4, .PlanCostsCol5   {
	text-align: right;
	padding-right: 40px;

}

/*
.rightnum {
	text-align: left;
}
*/
.PlanCostsHighlight {
	background-color: #E6F5FF;
}

	/* NOT USED ?? */
#PlanCosts_table {
	margin-top: 20px;
}

#helpothermed, #helpdiffamount {
	margin-left: 10px;
}

.hiddenvars {
	display: none;
}
.step3error, .step4error {
	color: red;
}

	
	/* Step 3 - HSA */
	/* Step 3 - HSA */
	
.step3Intro1 {
	font-family: ProximaNovaLtSemibold, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 20px;
  	color: #666666;
  	width: 90%;
}
.step3Intro2 {
	font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 20px;
  	color: #333333;
  	width: 90%;
}

#helpHSAChart {
	margin-left: 5px;
	margin-top: 5px;
	cursor: pointer; 
	float: left;
	overflow: auto;
	width: auto;
}


.hsa_leftblock {

}
.datafields {
	padding-left: 5px;
}

#incomeandtaxes {
	padding-left: 5px;
}

.fsaoption {
	padding-right: 10px;
}

.fleft {
	float: left;
	margin-left: 0px;
	}
.hsaval {
	width: 70px;
    float: left;
    margin-left: 15px;
    margin-top: -10px;
    font-family: Arial, sans-serif; 
	font-size: 12px; 
}

.hsa_retage_val, .hsa_ror_val {
	width: 80px;
    font-family: Arial, sans-serif; 
	font-size: 12px; 
}

.hsa_balance_val {
	width: 70px;
    float: left;
    color: #333333;  /* ABC valie color */
	font-family: Arial, sans-serif; 
	font-size: 12px; 

}
.exphsalabel {
    float: left;
	color: #43697f;  /* ABC label color */
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	font-size: 14px; 
	line-height: 20px;
}
.hsaval_ro {
    float: left;
    padding-right: 5px;
	padding-top: 3px;
    font-family: ProximaNovaLtSemibold, Helvetica, Arial, sans-serif;
  	font-size: 12px;
  	line-height: 15px;
  	color: #333333;
}
.hsatext {
    float: left;
    padding-right: 5px;
    font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
  	font-size: 12px;
  	line-height: 15px;
  	color: #333333;
}

.dashlist li
{   
    margin: -.0em 0 0.0em -3.0em;
    padding-left: 2em;
}   
.dashlist ul
{   
    list-style-type: none;
}   
.dashlist ul>li:before
{   
    content: '-';
    float: left;
    margin-left: -0.85em;
} 



/*

.hsalist {
    width: 70px;  
    float: left;
}
*/
.hsagraphinput {
	margin-top: 30px;
	margin-left: 5px;
}
.hsafootnote {
	margin-top: 5px;
	margin-left: 5px;
	font-family: ProximaNovaRgRegular, Arial, sans-serif; 
	color: #333333; 
	font-size: 11px; 
	line-height: 15px;
}

.hsatable {
	height: 170px;
	margin-left: 0px;
	width: 100%;
	background-color: transparent;
}




	/* Step 4 */
	/* Step 4 */
.fsarow_light {
	border-bottom: 1px solid #a4d5f2; /* light blue */
	
}
.fsarow_dark {
	border-bottom: 1px solid #517c9f; /* dark blue */

}
.flexcolleft, .flexcolleft_inner {
	text-align: left;
    font-family: ProximaNovaLtSemibold, Helvetica, Arial, sans-serif;
  	font-size: 12px;
  	line-height: 15px;
  	color: #333333;
  	width: 50%;
}
.flexcolleft_inner {
	text-align: right;
	 font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
  	font-size: 12px;
  	line-height: 15px;
}

.flexcolheader {
	text-align: center;
	vertical-align: bottom;
	color: #00AE82;  /* ABC label color */
	font-family: ProximaNovaLtSemibold, Arial, sans-serif; 
	font-size: 16px; 
	line-height: 20px;
}

.flexcolborder CostCompare1
.flexcol {
	text-align: center;
	margin-left: 15px;
	font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
  	font-size: 12px;
  	line-height: 15px;
  	color: #333333;
}


.fsaval {
	width: 70px;
   /*  float: left; */
    /* margin-left: 15px; */
    vertical-align: middle;
    margin-bottom: 0px;
    font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
  	font-size: 12px;
  	line-height: 12px;
  	color: #333333;
  	text-align: center;
}

.flexcolborder {
	border-left:  2px solid #ffffff; 
	text-align: right;
}
.flexredtotal {
	color: #ff0000;
}
.flexhelpicon {
	cursor: pointer; 
}




.step4dykintro {
    font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 20px;
  	color: #333333;
  	margin-top: 8px;
}
.step4dykintro2 {
	font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 20px;
  	color: #333333;
}
	
	/* Step 5 */
	/* Step 5 */
#graybarArrow {

	padding-left: 0px;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 10px;
	font-family: Arial, sans-serif;
  	font-size: 20px;
  	line-height: 20px;
	color: white;
}
	
#graybarLeft {
/* 	float: left; */
/* 	text-align: left;	 */
	padding-left: 0px;
	margin-left: 8px;
	/* margin-top: -10px; */
	margin-right: 10px;
	font-family: ProximaNovaLtSemibold, Helvetica, Arial, sans-serif;
  	font-size: 17px;
  	line-height: 14px;
	color: white;
}
#graybarMiddle {
/* 	text-align: right; */
	/* margin-top: -10px;	 */
	color: white;
	font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
  	font-size: 17px;
  	line-height: 14px;
	margin-left: 10px;
}

.graybarwell {

	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;	
	margin-left: 0px;
	margin-right: 0px;		
	/* min-height: 20px; */
	background-color: #5e5e5e;
}

.graybar {
	margin-bottom: 0px;
}


.whitedpacer  {
	background-color: white;
	height: 5px;
}
#summaryHeader1 {
	background-color: #48A646;
	color: white;
	text-align: center;
}
.summaryHeader2 {
	background-color: #48A646;
	color: white;
	text-align: left;
}

.CostCompare1Header1, .CostCompare2Header1 {
	width: 300px;
	color: #00ae82;
	text-align: left;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
	font-size: 16px;
	line-height: 20px;
}
.CostCompare1Header2, .CostCompare2Header2, .CostCompare1ABCHeader2, .CostCompare2ABCHeader2 {
	width: 14%;
	color: #00ae82;
	text-align: right; /* changed 8/1 per Danielle */
	text-align: center;
	padding-right:10px;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
	font-size: 16px;
	line-height: 20px;
}

.CostCompare2Col0 {
	text-align: left;
	font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
	font-size: 14px;
	line-height: 16px;
	color: #43697f;
	vertical-align: middle;
}
.CostCompare1Col1, .CostCompare2Col1 {
	text-align: left;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.CostCompare2ColNA, .CostCompare1Col2, .CostCompare1Col3, .CostCompare1Col4, .CostCompare1Col5, .CostCompare2Col2, .CostCompare2Col3, .CostCompare2Col4, .CostCompare2Col5, .CostCompare1ABCCol2  {
	text-align: right; /* changed 8/1 per Danielle */
	text-align: right;
	padding-right:10px;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}		
.comparesubhead1 {
	text-align: left;	
    font-family: ProximaNovaLtSemibold, Helvetica, Arial, sans-serif;
  	font-size: 16px;
  	line-height: 15px;
  	color: #43697f;
  	margin-top: 10px;
}
.comparesubhead2 {
	text-align: left;	
    font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 20px;
  	color: #333333;
  	margin-top: 5px;
}

/*
.CostCompare1Col2, .CostCompare2Col2 {
	background-color: #a4d5f2;
	background-color: #ff0000;
}

.CostCompare1ABCHeader2, .CostCompare2ABCHeader2 {
	background-color: #a4d5f2;
	color: #333333;
	background-color: #ff0000;
	
}
*/
.CostCompare1LowestHeader, .CostCompare2LowestHeader {
	background-color: #a4d5f2;
	color: #333333;
	
}
.CostCompare1Lowest, .CostCompare2Lowest {
	background-color: #a4d5f2;
}


	/*  SPECIAL FONT PRINT SETTINGS FOR PRINT SUMMATRY REPORT ON STEP 5 */
	/*  SPECIAL FONT PRINT SETTINGS FOR PRINT SUMMATRY REPORT ON STEP 5 */
	/*  SPECIAL FONT PRINT SETTINGS FOR PRINT SUMMATRY REPORT ON STEP 5 */
@media print {

	.comparesubhead1 {
		text-align: left;	
	    font-family: ProximaNovaLtSemibold, Helvetica, Arial, sans-serif;
	  	font-size: 16px;
	  	line-height: 15px;
	  	color: #000000;
	  	margin-top: 10px;
	}
	.comparesubhead2 {
		text-align: left;	
	    font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
	  	font-size: 14px;
	  	line-height: 20px;
	  	color: #000000;
	  	margin-top: 5px;
	}

	.CostCompare1Header2, .CostCompare2Header2, .CostCompare1ABCHeader2, .CostCompare2ABCHeader2 {
		width: 16%;
		color: #000000;
		text-align: right;
		padding-right: 10px;
		font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
		font-size: 18px;
		line-height: 20px;
	}
	.CostCompare1ABCHeader2, .CostCompare2ABCHeader2 {
		background-color: #a4d5f2;
		color: #000000;	
	}
	
	.CostCompare2Col0 {
		text-align: left;
		font-family: ProximaNovaLtSemibold, Arial, sans-serif;  
		font-size: 16px;
		line-height: 16px;
		color: #000000;
		vertical-align: middle;
	}
	
	
	.CostCompare1Col1, .CostCompare2Col1 {
		text-align: left;
		font-family: ProximaNovaRgRegular, Arial, sans-serif;  
		font-size: 14px;
		line-height: 15px;
		color: #000000;
	}
	.CostCompare2ColNA, .CostCompare1Col2, .CostCompare1Col3, .CostCompare1Col4, .CostCompare1Col5, .CostCompare2Col2, .CostCompare2Col3, .CostCompare2Col4, .CostCompare2Col5, .CostCompare1ABCCol2  {
		text-align: center;
		font-family: ProximaNovaRgRegular, Arial, sans-serif;  
		font-size: 14px;
		color: #000000;
	}

}



.CostCompare2ColNA {
	vertical-align: middle;
}
.CostCompareHighlight {
	background-color: #E6F5FF;
}



.program1 {
	float: left;
	width: 39px;
	height: 38px;
	background: url("images/program1.png");
}
.calltoaction {
	cursor: pointer;
	float: left;
	width: 128px;
	height: 15px;
	margin-top: -5px;
	margin-left: 5px;
	background: url("images/calltoaction.png");
}

.program2 {
	float: left;
	width: 36px;
	height: 31px;
	background: url("images/program2.png");
}

.program3 {
	float: left;
	width: 37px;
	height: 30px;
	background: url("images/program3.png");
}

.program4 {
	float: left;
	width: 38px;
	height: 36px;
	background: url("images/program4.png");
}
.programtitle, .programtitle2 {
	float: left;
	margin-left: 5px;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 16px;
	line-height: 15px;
	color: #2872b0;

	
}


.programdesc {
	width: 300px;
	float: left;
	margin-left: 5px;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}






	/* Popup Customizer Screen */
	/* Popup Customizer Screen */
.modal-body-custom {
	width:100%;
}

.custom_table_intro {
	text-align: left;
	background-color: #ffffff;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	margin-left: 10px;
	margin-bottom: 8px;
	margin-top: 5px;

}
.custom_table_intro_text, .custom_table_intro_text2 {
	text-align: left;
	background-color: #ffffff;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-right: 10px;
}


.custom_table_intro_text2 {
	margin-left: 10px;
	margin-bottom: 10px;
}
#custom_table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #537C9D;
	

}

#custom_table td {
  vertical-align: middle;

}
#custom_table td {
	padding:1px;
/* 	margin:0px; */
	/* line-height: 16px; */

}

.customhdr1, .customhdr0, .customhdr1C {
	text-align: left;
	background-color: #ffffff;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 16px;
	line-height: 20px;
	color: #00ae82;
	padding-left:5px !important;
	
}
.customhdr0 {
	margin-left: 10px;
}
.customhdr1C {
	text-align: center;
}


.customhdr2, .customhdr2C {
	text-align: right;
	padding:0 10px 0 0 !important;
	background-color: #ffffff;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #43697f;
}
.customhdr2C {
	text-align: center;
}
.align_right {
	text-align: right;
}
.customrow td {

	}	
#customfootertext {
	background-color: white;
}
#customfooterbtns {
	float: right;
	background-color: white;
}

.avgcostcol {
	text-align: left;
	background-color: #e6f5fe;
	padding-right: 20px;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
}
.avgcostval {
	text-align: right;
	background-color: white;
	width: 80px;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
}

.lowcol, .medcol, .highcol {
	width: 10%;
	background-color: #e6f5fe;
	text-align: right;
	padding:0 10px 0 0 !important;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	padding-left: 10px;
}
.desccol {

	text-align: left;
	background-color: #e6f5fe;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	margin-left: 20px;
}
.servicecol {
	width:15%;
	background-color: #e6f5fe;
	border-right: 2px solid white;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #43697f;
	
	text-align: left;
	margin-left: 20px;
	padding-left: 5px !important;
} 


.rowtot {
	display: none;
	width: 80px;
}
.customval, .customval1, .customval2, .customval3 {
	text-align: left;
	background-color: white;
	width: 40px;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 14px;
	/* line-height: 15px; */
	color: #666666;
} 
.otherservices {	
	width: 60px;
}
.customerror {
	float: right;
	margin-right: 50px;
	margin-bottom: 5px;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 16px;
	line-height: 16px;
	color: #ff0000;

	}
.customcol, .customcol1, .customcol2, .customcol3, .rowtotserv, .rowtotcost{
	padding:5px 10px 5px 0 !important;
	text-align: right;
	background-color: #e6f5fe;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;

}

.totlowcol, .totmedcol, .tothighcol, .totcustomcol, .tot1col, .tot2col, .tot3col, .tot4col {
	text-align: right;
	padding:0 10px 0 0 !important;
	background-color: #ffffff;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
}

	  
.servicecol, .desccol, .lowcol, .medcol, .highcol, .avgcostval, .totlowcol, .totmedcol, .tothighcol, .totcustomcol, .tot1col, .tot2col, .tot3col, .tot4col, .customval, .customval1, .customval2, .customval3 {
	line-height: 14px;
	height: 10px;
}

  
	  
.hrwhite {
	background-color: #ffffff;
	height: 3px;
}
.hrline {
	border-bottom: 1px solid #537C9D;
	height: 0px;
	line-height: 1px;
}
.hrlineTotal {
	border-bottom: 1px solid #537C9D;
	height: 0px;
	line-height: 1px;
	text-align: center;
	margin-right: -30px;
	margin-left: 15px;

}
#utilcancel {
	width: 67px;
	height: 18px;
	float: left;
	cursor: pointer;
	margin-right: 10px;
	background: url("images/utilcancel.png") ;
}
#utiluse {
	width: 146px;
	height: 19px;
	float: left;
	cursor: pointer;
	background: url("images/utiluse.png") ;
}

	/* Summary line for Customizer Table */
.tottitle {
	text-align: left;
	background-color: #ffffff;
	font-family: ProximaNovaRgRegular, Arial, sans-serif;  
	font-size: 16px;
	line-height: 20px;
	color: #00ae82;
}
.totblank {
	background-color: #ffffff;
}
	                
              




#footer {
	width: 100%;
	text-align: left;
	float: left;
}


.uiwell, .dykwell {
	margin: 0px;
	margin-left: 10px;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
}
.hsawell {
	margin: 0px;
	margin-left: 0px;
	width: 100%;
	padding-bottom: 0px;
}
.whitehr {
	height: 3px;
	background-color: #fff;
	color: #fff;
}





	/* Step 5 */
	/* Step 5 */
	
.comparehighlightrow {
	background-color: #8ad7cd;
}

@media (min-width: 240px) {
.custommodal {

  	margin-left: 10px;
  	left: auto;
  	vertical-align: top;

	}
#customdiv {
	width: 100%;
	margin:auto;
	}


}



@media (min-width: 320px) {
.custommodal {
  	margin-left: -185px;
  	left: 50%;
	}
#customdiv {
	width: 90%;
	}
.myprogress,
.myprogresstitle  {
	width:150px !important;	
		
}

#fidheader
{
	font-size:12pt;
	margin-top:24px;
}

}

@media (min-width: 480px) {
.custommodal {
  	margin-left: -240px;
  	left: 50%
	}
#customdiv {
	width: 80%;
	}
	

}
@media (min-width: 640px) {
.custommodal {
  	margin-left: -300px;
	}
#customdiv {
	width: 80%;
	}
.myprogress,
.myprogresstitle  {
	width:300px !important;	
		
}
#fidheader
{
	font-size:22px;
	margin-top:44px;

}
}

@media (min-width: 768px) {
.custommodal {
  /*	margin-left: -300px; */

	}
#customdiv {
	width: 80%;
	}

}

	

@media (min-width: 980px) {
.custommodal {
  /*	margin-left: -500px; */

	}
#customdiv {
	width: 80%;
	}

}

@media (min-width: 1200px) {
.custommodal {
  	margin-left: -550px;
	}
#customdiv {
	width: 80%;
	}

}
 

/*
.mynav {
	font-family: Arial, sans-serif; 
	color: #ffffff; 
	font-size: 10pt; 
    font-weight: normal;
	text-align: left;
	padding-left: 0px;
	padding-right: 20px;
	vertical-align: bottom;
}
*/


/*  UNUSED ? */
/*
.home {
	width: 10%;
}
.step1 {
	width: 15%;
}
.step2 {
	width: 15%;
}
.step3 {
	width: 15%;
}
.step4 {
	width: 15%;
}
.step5 {
	width: 15%;
}
*/

/*
.slider {
        width: 60%;
        float: left;
        margin-top: 8px;
        margin-left: 8px;
        cursor: default;

}
*/
/*

#hsa_balance .ui-slider-handle {  width: 12px; border-color: #48A646; background: #48A646;}
#hsa_balance_val {
        float: right;
        margin-right: 2px;
        margin-bottom: 0px;
        text-align: right;
}

#hsa_contrib .ui-slider-handle {  width: 12px; border-color: #48A646; background: #48A646;}
#hsa_contrib_val {
        float: right;
        margin-right: 2px;
        margin-bottom: 0px;
        text-align: right;
}
#hsa_saveamt .ui-slider-handle {  width: 12px; border-color: #48A646; background: #48A646;}
#hsa_saveamt_val {
        float: right;
        margin-right: 2px;
        margin-bottom: 0px;
        text-align: right;
}
#hsa_ror .ui-slider-handle {  width: 12px; border-color: #48A646; background: #48A646;}
#hsa_ror_val {
		float: right;
        margin-right: 2px;
        margin-bottom: 0px;
        text-align: right;
}
#hsa_retage .ui-slider-handle {  width: 12px; border-color: #48A646; background: #48A646;}
#hsa_retage_val {
        float: right;
        margin-right: 2px;
        margin-bottom: 0px;
        text-align: right;
}
*/


/*
#PlanFeatures_tablediv {
	width: 100%;
	float: left;
	margin-top: 5px;
	overflow: auto;
	min-height: 180px;
	margin-bottom: 0px;
	background-color: white;
	
}
*/













/************************/
/*                      */
/* BOOTSTRAP OVERRIDES  */
/* BOOTSTRAP OVERRIDES  */
/* BOOTSTRAP OVERRIDES  */
/*           			*/
/************************/

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 2px 5px 2px;
  margin-bottom: 0;

  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.25;
}


input[readonly] {
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
  border: none;
}




.modal-footer .btn  {
  margin-top: 0px; 
}

.termsModal .modal
{
  height:80%;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1051;
  overflow: auto;
  width: 600px;
  margin: -250px 0 0 -280px;

  background-color: #ffffff;
  border: 2px solid #517c9f;
  /* IE6-7 */

 
	-moz-box-shadow: 0px 0px 5px #c6c6c6;
	-webkit-box-shadow: 0px 0px 5px #c6c6c6;
	box-shadow: 0px 0px 5px #c6c6c6;
}


.cmodal {
  position: fixed;
  top: 10%;
  left: 10%;
  z-index: 1050;
  overflow: auto;
  width: 80%;
  height: 85%;
  max-width:960px;
  margin-bottom:20px;
  background-color: #ffffff;
  border: 2px solid #517c9f;
  /* IE6-7 */

 
	-moz-box-shadow: 0px 0px 5px #c6c6c6;
	-webkit-box-shadow: 0px 0px 5px #c6c6c6;
	box-shadow: 0px 0px 5px #c6c6c6;
}



.modal-header {
	font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
  	font-size: 20px;
  	line-height: 20px;
  	width:100%;
  	font-weight: normal;
	background-color: #517c9f;
	color: white;
  	text-indent:0px;

}
H3 {
  font-size: 18px;
  width: 95%;
  padding-left: 15px;
}


.modal-footer {
	 padding: 0px 15px 5px;
}

.modal-footer-custom {
	 padding: 0px 15px 5px;
	 background-color: white;
	 width:90%;
	 border: 0;
}

.termsbtn {
	font-weight: bold;
	
}


.form-horizontal .control-group {
  margin-bottom: 5px;    
}
.form-inline .control-group {
  margin-bottom: 5px; 
}


.form-horizontal .control-label {
  width: 250px;
  width: 190px;
  padding-right: 10px;

}

#termsModal .modal-body
{
	height:80%;
}
.modal-body {

  	max-height: 500px;
  	font-family: ProximaNovaRgRegular, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	
}



.well {  
  min-height: 20px;
  padding: 0px;
  margin-bottom: 5px;
  background-color: #E6F5FF;
  border: 1px solid #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);  
  border: 0px solid #eee;
  border: 0px solid rgba(0, 0, 0, 0.05);
  margin-left: 1px;
}





.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  *zoom: 1;
}

.table {
  margin-bottom: 0px;
}

.table td {
border-top: none;
}


.table th {
  font-weight:normal;
  border-top: none;
}
.table thead th {
  vertical-align: bottom;
}
.table tbody tr:hover td {
  background-color: none;	
}
.table tbody tr:hover th {
  background-color: none;
}
.table-compare th,
.table-compare td {
  border-top: 1px solid #a4d5f2;

}
.table-compare td {
  border-left: 2px solid white;
  vertical-align: middle;
  padding-right: 60px;
}
.table-compare th {
  border-bottom: 1px solid #537c9d;
  border-top: none;
}

.table-fsa th,
.table-fsa td {
  /* border-top: 1px solid #a4d5f2; */
}
.table-fsa td {
  border-left: 2px solid white;
  vertical-align: middle;
}
.table-fsa th {
  border-bottom: 1px solid #537c9d;
  border-top: none;
}


.table-condensed th,
.table-condensed td {
  padding-top: 2px 3px;
}

.fmrtable td {
  padding-right: 60px;
}


/*
.table-condensed_custom td {
	margin-left: 10px;
}
*/

.errmsg {
	font-size: 11.5pt;
	margin-left: 4px;
}

.inputerr {
  border-color: rgba(255, 0, 0, 0.8);
 
  /* IE6-9 */

}

.center
{
	text-align:center;
}


.popup td
{
	vertical-align:top !important;	
	padding-top:5px !important;
}

.clear
{
	clear:both;
}

.control-group {
  margin-bottom: 0px;
}


.progress_container
{
	position:relative;
	float:right;
	bottom:20px;
}

.myprogress .mybar
{
	background:none;
	background-image: none !important;
	float:right;
}

.myprogress
{
	background:#eee;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;	
	border-radius: 10px;
	height: 22px;
	width:300px;
	behavior:url(/css/browser/PIE.htc);
	display:block;
	position:absolute;
	right:0px;
	clear:both;
}


.myprogress .mybar
{
	background:#14A882;
	
	-webkit-border-radius: 10px 0px 0px 10px;
	
	-moz-border-radius: 10px 0px 0px 10px;
	
	border-radius: 10px 0px 0px 10px;

	height: 22px;
	behavior:url(/css/browser/PIE.htc);
	position:absolute;
}


.myprogress .rounded
{
	border-radius: 10px !important;
	behavior:url(/css/browser/PIE.htc);
}

.displayval
{
	width:70px;
	background:transparent;
	border:0 !important;
	box-shadow: none;
	padding:0 10px 0 0 !important;
	text-align: right;
}

.active
{
	background:#a4d5f2;
}

.span4 .semiboldheading
{
	height:30px;
}

#pretaxModal, #weeklypayrollModal
{
	width: 95%;
	margin: 5px;
	position: fixed;
    top: 15px;
    left: 25px;
    max-width: 960px;
}

#pretaxModalText, #weeklypayrollModalText
{
	padding:0;
}

#pretaxTable, #weeklypayrollTable
{
	width:100%;
}

#pretaxTable th
{
	border-bottom: 1px solid #517c9f;
}
#pretaxTable .last .header,
#pretaxTable th
{
	color: #00ae82;
	text-align: left;
	font-family: ProximaNovaLt, Arial, sans-serif;  
	font-weight:normal;
	font-size: 16px;
	line-height: 48px;
	text-align:right;
	padding-right:10px;
	width:25%;
}

#pretaxTable .header
{
	color:#43697f;
	border-right:3px solid #fff;
	text-align:left;
	text-indent:5px;
}


#pretaxTable .last .header
{
	text-align:left;
}

#pretaxTable td
{
	background:#e6f5fe;
	line-height:16px;
	color:#666;
	font-size: 14px;
	line-height:48px;
	text-align:right;
	border-top:1px solid #a4d5f2;
	padding-right:10px;
}

#pretaxTable .last td
{
	background: #fff;
	border-top:1px solid #517c9f;
}


/* NEW   


#pretaxTable th
{
	border-bottom: 1px solid #517c9f;
}
#pretaxTable .last .header,
#pretaxTable th
{
	color: #00ae82;
	text-align: left;
	font-family: ProximaNovaLt, Arial, sans-serif;  
	font-weight:normal;
	font-size: 16px;
	line-height: 48px;
	text-align:right;
	padding-right:10px;

}

#pretaxTable .header
{
	color:#43697f;
	border-right:3px solid #fff;
	text-align:left;
	text-indent:5px;
}

#pretaxTable .last .header
{
	text-align:left;
}

.pretaxCol, .pretaxLabel 
{
	background:#e6f5fe;
	color:#666;
	line-height:16px;
	font-size: 14px;
	line-height:38px;
	text-align:right;
	border-top:1px solid #a4d5f2;
	padding-right:5px;
	width: 25%;
}
.pretaxLabel {
	line-height:16px;
	width: 25%;
	border-right:3px solid #fff;
}
#pretaxTable .last td
{
	background: #fff;
	border-top:1px solid #517c9f;
}
*/









#weeklypayrollTable th
{
	border-bottom: 1px solid #517c9f;
}
#weeklypayrollTable .last .header,
#weeklypayrollTable th
{
	color: #00ae82;
	text-align: center;
	font-family: ProximaNovaLt, Arial, sans-serif;  
	font-weight:normal;
	font-size: 16px;
	line-height: 28px;

	padding-right:10px;
/* 	width:20%; */
}


#weeklypayrollTable .header
{
	color:#43697f;
	border-right:3px solid #fff;
	text-align:left;
	text-indent:5px;
}
#weeklypayrollModalHeader {
	
	text-align: center;
}

.weeklypayrollPlanName {
	text-align: center;
	line-height:16px;
}
#weeklypayrollTable .last .header
{
	text-align:left;
}

.weeklypayrollCol, .weeklypayrollLabel 
{
	background:#e6f5fe;
	color:#666;
	line-height:16px;
	font-size: 14px;
	line-height:38px;
	text-align:center;
	border-top:1px solid #a4d5f2;
	padding-right:5px;
	width: 15%;
}
.weeklypayrollLabel {
	line-height:16px;
	width: 15%;
	border-right:3px solid #fff;
}
#weeklypayrollTable .last td
{
	background: #fff;
	border-top:1px solid #517c9f;
}





#footerRight
{
	width:170px;
}

#contactusModal #contactus_data
{
	background: #e6f5fe;
	padding-bottom:10px;
}

form,
#contactusModal .control-group
{
	padding:0;
	margin:0;
}

div#copyrightNotice {
	color: #fff;
	text-align: center;
	background-color: #5e5e5e;
	margin-top: 0;
	padding-top: 5px;
}

div#copyrightNotice a{
	color: #fff;
}


