@charset "utf-8";
/* CSS Document */

#homelower 
{
	width:604px;
	float:left;
	padding:10px 0px 10px 10px;
}
#homelower a {color:black;}
#homelower a:visited {color:black;}
#homelower a:link {color:black;}
#homelower a:hover{
	color:#F26C00;
}
a img {margin-top:2px;}

#video {
	background: url(/images/home/videoArea.jpg) no-repeat;
	margin-left: -10px;
	margin-top: 5px;
	height: 275px;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	float:left;
	width:285px;
}
.group
	{
	background:url(/images/home/groupIns.jpg);
	background-position: 0px 0px ;

	float:left;
	width:302px;
	height:91px;
	text-decoration:none;
	}

.major 
	{
	background:url(/images/home/majorIns.jpg);
	background-position: 0px 0px ;
	float:left;
	width:287px;
	height:91px;
	text-decoration:none;
	}

.termlife
	{
	background:url(/images/home/termIns.jpg);
	background-position: 0px 0px ;
	float:left;
	width:302px;
	height:83px;
	text-decoration:none;
	}
	
.critical
	{
	background:url(/images/home/criticalIns.jpg);
	background-position: 0px 0px ;
	float:left;
	width:287px;
	height:83px;
	text-decoration:none;
	}
	
.telehealth 
	{
	background:url(/images/home/teleIns.jpg);
	background-position: 0px 0px ;
	float:left;
	width:302px;
	height:94px;
	text-decoration:none;
	}
	
.life 
	{
	background:url(/images/home/life.jpg);
	background-position: 0px 0px ;
	float:left;
	width:287px;
	height:94px;
	text-decoration:none;
	}
		
	
a.group:hover, a.termlife:hover, a.telehealth:hover {
 background-position:-302px 0px;
}
.major:hover, .critical:hover, .life:hover{
background-position:-287px 0px;
}