html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

p {
	margin: 0;
	padding: 7px 5px 5px 5px;
}

h3 {
	padding: 10px 5px 0px 5px;
	font-weight: bold;
	font-size: 1.2em;
}

.clear-both { 
	clear: both;
}

.float-left {
	float: left;
}

.clear-left {
	clear: left;
}

.float-right {
	float: right;
}

.clear-right {
	clear: right;
}

.hidden {
	display: none;
}

.tiny {
	font-size: 0.001em;
}

/*****/

html, body { 
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, sans;
	line-height: 1;
	font-size: 62.5%; /* now 1em is 10px */
	color: white;
	background: #1a4168 url('../images/body-tile.png') repeat-x top;
	
	_text-align: center;
}

a, a:visited, a:hover {
	color: #0062a6;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #cc0000;
}

#container {
	width: 848px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.5em;
	_text-align: left;
}

#header {
	width: 848px;
	height: 149px;
	position: relative;
}
	#header a.contact {
		width: 170px !important;
		height: 45px !important;
		top: 90px !important;
		left: 665px !important;
		background: transparent !important;
	}
		#header a.contact span {
			display: none !important;
		}
	#header a {
		display: block;
		width: 848px;
		height: 128px;
		position: absolute;
		top: 21px;
		background: url('../images/header.png') no-repeat;
	}
		#header a span {
			display: block;
			width: 320px;
			height: 165px;
			position: absolute;
			top: -21px;
			left: 361px;
			background: url('../images/header-people.jpg') no-repeat;
			
			cursor: pointer;
			text-indent: -10000px;
		}


#nav {
	margin-left: 8px;
	width: 830px;
	height: 52px;
	background: url('../images/nav-top.png') no-repeat bottom;
}
	#nav ul {
		position: absolute;
		margin-left: 50px;
		margin-top: 11px;
		list-style: none;
	}
		#nav ul li {
			float: left;
			height: 41px;
			margin-right: 24px;
		}
			#nav ul li a {
				display: block;
				height: 41px;
				background-position: top !important;
			}
				#nav ul li a span {
					display: none;
				}
			#nav ul li a:hover,
			#nav ul li a.active {
				background-position: bottom !important;
			}
			#nav ul li a.home {
				width: 70px;
				background: url('../images/nav-home.png') no-repeat;
			}
			#nav ul li a.your-financial-independence {
				width: 226px;
				background: url('../images/nav-your-financial-independence.png') no-repeat;
			}
			#nav ul li a.long-term-care {
				width: 138px;
				background: url('../images/nav-long-term-care.png') no-repeat;
			}
			#nav ul li a.resources {
				width: 101px;
				background: url('../images/nav-resources.png') no-repeat;
			}
			#nav ul li a.contact-us {
				width: 96px;
				background: url('../images/nav-contact-us.png') no-repeat;
			}

			/** temp - remove or change with new visible nav **/
			/*#nav ul li a.long-term-care {
				margin-left: 250px;
			}*/
			#nav ul li a.resources {
				margin-left: 2px;
			}
			/*#nav ul li a.contact-us {
				margin-left: 65px;
			}*/
			/** end temp **/

#footer {
	color: #8eb5db;
	margin-top: 5px;
	margin-left: 13px;
	width: 820px;
	height: 30px;
	background: url('../images/footer-tile.png') repeat-x center;
}
	#footer a, #footer a:hover, #footer a:visited {
		color: white;
		font-weight: normal;
	}
	#footer .footer-left {
		height: 30px;
		background: url('../images/footer-tile.png') no-repeat top left;
	}
	#footer .footer-right {
		height: 30px;
		background: url('../images/footer-tile.png') no-repeat bottom right;
	}
	#footer .footer-inner {
		padding: 5px;
		font-size: 0.9em;
		line-height: 20px;
		position: relative;
	}
	#footer .footer-nav {
		position: absolute;
		left: 0;
		line-height: 13px;
	}
		#footer .footer-nav ul {
			list-style: none;
			margin-left: 8px;
			margin-top: 3px;
		}
			#footer .footer-nav ul li {
				float: left;
				padding: 0 8px;
				border-left: 1px solid #739ac0;
			}
			#footer .footer-nav ul li.first {
				border-left: none !important;
			}
	#footer .footer-ryvon {
		position: absolute;
		right: 10px;
		top: 7px;
	}
		#footer .footer-ryvon a {
			display: block;
			width: 22px;
			height: 15px;
			background: url('../images/footer-ryvon.png') no-repeat;
		}
		#footer .footer-ryvon a span {
			display: none;
		}
	#footer .footer-copyright {
		text-align: center;
	}

