@charset "UTF-8";

/******ID's******/
#randomImage{
	width:247px;
	background-image: url(/cigl/images/didYouKnowBackground.jpg);
	background-repeat: repeat;	
	}	
	
#didYouKnowImage{
	border:0px;
	cursor: hand;
	height:239px;
	} 
	
#didYouKnowText {
	color: white;	
	height:120px;	
}
	
#didYouKnowTitle {
	text-align:left; 
	height: 20px;
	vertical-align:middle;
	padding-left: 10px; 
	padding-right: 5px; 
	font-weight: bold; 
	font-stretch: narrower;
	}

#didYouKnowBody {
	height:80px;
	text-align:left; 
	padding-left: 10px; 
	padding-right: 5px; 
	}
	
#didYouKnowLink {
	height:20px;
	vertical-align:bottom;
	text-align: right;
	font-weight: bold;
	font-stretch: ultra-condensed;
	padding-right: 5px;}
	
#topCol1{
	background-image:url(/cigl/images/homepage/topForInd_fr.jpg);
	width:167px;
	height:150px;
	background-repeat:no-repeat;
	float:left;
	padding:80px 5px 0px 0px;


}

#topCol2{
	background-image:url(/cigl/images/homepage/topForBusOrg_fr.jpg);
	width:166px;
	height:150px;
	background-repeat:no-repeat;
	float:left;
	padding:80px 5px 0px 0px;


}

#topCol3{
	background-image:url(/cigl/images/homepage/topIndProg_fr.jpg);
	width:167px;
	height:150px;
	background-repeat:no-repeat;
	float:right;
	padding:80px 5px 0px 0px;


}

#lowerCol1{
	background-image:url(/cigl/images/homepage/bottomBackground.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#e4e0d4;
	width:248px;
	border-right:2px #ffffff solid;
	overflow:visible;
	height:145px;
	padding-top:10px;
}

#lowerCol2{
	background-image:url(/cigl/images/homepage/bottomBackground.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#e4e0d4;
	width:256px; 
	float:left;
	height:145px;
	border-right:2px #ffffff solid;
	padding-top:10px;
}

#lowerCol3{
	background-image:url(/cigl/images/homepage/bottomBackground.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#e4e0d4;
	width:250px;
	float:right;
	height:145px;
	padding:10px 5px 0px 0px ;
}
  
#individualMenu a {
	display:block;
	width:113px;
	height:24px;
	text-decoration: none;
	}

#businessMenu a {
	display:block;
	width:158px;
	height:24px;
	text-decoration: none;
	}

#industryMenu a {
	display:block;
	width:113px;
	height:24px;
	text-decoration: none;
	}

#claimsMenu a {
	display:block;
	width:248px;
	height:40px;
	text-decoration: none;
	}

#lowerRow a:link, #lowerRow a:visited, #lowerRow a:active, #lowerHalf a:link, #lowerHalf a:visited, #lowerHalf a:active{
	color:#3F403F; 
}

#lowRow a:hover, #lowerHalf a:hover {	
	color:#3F403F;
	text-decoration:none;	
}

/******Classes*****/

.floatLeft{
	float:left;
	}
	
.floatRight{

	float:right;
	}
	
.clearThem{
	clear:both;
	}
	
.dropDowns{
	font-size:11px;
	width:100%;


}

.topText{
	margin-left:15px;
	height:120px;
}

.lowerBullet{
	margin:0px 5px 0px 15px;


}

.lowerLinkText{
	padding:0px 20px 0px 35px;


}

.greenLinks{
	color:#004023;

}

.greenLinks:hover{
	text-decoration:none;

}


.greyLinks{
	color:#3F403F;
	
}

.greyLinks:hover{
	color:#3F403F;
	text-decoration:none;
	
}