@charset "UTF-8";
/* CSS Document */

table#plangrid {
	width:744px;
}

table#plangrid td {

	width:372px; 
	height:93px;
	background:transparent 0 0 no-repeat;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	
}

table#plangrid td a {
	width:332px; 
	height:86px;
	text-decoration:none;
	display:block;
	color:#000000;
	padding: 4 0 0 40;
	
	//padding: 12 0 0 0;
}

/* 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;
}



table#plangrid td a#health 		{ background-image:url(../home_panels/bkgd_health.jpg); }
table#plangrid td a#life 	{ background-image:url(../home_panels/bkgd_life.jpg); }
table#plangrid td a#guaranteed_issue 		{ background-image:url(../home_panels/bkgd_guaranteed_issue.jpg); }
table#plangrid td a#short_term 		{ background-image:url(../home_panels/bkgd_short_term.jpg); }
table#plangrid td a#dental 		{background-image:url(../home_panels/bkgd_dental.jpg);}
table#plangrid td a#critical_illness 			{background-image:url(../home_panels/bkgd_critical_illness.jpg);}
table#plangrid td a#contact 			{background-image:url(../home_panels/bkgd_contact.jpg);}
table#plangrid td a#online_quote			{background-image:url(../home_panels/bkgd_online_quote.jpg);}

/* height and color of on panel */
div.bigpanel {
	position:absolute;
	top:0;
	width:200px;
	height:323px;
	display:none;
	background:#ecddbd bottom right no-repeat;
	cursor:pointer;
}

div.bigpanel p {
	font-size:13px;
}

/* FIX FOR IE6 */
/* JUNE 30 CHANGED TO 386 FROM 297 PX WIDTH TO MATCH ORIGINAL FILE */
*html div.bigpanel {
	width:397px;
	height:279px;
}


div.rightPanel {
	left:347px;
	padding: 49px 177px 0px 49px;
}

div.leftPanel {
	left:0;
	padding:49px 10px 0px 187px;
}

#life_panel 		{background-image:url(../home_panels/panel_life.jpg);}
#health_panel {background-image:url(../home_panels/panel_health.jpg);}
#short_term_panel 	{background-image:url(../home_panels/panel_short_term.jpg);}
#critical_illness_panel 		{background-image:url(../home_panels/panel_critical_illness.jpg);}
#guaranteed_issue_panel 	{background-image:url(../home_panels/panel_guaranteed_issue.jpg);}
#dental_panel 			{background-image:url(../home_panels/panel_dental.jpg);}
#contact_panel 			{background-image:url(../home_panels/panel_contact.jpg);}
#online_quote_panel 			{background-image:url(../home_panels/panel_online_quote.jpg);}