#content {
	margin-left: 8px;
	width: 830px;
	background: white;
	color: #333333;
}
	#content .content-top {
		background: url('../images/content-top.png') no-repeat top;
	}
	#content .content-bottom {
		background: url('../images/content-bottom.png') no-repeat bottom;
	}
	#content .content-inner {
		min-height: 170px;
		padding: 20px 10px;
	}
	
	#content h1 {
		text-align: center;
		font-size: 1.4em;
		font-weight: bold;
		color: #004385;
		height: 35px;
		padding: 0 10px;
		line-height: 35px;
		background: url('../images/h1.png') no-repeat top;
	}
	
	#content .content-info {
		clear: both;
		width: 800px;
		background: url('../images/content-info.png') no-repeat 0 10px;
		text-align: center;
		padding: 20px 10px 0 10px;
		margin: 0 0 0 5px;
		color: #666666;
		font-family: "Trebuchet MS";
		line-height: 2em;
	}
		#content .content-info div {
			padding: 3px;
		}
		
	#content ul {
		list-style: none;
	}
		#content ul li {
			margin: 0 0 0 8px;
			padding: 3px 0 3px 19px;
			font-size: 1.0em;
			background: url('../images/bullet.png') no-repeat left center;
		}

.content-home {
	line-height: 2em;
}
	.content-home .title-image {
		margin-left: 5px;
		width: 800px;
		height: 150px;
	}
		.content-home .title-image span {
			position: absolute;
			display: block;
			width: 800px;
			height: 150px;
			overflow: hidden;
			text-indent: -1000px;
			background: url('../images/home/title-image.jpg') no-repeat top;
		}

	
	.content-home .content-left {
		font-size:13px;
		margin: 20px 0 0 20px;
		_margin-left: 10px;
		width: 500px;
		float: left;
		background: url('../images/content-left-top.png') no-repeat top;
	}
		.content-home .content-left-bottom {
			background: url('../images/content-left-bottom.png') no-repeat bottom;
		}
		.content-home .content-left-inner {
			min-height: 135px;
			padding: 40px 15px 50px 15px;
		}
	.content-home .content-right {
		margin: 10px 10px 0 0;
		_margin-right: 5px;
		width: 280px;
		float: right;
		color: #666666;
	}
		.content-home .content-right .right-image {
			width: 280px;
			height: 170px;
			background: url('../images/home/right-image.jpg') no-repeat top;
		}
		.content-home .content-right .right-question {
			font-size: 14px;
			width: 195px;
			height: 18px;
			margin: 5px 0 2px 75px;
			background: url('../images/home/right-question.png') no-repeat top;
		}
			.content-home .content-right .right-question span {
				display: none;
			}
		.content-home .content-right li {
			margin-bottom: 5px !important;
			line-height: 1em;
			
		}


form {
}
	form input.input-text,
	form textarea.input-text {
		border: 1px solid #999999;
		background: url('../images/contact/input-text.png') no-repeat top left;
	}
	form input.input-text {
		height: 18px;
		line-height: 20px;
	}
	form label {
		color: #666666;
		line-height: 20px;
		font-weight: bold;
	}
	form .inputs select {
		border: 1px solid #999999;
	}
	form input.input-checkbox,
	form input.input-radio {
		vertical-align: middle;
		margin: 0 5px 0 0;
	}
	
	form .input-block {
		overflow: hidden;
		clear: both;
		margin: 5px 0 5px 0;
	}
	form .input-block-error {
	}
		form .input-block-error label {
			color: #a90002;
		}
			form .input-block-error label img {
				vertical-align: middle;
				margin: 0 2px 0 0;
			}
		form .input-block-error input.input-text,
		form .input-block-error textarea.input-text {
			border: 1px solid #a90002;
			background: url('../images/contact/input-text-error.png') no-repeat top left;
		}


