

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

.fileDetails {
	font-size: 10px;
	color: #555;
	}
.hidden {
	display: none;
	}
.warning,
.WARNING {
	color: #C00;    /* dark red */
	}

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




/* -------------- POD TYPE: Tipdown -------------- */
/* begin */
.tipdownTrigger {
	}
	a.tipdownTrigger {
		padding-right: 16px;
		background: url(/includes/files/base/images/_ftam/icons/icon-arrow-tipdown.gif) right -150px no-repeat;
		}
		#ie7 a.tipdownTrigger
		#ie6 a.tipdownTrigger {
			display: inline-block;    /* !  */
			}
		#ie6 a.tipdownTrigger{
			background-image: url(/includes/files/base/images/_ftam/icons/icon-arrow-tipdown.gif);
			}
	a.tipdownTrigger:hover {
		background-position: right -30px;
		}
.tipdownContent {     /* !  */
	padding-top: 10px;
	padding-bottom: 15px;
	}

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

/* end */


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


.accordion {
	padding-bottom: .5em;
	}

.accordionWrapper {
	position: relative;
	}
	.accordionWrapper .tipdown {
		/* !  */
		}
		.accordionWrapper a.tipdownTrigger {
			display: block;
			padding: 2px 8px;
			font-size: 1.2em;
			color: black;
			background: #eaf1ff;    /* pale blue */
			border: 1px solid #5772ae;    /* periwinkle */
			}
			.accordionWrapper a.tipdownTrigger:hover {
				color: #aa1d0f;    /* dark red */
				color: white;
				background: #5772ae;    /* periwinkle */
				text-decoration: none;
				}
		.accordionWrapper .tipdownContent {
			/* !  */
			text-align: left;
			padding-left: 4px;
			margin-bottom: 6px;
			color: #333;
			}

.accordionToggleOff,
.accordionToggleOn {
	padding-left: 20px;
	cursor: pointer;
	}

/* end */


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

.tabbedWrapper {
	margin: 0 0 30px 0;
	}

ol.tabs {
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0 0 0 4px !important;
	height: 25px;
/*	background: #eaf1ff;    /* pale blue */
	overflow: hidden;
	border-bottom: 1px solid #a7b5d5;    /* light periwinkle */
	}
	#ie6 ol.tabs,
	#ie7 ol.tabs {
		height: 27px;
		}
	
 ol.tabs li {
	list-style: none;
	float: left;
	height: 12px;
	margin-left: 0px !important;
	}
	#ie6 ol.tabs li {
		margin-bottom: -20px;
		}

	 ol.tabs li a {
		display: block;
		color: #a7b5d5;    /* light periwinkle */
		padding: 6px 10px 6px;
		background: #eaf1ff;    /* pale blue */
		border: 1px solid #a7b5d5;    /* light periwinkle */
		}
		#ie6 ol.tabs li a,
		#ie7 ol.tabs li a {
			float: left;
			}

		ol.tabs li a span {
			text-transform: uppercase;
			font-weight: normal;
			height: 15px;    /* 42 */
			}

		ol.tabs li a.current {
			color: white;
			text-decoration: none;
			background: #5772ae;    /* periwinkle */
			color: black;
			background: white;
			border: 1px solid #a7b5d5;    /* light periwinkle */
			border-bottom: 1px solid white;
			}

			ol.tabs li a:hover {
				color: white;
				text-decoration: none;
				background: #859dd2;    /* med periwinkle */
				}
				ol.tabs li a:hover span {
					color: white;
					}

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

/* end */


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

.pod.slideshow {
	position: relative;
	/* padding: 0 3px;  removed for E3*/  
	margin-bottom: 5px;
	}
	.pod.slideshow .slideshowWrapper {
		position: relative;
		}
		.pod.slideshow .slideshowWrapper a {
			}
			.pod.slideshow .slideshowWrapper a:hover {
				}
	.pod.slideshow .buttons {
		position: absolute;
		top: 0px; 
		right: 0px;
		font-size: 10px;
		}
		.pod.slideshow .buttons a {
			display: block;
			float: left;
			padding: 2px 4px;
			margin-right: 2px;
			color: #ccc;
			font-weight: bold;
			border: 1px solid #ccc;
			}
			.pod.slideshow .buttons a:hover {
				text-decoration: none;
				background: #666;
				}

