#container2 {
	background-image: none;
}

#homeContainer {
	float: left;
	width: 755px;
	margin-right: 4px;
	
	color: #FFFFFF;
}

#contextual {
	float: left;
	width: 180px;
	padding-bottom: 0;
}

#contextual .item {
	margin-top: 3px;
	border: none;
}

#contextual .gok {
	margin-top: 0;
	height: 148px;
}

#homeContainer a {
	color: #FFFFFF;
	text-decoration: none;
}
#homeContainer a:hover {
	text-decoration: underline;
}

#homeContainer a.special {
	background-image: url(../images/arrow5.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-right: 14px;
}


#homeContainer h2 {
	font-size: 14px;
	margin: 0;
	padding: 6px 8px 4px 12px;
}

#homeContainer .content {
	padding: 4px 16px;
}

#homeContainer .item {
	padding-bottom: 4px;
}

/* global definitions */
#homeContainer .banner, #homeContainer .services, #homeContainer .refundings, 
#homeContainer .myLife, #homeContainer .products, #homeContainer .health, 
#homeContainer .misc, #homeContainer .affiliation, #homeContainer .news {
	float: left;
}

/* widths */
#homeContainer .banner {
	width: 492px;
}

#homeContainer .services, #homeContainer .products, #homeContainer .affiliation, 
#homeContainer .news {
	width: 259px;
}

#homeContainer .refundings, #homeContainer .health, #homeContainer .myLife,
#homeContainer .misc {
	width: 244px;
}

/* heights */
#homeContainer .banner, #homeContainer .services {
	height: 165px;
}

#homeContainer .refundings, #homeContainer .myLife, #homeContainer .products {
	height: 146px;
}

#homeContainer .health, #homeContainer .misc {
	height: 156px;
}

#homeContainer .affiliation {
	height: 69px;
}

#homeContainer .news {
	height: 84px;
}

/* margins */
#homeContainer .banner, #homeContainer .refundings, #homeContainer .myLife, 
#homeContainer .health, #homeContainer .misc {
	margin-right: 4px;
}

#homeContainer .banner, #homeContainer .services, #homeContainer .refundings, 
#homeContainer .myLife, #homeContainer .products, #homeContainer .affiliation {
	margin-bottom: 3px;
}

/* background colors */
#homeContainer .refundings, #homeContainer .affiliation {
	background-color: #7EC017;
} 

#homeContainer .myLife, #homeContainer .products, #homeContainer .health, 
#homeContainer .news {
	background-color: #5591B3;
}

#homeContainer .services, #homeContainer .misc {
	background-color: #83B7CF;
} 

/* special links */
#homeContainer .services a {
	background-image: url(../images/arrow4.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
} 
