




/* -------------- standard tags for basic/global functionality -------------- */
/* 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;
	}
ol, ul,  dl,  dd {
	position: relative;
	}

.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;
	}






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

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

/* end */

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

.accordion {
	padding-bottom: 2em;
	}
.accordion h3,
.accordion h4,
.accordion h5,
.accordion h6 {
	font-size: 1em;
	}

.accordionWrapper {
	position: relative;
/*	margin-left: 30px;    /* !   */
	}
	.accordionWrapper .tipdown {
		/* !  */
		}
		.accordionWrapper .tipdown .element {
			/* !  */
			text-align: left;
			padding-left: 4px;
			margin-bottom: 6px;
			color: #444;
			background: transparent;
			}
.accordionToggleOn,
.accordionToggleOff {
	position: relative;
	color: white;
	padding: 4px 0 2px 4px;
	margin-bottom: 2px;
	height: 16px;
	cursor: hand;
	cursor: pointer;
	}
	.accordionToggleOn em,
	.accordionToggleOff em {
		display: block;
		float: left;
		width: 18px;
		padding: 0 4px 0 0;
		margin-right: 8px;
		text-align: center;
		font-style: none;
		border-right: 1px solid white;
		}
		#ie6 .accordionToggleOn em,
		#ie6 .accordionToggleOff em {
			margin-left: 0px;
			}
.accordionToggleOn {
	color: white;
	background: url(/includes/files/base/images/silvant/accordion-toggle-Bg.gif) right 3px no-repeat #1f80ca;
	border: 0;
	}
.accordionToggleOff {
	background: url(/includes/files/base/images/silvant/accordion-toggle-Bg.gif) right -31px no-repeat #1f80ca;
	}

/* end */


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

	ol.tabs {
		clear: both;
		margin-top: 2em;
		margin-bottom: 0;
		height: 20px;
		background: url(/includes/files/base/images/silvant/tabs-Bg.jpg) -8px top repeat-x #444;
		border: none;
		}
		#ie6 ol.tabs {
			position: relative;
			padding-top: 4px;
			}
		ol.tabs li,
		#content .pod ol.tabs li {
			list-style: none;
			float: left;
			margin: 0 3px;
			padding: 0;
			}
			#ie6 ol.tabs li,
			#ie6 #content .pod ol.tabs li {
				display: inline;
				}

				ol.tabs li a:link,
				ol.tabs li .current a:link,
				ol.tabs li a:visited,
				ol.tabs li .current a:visited,
				ol.tabs li a:hover,
				ol.tabs li .current a:hover {
					padding: 0;
					margin: 0;
					padding-left: 6px;
					color: #c9e1c6;    /* light green */
					text-decoration: none;
					background: url(/includes/files/base/images/silvant/tabs-a-Bg.gif) left -104px no-repeat #444;
					border: none;
					}
					ol.tabs li a:link span,
					ol.tabs li a:visited span,
					ol.tabs li a:hover span,
					ol.tabs li .current a:link span,
					ol.tabs li .current a:visited span,
					ol.tabs li .current a:hover span {
						display: block;
						padding: 6px;
						padding-left: 0px;
						background: url(/includes/files/base/images/silvant/tabs-a-span-Bg.gif) right -104px no-repeat #444;
						border: none;
						}

				ol.tabs li .current a:link,
				ol.tabs li .current a:visited {
					color: white;
					font-weight: bold;
					background-position: left -50px;
					}
					ol.tabs li .current a:link span,
					ol.tabs li .current a:visited span {
						background-position: right -50px;
						}

				ol.tabs li a:hover,
				ol.tabs li .current a:hover {
					background-position: left 0px;
					}
					ol.tabs li a:hover span,
					ol.tabs li .current a:hover span {
						background-position: right 0px;
						}

	.tabbedContent {
		clear: both;
		display: none;     /*  */
/*		border-top: 8px solid #2e7019;    /* green */
		}

