


/* -------------- RESET -------------- */
/* begin */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0;
	border: 0;
	}

/* end */


/* -------------- standard tags for basic/global functionality -------------- */
/* begin */


.indentBoth {
	margin-left: 20px;
	margin-right: 20px;
	}
.fileDetails {
	font-size: 10px;
	color: #555;
	}
.hidden {
	display: none;
	}
.warning {
	color: red;
	}

.ERROR {
/*	display: none;    /* prevents flagged ERRORs from being visible on front end */
	color: #FF00FF;
	background: #FFEEFF;
	}



.clearLeft {
	clear: left;
	}
.clearRight {
	clear: right;
	}
.clearBoth {
	clear: both;
	}


/* end */











/* -------------- POD TYPE: Tipdown -------------- */
/* begin */

#ie7 .tipdown div ol,
#ie6 .tipdown div ol,
#ie7 .tipdown div ul,
#ie6 .tipdown div ul,
#ie7 .tipdown div,
#ie6 .tipdown div, 
#ie6 .tipdown div .alignRight {    /* !  */
	position: static; 
	}
.tipdownTrigger {
	}
	a:link.tipdownTrigger {
		padding-right: 16px;
		background: url(/includes/files/base/images/icons/icon-arrow-tipdown.png) right -30px no-repeat;
		}
		#ie7 a.tipdownTrigger
		#ie6 a.tipdownTrigger {
			display: inline-block;    /* !  */
			}
		#ie6 a.tipdownTrigger {
			background-image: url(/includes/files/base/images/icons/icon-arrow-tipdown.gif);
			}
	a:hover.tipdownTrigger,
	a:active.tipdownTrigger {
		background: url(/includes/files/base/images/icons/icon-arrow-tipdown.png) right -150px no-repeat;
		}
		#ie6 a:hover.tipdownTrigger,
		#ie6 a:active.tipdownTrigger {
			background-image: url(/includes/files/base/images/icons/icon-arrow-tipdown.gif);
			}
.tipdownContent {     /* !  */
	padding-top: 10px;
	padding-bottom: 15px;
	}

/* end */


/* -------------- POD TYPE: Accordion -------------- */
/* begin */

.accordion {
	padding-bottom: 2em;
	clear: both;
	}

.accordionWrapper {
	position: relative;
/*	margin-left: 30px;    /* !   */
	}
	
	.accordionWrapper .tipdown {
		/* !  */
		}
		.accordionWrapper .tipdown .element {
			/* !  */
			text-align: left;
			padding-left: 4px;
			margin-bottom: 6px;
			color: black;
			background: transparent;
			}
.accordionToggleOn,
.accordionToggleOff {
	font-size: 13.2px;
	color: white;
	position: relative;
	padding: 5px 0 3px 32px;
	margin-bottom: 2px;
	height: 22px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	}

.accordionToggleOn,
.accordionToggleOff {
	background: url(/includes/files/base/images/accordion-toggle-Bg.gif) 4px 4px no-repeat #acb7c3;    /* light grey blue */
	}
.accordionToggleOn {
	background-position: 4px -36px;
	background-color: #153248;    /* dark grey blue */
	}

/* end */


/* -------------- POD TYPE: Tabbed -------------- */
/* begin */


.tabbedWrapper{
/*margin: 0 0 30px 0; */
	}
	 ol.tabs {
		clear: both;
		margin-top: 20px;
		margin-bottom: 10px;
		padding-bottom: 0 !important;
		height: 26px;
		border-bottom: 1px solid #000828;    /* really dark blue */
		}

		 ol.tabs li {
			list-style: none;
			float: left;
			padding: 0;
			font-size: 12px;
			margin: 0 1px 0 0 !important;
			}
			ol.tabs li a,
			ol.tabs li a b {
				display: block;
				color: white;
				background: url(/includes/files/base/images/tabs-Bg.jpg) left 0 no-repeat #161c2d;    /* dark grey blue */
				}
			ol.tabs li a {
				padding: 0 0 0 15px;
				background-position: left top;
				}
				#ie6  ol.tabs li a {
					float: left;
					}

				 ol.tabs li a b {
					text-transform: uppercase;
					display: block;
					font-weight: normal;
					padding: 5px 15px 5px 0px;
					line-height: 16px;
					background-position: right top;
					}
					#ie6  ol.tabs li a b {
						float: left;
						}

					ol.tabs li  a.current {
						background-position: left -100px;
						}
					ol.tabs li  a.current b {
						background-position: right -100px;
						}

			 	ol.tabs li a:hover {
					text-decoration: none;
					background-position: left -50px;
					}
					ol.tabs li a:hover b {
						background-position: right -50px;
						}


				.tabs.vertical {
			clear: both;
			padding-left: 100px;
			background: #e1e4e9;    /* pale grey blue */
			background: url(/includes/files/base/images/tabs-vertical-Bg.gif) -100px top repeat-y;    /* offset to show only 100px */
			border: 1px solid #d3d6db;    /* light grey blue */
			}
			#ie6 .tabs.vertical {
				height: 1%;
				}
			.tabs.vertical ol.tabs {
				float: left;
				margin-left: -100px;
				line-height: auto;
				height: auto;
				border: 0;
				}
				#ie6 .tabs.vertical ol.tabs {
					display: inline;
					}
				.tabs.vertical ol.tabs li {
					clear: left;
					list-style: none;
					margin: 0 !important;
					padding: 0 !important;
					width: 100px;
					}
					.tabs.vertical ol.tabs li a {
						padding: 6px;
						color: #838994;    /* med blue grey */
						font-size: 13.2px;
						text-decoration: none;
						background: none;
						}
						.tabs.vertical ol.tabs li a.current  {
							color: black;
							background: white;
							}
					.tabs.vertical ol.tabs li a:hover {
						}
			.tabs.vertical .tabContent {
				position: relative;
				float: left;
				padding: 10px;
				background: white;
				}


.tabbedContent {
		display: none;     /*  */
		}

/* end */



/* -------------- POD TYPE: Slideshow -------------- */
/* begin */

.pod.slideshow {
	position: relative;
	}
	.pod.slideshow .slideshowWrapper {
		position: relative;
		}
		.pod.slideshow .slideshowWrapper a:link,
		.pod.slideshow .slideshowWrapper a:visited {
			}
		.pod.slideshow .slideshowWrapper a:hover,
		.pod.slideshow .slideshowWrapper a:active {
			}
	.pod.slideshow .buttons {
		position: absolute;
		top: -10px;
		right: -10px;
		font-size: 10px;
		}
		#ie6 .pod.slideshow .buttons {
			top: -17px;
			right: 0px;
			}
		.pod.slideshow .buttons a:link,
		.pod.slideshow .buttons a:visited {
			display: block;
			float: left;
			padding: 1px 2px;
			color: black;
			background: #CCC;
			border: 1px solid #999;
			}
		.pod.slideshow .buttons a:hover,
		.pod.slideshow .buttons a:active {
			color: black;
			background: #DDD;
			}

/* end */


/* -------------- POD TYPE: HTML -------------- */
/* begin */

.pod.html {
	position: relative;
	}

/* end */




/* -------------- GLOBAL: Table -------------- */
/* begin */

