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





.note {
	/* see span.NOTE below */
}

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

.COLHALF {
	position: relative;    /* for IE 6 */
	float: left;
	width: 47%;
	margin-right: 2%;
	}
	#ie6 .COLHALF {
		margin-right: 1%;
		}



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





body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-family: Tahoma, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: white;
	}



h1 {    /* hacked for IE 6 */
	padding: 0 0 10px;
	font-size: 23px;
	font-weight: normal;
	color: #002d62;     /* dark blue */
	}
h2 {    /* hacked for IE 6 */
	padding: 4px 0 4px;
	font-size: 16px;
	font-weight: normal;
	color: #002d62;     /* dark blue */
	}
h3 {
	padding: 2px 0 2px;
	font-size: 12px;
	color: #002d62;     /* dark blue */
	}
h4 {
	padding-top: 0;
	font-size: 11px;
	color: #333;
	}
h5 {
	font-size: 11px;
	padding-top: 0;
	color: #333;
	}
h6 {
	font-size: 11px;
	padding-top: 0;
	color: #333;
	}
p {
	padding: 0 0 1em;
	}

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;
	}
li,
.pod li {
	margin-left: 2em;
	padding-bottom: 1em;    /* matches padding on p */
	}
	.showChildren li,
	.pod .showChildren  li {
			padding-bottom: 4px;
			}
		#ie7 .function ol.showChildren li,
		#ie6 .function ol.showChildren li,
		#ie7 .pod.function ol.showChildren li
		#ie6 .pod.function ol.showChildren li {    /* ie6: fixes first line indent/strange wrapping error */
				width: 94%;
				margin: 0;
				}

th {
	padding: 3px;
	border-bottom: 1px solid #afbdcd;    /* light blue-grey */
	}
td {
	padding: 3px;
	}
sup {
	font-size: 10px;
	color: #666;
	}



a:link, 
a:visited {
	text-decoration: none;
	color: #8b0e04;    /* red */
	outline: none;
	}
a:hover {
	color: #e5b53a;    /* gold */ 
	text-decoration: underline;
	outline: 0;
	}

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





















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

#ie7 .tipdown div ol,
#ie7 .tipdown div ul,
#ie7 .tipdown div,
#ie6 .tipdown div ol,
#ie6 .tipdown div ul,
#ie6 .tipdown div {    /* corrects tipdown slides display for ie; slide fails if its contents contain elements with 'position: relative' */
	position: static; 
	}
.tipdownTrigger {
	}
	a:link.tipdownTrigger,
	a:visited.tipdownTrigger {
		color: #002d62;     /* dark blue */
		padding-right: 16px;
		background: url(/includes/files/base/images/icons/icon-arrow-tipdown.png) right 2px no-repeat;
		}
		#ie6 a:link.tipdownTrigger,
		#ie6 a:visited.tipdownTrigger {
		color: #002d62;     /* dark blue */
			background: url(/includes/files/base/images/icons/icon-arrow-tipdown.gif) right 2px no-repeat;
			}
	a:hover.tipdownTrigger,
	a:active.tipdownTrigger {
		color: #0059c2;     /* med blue */
		background: url(/includes/files/base/images/icons/icon-arrow-tipdown.png) right -22px no-repeat;
		}
		#ie6 a:hover.tipdownTrigger,
		#ie6 a:active.tipdownTrigger {
			color: #0059c2;     /* med blue */
			background: url(/includes/files/base/images/icons/icon-arrow-tipdown.gif) right -22px no-repeat;
			}
.tipdownContent {
	padding-bottom: 15px;
	}

/* end */


/* -------------- POD TYPE: Accordion (4) -------------- */
/* begin */

.accordionWrapper {
	position: relative;
	margin-left: 30px;
	}
	.accordionWrapper .element {
		/* padding-top, padding-bottom, border, overflow, and height are all restated by Mootools */
		text-align: left;
		padding-left: 4px;
		background: white;
		}
	.accordionWrapper .tipdown {
		/* do not set padding, margin here */
		}
.accordionToggleOn,
.accordionToggleOff {
	position: relative;
	color: white;
	padding: 4px;
	margin-bottom: 2px;
	height: 16px;
	cursor: hand;
	cursor: pointer;
	}
	.accordionToggleOn em,
	.accordionToggleOff em {
		display: block;
		position: absolute;
		left: -32px;
		top: 0;
		width: 18px;
		height: 16px;
		padding: 4px 4px;
		font-style: none;
		background: #0059c2;     /* med blue */
		}
		#ie6 .accordionToggleOn em,
		#ie6 .accordionToggleOff em {
			margin-left: 0px;
			}
.accordionToggleOn {
	background: #0059c2;     /* med blue */
	}
.accordionToggleOff {
	background: #002d62;     /* dark blue */
	}

/* end */