.content-contact {
}
	.content-contact .contact-form {
		overflow: hidden;
		font-size: 1.0em;
		margin: 15px 0 0 0;
	}
		.content-contact .contact-form .required-label {
			font-weight: bold;
			padding-left: 5px;
		}
			.content-contact .contact-form .required-label span {
				color: #b50004;
				font-size: 1.2em;
				font-weight: bold;
			}
		.content-contact .contact-form .required-bullet {
				color: #b50004;
				font-size: 1.2em;
				font-weight: bold;
		}
		.content-contact .contact-form .form-title {
			color: #375f87;
			font-weight: bold;
			font-size: 1.1em;
			line-height: 20px;
			border-bottom: 1px solid #d4d9de;
			padding-left: 20px;
		}
		.content-contact .contact-form .form-title-one {
			background: url('../images/contact/form-block-one.png') no-repeat left center;
		}
		.content-contact .contact-form .form-title-two {
			background: url('../images/contact/form-block-two.png') no-repeat left center;
		}
		.content-contact .contact-form .form-title-three {
			background: url('../images/contact/form-block-three.png') no-repeat left center;
		}
		.content-contact .contact-form .form-title-four {
			background: url('../images/contact/form-block-four.png') no-repeat left center;
		}
	
		.content-contact .contact-form .inputs {
			float: left;
			margin-left: 10px;
		}
			.content-contact .contact-form .inputs label,
			.content-contact .contact-form label.inline {
				display: inline !important;
				float: none !important;
				font-weight: normal !important;
			}
			.content-contact .contact-form .inputs input.input-text {
				display: inline !important;
				float: none !important;
			}
			.content-contact .contact-form .inputs select {
				margin-right: 5px;
			}
			
		.content-contact .contact-form .form-top {
			overflow: hidden;
		}
			
		.content-contact .contact-form .form-personal {
			width: 355px;
			float: left;
			margin: 5px 20px 0 40px;
		}
		
		.content-contact .contact-form .form-address {
			width: 355px;
			float: left;
			margin-top: 5px;
		}
		
			.content-contact .contact-form .form-personal .input-block,
			.content-contact .contact-form .form-address .input-block {
			}
				.content-contact .contact-form .form-personal .input-block label,
				.content-contact .contact-form .form-address .input-block label {
					display: block;
					width: 125px;
					text-align: right;
					float: left;
				}
				.content-contact .contact-form .form-personal .input-block input.input-text,
				.content-contact .contact-form .form-address .input-block input.input-text {
					width: 210px;
					display: block;
					margin-left: 10px;
					float: left;
				}
			
		.content-contact .contact-form .form-extra {
			overflow: hidden;
			margin: 10px 0 0 40px;
			width: 730px;
			clear: left;
		}
			.content-contact .contact-form .form-extra label {
				margin-right: 5px;
			}
			.content-contact .contact-form .form-extra textarea.input-text {
				width: 310px;
				height: 60px;
				margin-left: 10px;
			}
			.content-contact .contact-form .form-extra .extra-left {
				width: 355px;
				float: left;
				margin-right: 20px;
			}
				.content-contact .contact-form .form-extra .extra-left .input-block {
					margin: 5px 0 12px 20px;
				}
			.content-contact .contact-form .form-extra .extra-right {
				width: 355px;
				float: left;
			}
			
		.content-contact .contact-form .form-review {
			overflow: hidden;
			margin: 10px 0 0 40px;
			width: 730px;
			clear: left;
		}
			.content-contact .contact-form .form-review label {
				line-height: 24px;
				display: block;
				float: left;
			}
			.content-contact .contact-form .form-review input.submit {
				display: block;
				float: left;
				margin-left: 20px;
			}
	.content-contact .contact-error,
	.content-contact .contact-success {
		margin: 10px 0 10px 5px;
		color: #a90002;
		font-weight: bold;
		width: 800px;
		background: url('../images/contact/form-error.png') repeat-y center center;
	}
		.content-contact .contact-error  ul {
		}
			.content-contact .contact-error ul li {
				background: url('../images/contact/error-bullet.png') no-repeat 13px center !important;
				padding: 1px 0 1px 24px !important;
			}
		.content-contact .contact-error .contact-error-top {
			background: url('../images/contact/form-error.png') no-repeat left top;
		}
		.content-contact .contact-error .contact-error-bottom {
			background: url('../images/contact/form-error.png') no-repeat right bottom;
		}
		.content-contact .contact-error .contact-error-inner {
			padding: 5px;
			overflow: hidden;
		}
			.content-contact .contact-error .contact-error-inner img {
				margin: 1px 2px;
				vertical-align: middle;
			}
		.content-contact .contact-error li {
			font-weight: normal;
		}
	.content-contact .contact-success {
		color: #3d8337;
		background: url('../images/contact/form-success.png') repeat-y center center;
	}
		.content-contact .contact-success .small {
			font-size: .9em;
			padding-left: 20px;
		}
		.content-contact .contact-success .contact-success-top {
			background: url('../images/contact/form-success.png') no-repeat left top;
		}
		.content-contact .contact-success .contact-success-bottom {
			background: url('../images/contact/form-success.png') no-repeat right bottom;
		}
		.content-contact .contact-success .contact-success-inner {
			padding: 5px;
			overflow: hidden;
		}
		