/* end */


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

.pod.html {
	position: relative;
	}

/* end */


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

.pod.table {
	margin-bottom: 1em;
	background: #eaf1ff;
	}
	.pod.table .podStyleIndicator {
		background: orange;
		}
	.pod.table table.table {
		width: 100%;
		border: 1px solid #5772ae;
		border-width: 1px 0 0 1px;   /* top, left */
	}
	.pod.table table.table th {
		padding: 3px;
		vertical-align: bottom;
		font-size: .8em;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		color: white;
		background: #5772ae;
		border: 1px solid #5772ae;
		border-width: 0 1px 1px 0 ;   /* right, bottom */
		}
		.pod.table table.table th a {
			color: white;
			}
			.pod.table table.table th a:hover {
/*				color: #e87b14;    /* orange */
				}
	.pod.table table.table td {
		padding: 3px;
		border: 1px solid #5772ae;
		border-width: 0 1px 1px 0 ;   /* right, bottom */
		}
	
	.pod.table table.table tr.altRow {
/*		background: #eaf1ff; */
		background: white;
		}
	
	.pod.table table.table td.first {
		color: #3c3c3c;
		text-align: left;
		}

/* end */


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

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

		#ie6 .pod.columns,
		#ie6 .pod.columns .column {
			position: relative;
			}


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

	#extLinkPopUp a {
		padding: 5px 10px 5px 10px;
		margin-right: 7px;
		margin-bottom: 15px;
		font-weight: bold;
		color: #333;
		border: 1px solid #999;
		}
		#extLinkPopUp a.ok {
			background: #e5b53a;    /* gold */
			}
		#extLinkPopUp a.ok:hover {
			text-decoration: underline;
			color: white;
			background: #006600;    /* green */
			}
		#extLinkPopUp a.cancel {
			color: white;
			background: #999;
			}
		#extLinkPopUp a.cancel:hover {
			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: .8em;
	}
	#references .refLink a {
		display: block;
		width: 12px;
		text-align: center;
		}
		#references .refLink a:hover {
			background: #EEE;
			}
	#references li {
		position: relative;
		margin-left: 26px;
		}
		#references li span {
			position: absolute;
			top: 0;
			left: -32px;
			}

/* 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: 10px;
		margin-left: 8px;
		}

	form.front fieldset {
		position: relative;
		float: left;
		clear: both;
		padding: 0 0 .5em 0;
		width: 490px;
		/* -- TW -- 09/2/10 10:34 AMbackground: #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;
				/* testing kau 9/28/10 10:31 am padding: .5em 0 0.15em 138px; */
				margin: 0 !important;
				/* testing kau 9/28/10 10:31 am width: 336px; */
				}
				form.front fieldset ol li.colLeft {
					float: left;
					width: 127.5px;
					margin-right: 8px;
					}
				form.front fieldset ol li.colRight {
					clear: none;
					float: left;
					padding-left: 65px;
					width: 127.5px;
					}
					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: 119.5px;
						}
					form.front fieldset ol li.colRight label {
						text-align: right;
						margin-left: -73px;
						width: 65px;
						}

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



	form.front label {
		position: relative;
		display: block;
		float: left;
		clear: left;
		/* testing kau 9/28/10 10:31 am margin-left: -138px; */
		width: 130px;
		}
		#ie6 form.front label {
			display: inline;
			}
			#ie6 #field_interests label {
				float: none;
				}
		form.front .required label {
			font-weight: bold;
			}
		form.front .fullWidth label {
			width: 474px;
			}
	
	form.front input,
	form.front select, 
	form.front textarea {
/*		float: left;*/
		padding: 0;
		width: 328px;
		}
	form.front textarea {
		height: 100px;
		}
		form.front input.normal,
		form.front select.normal {
			width: auto;
			}


	form.front li.flipped {    /* !  */
/*		width: 130px;  */
		width: 336px;
		padding-top: 5px;
		padding-bottom: 0;
		}
		form.front .flipped input,
		#ie7 form.front .flipped input,
		#ie6 form.front .flipped input {
			position: relative;
			float: left;
			margin-left: 100px;
			width: auto !important;
			}
		form.front li.flipped label {
			clear: none;
			line-height: 1.5;
			width: 170px;
			}

	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: 236px !important;
			padding: 0 0 0 100px;
			}
			form.front li.flipped fieldset ol li.flipped label {
				width: 306px !important; 
				}


		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: 130px;
				}
			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: 186px;
			}
	.narrow form.front input,
	.narrow form.front select, 
	.narrow form.front textarea {
		width: 178px;
		}
	.narrow form.front .fullWidth label {
		width: 324px;
		}
	.narrow form.front li.flipped {    /* !  */
		width: 186px;
		}
		.narrow form.front li.flipped label {
			width: 186px;
			}
		.narrow form.front li.flipped fieldset ol li.flipped label {
			width: 156px !important; 
			}