table th,
table td {
	padding: 2px;
	text-align: left;
	}
	table th.right,
	table td.right {
		text-align: right;
		}
	table th.center,
	table td.center {
		text-align: center;
		}

	tr.altRow {
		background: #eee;
		}



/* -------------- POD TYPE: Table -------------- */
/* begin */

	.pod.table {
		margin-bottom: 1em;
		}
		.pod.table .podStyleIndicator {
			background: orange;
			}
		.pod.table table.table {
			width: 100%;
			border: 1px solid #CCC;
			border-width: 1px 0 0 1px;   /* top, left */
			padding-bottom: 0;
			}
		.pod.table table.table th,
		table tr.hdr th {
			padding: 3px;
			vertical-align: bottom;
			font-size: 12px;
			font-weight: normal;
			text-align: left;
			color: black;
			background: #e1e4e9;
			border-bottom: 1px solid #CCC;
			}
		.pod.table table.table td {
			padding: 3px;
			border: 1px solid #CCC;
			border-width: 0 1px 1px 0 ;   /* right, bottom */
			}

		.pod.table table.table tr.altRow {
			background: #eee;
			}

		.pod.table table.table td.first {
			color: black;
			font-weight: bold;
			text-align: left;
			}
			.pod.table table.table ol {
				margin: 0;
				padding: 0;
				}
			.pod.table table#courseTable ul,
			.pod.table table#courseTable ul li {
				list-style: none;
				margin: 0;
				padding: 0;
				}

/* end */


/* -------------- POD TYPE: Columns -------------- */
/* begin */

	.pod.columns {
		clear: both;
		padding: 0.4em 0 1em;
		}
		.pod.columns .column {
			float: left;
			}
			.pod.columns .column.first {
				}
			.pod.columns .column.last {
				}

/* end */



/* -------------- External Link Warning -------------- */
/* begin */

#extLinkPopUp {
	display: none;
	position: absolute;
	z-index: 11000;
	padding: 4px;
	margin: 0 0 20px 0;
	background: black;
	}
	#extLinkPopUp .content {
		padding: 10px 20px;
		min-height: 30px; 
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		color: black;
		background: white;
		}
		#extLinkPopUp .flash div.inner p {
			color: #333;
			line-height: 2.08em;
			}

	#extLinkPopUp a:link,
	#extLinkPopUp a:visited {
		padding: 5px 10px 5px 10px;
		margin-right: 7px;
		margin-bottom: 15px;
		font-weight: bold;
		color: #333;
		border: 1px solid #999;
		}
		#extLinkPopUp a:link.ok,
		#extLinkPopUp a:visited.ok {
			background: #e5b53a;    /* gold */
			}
		#extLinkPopUp a:hover.ok {
			text-decoration: underline;
			color: white;
			background: #006600;    /* green */
			}
		#extLinkPopUp a:link.cancel,
		#extLinkPopUp a:visited.cancel {
			color: white;
			background: #999;
			}
		#extLinkPopUp a:hover.cancel {
			text-decoration: underline;
			background: #8b0e04;    /* red */
			}

/* end */




/* -------------- POD ASSET: References -------------- */
/* begin */

#references {
	position: relative;
	clear: both;
	padding: 1em 30px;
	color: #8b8078;    /* warm grey 8 - lighten */
	font-size: 10px;
	}
	#references .refLink a:link,
	#references .refLink a:visited {
		display: block;
		width: 12px;
		text-align: center;
		}
	#references .refLink a:hover {
		background: #EEE;
		}
	#references li {
		position: relative;
		margin-left: 25px;
		}
		#references li span {
			position: absolute;
			top: 0;
			left: -31px;
			}

/* end */






/* -------------- forms -------------- */
/* begin */


form.front {
	/* !  */
	}

	form.front h2,
	form.front h3,
	form.front h4,
	form.front h5,
	form.front p {
		clear: left;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: 8px;
		}

	form.front fieldset {
		position: relative;
		float: left;
		clear: both;
		padding: 0 0 .5em 0;
		width: 430px;
		background: #dedbda;
		border: 1px solid #e8e5e2;
		}
		form.front fieldset ol {
			position: relative;
			padding: .5em 8px 0;
			margin-top: -.5em;
			}
			form.front fieldset ol li {
				position: relative;
				clear: left;
				list-style: none;
				padding: .5em 0 0.15em 88px;
				margin: 0 !important;
				width: 326px;
				}
				form.front fieldset ol li.colLeft {
					float: left;
					width: 135px;
					margin-right: 8px;
					}
				form.front fieldset ol li.colRight {
					clear: none;
					float: left;
					padding-left: 40px;
					width: 135px;
					}
					form.front fieldset ol li.colLeft input,
					form.front fieldset ol li.colLeft select,
					form.front fieldset ol li.colRight input,
					form.front fieldset ol li.colRight select {
						width: 127px;
						}
					form.front fieldset ol li.colRight label {
						text-align: right;
						margin-left: -48px;
						width: 40px;
						}

			form.front fieldset fieldset {
				border: 0;
				width: 100%;
				}



	form.front label {
		position: relative;
		display: block;
		float: left;
		clear: left;
		margin-left: -88px;
		width: 80px;
		}
		#ie6 form.front label {
			display: inline;
			}
		form.front .required label {
			font-weight: bold;
			}
		form.front .fullWidth label {
			width: 414px;
			}
	
	form.front input,
	form.front select, 
	form.front textarea {
/*		float: left;*/
		padding: 0;
		width: 318px;
		}
	form.front textarea {
		height: 100px;
		}
		form.front input.normal,
		form.front select.normal {
			width: auto;
			}


	form.front li.flipped {    /* !  */
/*		width: 80px;  */
		width: 326px;
		padding-top: 0;
		padding-bottom: 0;
		}
		form.front .flipped input,
		#ie7 form.front .flipped input,
		#ie6 form.front .flipped input {
			position: relative;
			float: left;
			margin-left: -30px;
			width: auto !important;
			}
		form.front li.flipped label {
			clear: none;
			width: 326px;
			margin-left: 0;
			}

	form.front li.flipped fieldset {    /* !  */
		padding-left: 0;
		padding-right: 0;
		}
		form.front li.flipped fieldset ol {
			}
		form.front li.flipped fieldset ol li.flipped {
			width: 296px !important;
			padding: 0 0 0 30px;
			}
			form.front li.flipped fieldset ol li.flipped label {
				width: 296px !important; 
				}