.content-success {
}
	.content-success .success {
		margin: 10px 0 10px 5px;
		color: #a90002;
		font-weight: bold;
		width: 800px;
		background: url('../images/contact/form-success.png') repeat-y center center;
	}
		.content-success .success  ul {
		}
			.content-success .success ul li {
				background: url('../images/contact/success-bullet.png') no-repeat 13px center !important;
				padding: 1px 0 1px 24px !important;
			}
		.content-success .success .success-top {
			background: url('../images/contact/form-success.png') no-repeat left top;
		}
		.content-success .success .success-bottom {
			background: url('../images/contact/form-success.png') no-repeat right bottom;
		}
		.content-success .success .success-inner {
			padding: 5px;
			overflow: hidden;
		}
			.content-success .success .success-inner img {
				margin: 1px 2px;
				vertical-align: middle;
			}
		.content-success .success li {
			font-weight: normal;
		}
		
.content-error {
}
	.content-error .error {
		margin: 10px 0 10px 5px;
		color: #a90002;
		font-weight: bold;
		width: 800px;
		background: url('../images/contact/form-error.png') repeat-y center center;
	}
		.content-error .error  ul {
		}
			.content-error .error ul li {
				background: url('../images/contact/error-bullet.png') no-repeat 13px center !important;
				padding: 1px 0 1px 24px !important;
			}
		.content-error .error .error-top {
			background: url('../images/contact/form-error.png') no-repeat left top;
		}
		.content-error .error .error-bottom {
			background: url('../images/contact/form-error.png') no-repeat right bottom;
		}
		.content-error .error .error-inner {
			padding: 5px;
			overflow: hidden;
		}
			.content-error .error .error-inner img {
				margin: 1px 2px;
				vertical-align: middle;
			}
		.content-error .error li {
			font-weight: normal;
		}
	.content-error .error-debug {
		font-weight: normal;
	}
		.content-error .error-debug h3 {
			font-weight: bold;
		}
		.content-error .error-debug p {
			padding: 0 15px !important;
		}

.content-login {
}
	.content-login form {
	}
		.content-login form label {
			display: block;
			text-align: right;
			padding-right: 5px;
			width: 70px;
			float: left;
		}
		.content-login form input {
			display: block;
			float: left;
		}
		.content-login form .submit {
			margin-left: 152px;
		}
		
.content-resources {
}
	.content-resources .content-left {
		width: 290px;
		float: left;
		margin: 35px 0px 0px 0px;
		padding: 0px 0px 0px 15px;
	}
	.content-resources .content-right {
		float: right;
		margin: 15px 5px 0 0;
	}