/* end */















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


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	background-color:  #1e4296;    /* med blue */
	background-color:  #1d2f80;    /* darker blue */
	}
	body.popup {
		background-color: white;
		}

h1 {
	padding: 0 0 10px;
	color:  #1e4296;    /* med blue */
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 30px;
	font-weight: normal;
	}
h2 {
	color:  #1e4296;    /* med blue */
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	padding: 4px 0 2px;
	font-size: 16px;
	}
h3 {
	color:  #1e4296;    /* med blue */
	padding: 4px 0 2px;
	font-size: 14px;
	}
	.home h1,
	.home h2,
	.home h3 {
		color: #DDD;
		}
h4 {
	padding-top: 0;
	font-size: 13px;
	}
h5 {
	padding-top: 0;
	font-size: 12px;
	}
h6 {
	padding-top: 0;
	font-size: 11px;
	}
p {
	line-height: 1.5em;
	}
p,
.pod ol,
.pod ul {
	padding: 0 0 1em;
	}
	#content li {
		margin-left: 26px;
		padding-bottom: 0.6em;
		}

dl {
	margin-bottom: 10px;
	}
dt {
	font-weight: bold;
	}
dd {
	margin: 0 0 0 26px;
	padding: 0 0 1em;
	}

blockquote {
	display: block;
	margin: 0 26px 0; 
	font-size: 1.2em;
	color: white;
	}
	blockquote a {
/*		color: #aa534a;    /* red */
		}

form {
	display: inline;
	}


a {
	color: #aa534a;    /* red */
	text-decoration: none;
	outline: none;
	outline: 0;
	}
	a:hover {
		color: #aa1d0f;    /* dark red */
		text-decoration: underline;
		}

	.home a {
		color: #a7b5d5;    /* light periwinkle */
		}
		.home a:hover {
			color: white;
			}


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




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


.home,
#header,
#footer {
	color: #DDD;
	}


/* end */






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

#content {
	z-index: 5;
	position: relative;
	clear: both;
	margin-top: 170px;
/*	padding-top: 20px; */
	}
	.home #content {
		margin-top: 567px;
		}



#side {
	float: left;
	width: 0px;
	padding: 0px 0 30px;
	}

#main {
	position: relative;
	margin: 0 10px;
	padding: 20px;
	width: -60px;
	/*background: white;*/
	background: url(/includes/files/base/images/_ftam/white.gif);
	border-bottom: 8px solid #000932;    /* dark blue */
	}
	.home #main {
		padding: 10px 0 0;
		margin: 0;
		background: none;
		border: none;
		}
		.home #ie6 #main,
		.home #ie7 #main {
			padding-top: 15px;
			}



