@charset "UTF-8";
/* CSS Document */

table#plangrid {
	width:744px;
}

table#plangrid td {
	width:372px; 
	height:138px;
	background:transparent 0 0 no-repeat;
	color:#726e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}

table#plangrid td a {
	width:332px; 
	height:106px;
	text-decoration:none;
	display:block;
	color:#726e5e;
	padding:32px 0 0 40px;
}

/* FIX FOR IE6 */
*html table#plangrid td a {
	width:372px;
	height:137px;
}

table#plangrid td span.head {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

/* "HIGHER DEDUCTIBLE" HAS ONE MORE LINE OF COPY THAN THE OTHER CELLS */
table#plangrid td a#higherdeductible {
	padding-top:30px;
	height:108px;
}

*html table#plangrid td a#higherdeductible {
	height:138px;
}

table#plangrid td a#bigbenefits 		{background-image:url(/assets/images/bkgd_bigbenefits_4plans.jpg);}
table#plangrid td a#higherdeductible 	{background-image:url(/assets/images/bkgd_higherdeductible_4plans.jpg);}
table#plangrid td a#lotofoptions 		{background-image:url(/assets/images/bkgd_lotofoptions_4plans.jpg);}
table#plangrid td a#tightbudget 		{background-image:url(/assets/images/bkgd_tightbudget_4plans.jpg);}
table#plangrid td a#intransition 		{background-image:url(/assets/images/bkgd_intransition_4plans.jpg);}
table#plangrid td a#notsure 			{background-image:url(/assets/images/bkgd_notsure_4plans.jpg);}

div.bigpanel {
	position:absolute;
	top:0;
	width:200px;
	height:227px;
	display:none;
	background:#d6fea5 bottom right no-repeat;
	cursor:pointer;
}

div.bigpanel p {
	font-size:14px;
}

/* FIX FOR IE6 */
*html div.bigpanel {
	width:397px;
	height:275px;
}

div.rightPanel {
	left:347px;
	padding:49px 177px 0 20px;
}

div.leftPanel {
	left:0;
	padding:49px 10px 0 187px;
}

#bigbenefits_panel 		{background-image:url(/assets/images/panel_bigbenefits_4plans.jpg);}
#higherdeductible_panel {background-image:url(/assets/images/panel_higherdeductible_4plans.jpg);}
#lotofoptions_panel 	{background-image:url(/assets/images/panel_lotofoptions_4plans.jpg);}
#tightbudget_panel 		{background-image:url(/assets/images/panel_tightbudget_4plans.jpg);}
#intransition_panel 	{background-image:url(/assets/images/panel_intransition_4plans.jpg);}
#notsure_panel 			{background-image:url(/assets/images/panel_notsure_4plans.jpg);}