/* 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 */


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

	.pod.table {
		margin-bottom: 1em;
		}
		.pod.table .podStyleIndicator {
			background: orange;
			}

		.pod.table table.table {
			width: 100%;
			border: 1px solid #444444;
			border-width: 1px 0 0 1px;   /* top, left */
			}
			.pod.table table.table th {
				padding: 3px;
				vertical-align: bottom;
				font-size: .8em;
				font-weight: normal;
				line-height: 1.2em;
				text-align: center;
				text-transform: uppercase;
				color: white;
				background: #7b7b7b;
				border: 1px solid #444444;
				border-width: 0 1px 1px 0;   /* right, bottom */
				border-width: 0 0 1px 0;
				}
				.pod.table table.table th.first {
					text-align: left;
					}

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

			.pod.table table.table td {
				padding: 3px;
				text-align: center;
				border: 1px solid black;
				border-width: 0 1px 1px 0 ;   /* right, bottom */
				}
				.pod.table table.table td.first {
					 /* color: black; */
					color: #444;
					font-weight: normal;
					text-align: left;
					}

/* 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 */

#references {
	position: relative;
	clear: both;
	padding: 1em 0;
	font-size: .8em;
	color: #d3d3d3;    /* light grey */
	}
	#references .refLink a:link,
	#references .refLink a:visited {
		display: block;
		width: 12px;
		text-align: center;
		}
	#references .refLink a:hover {
		color: black;
		background: none;
		}
	#references li {
		position: relative;
		margin-left: 30px;
		}
		#references li span.number {
			position: absolute;
			top: 0;
			left: -36px;
			}

/* end */




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


form.front {
	/* !  */
	}

	form.front h2,
	form.front h3,
	form.front h4,
	form.front h5 {
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: 8px;
		}
		form.front h2 i,
		form.front h3 i,
		form.front h4 i,
		form.front h5 i {
			font-weight:normal;
			}
	
	form.front h3.formHeader{
		font-weight: normal;
		font-size: 16px;
		margin-top: 8px;
		margin-bottom: 10px;
	}
	
	form.front fieldset {
		position: relative;
		float: left;
		clear: both;
		padding: 0 0 .25em 0;
		width: 400px;
		background: #cedec9;
		border: 1px solid #444;
		}
		#ie6 form.front fieldset {
			border-style: solid;
			}
		form.front fieldset ol {
			position: relative;
			padding: .25em 8px 0;
			margin-top: -.25em;
			}
			form.front fieldset ol li,
			#main form.front fieldset ol li {
				position: relative;
				clear: left;
				list-style: none;
				padding: .25em 0 0.075em 88px;
				margin: 0;
				width: 296px;
				}

				form.front fieldset ol li.numbered,
				#main form.front fieldset ol li.numbered {
					list-style: decimal;
					margin-left: 20px;
					width: 276px;
					}

				form.front fieldset ol li.colLeft {
					float: left;
					width: 120px;
					margin-right: 8px;
					}
				form.front fieldset ol li.colRight {
					clear: none;
					float: left;
					padding-left: 40px;
					width: 120px;
					}
					form.front fieldset ol li.colLeft input,
					form.front fieldset ol li.colRight input {
						width: 112px;
						}
					form.front fieldset ol li.colRight label {
						text-align: right;
						margin-left: -48px;
						width: 40px;
						}
/*				form.front fieldset ol li.group li,
				form.front #main fieldset ol li.group li {
					padding-left: 0;
					width: 100%;
					}*/

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

			form.front fieldset ol.COLHALF {
				width: 45%;
				padding: 0;
				margin-left: 0;
				}
				form.front fieldset ol.COLHALF li,
				#main form.front fieldset ol.COLHALF li {
					padding-left: 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;
			width: 76px;
			margin-left: -88px;
			}
		form.front .required label {
			font-weight: bold;
			}
		form.front .fullWidth label,
		#ie6 form.front .fullWidth label {
			width: 384px;
			}