/*
				form.front fieldset .left,
				form.front fieldset .right {
					float: left;
					width: 199px;
					margin-right: 8px;
					}
				form.front fieldset .right,
				#ie6 form.front fieldset .left {
					margin-right: 0;
					}
					form.front fieldset .left ol li,
					form.front fieldset .right ol li {
						padding-left: 8px;
						width: 191px;
						}
					form.front fieldset .right ol li {
						}

					form.front fieldset .left ol li.flipped,
					form.front fieldset .right ol li.flipped {
						padding-left: 38px;
						width: 161px;
						}
					form.front fieldset .right ol li {
						}


					form.front fieldset .left input,
					form.front fieldset .left select,
					form.front fieldset .right input,
					form.front fieldset .right select,
					form.front fieldset .left li.flipped label,
					form.front fieldset .right li.flipped label {
						margin-left: 0;
						width: 127px;
						}
					form.front fieldset .left label,
					form.front fieldset .right label {
						width: px;
						}


					form.front fieldset .left li.flipped input,
					form.front fieldset .left li.flipped select,
					form.front fieldset .right li.flipped input,
					form.front fieldset .right li.flipped select {
						margin-left: 0;
						width: 30px;
						}
*/










		form.front fieldset.buttons,
		#ie7 form.front fieldset.buttons,
		#ie6 form.front fieldset.buttons {
			float: none;
			margin-bottom: .5em;
			padding-bottom: 0;
			border-top: 0;
			}
			form.front fieldset.buttons li {
				padding: 0;
				padding-left: 80px;
				}
			form.front fieldset.buttons label {
				position: absolute;
				left: -9000px;
				width: 0;
				height: 0;
				overflow: hidden;
				}
			form.front fieldset.buttons input,
			#ie7 form.front fieldset.buttons input,
			#ie6 form.front fieldset.buttons input {    /* !  */
				width: auto;
				}
			form.front fieldset.buttons .clearBoth {
				height: .5em;
				}


	/*  */
	form.front input.hiddenSubmitButton {
		display: none;
		}
		#ie7 form.front input.hiddenSubmitButton,
		#ie6 form.front input.hiddenSubmitButton {
			display: block;
			position: absolute;
			top: -9000px;
			width: 1px;
			height: 1px;
			border: 0px solid #dedbda;
			overflow: hidden;
			}







	form.front .help {
		}



	.narrow form.front {
		}
	.narrow form.front fieldset {
		width: 340px;
		}
		.narrow form.front fieldset ol li {
			width: 236px;
			}
	.narrow form.front input,
	.narrow form.front select, 
	.narrow form.front textarea {
		width: 228px;
		}
	.narrow form.front .fullWidth label {
		width: 324px;
		}
	.narrow form.front li.flipped {    /* !  */
		width: 236px;
		}
		.narrow form.front li.flipped label {
			width: 236px;
			}
		.narrow form.front li.flipped fieldset ol li.flipped label {
			width: 206px !important; 
			}


/* end */















/* -------------- basic parts -------------- */
/* begin */

body {
	font-family: Helvetica,Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	color: black;
	background: url(/includes/files/base/images/body-Bg.jpg) 50% top repeat-x white;
	}


h1 {
	padding: 8px 0 14px;
	line-height: 34px;
	font-size: 34px;
	font-weight: normal;
	color: #161c2d;    /* dark grey blue */
	}
h1 em,
h2 {
	padding: 8px 0 14px;
	font-size: 24px;
	font-weight: normal;
	line-height: 25px;
	color: #161c2d;    /* dark grey blue */
	}
	h1 em {
		display: block;
		font-style: normal;
		padding-bottom: 0;
		}
h3 {
	padding-top: 0;
	font-size: 16px;
	line-height: 17px;
	}
h4 {
	font-size: 14px;
	padding-top: 0;
	}
h5 {
	font-size: 12px;
	padding-top: 0;
	}
h6 {
	padding-top: 0;
	}
p,
.pod ol,
.pod ul {
	padding: 0 0 1em;
	}
.pod ol,
.pod ul {
	line-height: 1.28em;
	}
#content li {
	margin-left: 25px;
	}


dl {
	margin-bottom: 1em;
	}
dt {
	font-weight: bold;
	}
dd {
	margin: 0 0 0 25px;
	padding: 0 0 1em;
	}
blockquote {
	margin: 0 25px 0; 
	}
form {
	display: inline;
	}




a {
	text-decoration: none;
	color: #c8530b;    /* dark orange */
	outline: none;
	outline: 0;
	}
	a:hover {
		color: #F24D00;    /* bright orange */
		}
	a:active {
		outline: 0 none;
		outline-style: none;
		outline-width: 0;
		}

a.rev {    /* email scramble */
	unicode-bidi: bidi-override;
	direction: rtl;
	}



.page {
	position: relative;
	width: 955px;
	margin: 0 auto;
	padding-left: 15px;
	text-align: left;
	}
.wrapper {
	position: relative;
	width: 925px;
	padding: 0 14px;
	border: 1px solid #0e121d;    /* really dark blue */
	border-width: 0 1px;
	}

/* end */









/* -------------- content -------------- */
/* begin */



#content {
	z-index: 5;
	position: relative;
	clear: left;
	margin-top: 153px;
	}
	#content .wrapper {
		padding-top: 30px;
		padding-left: 15px;
		width: 925px;
		background: white;
		}
		.home #content .wrapper {
			background: url(/includes/files/base/images/content-Bg.jpg) left top repeat-x white;
			}

	#content .pod {
		line-height: 1.5em;
		}
		.pod li,
		.pod li {
			padding-bottom: .5em;    /* spaces out items */
			}

	#content #main {
		position: relative;
		float: right;
		margin-bottom: 20px;
		padding: 0 0 0 11px;
		width: 700px;
		border-left: 1px solid #e6e6e6;
		}
		.home #content #main {
			float: left;
			padding-left: 0;
			width: 645px;
			border: 0;
			}
/*
		#content #main .top,
		#content #main .bottom {
			margin: -20px -25px 0;
			height: 20px;
			background: black;
			background: url(/includes/files/base/images/main-curves.gif) left -60px no-repeat;
			}
		#content #main .bottom {
			clear: both;
			margin-top: 0;
			margin-bottom: -35px;
			background-position: left -100px;
			}*/



	#content #side {
		position: relative;
		float: left;
		padding: 0 0 0 0;
		margin: 15px 0 0 0;
		width: 200px;
		}
		.home #content #side {
			padding-left: 20px;
			margin-top: 0;
			margin-left: 20px;
			width: 230px;
			background: url(/includes/files/base/images/grey.gif) left top repeat-y;
			}
			.home #ie6 #content #side {
				margin-left: 0px;
				}
	#content #extra {
		margin: 1em 0;
		}


	#content #supplemental {
		clear: both;
		position: relative;
		}
		#ie6 #content #supplemental {
			height: 1%;
			}




	#nSecondary {
		margin-bottom: 2em;
		}
		#nSecondary h2 {
			line-height: 20px;
			font-size: 16px;
			text-transform: uppercase;
			}
		#nSecondary h3 {
			line-height: 18px;
			font-size: 14px;
			text-transform: uppercase;
			}
			#nSecondary h2 a,
			#nSecondary h3 a {
				color: #161c2d;    /* dark grey blue */
				}
				#nSecondary h2 a:hover,
				#nSecondary h3 a:hover {
					color: orange;
					}

		#nSecondary ol {
			margin-bottom: 1em;
			}
			#nSecondary ol ol {
				margin-bottom: .5em;
				}
			#nSecondary ol li {
				list-style: none;
				font-size: 12px;
				line-height: 14px;
				padding: 2px 0;
				margin:0 0 0 10px;
				}
				#nSecondary ol li a {
					color:#161c2d;    /* dark grey blue */
					}
					#nSecondary ol li a.hasChildren {
						padding-right: 30px;
						background: url(/includes/files/base/images/accordion-toggle-Bg.gif) right -83px no-repeat; 
						}
						#nSecondary ol li a.hasChildren:hover {
							background-position: right -123px;
							}

					#nSecondary ol li a.current b {
						font-weight: bold;
						}
					#nSecondary ol li a:hover {
						color: orange;
						}
			#nSecondary ol li a b {
				font-weight: normal;
				}
			#nSecondary ol li a b {
				font-weight: normal;
				}



	#content #crumbPath {
		position: relative;
		top: -20px;
		left:0;
		height: 14px;
		font-style: italic;
		font-size: 11px;
		color: #999;
		}
		#content #crumbPath a {
			color: #999;
			padding-right: 4px;
			}
		#content #crumbPath ol {
			}
			#content #crumbPath ol li {
				list-style: none;
				float: left;
				margin: 0 0px 0 4px;
				padding: 1px 4px 0 0;
				}
				


