@charset "utf-8";
/* CSS Document */

li.nav{
	border-bottom: 1px solid white;
	padding: 8px;
}

a.navLink{
	font-size: 9px;
	color: white;
	text-decoration: none;
}

a.navLink:hover{
	color: white;
	text-decoration: underline;
}

span.pageTitle{
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #203465;
}

span.pageTitleSub{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #203465;
	margin-top:0;
}

#splashBanner{
	position: relative;
	width: 575px;
	height: 350px;
	background: url(../i/kemper_splash.jpg) no-repeat;
}

#newsBanner{
	position: relative;
	width: 560px;
	height: 53px;
	padding: 12px 10px 10px 180px;
	margin-bottom: 10px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: white;
	background: url(../i/homeNewsBannerBG.gif) no-repeat;
	overflow: hidden;
}

.newsItem{
	float: left;
	width: 270px;
	height: 53px;
	padding: 0 10px 0 0;
	overflow: hidden;
}

a.newsLink{ color: #eeeeee; }

#bannerTagline{
	position: absolute;
	right: 0;
	bottom: 0;
}

#intMidCol{
	width: 422px;
	margin: 0 0 14px 7px;
}

	.tableRow{ position: relative; width: 422px; margin-top: 10px; }
	.tableRowLeft{ position: relative; float: left; width: 205px; }
	.tableRowRight{ position: relative; float: right; width: 205px; }
	.tableRowIcon{ float: left; width: 50px; }
	.tableRowText{ float: right; width: 145px; }

#intRightCol{
	position: relative;
	float: right;
	width: 140px;
	margin: 0 0 10px 5px;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	background: none;
}

#intRightColBG{
	position: relative;
	float: right;
	width: 140px;
	margin: 0 0 14px 5px;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	background: url(../i/sideBox_bottom.gif) no-repeat bottom left;
}
	
	#intRightColTop{
		width: 140px;
		height: 10px;
		background: url(../i/sideBox_top.gif) no-repeat;
	}
	
	#sidebarContent{
		width: 130px;
		margin: 0 auto 10px auto;
	}

.rightImage{
	position: relative;
	float: right;
	width: 200px;
	text-align: center;
	margin: 10px 0 10px 10px;
}

.hidden{
	display: none;
}