@charset "UTF-8";

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

#didYouKnowBody {
	height:60px;
	text-align:left; 
	padding-left: 10px; 
	padding-right: 5px; 
	}
	
#didYouKnowBody A{
	font-weight: bold; 
	color: white;	
	font-size: 12px;
	text-decoration: none;
	}
		
#didYouKnowLink {
	height:18px;
	vertical-align:bottom;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	
	}
	
#topCol1{
	background-image:url(/cigl/images/homepage/topForInd.jpg);
	width:167px;
	height:115px;
	background-repeat:no-repeat;
	float:left;
	padding:80px 5px 0px 0px;


}

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


}

#topCol3{
	background-image:url(/cigl/images/homepage/topIndProg.jpg);
	width:166px;
	height:115px;
	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;
	overflow:visible;
	height:155px;
	padding-top:10px;
	margin-top:-1px;
}

#bottomCol1 ul {
	margin-top:5px;	
}

#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:155px;
	padding-top:10px;
	margin-top:-1px;
}

#bottomCol2 ul {
	margin-top:5px;	
}

#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:155px;
	padding:10px 5px 0px 0px ;
	margin-top:-1px;
}
  
#lowerColR{
	background-image:url(/cigl/images/homepage/bottomBackground.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#e4e0d4;
	width:252px;
	float:right;
	height:155px;
	padding:10px 5px 0px 0px ;
}

#individualMenu a {
	display:block;
	width:84px;
	height:15px;
	text-decoration: none;
	}

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

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

#claimsMenu a {
	display:block;
	width:248px;
	height:67px;
	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:90px;
}

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


}

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


}

.greenLinks{
	color:#004023;

}

.greenLinks:hover{
	text-decoration:none;

}

.greyLinks{
	color:#3F403F;
	
}

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