/* end */



/* -------------- header -------------- */
/* begin */

#header {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 34px;
	text-align: center;
	}
	#header .wrapper {
		background: #969aa6;
		height: 119px;
		background: url(/includes/files/base/images/header-Bg.jpg) 50% 0 repeat-x;
		}

	#logo {
		position: absolute;
		top: 6px;
		left: 44px;
		}
		#print-logo {
			display: none;
			} 

	#header .tagline {
		position: absolute;
		top: 20px;
		right: 24px;
		}
		#header .print-tagline {
			display: none;
			position: absolute;
			top: 20px;
			right: 24px;
			}

 	#header .searchBox {
		z-index: 20;
		position: relative;
		float: right;
		margin: 5px 0 0 30px;
		}
		
		#header .searchBox input {
			float: left;
			width: 120px;
			margin-right: 4px;
			}
			
		#header .searchBox label {
			float: left;
			width: auto;
			}

	#brands {
		z-index: 30;
		position: relative;
		float: right;
		margin: 5px 6px 0 30px;
		}
		#brands #brandList {
			display: none;
			position: absolute;
			top: 19px;
			right: 0;
			padding: 20px;
			width: 600px;
			line-height: 1em;
			background: #e1e4e9;    /* pale grey blue */
			border: 3px solid #022c47;   /* dark blue */
			}
			#brands #brandList li {
				margin: 8px 0;
				}






#nPrimary {
	z-index: 40;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 44px;
	width: 100%;
	width: 953px;
	line-height: 1em;
	}
	#nPrimary ol {
		margin-bottom: 0;
		}

	#nPrimary,
	#nPrimary a,
	#nPrimary a b {
/*		display: block; */
		display: inline-block;
		background: url(/includes/files/base/images/nPrimary-Bg.jpg) left top repeat-x #0e121d;    /* really dark blue */
		}

		#nPrimary ol li {
			position: relative;
			list-style: none;
			float: left;
			margin-left: 0;
			}
			#nPrimary ol li a {
				}
				#nPrimary ol li.first a {
					margin-left: 26px;
					}
				#nPrimary ol li a b {
					margin: 0 0 0 18px;
					padding: 16px 18px 16px 0;
					color: white;
					color: #adc2d6;    /* light blue grey */
					text-transform: uppercase;
					font-size: 16px;
					font-weight: normal;
					background-position: right 0;
					}
				#nPrimary ol li a.current {
					background-position: 0 -100px;
					}
				#nPrimary ol li a.current b {
					color: #e1e4e9;    /* pale grey blue */
					color: #faa634;    /* light med orange */
					background-position: right -100px;
					}
				#nPrimary ol li a:hover,
				#nPrimary ol li a:hover b,
				#nPrimary ol li a.current:hover,
				#nPrimary ol li a.current:hover b {
					color: white;
					text-decoration: none;
					}


	#nPrimary .fly {
		display: none;
		position: absolute;
		top: 44px;
		left: 0;
		width: 298px;
		background: #000728;    /*  really dark blue */
		}
		#nPrimary .first .fly {
			left: 20px;
			}
		#nPrimary .fly ol li {
			float: none;
			margin: 0 !important;
			padding: 0 !important;
			border: 0;
			}
			#nPrimary .fly ol li.last {
				border-bottom: 0;
				}

			#nPrimary .fly ol li a,
			#nPrimary .fly ol li a b {
				float: none;
/*				display: inline;
*/				height: auto;
				padding: 0;
				margin: 0;
				font-size: 13px;
				background: none;
				border-top: 1px solid #858992;   /* grey blue - darker */
				border-bottom: 1px solid #404246;   /* grey blue - more darker */
				}
				#ie7 #nPrimary .fly ol li a,
				#ie6 #nPrimary .fly ol li a,
				#ie7 #nPrimary .fly ol li a b,
				#ie6 #nPrimary .fly ol li a b {
					border: none;
					}
				#nPrimary .fly ol li a b {
					display: block;
					padding: 4px 13px;
					width: 272px;
/*					color: #9ca2b4;    /*  pale blue grey */
					color: #c7cfe6;    /*  pale blue grey */
					text-transform: none;
					background: none;
					}

				#nPrimary .fly ol li.last a,
				#nPrimary .fly ol li.last a b  {
					border-bottom: 0;
					}
					#ie6 #nPrimary .fly ol li.last a,
					#ie6 #nPrimary .fly ol li.last a b  {
						background: none;
						margin-bottom: 10px;
						}
					#nPrimary .fly ol li.last a b {
						padding-bottom: 10px;
						}
			#nPrimary .fly ol li a:hover b {
				color: black;
				background-color: #9cA0AB;    /* grey blue */
				border-bottom: 1px solid #858992;   /* grey blue - darker */
				}
				#ie6 #nPrimary .fly ol li a:hover b {
					color: orange;
					}


#nConstant {
	z-index: 900;
	position: absolute;
	top: -34px;
	right: 0;
	}
	#nConstant ol {
		float: right;
		list-style: none;
		line-height: 34px;
		}
		#ie6 #nConstant ol {
			float: right;
			list-style: none;
			line-height: 34px;
			}
		#nConstant ol li {
			float: left;
			}
			#nConstant ol li.first {
				border: 0;
				}
			#nConstant ol li a,
			#nConstant ol li a b {
				display: inline-block;
				background: url(/includes/files/base/images/nConstant-Bg.jpg) left top no-repeat;
				}
#nConstant ol li a b {
margin-left:1px;
padding:0 15px 0 14px;
height: 34px;    /* 34 */
color: #DDD;
font-weight: normal;
background-position: right top;
}

			#nConstant ol li a:hover {
				text-decoration: none;
				background-position: left -40px;
				}
				#nConstant ol li a:hover b {
					color: white;
					background-position: right -40px;
					}
				

	#nConstant a.bttn,
	#nConstant a.bttn b {