/*
#nSecondary {
	}
	#nSecondary h4 {
		padding: 3px 0 0 15px;
		}
		#nSecondary h2{
			padding-top: 0px;
			padding-bottom: 0px;
		}
		#nSecondary h2 a {
			color: white;
			background-color: #666;
			display: block;
			padding: 3px 0 3px 15px;
			}
			#nSecondary h2 a:hover {
				text-decoration: none;
				
				color: black;
				}
	#nSecondary ol {
		margin-bottom: 5px;
		}
		#nSecondary ol li {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			#ie6 #nSecondary ol li {
				height: 1%;
				display: inline-block;
				}
				#ie6 #nSecondary ol li ol li {
					float: left;
					clear: left;
					width: 202px;
					}

			#nSecondary ol li ol li a {
				display: block;
				}

		#nSecondary ol li a.current,
		#nSecondary ol li span.current a {
			background-color: #b0B1B2; /* light gray *
			color: black;
			}
			
		#nSecondary ol li a {
			display: block;
			color: white;
			padding: 3px 15px;
			 }
			#nSecondary ol li  a:hover {
				background-color: #CCC;
				text-decoration: none;
				color: black;
				}
			#nSecondary ol li ol li span a{
				padding-left: 30px;
				}
*/

#extra {
	}








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


#header {
	z-index: 8;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	}
	#header .page {
		height: 170px;
		background: url(/includes/files/base/images/_ftam/sphere.gif) 878px 12px no-repeat;
		}
		.home #header .page {
			height: 567px;
			}

#logo {
	position: absolute;
	top: 26px;
	left: 10px;
	}
	#logo a {
		display: block;
		}


#nPrimary {
	z-index: 40;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
/*	width: 960px; */
	width: 940px;   /* minus border  */
	background-color: #000932;    /* dark blue */
	border: 10px solid #000932;    /* dark blue */

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/includes/files/base/images/_ftam/border-radius.htc); 
	}
	#ie6 #nPrimary,
	#ie7 #nPrimary {
		bottom:-5px;
		border: 10px solid #000932;    /* dark blue */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		behavior: url(/includes/files/base/images/_ftam/PIE.htc);
		}

/*
$CSS_nCols = 3 +
$CSS_colsPadding = 0 +
$CSS_colsMargin = 10 +
$CSS_availWidth = 920 +
$CSS_colWidth = 306.66666666667 +
*/

	#nPrimary ol {
		position: relative;
		}
		#ie7 #nPrimary ol,
		#ie6 #nPrimary ol {
			height: 1%;
			}
		#nPrimary ol li {
			position: relative;
			list-style: none;
			float: left;
			margin: 0 10px 0 0;
			width: 306.66666666667px;
			line-height: 20px;
			background: #818286;   /* grey */
			}
			#ie7 #nPrimary ol li,
			#ie6 #nPrimary ol li {
				background: url(/includes/files/base/images/_ftam/nPrimary-li-a-Bg.gif) left top no-repeat #000932;    /* dark blue */
				}
			#nPrimary ol li.first {