/*			form.front .fullWidth.numbered label,
			#ie6 form.front .fullWidth.numbered label {
				float: left;
				padding: 0;
				width: 344px;
				background: lightgreen;
				}*/
	
	form.front input,
	#ie6 form.front input,
	form.front select, 
	#ie6 form.front select, 
	form.front textarea,
	#ie6 form.front textarea  {
		font-size: 1.0em;
		padding: 0;
		width: 288px;
		}
		form.front .fullWidth.numbered input,
		#ie6 form.front .fullWidth.numbered input,
		form.front .fullWidth.numbered select, 
		#ie6 form.front .fullWidth.numbered select, 
		form.front .fullWidth.numbered textarea,
		#ie6 form.front .fullWidth.numbered textarea {
			width: 268px;
			}
	form.front textarea {
		height: 100px;
		}
		form.front input.normal,
		form.front select.normal {
			width: auto;
			}






		form.front fieldset.buttons,
		#ie7 form.front fieldset.buttons,
		#ie6 form.front fieldset.buttons {
			float: none;
			margin-bottom: .25em;
			padding-bottom: 10px;
			width: 400px;
			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: .25em;
				}


	/*  */
	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 #cedec9;
			overflow: none;
			}







	form.front .help {
/*		display: inline; */
		}


	form.front li.flipped {    /* !  */
		width: 80px;
		}
		form.front .flipped input,
		#ie7 form.front .flipped input {
			margin-left: 0px;
			margin-left: -88px;    /* !  */
			margin-left: -28px;    /* !  */
			}
		#ie6 form.front .flipped input {
			float: left;
			margin-left: -88px;
			margin-left: -28px;
			width: auto;
			}

		form.front li.flipped label,
		#ie7 form.front .flipped label,
		#ie6 form.front .flipped label {
			clear: none;
			width: 296px;
			margin-left: 0;
			}
			
			#ie7 form.front .flipped label,
			#ie6 form.front .flipped label {
				padding-left: 0;
/*				margin-right: 50px;
*/				}

	form.front p.instructions {
		display: block;
		padding: 0 1em 0 1em;
		}
		form.front .fullWidth p.instructions {
			padding-left: 0;
			padding-bottom: 0;
			margin-left: -25%;
			width: auto;
			}
	form.front fieldset ol li.instructions,
	#main form.front fieldset ol li.instructions {
		padding-left: 0;
		margin-left: 0;
		width: 100%;
		}
		form.front li.instructions ol.normal li,
		#main form.front li.instructions ol.normal li,
		form.front li.instructions ul.normal li,
		#main form.front li.instructions ul.normal li {    /* !  */
			padding-left: 0;
			margin-left: 20px;    /* !  */
			width: 100%;
			width: auto;
			list-style: decimal;
			}
		form.front li.instructions ul.normal li {
			list-style: disc;
			}
		form.front .instructions h2,
		form.front .instructions h3,
		form.front .instructions h4,
		form.front .instructions h5 {
			margin-left: 0;
			}

/* end */





/* -------------- HELPER:  search form -------------- */
/* begin */

		#searchForm .flipped input {
				margin-left: 0px;
				}
			#searchForm  li.flipped label {
				width: auto;
				}

/* end */





/* -------------- FUNCTION:  Login Widget -------------- */
/* begin */

#login-widget form.front {
	clear: both;
	}
	#login-widget form.front fieldset {
		width: 340px;
		}
		#login-widget form.front fieldset ol li,
		#main #login-widget form.front fieldset ol li {
			width: 224px;
			}
		#login-widget form.front fieldset ol li .COLHALF{
			width: auto;
			}

	#login-widget form.front input,
	#ie6 #login-widget form.front input,
	#login-widget form.front select, 
	#ie6 #login-widget form.front select, 
	#login-widget form.front textarea,
	#ie6 #login-widget form.front textarea  {
		width: 214px;
		}
	#login-widget form.front h3 {
		padding-top: 1px;
		font-size: 1.2em;
		margin-left: 0;
		margin-bottom: .5em;
		padding-left: 8px;
		color: #cdd8d9;    /* light blue grey */
		background: url(/includes/files/base/images/silvant/tabs-Bg.jpg) -28px top repeat-x #444;
		}
		#login-widget form.front fieldset.buttons,
		#ie7 #login-widget form.front fieldset.buttons,
		#ie6 #login-widget form.front fieldset.buttons {
			width: 340px;
			margin-bottom: 0;
			padding-bottom: 0;
			}