/*		margin-top: 2px; */
		display: inline-block;
		line-height: 12px;
		background: url(/includes/files/base/images/nConstant-bttn-Bg.png) left top no-repeat;
		}
		#ie6 #nConstant a.bttn,
		#ie6 #nConstant a.bttn b {
			background: #000828;    /* really dark blue */
			}
	#nConstant a.bttn b {
		margin: 0 -11px 0 7px;
		padding: 4px 11px 0 0;
		height: 20px;    /* 25 */
		font-weight: normal;
		color: white;
		background-position: right top;
		}
		#ie6 #nConstant a.bttn b {
			padding: 3px 7px;
			height: 16px;
			margin: 0;
			}
	#nConstant a.bttn:hover {
		text-decoration: none;
		background-position: left -25px;
		}
		#nConstant a.bttn:hover b {
			text-decoration: none;
			color: #d98c6e;    /* light dirty orange */
			background-position: right -25px;
			}
			#ie6 #nConstant a.bttn:hover,
			#ie6 #nConstant a.bttn:hover b {
				background: #161c2d;    /* dark grey blue */
				}



/* end */


/* -------------- footer -------------- */
/* begin */


#footer {
	z-index: 4;
	clear: both;
	position: relative;
	color: #BBB;
	color: #d98c6e;    /* light dirty orange */
	font-size: .9em;
	background: url(/includes/files/base/images/footer-Bg.jpg) left top repeat-x #a8350a;    /* orange */
	background: url(/includes/files/base/images/footer-Bg.jpg) left top repeat-x #bb4304;    /* med orange */
	}

	#footer a {
		color: white;
		}
		#footer a:hover {
			color: orange;
			}

	#footer p {
		line-height: 1.2em;
		}

	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 {
		margin-bottom: 4px;
		padding: 0; 
		font-size: 11px;
		color: #DDD;
		color: #bf6c4b;    /* dirty orange */
		font-weight: normal;
		line-height: auto;
		text-transform: uppercase;
/*		border-bottom: 1px solid #BBB; */
		}

	#footer .wrapper {
		padding-top: 14px;
		border: 0;
		}

	#footer .list {
		list-style: none;
		}
		#footer .list li {
			line-height: 1.1em;
			margin-bottom: .5em;
			}


	#footer .icons {
		position: relative;
		}
		#footer .icons a {
			display: block; 
			height: 28px;
			width: 28px;
			background: url(/includes/files/base/images/social-media-icons-Bg.gif) left 100px no-repeat; 
			}
		#footer .icons a.twitterIcon,
		#footer .icons a.facebookIcon,
		#footer .icons a.flickrIcon,
		#footer .icons a.rssIcon,
		#footer .icons a.youtubeIcon {
			}
		#footer .icons a.twitterIcon {
			background-position: 0 1px;
			}
			#footer .icons a.twitterIcon:hover {
				background-position: 0 -39px;
				}
		#footer .icons a.facebookIcon {
			background-position: -40px 1px;
			}
			#footer .icons a.facebookIcon:hover {
				background-position: -40px -39px;
				}
		#footer .icons a.flickrIcon {
			background-position: -80px 1px;
			}
			#footer .icons a.flickrIcon:hover {
				background-position: -80px -39px;
				}
		#footer .icons a.rssIcon {
			background-position: -120px 1px;
			}
			#footer .icons a.rssIcon:hover {
				background-position: -120px -39px;
				}
		#footer .icons a.youtubeIcon {
			background-position: -160px 1px;
			}
			#footer .icons a.youtubeIcon:hover {
				background-position: -160px -39px;
				}
		#footer .icons a.linkedinIcon {
			background-position: -200px 1px;
			}
			#footer .icons a.linkedinIcon:hover {
				background-position: -200px -39px;
				}				

		#footer .icons ul {
			padding: 0;
			margin: 0;
			}
			#footer .icons ul li {
				list-style: none;
				float: left;
				padding: 0;
				margin: 0 7px 10px 0;
				}
/* end */



/* -------------- INLINE STYLES -------------- */
/* begin */

b {
	}

strong {
	}

i {
	}

em {
	}

.NOTE {
	font-size: 11px;
	color: #999;
	}

.CALLOUT {
	font-size: 14px;
	line-height: 18px;
	color: #B93E04;    /* orange */
	}

sup {
	}

.warning,
.WARNING {
	color: #600;    /* dark red */
	}

.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
	}

/* end */




/* -------------- POD STYLES: indent, callout A, callout B, pull quote, col (half pg) -------------- */

strong {
	}


span.TAB {
	display: block;
	float: left;
	width: 20px;
	width: 2%;    /* verify */
	height: 1px;    /* must be at least 1 */
	}
.NOTE,
span.NOTE {
	font-size: 11px;
	color: #999;
	}
span.CALLOUT {
	font-size: 1.2em;
	line-height: 18px;
	color: black;
	}
span.WARNING {
	color: #600;    /* dark red */
	}
span.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
	}

div.INDENT {
	margin-left: 39px;
	}
div.QUOTE {
	float: right;
	margin-left:0;
	padding:5px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -.05em;
/*	color: #0c1813;*/
	font-style: italic;
	}
	div.QUOTE i {
		text-transform: none;
		font-size: 12px;
		display:block;
		padding: 5px 0 0 10px;
		}

.SIDEBAR {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-left: 14px;
	width: 230px;    /* 245 */
/*	border-left: 1px solid #234879;    /* dark blue */
	background: url(/includes/files/base/images/grey.gif) left top repeat-y;
/*	background: url(/includes/files/base/images/sidebar-Bg.jpg) bottom left no-repeat black; */
	}

.INTRO {
	color: black;
	font-size: 1.3em;
	line-height: 1.6em;
	}

.HIGHLIGHT {
	padding: 0 10px 10px;
	margin-top: 10px;
	color: black;
	line-height: 1.3em;
	background: #a8a9ad;     /* grey */
	background: url(/includes/files/base/images/highlight-Bg.jpg) left -100px repeat-x;
	}
	.HIGHLIGHT p {
		color: #323133;
		}

h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
	display: block;
	padding: 3px 10px 4px;
	color: white;
	font-weight: normal;
	font-style: normal;
	background: url(/includes/files/base/images/highlight-hdr-Bg.gif) left top no-repeat;
	}
	.HIGHLIGHT h2 em,
	.HIGHLIGHT h3 em,
	.HIGHLIGHT h4 em,
	.HIGHLIGHT h5 em,
	.HIGHLIGHT h6 em {
/*		top: -10px;*/
		margin: -10px -10px 4px;
		}



.BOXED {
	padding: 10px;
	margin: 0 0 10px;
	color: black;
	line-height: 1.3em;
	background: url(/includes/files/base/images/boxed-Bg.jpg) left 0 repeat-x #bdc1c9;     /* greyish */
	border: 1px solid #355e78;    /* odd grey blue */
	}
	.BOXED.financing-icon {
		padding-left: 64px;
		background-image: url(/includes/files/base/images/boxed-Bg-financing.jpg);
		}
	.BOXED.parts-icon {
		padding-left: 64px;
		background-image: url(/includes/files/base/images/boxed-Bg-parts.jpg);
		}
	.BOXED.support-icon {
		padding-left: 64px;
		background-image: url(/includes/files/base/images/boxed-Bg-support.jpg);
		}
	.BOXED.software-icon {
		padding-left: 64px;
		background-image: url(/includes/files/base/images/boxed-Bg-software.jpg);
		}
	.BOXED a {
		color: #C8530B; /* Changed KAU 10-20-10 */
		}
	.BOXED p {
		line-height: 1em;
		}