/* -------------- POD TYPE: Tabbed (5) -------------- */
/* begin */

	ol.tabs {
		clear: both;
		margin-top: 20px;
		margin-bottom: 10px;
		height: 18px;
		border-bottom: 1px solid #e5b53a;    /* gold */ 
		}
			ol.tabs li,
			#main ol.tabs li {
				list-style: none;
				float: left;
				margin: 0 0 0 2px;
				padding: 0;
				}
				ol.tabs li a:link,
				ol.tabs li a:visited {
					display: block;
					padding: 1px 5px;
					font-size: 13px;
					color: white;
					text-decoration: none;
					background: #e5b53a;    /* gold */ 
					border: 1px solid #e5b53a;    /* gold */ 
					}
				ol.tabs li a:hover {
					background: #002d62;     /* dark blue */
					border: 1px solid #002d62;     /* dark blue */
					}
					ol.tabs li .current a:link,
					ol.tabs li .current a:visited {
						color: #002d62;     /* dark blue */
						background: white;
						border-bottom: 1px solid white;
						}
					ol.tabs li .current a:hover {
						color: #002d62;     /* dark blue */
						background: #afbdcd;    /* light blue-grey */
						border-bottom: 1px solid 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 {
			position: relative;
			padding: 1px 0 0 10px;
			color: white;
			background: url(/includes/files/base/images/arrow-sm-right-yellow.gif)  left 3px no-repeat;
			}
		.pod.slideshow .slideshowWrapper a:hover,
		.pod.slideshow .slideshowWrapper a:active {
			text-decoration: none;
			color: black;
			}
	.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: #ada6a1;    /* light grey */
			border: 1px solid #999;
			}
		.pod.slideshow .buttons a:hover,
		.pod.slideshow .buttons a:active {
			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 #CCC;
			border-width: 1px 0 0 1px;   /* top, left */
			padding-bottom: 0;
		}
		.pod.table table.table th {
			padding: 3px;
			vertical-align: bottom;
			font-size: .8em;
			font-size: 12px;
			font-weight: normal;
			text-align: left;
			color: white;
			background: #666;
			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 td em {
			color: darkred;
			font-weight: bold;
			font-style: normal;
		}

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






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

#references {
	position: relative;
	clear: both;
	padding: 1em 30px;
	color: #8b8078;    /* warm grey 8 - lighten */
	font-size: .8em;
	}
	#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: 20px;
		}
		#references li span {
			position: absolute;
			top: 0;
			left: -26px;
			}

/* end */






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

#extLinkPopUp {
	display: none;
	position: absolute;
	z-index: 11000;
	padding: 4px;
	margin: 0 0 20px 0;
	background: #002d62;     /* dark blue */
	background: #e5b53a;    /* gold */
	background: #8b0e04;    /* red */
	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: 130%;
			}

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




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


form.front {
	position: relative;    /* !  */
	float: left;
	width: 100%;

	margin-bottom: 20px; 
	}

	form.front h2,
	form.front h3,
	form.front h4,
	form.front h5 {
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: .9em;
		}
		form.front h2 i,
		form.front h3 i,
		form.front h4 i,
		form.front h5 i {
			font-weight:normal;
			}

	form.front fieldset {
		position: relative;
		float: left;
		clear: both;
		margin: 0 0 -1em 0;
		margin: 0 0 -1px 0;
		padding: 0 0 1em 0;
		width: 100%;
		background: #e6eef6;
		border: 1px solid #ceddec;
		}
		#ie7 form.front fieldset,
		#ie6 form.front fieldset {
			border-style: solid;
			padding-bottom: .5em;
			}
		form.front fieldset ol {
			position: relative;
			padding: 1em;
			}
			form.front fieldset ol li,
			#main form.front fieldset ol li {
				position: relative;
				clear: left;
				list-style: none;
				padding: 0 0 .3em 20%;
				margin: 0;
				width: 80%;
				width: 79%;
				}
				form.front fieldset ol li fieldset {
					border: 0;
					}
				form.front fieldset ol li.group li,
				form.front #main fieldset ol li.group li {
					padding-left: 0;
					width: 100%;
					}
		form.front fieldset.buttons,
		#ie7 form.front fieldset.buttons,
		#ie6 form.front fieldset.buttons {
			float: none;
			width: 100%;
			border-top: 0;
			}
			form.front fieldset.buttons ol {
				padding-bottom: 0;
				}
				form.front fieldset.buttons ol li {
					padding: 0;
					}
			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: 1em;
				}


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


	form.front label {
		position: relative;
		display: block;
		float: left;
		clear: left;
		margin-left: -25%;
		width: 10em;
		width: 23%;
		}
		#ie6 form.front label {
			margin-left: -10%;
			}
		form.front .required label {
			font-weight: bold;
			}
		form.front .fullWidth label {
			width: 125%;
			}
	
	form.front input,
	form.front select, 
	form.front textarea {
		float: left;
		width: 100%;
		}
	form.front textarea {
		height: 100px;
		}
		#ie7 form.front input,
		#ie7 form.front select, 
		#ie7 form.front textarea {
			width: 98%;
			}
		#ie6 form.front input,
		#ie6 form.front select, 
		#ie6 form.front textarea {
			width: 99%;
			}
		form.front input.normal,
		form.front select.normal,
		#ie7 form.front input.normal,
		#ie7 form.front select.normal,
		#ie6 form.front input.normal,
		#ie6 form.front select.normal {
			width: auto;
			}


	form.front .help {
		display: inline;
		}


	form.front .flipped {    /* !  */
		padding-left: 0;
		width: 100%;
		}
		form.front .flipped input,
		#ie7 form.front .flipped input,
		#ie6 form.front .flipped input {
			float: left;
			width: auto;
			}
		#ie6 form.front .flipped input {