/* end */









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


body {
	font-family: Helvetica,Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #444;
	background: url(/includes/files/base/images/silvant/body-Bg.jpg) 50% -2px no-repeat white; 
	}


h1 {
	padding: 0 0 10px;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.1em;
	color: #2e7019;    /* green */
	}
h2 {
	padding: 8px 0 4px;
	font-size: 18px;
	color: #2e7019;    /* green */
	}
h3 {
	padding: 4px 0 2px;
	font-size: 14px;
	color: #2e7019;    /* green */
	}
h4,
h5,
h6 {
	padding-top: 0;
	color: black;
	}

p,
.pod ol,
.pod ul {
	padding: 0 0 10px;
	}
#content li {
	margin-left: 2.5em;
	}

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




a:link, 
a:visited {
	text-decoration: none;
	color: #457393;    /* med grey blue */
	color: #c84811;    /* orange  */
	color: #187cc1;    /* bright blue */
	}
a:hover {
	color: #00543d;    /* green */
	color: #c84811;    /* orange  */
	text-decoration: underline;
	}




.page {
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	}










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


#main {
	position: relative;
	padding: 246px 0 2em;
	line-height: 1.5em;
	text-align: center;
	}
	#main .page {
		width: 890px;
		padding-left: 25px;
		padding-right: 25px;
		}





#content {
	position: relative;
	z-index: 20;
	float: right;
	padding: 1em 0 2em;
	width: 615px;
	}
	#content .pod ol li,
	#content .pod ul li {
/*		margin-left: 30px; */
		}
	#content .pod  ol li {
/*		padding-bottom: 8px;    /* spaces out items */
		}

#leftCol {
	float: left;
	width: 250px;
	}

	#leftCol .extra {
		z-index: 30;
		position: relative;
		margin: 2em 0 0;
		}

	#nSecondary {
		margin: -20px 0 2em -25px;
/*		margin-bottom: 2em;
		margin-left: -5px;*/
		padding: 30px 10px 10px 25px;
		background: url(/includes/files/base/images/silvant/fade-Bg-br2tl.jpg) right bottom no-repeat;
		border-bottom: 1px solid #d3d3d3;    /* light grey */
		}
		#nSecondary a:link,
		#nSecondary a:visited {
			color: #2e7019;    /* green */
			}
		#nSecondary a:hover {
			color: black;
			}
		#nSecondary li {
			list-style: none;
			margin: 0;
			padding: 0 0 .5em;
			}
		#nSecondary .current {
			font-weight: bold;
			}







#header {
	z-index: 80;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}

	#header .page {
		height: 246px;
		width: 940px;
		}

	#header .extra,
	#ie6 #header .mask {
		position: absolute;
		top: 71px;
		right: 15px;
		margin: 0;
		padding:  0 10px 10px;
		width: 540px;
		height: 100px;
		font-size: 1.4em;
		color: black;
		overflow: hidden;
		background: url(/includes/files/base/images/silvant/header-extra-Bg.png) left top;
		}
		#ie6 #header .extra {
			background: none;
			}


#nPrimary {
	position: absolute;
	bottom: 0;
	left: -11px;
	left: -12px;
	font-size: 14px;
	line-height: 1em;
	width: 970px;
	padding: none;
	height: 50px;
	background: url(/includes/files/base/images/silvant/nPrimary-Bg.png) right top no-repeat;
	}
	#ie6 #nPrimary {
		background-image: url(/includes/files/base/images/silvant/nPrimary-Bg.gif);
		}
	#nPrimary ol {
		list-style: none;