.DIVIDER {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #a8a9ad;     /* grey */
	}
	.column .DIVIDER {
		margin: 0;
		padding: 0 0 0 20px;
		border: 0;
		}
		#footer .column .DIVIDER {
			background-repeat: repeat-y;
			background-position: 10px top;
			background-image: url(/includes/files/base/images/orange-dirty.gif);
			}




/* end */




/* -------------- FUNCTION: Show Children list -------------- */
/* begin */

.function ol.showChildren {    /* used by show current children function */
	}
	.function ol.showChildren li,
	#main .function ol.showChildren li {
		list-style: none;
		margin-left: 0;
		padding-bottom: 0;    /* overwrites #main ol li */
		}

/* end */




/* -------------- FUNCTION: Sitemap -------------- */
/* begin */

.function ol.sitemap {
	list-style: none;
	padding-left: 0;
	}
	.function ol.sitemap li,
	#content .function ol.sitemap li {
		padding-bottom: 0;
		margin-left: 0;
		}
	.function ol.sitemap ol.hasChildren {
		margin-bottom: 6px;
		}
		.function ol.sitemap ol.hasChildren li,
		#content .function ol.sitemap ol.hasChildren li {
			list-style: decimal;
			margin-left: 20px;
			}
	.function ol.sitemap li.node {
		}

/* end */








/* -------------- MODULE: Promotions -------------- */
/* begin */

.promotion {
	position: relative;
	}
	.promotion .description {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 20px 20px 4px;
		}
		.promotion .description p,
		.promotion .description h1,
		.promotion .description h2,
		.promotion .description h3,
		.promotion .description h4,
		.promotion .description h5,
		.promotion .description h6 {
			color: white;
			}
	.home .promotion.large {
		width: 645px;
		overflow: hidden;
		}
		.home .promotion.large .description{
			padding-top: 10px;
			width: 605px;
			background: url(/includes/files/base/images/promotions-large-description-Bg.png) left top repeat-y;
			}
			.home #ie6 .promotion.large .description {
				background:none;
				}



/* end */




/* -------------- HELPER: Buttons -------------- */
/* begin */


    
	/* Button */
	
		div.clearbutton		{clear:both; height:0; font-size: 1px; line-height: 1px;}
		
		a.btn span 			{background: transparent url('/includes/files/base/images/btn-left.gif') no-repeat 0 0; display: block; line-height: 24px; padding: 0px 0 0px 18px; color: #fff;} 								
		a.btn {
			background: transparent url('/includes/files/base/images/btn-right.gif') no-repeat top right;  
			display: block; 
			float: left; 
			height: 24px; 
			margin-right: 6px; 
			padding-right: 20px; 
			text-decoration: none; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size:12px; 
		}
		
		a.btn:hover span	{background-position: 0 -25px; color: #fff;}
		a.btn:hover			{background-position: right -25px;}
		
	/* End Button */

	a.button,
	a.button b,
	a.button-subtle,
	a.button-subtle b {
		display: inline-block;
/*		float: left; */
		margin-right: 20px;
		background: url(/includes/files/base/images/button-Bg.gif) left top no-repeat;
		}

/*  */
		a.button:hover,
		#ie6 a.button-subtle:hover {
			text-decoration: none;
			background-position: left -25px;
			}

			a.button.confirm,
			#ie6 a.button-subtle.confirm {
				padding-left: 20px;
				background-position: left -50px;
				}
				a.button.confirm:hover,
				#ie6 a.button-subtle.confirm:hover {
					background-position: left -75px;
					}
			a.button.plus,
			#ie6 a.button-subtle.plus {
				padding-left: 20px;
				background-position: -30px -50px;
				}
				a.button.plus:hover,
				#ie6 a.button-subtle.plus:hover {
					background-position: -30px -75px;
					}
			a.button.alert,
			#ie6 a.button-subtle.alert {
				padding-left: 20px;
				background-position: -60px -50px;
				}
				a.button.alert:hover,
				#ie6 a.button.alert-subtle:hover {
					background-position: -60px -75px;
					}
			a.button.cancel,
			#ie6 a.button-subtle.cancel {
				padding-left: 20px;
				background-position: -90px -50px;
				}
				a.button.cancel:hover,
				#ie6 a.button-subtle.cancel:hover {
					background-position: -90px -75px;
					}
			a.button.question,
			#ie6 a.button-subtle.question {
				padding-left: 20px;
				background-position: -120px -50px;
				}
				a.button.question:hover,
				#ie6 a.button-subtle.question:hover {
					background-position: -120px -75px;
					}
			a.button.pound,
			#ie6 a.button-subtle.pound {
				padding-left: 20px;
				background-position: -150px -50px;
				}
				a.button.pound:hover,
				#ie6 a.button-subtle.pound:hover {
					background-position: -150px -75px;
					}
			a.button.email,
			#ie6 a.button-subtle.email {
				padding-left: 20px;
				background-position: -180px -50px;
				}
				a.button.email:hover,
				#ie6 a.button-subtle.email:hover {
					background-position: -180px -75px;
					}
			a.button.emailWrite,
			#ie6 a.button-subtle.emailWrite {
				padding-left: 20px;
				background-position: -210px -50px;
				}
				a.button.emailWrite:hover,
				#ie6 a.button-subtle.emailWrite:hover {
					background-position: -210px -75px;
					}
			a.button.search,
			#ie6 a.button.search {
				padding-left: 20px;
				background-position: -240px -50px;
				}
				a.button.search:hover,
				#ie6 a.button.search:hover {
					background-position: -240px -75px;
					}
			a.button.person,
			#ie6 a.button.person {
				padding-left: 20px;
				background-position: -270px -50px;
				}
				a.button.person:hover,
				#ie6 a.button.person:hover {
					background-position: -270px -75px;
					}
			a.button.doc,
			#ie6 a.button.doc {
				padding-left: 20px;
				background-position: 0 -100px;
				}
				a.button.doc:hover,
				#ie6 a.button.doc:hover {
					background-position: 0 -125px;
					}
			a.button.previous,
			#ie6 a.button.previous {
				padding-left: 20px;
				background-position: -120px -100px;
				}
				a.button.previous:hover,
				#ie6 a.button.previous:hover {
					background-position: -120px -125px;
					}
			a.button.next,
			#ie6 a.button.next {
				padding-left: 20px;
				background-position: -150px -100px;
				}
				a.button.next:hover,
				#ie6 a.button.next:hover {
					background-position: -150px -125px;
					}
			a.button.pageSingle,
			#ie6 a.button.pageSingle {
				padding-left: 20px;
				background-position: -180px -100px;
				}
				a.button.pageSingle:hover,
				#ie6 a.button.pageSingle:hover {
					background-position: -180px -125px;
					}
			a.button.pageSingle,
			#ie6 a.button.pageSingle {
				padding-left: 20px;
				background-position: -180px -100px;
				}
				a.button.pageSingle:hover,
				#ie6 a.button.pageSingle:hover {
					background-position: -180px -125px;
					}
			a.button.pageAdd,
			#ie6 a.button.pageAdd {
				padding-left: 20px;
				background-position: -210px -100px;
				}
				a.button.pageAdd:hover,
				#ie6 a.button.pageAdd:hover {
					background-position: -210px -125px;
					}
			a.button.pageEdit,
			#ie6 a.button.pageEdit {
				padding-left: 20px;
				background-position: -240px -100px;
				}
				a.button.pageEdit:hover,
				#ie6 a.button.pageEdit:hover {
					background-position: -240px -125px;
					}
			a.button.pageDelete
			#ie6 a.button.pageDelete {
				padding-left: 20px;
				background-position: -270px -100px;
				}
				a.button.pageDelete:hover,
				#ie6 a.button.pageDelete:hover {
					background-position: -270px -125px;
					}


		a.button b,
		a.button-subtle b {
			padding: 6px 10px 4px 0;
			margin-right: -10px;
			margin-left: 8px;
			color: white;
/*			height: 15px;   /* 25 */
			line-height: 15px;   /* 25 */
			font-size: 12px;
			font-weight: normal;
			background-position: right top;
			}
			#ie6 a.button b,
			#ie6 a.button-subtle b {
				margin-right: 0;
				margin-left: 4px;
				}
			a.button:hover b,
			a.button-subtle:hover b {
				color: #f2a144;    /* light orange */
				text-decoration: none;
				background-position: right -25px;
				}


