#container-top,
#container,
#container-bottom{
	behavior: url("../jscripts/iepngfix.htc");
}

#content{
	background:#fff;
	width:894px;
	margin:0 auto;
	border:5px solid #fff;
	}
	#header{
		float:right;
	}
	.callout-box{
		background:#edf7f8;
		border:1px solid #99d1d6;
		padding:0 10px;
		margin:20px 0;
		}
		.callout-box #left-img{
			padding:5px 20px;
			width:154px;
			float:left;
		}
		.callout-box .left-text{
			width:300px;
			float:left;
			margin-top:10px;
		}

#left-content{
	width:524px;
	padding:0 10px;
	float:left;
	clear:both;
}

#right-content{
	width:320px;
	float:right;
	margin:-35px 1px 0 0 !important;
	margin:-45px 0 0 0;
	color:#008c99;
	}
	#right-content .box-home{
		margin:80px 0;
		clear:right;
	}


/* pop ups on Benefits */
.popup{
	position: absolute;
	z-index:50;
	margin-left:17px !important;
	margin-left:-35px;
	margin-top:-25px !important;
	margin-top:-10px;
	padding:0px;
	width:455px;
}
		
.boxes{			
	border:2px solid #fac266;
	background:#fff6e7;
	clear:both;
	}
	.boxes ul{
		padding:5px 5px 5px 10px;
		margin:5px 5px 5px 10px;
	}
	.boxes p{
		padding:0 10px;
	}

.close{
	float:right;
	background:#fac266;
	padding:5px;
	width:50px;
	font-weight:bold;
}

/* box with picture and list inside content */
#content-list{
	width:490px;
	margin:0 auto;
	}
	#content-list h2{
		font-weight:bold;
		font-style:normal;
		font-size:12px;
	}
	#content-list img{
		float:left;
		padding:10px;
	}
	#content-list ul{
		font-style:italic;
		float:left;
		width:290px;
		padding:5px 0 0 15px;
		margin:5px 0 0 15px;
	}
	
/* side-by-side divs in content */
.column{
	width:250px;
	float:left;
	margin-bottom:20px;
	}
	.column-box{
		border:1px solid #008c99;
		width:160px;
		float:right;
		margin-top:15px;
		padding:10px 30px;
	}
	
/* 'Click here to learn how' popup box */
#learnhow-box{
	width:520px;
	position:absolute;
	margin-top:-280px;
	}
	.learnhow-close{
		float:right;
		background:#008c99;
		padding:5px;
		width:50px;
		font-weight:bold;
		}
		.learnhow-close a{
			color:#fff;
		}
	
	#learnhow-box .box{
		clear:both;
		background:#edf7f8;
		border:1px solid #008c99;
		padding:5px 10px;
		}
	
		