/*		margin-left: -19px;*/
		padding: 0 0 0 19px;
/*		height: 57px;    /* 57 */
		height: 50px;    /* 57 */
		background: url(/includes/files/base/images/silvant/nPrimary-ol-Bg.png) left top no-repeat;
		}
		#ie6 #nPrimary ol {
			background-image: url(/includes/files/base/images/silvant/nPrimary-ol-Bg.gif);
			}
		#nPrimary ol li {
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			border: 0px solid red;
			}
			#ie6 #nPrimary ol li a:link,
			#ie6 #nPrimary ol li a:visited {
/*				display: inline;*/
				}
			#nPrimary ol li a:link,
			#nPrimary ol li a:visited {
				display: block;
				color: #EEE;
				padding-left: 2px;
				background: url(/includes/files/base/images/silvant/nPrimary-a-Bg.gif) left top no-repeat;
				}
				#ie6 #nPrimary ol li a:link,
				#ie6 #nPrimary ol li a:visited {
					width: auto;
					height: 30px;
					float: left;
					}
				#nPrimary ol li a:link span,
				#nPrimary ol li a:visited span {
					display: block;
					padding: 10px 8px 9px 10px;
					background: url(/includes/files/base/images/silvant/nPrimary-a-span-Bg.gif) right top no-repeat;
					}
			#nPrimary ol li a:hover,
			#nPrimary ol li .current a:link,
			#nPrimary ol li .current a:visited {
				color: white;
				text-decoration: none;
				background-position: left -50px;
				}
				#nPrimary ol li a:hover span,
				#nPrimary ol li .current a:link span,
				#nPrimary ol li .current a:visited span {
					background-position: right -50px;
					}
				#nPrimary ol li .current a:hover {
					color: lightblue;
					}
	#nPrimary ol ol {
		margin-left: 10px;
		}


		#nPrimary .L2 {
			display: none;
			position: absolute;
			left: -10px;
			top: 33px;
			font-size: 12px;
			line-height: 1.1em;
			}
			#nPrimary .L2 ol {
				padding: 6px;
				width: 170px;
				height: auto;
				background: white;
				border: 2px solid #2e7019;    /* green */
				border-width: 0 4px 4px;
				}
				#ie6 #nPrimary .L2 ol {
/*					margin: 0 0 0 10px; */
					background: white;
					}

				#nPrimary .L2 li {
					float: none;
					margin: 0;
					padding: 0;
					clear: left;
					}
					#ie7 #nPrimary .L2 li {
						position: relative;/*
						height: 1%;*/
						}
					#ie6 #nPrimary .L2 li {
						display: block;
						position: relative;/*
						height: 1%;*/
						}

					#nPrimary .L2 li a:link,
					#nPrimary .L2 li .current a:link,
					#nPrimary .L2 li a:visited,
					#nPrimary .L2 li .current a:visited {
						display: block;
						padding: 4px;
						margin: 0;
						height: auto;
						background: none;
						color: #808285;     /* med grey */
						border-bottom: 1px dotted #808285;     /* med grey */
						}
						#ie7 #nPrimary .L2 li a:link,
						#ie6 #nPrimary .L2 li a:link,
						#ie7 #nPrimary .L2 li a:visited, 
						#ie6 #nPrimary .L2 li a:visited {
							height: auto;
							padding: 2px 0;
							border: 0;
							}
						#nPrimary .L2 li a:link span,
						#nPrimary .L2 li .current a:link span,
						#nPrimary .L2 li a:visited span,
						#nPrimary .L2 li .current a:visited span {
							display: inline;
							margin: 0;
							padding: 0;
							color: #808285;     /* med grey */
							background: none;
							}
					#nPrimary .L2 li a:hover,
					#nPrimary .L2 li a:hover span {
						color: black;
						color: #234879;    /* dark blue */
						background: #d3d3d3;    /* light grey */
						border-style: solid;
						}
					#nPrimary .L2 li .current a:link span,
					#nPrimary .L2 li .current a:visited span {
						color: black;
						}

			#nPrimary .L2 li .current {
				background: none;
				}



