/* CSS Document */




/*-----------*/
/*---LINKS---*/
/*-----------*/
a:link	{
	text-decoration:underline;
	color:#ad4456;
}
a:visited	{
	text-decoration:underline;
	color:#ad4456;
}
a:hover	{
	text-decoration:none;
	color:#ad4456;
}
a:active	{
	text-decoration:none;
	color:#ad4456;
}


.topNav a	{
	height:10px;
	z-index:50;
}


/*----------------*/
/*---NAVIGATION---*/
/*----------------*/
/*home*/
.topNav a.home	{width:65px;}
.topNav a.home:link	{background:url(../images/topNav/inproHome.gif) no-repeat center;}
.topNav a.home:visited	{background:url(../images/topNav/inproHome.gif) no-repeat center;}
.topNav a.home:hover	{background:url(../images/topNav/inproHome_selected.gif) no-repeat center;}
.topNav a.home:active	{background:url(../images/topNav/inproHome_selected.gif) no-repeat center;}
.topNav a.home#selected	{background:url(../images/topNav/inproHome_selected.gif) no-repeat center;}
/*inpro info*/
.topNav a.info	{width:58px;}
.topNav a.info:link	{background:url(../images/topNav/inproInfo.gif) no-repeat center;}
.topNav a.info:visited	{background:url(../images/topNav/inproInfo.gif) no-repeat center;}
.topNav a.info:hover	{background:url(../images/topNav/inproInfo_selected.gif) no-repeat center;}
.topNav a.info:active	{background:url(../images/topNav/inproInfo_selected.gif) no-repeat center;}
.topNav a.info#selected	{background:url(../images/topNav/inproInfo_selected.gif) no-repeat center;}
/*commercial*/
.topNav a.commercial	{width:68px;}
.topNav a.commercial:link	{background:url(../images/topNav/commercial.gif) no-repeat center;}
.topNav a.commercial:visited	{background:url(../images/topNav/commercial.gif) no-repeat center;}
.topNav a.commercial:hover	{background:url(../images/topNav/commercial_selected.gif) no-repeat center;}
.topNav a.commercial:active	{background:url(../images/topNav/commercial_selected.gif) no-repeat center;}
.topNav a.commercial#selected	{background:url(../images/topNav/commercial_selected.gif) no-repeat center;}
/*personal*/
.topNav a.personal	{width:52px;}
.topNav a.personal:link	{background:url(../images/topNav/personal.gif) no-repeat center;}
.topNav a.personal:visited	{background:url(../images/topNav/personal.gif) no-repeat center;}
.topNav a.personal:hover	{background:url(../images/topNav/personal_selected.gif) no-repeat center;}
.topNav a.personal:active	{background:url(../images/topNav/personal_selected.gif) no-repeat center;}
.topNav a.personal#selected	{background:url(../images/topNav/personal_selected.gif) no-repeat center;}
/*life & health*/
.topNav a.life	{width:71px;}
.topNav a.life:link	{background:url(../images/topNav/lifeHealth.gif) no-repeat center;}
.topNav a.life:visited	{background:url(../images/topNav/lifeHealth.gif) no-repeat center;}
.topNav a.life:hover	{background:url(../images/topNav/lifeHealth_selected.gif) no-repeat center;}
.topNav a.life:active	{background:url(../images/topNav/lifeHealth_selected.gif) no-repeat center;}
.topNav a.life#selected	{background:url(../images/topNav/lifeHealth_selected.gif) no-repeat center;}
/*inpro customers*/
.topNav a.customers	{width:95px;}
.topNav a.customers:link, .topNav a.customers:visited	{background:url(../images/topNav/resources_default.gif) no-repeat center;}
.topNav a.customers:hover, .topNav a.customers#selected	{background:url(../images/topNav/resources_current.gif) no-repeat center;}



/*-----------------------*/
/*---HOMEPAGE SIDE NAV---*/
/*-----------------------*/
.spContainer_mid01 a:link	{
	line-height:2.5em;
	color:#efeee8;
	text-decoration:underline;
}
.spContainer_mid01 a:visited	{
	line-height:2.5em;
	color:#efeee8;
	text-decoration:underline;
}
.spContainer_mid01 a:hover	{
	line-height:2.5em;
	color:#efeee8;
	text-decoration:none;
}
.spContainer_mid01 a:active	{
	line-height:2.5em;
	color:#efeee8;
	text-decoration:none;
}


/*--------------*/
/*---INTERIOR---*/
/*--------------*/
.breadcrumbs a:link	{
	color:#797867;
	text-decoration:underline;
}
.breadcrumbs a:visited	{
	color:#797867;
	text-decoration:underline;
}
.breadcrumbs a:hover	{
	color:#797867;
	text-decoration:none;
}
.breadcrumbs a:active	{
	color:#797867;
	text-decoration:none;
}

.secondNav_mid a:link	{
	color:#efeee8;
	text-decoration:underline;
}
.secondNav_mid a:visited	{
	color:#efeee8;
	text-decoration:underline;
}
.secondNav_mid a:hover	{
	color:#efeee8;
	text-decoration:none;
}
.secondNav_mid a:active	{
	color:#efeee8;
	text-decoration:none;
}


/*------------*/
/*---FOOTER---*/
/*------------*/
.footer a:link	{
	color:#797867;
	text-decoration:none;
}
.footer a:visited	{
	color:#797867;
	text-decoration:none;
}
.footer a:hover	{
	color:#797867;
	text-decoration:underline;
}
.footer a:active	{
	color:#797867;
	text-decoration:underline;
}