/*--------------------------------------------------*/
/* Extras						                    */

	.extras {
		background: #a6b8ca url("../../img/extras/extrasBackground.gif") repeat-y 0 0;
		margin: 0 0 11px;
	}

		.extras .lms {
			background: url("../../img/global/cornerLightBlueTopLeft.gif") no-repeat 0 0;
			width: 278px;
			float: left;
			margin: 0 1px 0 0;
		}

		.extras .insurance {
			background: url("../../img/global/cornerLightBlueBottomRight.gif") no-repeat 100% 100%;
			width: 281px;
			float: left;
		}

		.extras div p {
			padding: 0 11px 11px;
		}

/*--------------------------------------------------*/
/* Steps						                    */

	#steps {
		list-style-type: none;
		margin: 6px 0 22px 11px;
	}

		#steps li {
			margin: 0 0 6px;
			background: url("../../img/global/arrowRedInvert.gif") no-repeat 0 1px;
		}

		#steps li a {
			background: url("../../img/global/arrowRedInvert.gif") no-repeat 0 1px;
			padding: 0 0 0 16px;
		}


/*--------------------------------------------------*/
/* Back to top                     					*/

	.backToTop {
		border-top: 1px solid #cc0033;
		padding: 6px 0 11px;
		text-align: right;
		background: url("../../img/newCustomers/guideTop.gif") no-repeat 100% 6px;
		clear: both;
	}

		.backToTop a {
			background: url("../../img/newCustomers/guideTop.gif") no-repeat 100% 0;
			padding: 0 14px 0 0;
		}

/*--------------------------------------------------*/
/* Highlight					                    */

	.highlight {
		background: url("../../img/global/pullout.gif") repeat-y 0 0;
		margin: 0 0 11px;
	}

		.highlight h3 {
			color: #fff;
			font-weight: normal;
			background: #003366 url("../../img/global/cornerBlueTopRight") no-repeat 100% 0;
		}

		.highlight div {
			background: url("../../img/global/pulloutBottomAlt.gif") no-repeat 100% 100%;
			padding: 11px 11px 0;
		}

			.highlight div ul {
				margin-bottom: 0;
			}

			.highlight div ul li {
				margin: 0;
				padding: 0 0 11px;
			}