#nConstant {
	z-index: 900;
	position: absolute;
	right: 0;
	top: 36px;
	padding: 0;
	font-size: 11px;
	}
	#nConstant a:link,
	#nConstant a:visited {
		margin-left: 0px;
		padding-left: 10px;
		color: black;
		background: url(/includes/files/base/images/silvant/nConstant-li-a-Bg.gif) left 0px no-repeat;
		}
	#nConstant a:hover,
	#nConstant a:active {
		text-decoration: none;
		color: #999;
		color: #c84811;    /* orange  */
		color: #187cc1;    /* bright blue */
		background-position: left -49px;
		}
	#nConstant ol {
		}
		#nConstant ol li {
			list-style: none;
			float: left;
			margin-right: 6px;
			padding-right: 12px;
			}
			#nConstant ol li.last {
				border-right: none;
				margin: 0;
				padding: 0;
				}
	

	#logo {
		position: absolute;
		top: 10px;
		left: 0;
		text-align: center;
		width: 250px;
		background: white;
		/* border-bottom: 2px solid #2e7019;    /* green */
		}









#footer {
	clear: both;
	z-index: 40;
	position: relative;
	font-size: .9em;
	color: #c9e1c6;    /* light green */
	}
	#footer a:link,
	#footer a:visited {
		color: white;
		}
	#footer a:hover {
		}

	#footer .page {
		padding: .5em 25px;
		width: 890px;
		background: url(/includes/files/base/images/silvant/footer-Bg.jpg) left top repeat-x #133b07;    /* dark green */
		}


/* end */









/* -------------- specialty area -------------- */
/* begin */


/* end */











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


.alignLeft {
	float: left;
	}
.asset.alignLeft {
	margin-right: 10px;
	}
	.asset.alignLeft img {
		padding: 2px;
		background: url(/includes/files/base/images/silvant/fade-Bg-t2b-grey.jpg) left top repeat-x;
		}

.alignRight {
	position: relative;
	float: right;
	}
.asset.alignRight {
	margin-left: 10px;
	}
	.asset.alignRight img {
		padding: 2px 0 0 2px;
		}

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

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


/* end */







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


i {
	}
em {
	font-size: 1.2em;
	text-transform: none;
	}

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: 14px;
	line-height: 18px;
	}

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

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

div.INDENT {
	margin-left: 2em;
	}


.PULLQUOTE {
	color: #2e7019;    /* green */
	margin: 0 20px;
	font-size: 16px;
	line-height: 24px;
	}
	.PULLQUOTE em {
		font-size: 11px;
		color: #666;
		}

div.QUOTE {
	float: right;
	width: 180px;
	padding: 40px 10px 25px;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: -.05em;
	color: #666;
	background: url(/includes/files/base/images/silvant/quote-Bg.jpg) left top no-repeat;
	}
	div.QUOTE em {
		font-weight: bold;
		font-size: 1.4em;
		}

div.SIDEBAR,
.SIDEBAR {
	float: right;
	width: 45%;
	margin-left: 2%;
	padding-left: 2%;
	line-height: 18px;
/*	color: #83857a;    /* olive */
/*	border-left : 1px solid #75766C;    /* dark olive */
	}

div.HIGHLIGHT,
.HIGHLIGHT {
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.3em;
	}

div.DIVIDER,
.DIVIDER {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #a8a9ad;     /* grey */
	}