/*			margin-right: 30px; */
			}
		form.front .flipped label {
			clear: none;
			margin-left: 0;
			padding-top: .25em;
			width: auto;
			}
			#ie6 form.front .flipped label {    /* !  */
				padding-left: 25%; 
				}

	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,
		form.front li.instructions ul.normal li,
		#main form.front li.instructions ol.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 */









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

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

/* end */








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


.alignLeft {
	float: left;
}
.asset.alignLeft {
	margin-right: 8px;
}
	#extra .asset.alignLeft {
/*		margin-left: -8px;
		margin-right: 8px;*/
	}

.alignRight {
	position: relative;
	float: right;
}
.asset.alignRight {
	margin-left: 8px;
}
	#extra .asset.alignRight {
/*		margin-right: -8px;
		margin-left: 8px; */
	}

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

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


/* end */






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









/* POD STYLES... indent, callout A, callout B, pull quote, col (half pg) */
span.TAB {
	display: block;
	float: left;
	width: 20px;
	width: 2%;    /* verify */
	height: 1px;    /* must be at least 1 */
	}
.NOTE {
	font-size: 11px;
	color: #999;
	}
	#special span.NOTE {
		font-size: 10px;
		color: #555;
		}
span.CALLOUT {
	color: #cc3300;    /* orange */
	font-size: 110%;
	font-size: 1.1em;
	}
span.WARNING {
	color: #600;    /* dark red */
	}
span.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
	}

.INDENT {
	margin-left: 20px;
	margin-right: 20px;
	margin-left: 4%;    /* verify */
	margin-right: 4%;    /* verify */
	}
.CALLOUT-A {
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
	width: 225px;
	}
.PULLQUOTE {
	color: #999;
	margin: 0 20px;
	font-size: 16px;
	line-height: 24px;
	}
	.PULLQUOTE em {
		font-size: 11px;
		color: #666;
		}
.INTRO {
	line-height: 24px;
	}
.FOOTNOTE {
	margin: 30px 10px 0;
	font-size: 10px;
	color: #999;
	}
	.FOOTNOTE li {
		padding-bottom: 0;
		}
.STRUCTURED-LIST {
	background: #E6E7E8;     /* light grey */
	}
	.STRUCTURED-LIST h1,
	.STRUCTURED-LIST h2,
	.STRUCTURED-LIST h3 {
		font-size: 14px;
		color: white;
		padding: 6px;
		margin: 0;
		background: #5A5C5E;    /* med grey */
		border-bottom: 1px solid #666;    /* dark grey */
		}
	.STRUCTURED-LIST ul {
		margin: 0;
		padding: 0 0 3px;
		border-bottom: 2px solid #666;    /* dark grey */
		}
		.STRUCTURED-LIST ul li {
			list-style: none;
			margin: 0;
			padding: 6px;
			border-bottom: 1px solid white;
			}


#crumbPath {
	font-size: 10px;
	color: #5A5C5E;    /* med grey */
	}
	#crumbPath a:link,
	#crumbPath a:visited {
		color: #5A5C5E;    /* med grey */
		}
	#crumbPath a:hover,
	#crumbPath a:active {
		color: #865225;    /* brown */
		}
	#crumbPath li {
		float: left;
		list-style: none;
		margin: 2px 4px 4px;
		padding-right: 6px;
		border-right: 1px solid #E6E7E8;     /* light grey */
		}
		#crumbPath li.first {
			margin-top: -2px;
			margin-left: -4px;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 4px;
			color: #865225;    /* brown */
			text-transform: uppercase;
			font-weight: bold;
			background: black;
			border: 0;
			}
			#crumbPath li.first a:link,
			#crumbPath li.first a:visited {
				padding: 1px 3px;
				color: #865225;    /* brown */
				}
			#crumbPath li.first a:hover,
			#crumbPath li.first a:active {
				color: white;
				}
		#crumbPath li.last {
			border: 0;
			}



/* end */

/* end */





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


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


/* end */





















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

#createdBy {
	display: none;
	}

.linkToAdmin {
	position: absolute;
	left: 20px;
	top: 10px;
	}

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





























