@charset "UTF-8";

/* HEADER AND GENERAL
-------------------------------------------*/

#page-header-wrapper {
	margin: 0 0 30px 0;
	position: relative;
	height: 50px;
	background: #00A69C url(/images/ltc/page-header-bg-teal.png) repeat-x 50% 50%;
	}
.top-level #page-header-wrapper {
	margin: 50px 0 30px 0;
	}
	#page-header {
		position: relative;
		margin: 0 auto;
		padding: 12px 10px 0 10px;
		width: 920px;
		height: 38px;
		}
		#page-header h1 {
			font: bold 19px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			color: #fff;
			}
		
		#header-img {
			position: absolute;
			right: -10px;
			bottom: 0;
			}
		
		.learn #header-img {
			width: 292px;
			height: 202px;
			background: url(/images/ltc/topimg-woman-thinking.png) no-repeat 0 0;
			_background: transparent;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/ltc/topimg-woman-thinking.png', sizingMethod='scale');
			}
		.assess #header-img {
			width: 309px;
			height: 204px;
			background: url(/images/ltc/topimg-man-with-grandson.png) no-repeat 0 0;
			_background: transparent;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/ltc/topimg-man-with-grandson.png', sizingMethod='scale');
			}
		.policies #header-img {
			right: -2px;
			width: 220px;
			height: 206px;
			background: url(/images/ltc/topimg-woman-looking-over.png) no-repeat 0 0;
			_background: transparent;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/ltc/topimg-woman-looking-over.png', sizingMethod='scale');
			}
		.understand #header-img {
			width: 265px;
			height: 203px;
			background: url(/images/ltc/topimg-man-laughing.png) no-repeat 0 0;
			_background: transparent;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/ltc/topimg-man-laughing.png', sizingMethod='scale');
			}
		.create #header-img {
			width: 280px;
			height: 197px;
			background: url(/images/ltc/topimg-couple.png) no-repeat 0 0;
			_background: transparent;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/ltc/topimg-couple.png', sizingMethod='scale');
			}
	
.full-columns {
	}
	.full-columns .intro p {
		margin-bottom: 13px;
		font-size: 16px;
		}



/* CONTENT COLUMN
-------------------------------------------*/
	
.col-31-1 {
	}
	.col-31-1 p {
		margin-bottom: 13px;
		}
	.col-31-1 p.footnote {
		font-size: 11px;
		line-height: 15px;
		}
	.col-31-1 h2 {
		margin: 23px 0 4px 0;
		font: bold 18px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #F68B1F;
		}
		.col-31-1 h2 a {
			padding: 1px 24px 1px 0;
			color: #F68B1F;
			background: url(/images/ltc/h2-link-arrow.png) no-repeat 100% 4px;
			*background-position: 100% 0;
			}
		.col-31-1 h2 a:hover,
		.col-31-1 h2 a:focus {
			color: #C56F19;
			background-position: 100% -196px;
			*background-position: 100% -200px;
			}
	.col-31-1 h3 {
		margin: 20px 0 2px 0;
		font: bold 14px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #00A69C;
		}
		.col-31-1 h3 a {
			padding: 2px 19px 2px 0;
			color: #00A69C;
			background: url(/images/ltc/h3-link-arrow.png) no-repeat 100% 4px;
			*background-position: 100% 1px;
			}
		.col-31-1 h3 a:hover,
		.col-31-1 h3 a:focus {
			color: #00857D;
			background-position: 100% -196px;
			*background-position: 100% -199px;
			}
	.col-31-1 ul {
		margin-bottom: 13px;
		}
	.col-31-1 ol {
		margin: 0 0 16px 18px;
		*margin: 0 0 16px 23px;
		list-style: decimal;
		}
		.col-31-1 ul li {
			margin-bottom: 8px;
			padding-left: 10px;
			background: url(/images/ltc/bullet-teal.png) no-repeat 0 10px;
			}
			.col-31-1 li strong {
				padding-right: 2px;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-size: 12px;
				}
		.col-31-1 .intro p {
			font-size: 16px;
			}
		.col-31-1 .intro p.normal {
			font-size: 13px;
			}
	.col-31-1 .inpage-links {
		padding: 10px 10px 12px 10px;
		background: #BFE9E6;
		}
		.col-31-1 .inpage-links ul,
		.col-31-1 .inpage-links li {
			margin: 0;
			padding: 0;
			list-style: none;
			background: none;
			line-height: 25px;
			}
			.col-31-1 .inpage-links a {
				padding: 1px 18px 1px 0;
				color: #6D6E70;
				background: url(/images/ltc/inpage-link-arrow.png) no-repeat 100% 0;
				}
			.col-31-1 .inpage-links a:hover,
			.col-31-1 .inpage-links a:focus {
				color: #3E3F40;
				text-decoration: none;
				background-position: 100% -200px;
				outline: none;
				}



/* CONTENT COLUMN TABLES
-------------------------------------------*/

.col-31-1 table {
	width:100%;
	margin-bottom: 25px;
	}
	.col-31-1 caption {
		padding: 0 0 8px 0;
		font: bold 14px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #F68B1F;
		}
	.col-31-1 th,
	.col-31-1 td {
		padding: 6px;
		font: bold 11px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		text-align: left;
		border: 1px solid #8A8B8D;
		color: #414243;
		}
		.col-31-1 th em {
			font-weight: bold;
			}
	.col-31-1 thead th {
		vertical-align: bottom;
		background: #A6E0DC;
		}
	.col-31-1 tbody th {
		vertical-align: top;
		background: #C5E2A0;
		}
	.col-31-1 td {
		vertical-align: top;
		font-size: 12px;
		background: #faf7e1;
		font-weight: normal;
		}
	.col-31-1 .middle td,
	.col-31-1 .middle th {
		vertical-align: middle;
		}
	.col-31-1 .empty-cell {
		border: none;
		background: none;
		}
	.col-31-1 .centered {
		text-align: center;
		vertical-align: middle;
		}
	.col-31-1 .table-footnote {
		margin: -18px 0 25px 0;
		font-size: 11px;
		line-height: 15px;
		}
	.col-31-1 table .col-2 {
		width: 50%;
		}
	.col-31-1 table .col-3 {
		width: 33%;
		}
	.col-31-1 table .col-4 {
		width: 25%;
		}
	.col-31-1 table .col-5 {
		width: 20%;
		}
	.col-31-1 table .col-6 {
		width: 16%;
		}
	.col-31-1 table .col-7 {
		width: 14%;
		}
	.col-31-1 table .col-8 {
		width: 12%;
		}
	.col-31-1 table .col-9 {
		width: 11%;
		}
	.col-31-1 table .col-10 {
		width: 10%;
		}




/* SIDEBAR COLUMN
-------------------------------------------*/
	
.col-31-2 {
	}