.resources-container {
	width: 500px;
}
	.resources-container .resources-categories {
		height: 32px;
		overflow: hidden;
		list-style: none;
		padding-left: 35px;
	}
		.resources-container .resources-categories li {
			display: block;
			float: left;
			padding: 0 !important;
		}
		.resources-container .resources-categories li a {
			display: block;
			width: 134px;
			height: 32px;
			background: url('../images/resources/resources-category.png') no-repeat left !important;
			
			cursor: pointer;
			line-height: 36px;
			_padding-top: 10px;
			text-align: center;
			font-weight: bold;
			font-size: 1.1em;
			color: #ae0003;
		}
		.resources-container .resources-categories li a:hover,
		.resources-container .resources-categories li a.active {
			background: url('../images/resources/resources-category.png') no-repeat right !important;
			color: white;
		}
		.resources-container .resources-categories li a.active {
			cursor: default;
		}
		.resources-container .resources-categories li a img {
			vertical-align: middle;
			margin: -3px 2px 0 0;
			display: inline-block;
		}
		#container-ie-new .resources-container .resources-categories li a img {
			margin: 0 2px 0 0;
		}

	.resources-container .resources-main {
		background: url('../images/resources/resources-box.png') no-repeat top left;
	}
		.resources-container .resources-main-bottom {
			background: url('../images/resources/resources-box.png') no-repeat bottom right;
		}
		.resources-container .resources-main-inner {
			min-height: 135px;
			padding: 10px;
		}

	.resources-container .resources-main-inner .resources-scroll {
		display: none;
	}
	.resources-container .resources-main-inner .resources-scroll-up {
		height: 20px;
		background: url('../images/resources/resources-scroll-up-off.png') no-repeat center;
	}
	.resources-container .resources-main-inner .resources-scroll-up:hover {
		background: url('../images/resources/resources-scroll-up-on.png') no-repeat center;
	}
	.resources-container .resources-main-inner .resources-scroll-up-disabled,
	.resources-container .resources-main-inner .resources-scroll-up-disabled:hover,
	.resources-container .resources-main-inner .resources-scroll-up-disabled:focus {
		cursor: default !important;
		outline: 0;
		background: url('../images/resources/resources-scroll-up-disabled.png') no-repeat center !important;
	}
		.resources-container .resources-main-inner .resources-scroll-up span {
			display: none;
		}
	.resources-container .resources-main-inner .resources-scroll-down {
		height: 20px;
		background: url('../images/resources/resources-scroll-down-off.png') no-repeat center;
	}
	.resources-container .resources-main-inner .resources-scroll-down:hover {
		background: url('../images/resources/resources-scroll-down-on.png') no-repeat center;
	}
	.resources-container .resources-main-inner .resources-scroll-down-disabled,
	.resources-container .resources-main-inner .resources-scroll-down-disabled:hover,
	.resources-container .resources-main-inner .resources-scroll-down-disabled:focus {
		cursor: default !important;
		outline: 0;
		background: url('../images/resources/resources-scroll-down-disabled.png') no-repeat center !important;
	}
		.resources-container .resources-main-inner .resources-scroll-down span {
			display: none;
		}
	.resources-container .resources-main-inner .resources-separator {
		font-size: .01em;
		overflow: hidden;
		height: 1px;
		border-top: 1px solid #c8c8c8;
		margin: 8px 0;
	}
	.resources-container .resources-main-inner .resources-separator-blank {
		border-top: 1px solid transparent !important;
	}
	.resources-container .resources-main-inner .resources-empty {
		height: 95px;
		line-height: 95px;
		text-align: center;
	}
	
	.resources-container .resources-main-container {
		height: 420px;
		/*height: 516px; for 3 per page*/
		overflow: auto;
	}
	.resources-container .resources-main-inner .resource {
		clear: both;
		overflow: hidden;
		height: 160px;
	}
		.resources-container .resources-main-inner .resource-image {
			float: left;
			width: 115px;
			text-align: center;
			padding: 4px 0 5px 0;
		}
		.resources-container .resources-main-inner .resource-info {
			float: left;
			width: 340px;
			margin-right: 5px;
		}
			.resources-container .resources-main-inner .resource-info .resource-link {
				float: right;
				margin: 3px 5px 0 5px;
			}
			.resources-container .resources-main-inner .resource-info .resource-author,
			.resources-container .resources-main-inner .resource-info .resource-isbn,
			.resources-container .resources-main-inner .resource-info .resource-description {
				font-size: .9em;
				line-height: 1.5em;
			}
			.resources-container .resources-main-inner .resource-info .resource-name {
				font-size: 1.1em !important;
			}
			.resources-container .resources-main-inner .resource-info .resource-description {
				clear: both;
				font-size: 1.0em;
				padding: 12px 0 5px 0;
			}
	.resources-container .resources-main-inner .resource-video {
		height: 330px;
	}
		.resources-container .resources-main-inner .resource-video .resource-info {
			width: auto;
			padding-left: 35px;
		}
			.resources-container .resources-main-inner .resource-info .resource-video {
				clear: both;
			}
			.resources-container .resources-main-inner .resource-video .resource-info .resource-name {
				white-space: nowrap;
			}

.admin-table {
	border-left: 1px solid #83a1be;
	border-right: 1px solid #83a1be;
	margin: 10px 5px 0 5px;
	width: 800px;
}
	.admin-table th {
		background: url('../images/admin-table-th.png') repeat-x center;
		color: white;
		font-weight: bold;
		padding: 0 5px;
	}
	.admin-table td {
		padding: 2px 5px;
		border-bottom: 1px solid #83a1be;
		color: #666666;
	}
	.admin-table td img {
		vertical-align: middle;
	}
	.admin-table tr:hover td {
		background: #e3ebf2;
		color: black;
		font-weight: bold;
	}