.STRUCTURED-LIST {
	line-height: 1em;
	margin: 0 0 1em;
	background: #cedec9;    /* light grey green */
	border: 1px solid #444;
	}
	.STRUCTURED-LIST a:link,
	.STRUCTURED-LIST a:visited {
		display: block;
		padding: 10px 60px 10px 10px;
		height: 36px;
		color: #444;
		background: url(/includes/files/base/images/silvant/products-a-Bg.jpg) right 50% no-repeat;
		}
	.STRUCTURED-LIST a:hover {
		text-decoration: none;
		color: #187cc1;    /* bright blue */
		background: white;
		background: url(/includes/files/base/images/silvant/products-a-hover-Bg.jpg) right 50% no-repeat white;
		}
		.STRUCTURED-LIST a:hover b {
			color: black;
			}

	.STRUCTURED-LIST h1,
	.STRUCTURED-LIST h2,
	.STRUCTURED-LIST h3 {
		margin: -10px -10px 10px;
		padding: 4px 10px;
		margin: 0;
		color: #c9e1c6;    /* light green */
		background: #444;
		background: url(/includes/files/base/images/silvant/tabs-Bg.jpg) -28px top repeat-x #444;
		border: 0;
		}
	.STRUCTURED-LIST ul,
	#content .STRUCTURED-LIST ul {
		border-bottom: 0;
		margin-left: 1%;
		margin: 0;
		padding: 0;
		height: 57px;
		}
		.STRUCTURED-LIST ul li,
		#content .STRUCTURED-LIST ul li {
			list-style: none;
			float: left;
			width: 33%;
			padding: 0;
			margin: 0;
			border-bottom: 0;
			}
			.STRUCTURED-LIST ul li b {
				}

	#footer .STRUCTURED-LIST {
		line-height: 1em;
		margin: 0 0 1em;
		padding: 10px 10px 0;
		background: none;
		border: 1px solid #2e7019;    /* green */
		}
		#footer .STRUCTURED-LIST h1,
		#footer .STRUCTURED-LIST h2,
		#footer .STRUCTURED-LIST h3 {
			margin: -10px -10px 10px;
			padding: 4px 10px;
			background: #2e7019;    /* green */
			}
		#footer .STRUCTURED-LIST a:link,
		#footer .STRUCTURED-LIST a:visited {
			display: block;
			padding: 0;
			color: #c9e1c6;    /* light green */
			background: none;
			}
		#footer .STRUCTURED-LIST a:hover {
			text-decoration: none;
			color: #187cc1;    /* bright blue */
			background: none;
			}
			#footer .STRUCTURED-LIST a:hover b {
				color: white;
				background: none;
				}
	
		#footer .STRUCTURED-LIST ul,
		#footer #content .STRUCTURED-LIST ul {
			height: 44px;
			}

/* end */











/* END default site */













/* -------------- FUNCTION: Show Children list -------------- */
.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 */

































/* -------------- standard tags for basic/global functionality -------------- */
/* begin */
#createdBy {
	display: none;
	}

.linkToAdmin {
	position: absolute;
	right: 10px;
	top: 0;
	}

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

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



ol.noStyle{
	list-style:none;
}
	ol.noStyle li{
		list-style:none;
	}





































/* -------------- for secure pages with login -------------- */

#profile {
	float: right;
	padding: 10px;
	width: 200px;
	margin-left: 10px;
	background:  #f5f8fb;    /* really light blue-grey */
	border: 1px solid #afbdcd;    /* light blue-grey */
	}

/* end */







/* -------------- // -------------- */

.news {
	background: url(/includes/files/base/images/silvant/fade-Bg-br2tl.jpg) right bottom no-repeat;
	border-bottom: 1px solid #d3d3d3;    /* light grey */
	}
	.news h3 {
		padding-top: 1px;
		font-size: 1.2em;
		padding-left: 10px;
		color: white;
		color: black;
		color: #cdd8d9;    /* light blue grey */
		background: #444; 
		background: url(/includes/files/base/images/silvant/tabs-Bg.jpg) -28px top repeat-x #444;
		}

/* -------------- // -------------- */






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





/* end */




#ie6 #header .mask {
	behavior: url(/includes/files/base/css/iepngfix.php);
	}