/*  */
	a.button-subtle,
	a.button-subtle b {
		background-position: left -150px;
		}

		a.button-subtle:hover {
			background-position: left -175px;
			}

			a.button-subtle.confirm {
				padding-left: 20px;
				background-position: left -200px;
				}
				a.button-subtle.confirm:hover {
					background-position: left -225px;
					}
			a.button-subtle.plus {
				padding-left: 20px;
				background-position: -30px -200px;
				}
				a.button-subtle.plus:hover {
					background-position: -30px -225px;
					}
			a.button-subtle.alert {
				padding-left: 20px;
				background-position: -60px -200px;
				}
				a.button-subtle.alert:hover {
					background-position: -60px -225px;
					}
			a.button-subtle.cancel {
				padding-left: 20px;
				background-position: -90px -200px;
				}
				a.button-subtle.cancel:hover {
					background-position: -90px -225px;
					}
			a.button-subtle.question {
				padding-left: 20px;
				background-position: -120px -200px;
				}
				a.button-subtle.question:hover {
					background-position: -120px -225px;
					}
			a.button-subtle.pound {
				padding-left: 20px;
				background-position: -150px -200px;
				}
				a.button-subtle.pound:hover {
					background-position: -150px -225px;
					}
			a.button-subtle.email {
				padding-left: 20px;
				background-position: -180px -200px;
				}
				a.button-subtle.email:hover {
					background-position: -180px -225px;
					}
			a.button-subtle.search {
				padding-left: 20px;
				background-position: -240px -200px;
				}
				a.button-subtle.search:hover {
					background-position: -240px -225px;
					}
			a.button-subtle.person {
				padding-left: 20px;
				background-position: -270px -200px;
				}
				a.button-subtle.person:hover {
					background-position: -270px -225px;
					}
			a.button-subtle.doc {
				padding-left: 20px;
				background-position: 0 -250px;
				}
				a.button-subtle.doc:hover {
					background-position: 0 -275px;
					}
			a.button-subtle.previous {
				padding-left: 20px;
				background-position: -120px -250px;
				}
				a.button-subtle.previous:hover {
					background-position: -120px -275px;
					}
			a.button-subtle.next {
				padding-left: 20px;
				background-position: -150px -250px;
				}
				a.button-subtle.next:hover {
					background-position: -150px -275px;
					}
			a.button-subtle.pageSingle {
				padding-left: 20px;
				background-position: -180px -250px;
				}
				a.button-subtle.pageSingle:hover {
					background-position: -180px -275px;
					}
			a.button-subtle.pageAdd {
				padding-left: 20px;
				background-position: -210px -250px;
				}
				a.button-subtle.pageAdd:hover {
					background-position: -210px -275px;
					}
			a.button-subtle.pageEdit {
				padding-left: 20px;
				background-position: -240px -250px;
				}
				a.button-subtle.pageEdit:hover {
					background-position: -240px -275px;
					}
			a.button-subtle.pageDelete {
				padding-left: 20px;
				background-position: -270px -250px;
				}
				a.button-subtle.pageDelete:hover {
					background-position: -270px -275px;
					}




		a.button-subtle b {
			color: #777;
			background-position: right -150px;
			}
			a.button-subtle:hover b {
				color: black;
				background-position: right -175px;
				}

/* end */






/* -------------- HELPER: home colums -------------- */
/* begin */

.home .cols3-tabs {
/*height: 1%; */
	}
	.home .cols3-tabs .function h2 {
		padding: 2px 20px 0;
		margin-bottom: 15px;
		color: white;
		font-size: 12px;
		font-weight: normal;
		text-transform: uppercase;
		background: url(/includes/files/base/images/tabs-Bg.jpg) left top no-repeat #161c2d;    /* dark grey blue */
		border-bottom: 1px solid #000828;    /* really dark blue */
		}
/* end */






/* -------------- FUNCTION: Quicklinks -------------- */
/* begin */


.quicklinks_mypages {
	}
	.quicklinks_mypages ol.tabs {
		margin-top: 0;
		}


.quicklinks {
	position: relative;
	}
	.quicklinks ol {
		}
		.quicklinks .list li {
			position: relative;
			float: none;
			list-style: none;
			margin: 0 !important;
			padding: 0;
			}

			.quicklinks .list li a {
				display: block;
				padding: 4px;
				margin: 0;
				height: auto;
				background: none;
				border-bottom: 1px solid #CCC;
				}
				.quicklinks .list li a:hover {
					color: #234879;    /* dark blue */
					}


	.quicklinks .list .definition {
		/* !  */
		display: none;
		position: absolute;
		top: -30px;
		left: 200px;
		padding: 10px;
		width: 180px;
		background: #eee;
		border: 3px solid #161c2d;    /* dark grey blue */
		}
		.quicklinks .list .definition a {
			display: inline;
			padding: 0;
			border: none;
			text-decoration: underline;
			background: none;
			}
		.quicklinks .list .definition h3 {
			margin: -10px -10px 6px;
			background: #161c2d;    /* dark grey blue */
			}


/* end */




/* -------------- FUNCTION: My Pages -------------- */



.editListButtons{
	margin: 5px;
	margin-bottom: 0px;
	clear: both
	}
	.editListButtons a {
		/*margin-right:5px;*/
		}

.myPagesTrigger-position {
	z-index: 100;
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 27px;
	}
/*	#ie6 .myPagesTrigger-position {
		bottom: -10px;
		} */

.myPagesTrigger {
	display: block;
	height: 27px;
	width: 27px;
	}
	.myPagesTrigger a {
		display: block;
		text-indent: -9000px;
		height: 27px;
		width: 27px;
		background: url(/includes/files/base/images/myPages-Bg.gif) left top no-repeat;
		}
		.myPagesTrigger a:hover {
			background-position: 0 -40px;
			}
			
			
			