/*				margin-left: 10px; */
				}
			#nPrimary ol li.last {
				margin-right: 0;
				}

			#nPrimary ol li a,
			#nPrimary ol li a b {
				display: inline-block;
				font-weight: normal;
				color: white;
				}
				#nPrimary ol li a {
				
					}
					#nPrimary ol li a b {
						padding: 10px 10px 10px 30px;
						width: 266.66666666667px;
						background: url(/includes/files/base/images/_ftam/nPrimary-arrow-Bg.gif) 5px 10px no-repeat #808184;    /* dark grey */
						}
					#ie6 #nPrimary ol li a:hover {
						cursor: hand;
						}

		#nPrimary ol li.professionals,
		#nPrimary ol li.institutions,
		#nPrimary ol li.individuals {
			}
			.home li.professionals a,
			.home li.institutions a,
			.home li.individuals a {
				height: 435px;
				}
			.home li.professionals a {
				background: url(/includes/files/base/images/_ftam/_nPrimary-professionals-Bg1.jpg) left bottom no-repeat #808184;    /* dark grey */
				}
			.home li.institutions a {
				background: url(/includes/files/base/images/_ftam/_nPrimary-institutions-Bg1.jpg) left bottom no-repeat #808184;    /* dark grey */
				}
			.home li.individuals a {
				background: url(/includes/files/base/images/_ftam/_nPrimary-individuals-Bg1.jpg) left bottom no-repeat #808184;    /* dark grey */
				}
				.home #nPrimary ol li {
					padding-top: 10px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
					border-radius: 10px;
					behavior: url(/includes/files/base/images/_ftam/PIE.htc);
					}
				.home #nPrimary ol li a b {
					padding-bottom: 20px; /* old value */
					padding-bottom: 43px;
					}

				#nPrimary ol li a:hover {
					text-decoration: none;
					}
					#nPrimary ol li a:hover b {
						text-decoration: none;
						color: white;
						background-position: 5px -68px;
						}


	#nPrimary .fly {
		display: none;
		z-index: 40;
		position: absolute;
		top: 48px;
		left: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: pink;
		background-color: #808184;    /* dark grey */
		}
		#ie7 #nPrimary .fly,
		#ie6 #nPrimary .fly {
			width: 100%;
/*			background-color: #808184;    /* dark grey */
			}

		#nPrimary .fly a.copy-block {
			display: block;
			padding: 10px;
			height: auto;
			font-size: 13px;
			line-height: 1.4em;
			background: #818286;   /* grey */
			border-color: #818286;   /* grey; needed for IE if using border-radius.htc */

			-webkit-border-bottom-left-radius: 15px;
			-webkit-border-bottom-right-radius: 15px;
			-moz-border-radius-bottomleft: 15px;
			-moz-border-radius-bottomright: 15px;
/*			behavior: url(/includes/files/base/images/_ftam/border-radius.htc); */
			}
/*			#ie6 #nPrimary .fly a.copy-block {
				height: 1%;
				position: relative;
				}*/
			#nPrimary .fly a.copy-block:hover {
				color: #DDD;
				}





#nConstant {
	z-index: 900;
	position: absolute;
	top: 14px;
	right: 128px;
	}
	#nConstant ol {
		float: right;
		}
		#nConstant ol li {
			float: left;
			list-style: none;
/*			border-right: 1px solid #a7b5d5;    /* light periwinkle */
			}
			#nConstant ol li.last {
				border: 0;
				}

			#nConstant ol li a,
			#nConstant ol li a b {
				display: inline-block;
				font-weight: normal;
				color: #a7b5d5;    /* light periwinkle */
				}
				#nConstant ol li a b {
					padding: 0 8px; 
					}
					#nConstant ol li.last a {
						border-left: 1px solid #a7b5d5;    /* light periwinkle */
						}

				#nConstant ol li a:hover {
					text-decoration: none;
					}
					#ie6 #nConstant ol li a:hover {
						cursor: hand;
						}
					#nConstant ol li a:hover b {
						color: white;
						background: #5663a9;    /* periwinkle */
						}

				#nConstant ol li a.current b { 
					color: white;
/*					background: #666; */
					border-bottom: 2px solid #a7b5d5;    /* light periwinkle */
					border-color: white;
					}


/*
#searchBox {
	position: absolute;
	top: 35px;
	right: 15px;
	border: 1px solid #C9C9C9;
	background-color: #8E9089;
	}
	#searchBox form {
		position: relative;
		}
	#searchBox input {
		border:1px solid white;
		height: 15px;
		margin: 0;
		}
	#searchBox a {
		padding: 5px 5px 0 5px;
		color: white;
		}
		#searchBox a:hover {
			text-decoration: none;
			}
*/



/* end */















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


