@charset "UTF-8";
/* CSS Document */

table#plangrid {
	width:744px;
}

table#plangrid td {
	width:372px; 
	height:93px;
	background:transparent 0 0 no-repeat;
	color:#726e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
}

table#plangrid td a {
	width:332px; 
	height:69px;
	text-decoration:none;
	display:block;
	color:#726e5e;
	padding:24px 0 0 40px;
}

/* FIX FOR IE6 */
*html table#plangrid td a {
	width:372px;
	height:93px;
}

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:15px;
	height:78px;
}

*html table#plangrid td a#higherdeductible {
	height:93px;
}

table#plangrid td a#bigbenefits 		{background-image:url(/assets/images/bkgd_bigbenefits.jpg);}
table#plangrid td a#higherdeductible 	{background-image:url(/assets/images/bkgd_higherdeductible.jpg);}
table#plangrid td a#lotofoptions 		{background-image:url(/assets/images/bkgd_lotofoptions.jpg);}
table#plangrid td a#tightbudget 		{background-image:url(/assets/images/bkgd_tightbudget.jpg);}
table#plangrid td a#intransition 		{background-image:url(/assets/images/bkgd_intransition.jpg);}
table#plangrid td a#notsure 			{background-image:url(/assets/images/bkgd_notsure.jpg);}

div.bigpanel {
	position:absolute;
	top:0;
	width:200px;
	height:230px;
	display:none;
	background:#d6fea5 bottom right no-repeat;
	cursor:pointer;
}

div.bigpanel p {
	font-size:13px;
}

/* FIX FOR IE6 */
*html div.bigpanel {
	width:397px;
	height:279px;
}

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.jpg);}
#higherdeductible_panel {background-image:url(/assets/images/panel_higherdeductible.jpg);}
#lotofoptions_panel 	{background-image:url(/assets/images/panel_lotofoptions.jpg);}
#tightbudget_panel 		{background-image:url(/assets/images/panel_tightbudget.jpg);}
#intransition_panel 	{background-image:url(/assets/images/panel_intransition.jpg);}
#notsure_panel 			{background-image:url(/assets/images/panel_notsure.jpg);}