.content-your-financial-independence {

}
	.content-your-financial-independence .book-container {
		background: #e1e1e1;
		border: 1px solid #c7c7c7;
	}
	.content-your-financial-independence .book-container div#book-inner-container {
		height: 58px;
	}
	.content-your-financial-independence .book-container object#book-inner-container {
		height: 650px;
	}

	.content-your-financial-independence .book-chapters {
		height: 31px;
		overflow: hidden;
		list-style: none;
		padding-left: 0px;
		margin: 20px 0 0 0;
	}
		.content-your-financial-independence .book-chapters li {
			display: block;
			float: left;
			background: url('../images/book/book-tab.png') no-repeat right !important;
			padding: 0 10px 0 0 !important;
			margin: 0 0 0 6px !important;
		}
		.content-your-financial-independence .book-chapters li a {
			display: block;
			height: 31px;
			background: url('../images/book/book-tab.png') no-repeat left !important;

			cursor: pointer;
			line-height: 36px;
			padding-left: 10px;
			_padding-top: 10px;
			text-align: center;
			font-weight: bold;
			font-size: 1.0em;
			color: #ae0003;
		}
			.content-your-financial-independence .book-chapters li:hover {
				background: url('../images/book/book-tab-hover.png') no-repeat right !important;
			}
				.content-your-financial-independence .book-chapters li:hover a {
					color: white;
					background: url('../images/book/book-tab-hover.png') no-repeat left !important;
				}

		.content-your-financial-independence .book-chapters li a.preface {
			width: 50px;
		}
		.content-your-financial-independence .book-chapters li a.life-insurance {
			width: 95px;
		}
		.content-your-financial-independence .book-chapters li a.life-insurance {
			width: 95px;
		}
		.content-your-financial-independence .book-chapters li a.retirement {
			width: 70px;
		}
		.content-your-financial-independence .book-chapters li a.long-term-care {
			width: 105px;
		}
		.content-your-financial-independence .book-chapters li a.college-funding {
			width: 110px;
		}
		.content-your-financial-independence .book-chapters li a.business-owners {
			width: 110px;
		}
		.content-your-financial-independence .book-chapters li a.afterthought {
			width: 80px;
		}

		.content-your-financial-independence .book-chapters li a.active {
			cursor: default;
		}

	.content-your-financial-independence .book-navigation {
		height: 22px;
		overflow: hidden;
		list-style: none;
		padding: 0 30px;
		margin: 0 0 20px 0;
	}
		.content-your-financial-independence .book-navigation li {
			display: block;
			float: left;
			background: url('../images/book/book-tab-bottom.png') no-repeat right !important;
			padding: 0 10px 0 0 !important;
			margin: 0 !important;
		}
		.content-your-financial-independence .book-navigation li a {
			display: block;
			height: 22px;
			background: url('../images/book/book-tab-bottom.png') no-repeat left !important;

			cursor: pointer;
			line-height: 18px;
			padding-left: 10px;
			_padding-top: 2px;
			text-align: center;
			font-weight: bold;
			font-size: 0.9em;
			color: #ae0003;
		}
			.content-your-financial-independence .book-navigation li:hover {
				background: url('../images/book/book-tab-bottom-hover.png') no-repeat right !important;
			}
				.content-your-financial-independence .book-navigation li:hover a {
					color: white;
					background: url('../images/book/book-tab-bottom-hover.png') no-repeat left !important;
				}

		.content-your-financial-independence .book-navigation li.previous {
			float: left;
		}
			.content-your-financial-independence .book-navigation li.previous a {
				width: 85px;
			}
		.content-your-financial-independence .book-navigation li.next {
			float: right;
		}
			.content-your-financial-independence .book-navigation li.next a {
				width: 60px;
			}

		.content-your-financial-independence .book-navigation li a.active {
			cursor: default;
		}


#altmsg, #jsmsg {
	color: #FFFFFF;
	display: block;
	width: 100%;
	background-color:#000000;
	padding: 20px 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg {
	display: none;
}
	#altmsg:hover, #jsMessage:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	a.altlink:link {
		color: #FFFFFF;
	}
	a.altlink:visited {
		color: #DDDDDD;
	}
	a.altlink:hover{
		color: #FFFFFF;
	}