#footer {
	z-index: 4;
	clear: both;
	position: relative;
	margin-top: 15px;
	font-size: .85em;
	}
	#footer a {
		color: white;
		}
		#footer a:hover {
			color: #cee1d7;    /* pale green */
			}

	#footer .page {
		padding: 15px;
		width: 930px;    /* Minus padding*/
		background: url(/includes/files/base/images/_ftam/beyond-the-traditional.gif) right top no-repeat;
		}



/* end */


















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

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

/*  */
		a.button: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 {
				padding-left: 20px;
				background-position: -90px -50px;
				}
				a.button.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 {
				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.download,
			#ie6 a.button.download {
				padding-left: 20px;
				background-position: -300px -100px;
				}
				a.button.download:hover,
				#ie6 a.button.download:hover {
					background-position: -300px -125px;
					}


		a.button b,
		a.button-subtle b {
			padding: 6px 10px 4px 0;
			margin-right: -10px;
			margin-left: 8px;
			color: white;
			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 */
				background-position: right -25px;
				}
				#ie6 a.button:hover b {
					color: #f2a144;    /* light orange */
					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,
			#ie6 a.button-subtle.cancel {
				padding-left: 20px;
				background-position: -90px -200px;
				}
				a.button-subtle.cancel:hover,
				#ie6 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,
			#ie6 a.button-subtle.email {
				padding-left: 20px;
				background-position: -180px -200px;
				}
				a.button-subtle.email:hover,
				#ie6 a.button-subtle.email:hover {
					background-position: -180px -225px;
					}
			a.button-subtle.search,
			#ie6 a.button-subtle.search {
				padding-left: 20px;
				background-position: -240px -200px;
				}
				a.button-subtle.search:hover,
				#ie6 a.button-subtle.search:hover {
					background-position: -240px -225px;
					}
			a.button-subtle.person,
			#ie6 a.button-subtle.person {
				padding-left: 20px;
				background-position: -270px -200px;
				}
				a.button-subtle.person:hover,
				#ie6 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,
			#ie6 a.button-subtle.previous {
				padding-left: 20px;
				background-position: -120px -250px;
				}
				a.button-subtle.previous:hover,
				#ie6 a.button-subtle.previous:hover {
					background-position: -120px -275px;
					}
			a.button-subtle.next,
			#ie6 a.button-subtle.next {
				padding-left: 20px;
				background-position: -150px -250px;
				}
				a.button-subtle.next:hover,
				#ie6 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.download,
			#ie6 a.button-subtle.download  {
				padding-left: 20px;
				background-position: -300px -250px;
				}
				a.button-subtle.download:hover,
				#ie6 a.button-subtle.download:hover {
					background-position: -300px -275px;
					}




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


/* end */











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

/*
.CALLOUT {
	font-size: 1.3em;
	color: #dd5c1f;    /* dark orange *
	}*/

.INDENT {
	margin: 0 2em 0 2em;
	}

.SIDEBAR {
	padding-left: 20px;
	margin-left: 10px;
	}

.HIGHLIGHT {
	padding: 10px 2% 2px;
	color: #ddd;
	margin-bottom: 2em;

	background-color: #5663a9;    /* periwinkle */
	border-color: #5663a9;    /* periwinkle; needed for IE if using border-radius.htc */
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	border-radius: 15px;
	
	/*behavior: url(/includes/files/base/images/_ftam/border-radius.htc); */
	}
	#ie7 .HIGHLIGHT,
	#ie6 .HIGHLIGHT {
		position: relative;
		height: 1%;
		}