.quicklinks_mypages #tabbedContent_mypages .list li {
	list-style: none;
	margin-left: 0 !important;
	clear: both;
	position:relative;
	}
	.quicklinks_mypages #tabbedContent_mypages .list li .edit {
		display: none;
		}
	.quicklinks_mypages #tabbedContent_mypages .list li a.edit {
		position: absolute;
		top: -2px;
		right: 0;
		width: auto;
		border: none;
		}
		#ie7 .quicklinks_mypages #tabbedContent_mypages .list li a.edit,
		#ie6 .quicklinks_mypages #tabbedContent_mypages .list li a.edit {
			top: 0px;
			}


#myPagesList img.edit{
	float:left;
	}

#addMyPageMessage {
	color:#ccc;
	width: 70px;
	}

/* end */



/* -------------- MODULE: Materials -------------- */
/* begin */

.materials {
	position: relative;
	height: 236px;
	background: none;
	}
	.home .materials {
		margin-top: 20px;
		left: -44px;
left: -39px;
		width: 674px;
width: 684px;
		}
		.home .materials h4 {
			font-size: 1.5em;
			}

	.materials .list {
		z-index: 20;
		position: relative;
		float: left;
		}
		.materials .list li {
			position: relative;
			list-style: none;
			padding: 0 !important;
			margin: 0 !important;
			width: 186px;    /* 186 */
			font-size: 13px;
			}
			.materials .list li a,
			.materials .list li.first b {
				display: block;
				padding: 12px 22px 0 24px;
				height: 28px;    /* 40 */
				width: 140px;    /* 186 */
				color: white;
				background: url(/includes/files/base/images/materials-buttons-Bg.gif) left -24px no-repeat;
				}
				.materials .list li a:hover {
					color: #f2a144;    /* light orange */
					text-decoration: none;
					background-position: left -104px;
					}
				.materials .list li.current a {
					padding-top: 12px;
					background-position: left -64px;
					}
					.materials .list li.current a:hover {
						background-position: left -144px;
						}

			.materials .list li.first b {
				padding-top: 4px;
				height: 12px;    /* 21 */
				color: #DDD;
				text-transform: uppercase;
				font-size: 10px;
				background-position: left top;
				}
				

		.materials .list .summary {
			position: absolute;
			top: -10px;
			right: -58px;
			}
			.materials .list .summary img {
				height: 50px;
				width: 50px;
				background: #CCC;
				border: 5px solid white;
				border: 5px solid #022c47;   /* dark blue */
				}

		.materials .detail {
			z-index: 10;
			position: relative;
			float: left;
			width: 488px;   /* 630 + 44 - .list */
width: 498px;   /* 645 + 39 - .list */
			}
			.materials .detail img {
				float: right;
				margin-left: 15px;
				}


/* end */







/* -------------- HELPER: RSS (embedded) -------------- */
/* begin */


.rss-box {
	}
	.rss-box h3 {   /* same as #nSecondary h3 */
		line-height: 18px;
		font-size: 14px;
		text-transform: uppercase;
		}
	.rss-box ol.articles {
		}
		.rss-box ol.articles.list {
			}
		.rss-box ol.articles.list li {
			position: relative;
			list-style: none;
			clear: left;
			margin-left: 0 !important;
			padding-left: 50px;
			}
			#ie6 .rss-box ol.articles.list li {
				display: inline-block;
				}
			.rss-box ol.articles.list li .rss-date {
				position: absolute;
				left: 0;
				top: 0;
				width: 40px;
				font-size: 10px;
				line-height: 10px;
				}


/* end */







/* -------------- CMS Front/Admin crossover styles -------------- */
/* begin */


.alignLeft {
	float: left;
}
.asset.alignLeft {
	margin-right: 10px;
}


.alignRight {
	float: right;
}
.asset.alignRight {
	margin-left: 10px;
}


.alignCenter,
.alignCenter img {
	display: block;
	margin: 0 auto;
}

span.caption {
	display: block;
	padding: 2px 0 4px;
	font-size: 10px;
	line-height: 11px;
	font-style: italic;
}


/* end */




/* -------------- default tags for basic/global functionality -------------- */
/* begin */

#createdBy {
	display: none;
	}

.linkToAdmin {
	position: absolute;
	right: 10px;
	top: 0;
	}
	.linkToAdmin a:link,
	.linkToAdmin a:visited {
		display: block;
		padding: 1px 4px;
		color: white;
		background: #666;
		border: 1px solid black;
		border-width: 0 1px 1px;
		}
	.linkToAdmin a:hover {
		color: #600;
		background: #eee;
		border: 1px solid #600;
		border-width: 0 1px 1px;
		}

.fileDetails {
	font-size: 10px;
	color: #555;
	}

.hidden {
	display: none;
	}

.printOnly {
	display: none;
	}

.access {    /* !  */ 
	position: absolute;
	left: -9000px;
	width: 0;
	height: 0;
	overflow: hidden;
	}

/* end */







/* -------------- MODULE: Courses -------------- */
/* begin */

.course {
	}
	.course table.sessionBreakdown {
		width: 100%;
		margin-bottom: 2em;
		}

/* end */







/* -------------- HELPER: Checkout/Cart -------------- */
/* begin */

.checkout {
	float: right;
	padding: 10px;
	width: 200px;
	background: #e1e4e9;    /* pale grey blue */
	border: 1px solid #d3d6db;    /* light grey blue */
	}

/* end */








/* -------------- HELPER: multi-column lists -------------- */
/* begin */

.function .column {
	float: left;
	margin-right: 2%;
	}
	#ie6 .function .column {
		clear: none;
		margin-right: 1%;
		}
.cols2 .column {
	width: 48%;
	}
.cols3 .column {
	width: 31%;
	}
.cols4 .column {
	width: 23%;
	}
.cols5 .column {
	width: 18%;
	}
.function .list {
	list-style: none;
	}

.function .columns .column {
	margin-right: 0;
	}

ul.list,
.cols5 ul.list {
	float: left;
	width: 19%;
	margin-right: 1%;
	}
/*	#ie6 ul.list {
		height: 1%;
		} */
	ul.list li {
		list-style: none;
		margin-right: 10px;
		}
		ul.list li a {
			display: block;
			padding: 4px 10px;
			color: #022c47;   /* dark blue */
			}
			#ie6 ul.list li a {
				display: inline-block;
				}
			ul.list li a:hover {
				color: white !important;
				text-decoration: none;
				background: #022c47;   /* dark blue */
				}


/* end */



/* -------------- FUNCTION: Product Navigation -------------- */
/* Original flyout styling is derived from #brands #brandlist in client_files/css/styles.php */
/* begin */
#nSecondary .fly {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	width: 600px;
	background: #d3d6db;    /* light grey blue */
	background: #e1e4e9;    /* pale grey blue */
	border: 1px solid white;
	border: 3px solid #022c47;   /* dark blue */
	}
	
	#nSecondary .fly h4 {
		padding: 5px;
		position: relative;
		background: #022c47;
		color: white;
		font-size: 1.1em;
		}
	
	#nSecondary .fly div {
		position: relative;
		padding: 10px 0;
		}

	#nSecondary .fly .column { /* Beyond this, the normal .cols2/3/4/5 rules will apply */
		float: left;
		margin-right: 2%;
		}
		#ie6 #nSecondary .fly .column {
			clear: none;
margin-right: 0%;
			}


/* end */