/*	.home .HIGHLIGHT {
		padding-left: 3%;
		padding-right: 3%;
		}*/

	.HIGHLIGHT a {
		color: white;
		text-decoration: none;
		}
		.HIGHLIGHT a:hover {
			color: #aa534a;    /* red */
			color: #789989;    /* green */
			}
		.HIGHLIGHT a strong {
			padding: 2px 20px 2px 2px;
			margin-left: 10px;
			text-decoration: none;
			background: url(/includes/files/base/images/_ftam/highlight-button-Bg.gif) right 50% no-repeat;
			}

	.HIGHLIGHT.products p {
		padding: 0;
		}
	.HIGHLIGHT.products ul li {
		padding-bottom: .2em !important;
		}

	.HIGHLIGHT h1,
	.HIGHLIGHT h2,
	.HIGHLIGHT h3,
	.HIGHLIGHT h4,
	.HIGHLIGHT h5,
	.HIGHLIGHT h6 {
		color: #DDD;
		}
	.HIGHLIGHT h3{
		font-size: 1.3em;
		}
	.HIGHLIGHT p {
		font-size: 1.1em;
		}
	.HIGHLIGHT .fileDetails {
		color: #DDD;
		}

.INTRO {
	font-size: 1.3em;
	line-height: 2em;
	}

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


/* end */











/* END _ftam site */













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

.function ol.showChildren {    /* used by show current children function */
	}
	.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 {
		padding-bottom: 0;
		margin-left: 0;
		}
	.function ol.sitemap ol.hasChildren {
		margin-bottom: 6px;
		}
		.function ol.sitemap ol.hasChildren li {
			list-style: decimal;
			margin-left: 20px;
			}
	.function ol.sitemap li.node {
		}

/* end */


















/* -------------- HELPER: for secure pages with login -------------- */
/* begin */
#profile {
	float: right;
	padding: 10px;
	margin-left: 15px;
	background: white;
	border: 1px solid #666;
	}

/* end */





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

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

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

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

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

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

/* end */




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

#createdBy {
	display: none;
	}

.linkToAdmin {
	position: absolute;
	right: 10px;
	top: 0;
	}
	.linkToAdmin a {
		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;
	}

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

.printOnly {
	display: none;
	}

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

/* end */



#captcha #recaptcha_table {
	position: relative;
	left: 130px;
	}
	#ie6 #captcha #recaptcha_table {
		left: 138px;
		}
		
/*---------- =about page ----------*/

.rounded-border {
position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b4b5b5;
	padding: 10px;
	margin-bottom: 10px;
	behavior: url(/includes/files/base/images/_ftam/PIE.php);
	}
.rounded-border p {
	padding: 0;
	}
.rounded-border.skinney ul li {
	padding-bottom: .2em!important;
	list-style: none;		
	}
	.rounded-border.skinney p {
		margin-left: 20px;
		}
.rounded-border .table {
	border: none !important;
	background: none;
	}
	#content .rounded-border .table tr th {
		font-weight: normal ;
		color: #333 ;
		border: none;
		background: none ;
		}
	#content .rounded-border .table tr td {
		border: none!important;
		border-top: 1px solid #b4b5b5 !important; 
		}
.rounded-border h2 {
	font-size: 18px;
	color: #8e908f;
	}
.rounded-border.square-list li {
	list-style-image: url(/includes/files/base/images/_ftam/gray-list-square.jpg);
	}

.h3-underline h3 {
	border-bottom: 1px solid #b4b5b5;
	}

.rounded-border .USEquityFunds h3 {
	background: url(/includes/files/base/images/_ftam/USEquityFunds-bullet.jpg) left center no-repeat;
	padding-left: 20px;
	}
	.rounded-border .USEquityFunds p {
		color: #5C7F92;
		}
.rounded-border .StructuredProducts h3 {
	background: url(/includes/files/base/images/_ftam/StructuredProducts-bullet.jpg) left center no-repeat;
	padding-left: 20px;
	}
.rounded-border .FixedIncomeFunds h3 {
	background: url(/includes/files/base/images/_ftam/FixedIncomeFunds-bullet.jpg) left center no-repeat;
	padding-left: 20px;
	}
	.rounded-border .FixedIncomeFunds p {
		color: #ce8e00;
		}
		
.rounded-border .SpecialtyProducts h3 {
	background: url(/includes/files/base/images/_ftam/SpecialtyProducts-bullet.jpg) left center no-repeat;
	padding-left: 20px;
	}

/*----------  End ----------*/

