/*  general  */
@font-face {
	font-family: 'ITCFranklinGothicStdDemi';
	src: url('http://fscu.com/fonts/ITCFranklinGothicStd-Demi.eot');
	src: local('ITC Franklin Gothic Std Demi'), local('ITCFranklinGothicStd-Demi'), url('http://fscu.com/fonts/ITCFranklinGothicStd-Demi.otf') format('opentype'), url('http://fscu.com/fonts/ITCFranklinGothicStd-Demi.svg#ITCFranklinGothicStd-Demi') format('svg');
}

@font-face {
	font-family: 'ITCFranklinGothicStdBookItalic';
	src: url('http://fscu.com/fonts/ITCFranklinGothicStd-BookIt.eot');
	src: local('ITC Franklin Gothic Std Book Italic'), local('ITCFranklinGothicStd-BookIt'), url('http://fscu.com/fonts/ITCFranklinGothicStd-BookIt.otf') format('opentype'), url('http://fscu.com/fonts/ITCFranklinGothicStd-BookIt.svg#ITCFranklinGothicStd-BookIt') format('svg');
}

@font-face {
	font-family: 'ITCFranklinGothicStdBook';
	src: url('http://fscu.com/fonts/ITCFranklinGothicStd-Book.eot');
	src: local('ITC Franklin Gothic Std Book'), local('ITCFranklinGothicStd-Book'), url('http://fscu.com/fonts/ITCFranklinGothicStd-Book.otf') format('opentype'), url('http://fscu.com/fonts/ITCFranklinGothicStd-Book.svg#ITCFranklinGothicStd-Book') format('svg');
}

body {
	background-image: url(http://fscu.com/images/background.jpg);
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 16pt;
}
a, a:visited {
	color: #395A9E;
}
a img {
	border: none;
}
input.text {
	border-size: 1px;
	height: 17px;
	padding: 1px 0 0 0;
	margin: 0;	
}
input.button {
	vertical-align: middle !important;
	height: 17px;
	padding: 0;
	margin: 0;
}

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0;
  height: 0;
}

.siteContent {
	width: 1009px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	/* overflow: hidden; */
}

#header {
	position: relative;
	width: 1009px;
	height: 199px;
}
	#header h1 {
		float: left;
		width: 340px;
		height: 199px;
		overflow: hidden;
		position: relative;
		margin: 0;
		padding: 0;
		font-size: .5em;
		line-height: .5em;
	}
		#header h1 a img {
			position: absolute;
			top: 0;
			left: 0;
		}
	#headerFMA {
		width: 669px;
		height: 199px;
		background-color: #FFF;
		float: left;
	}	
		#headerFMA img {
			margin: 0;
			padding: 0;
		}
	#textSize {
		background-color: #e1e6f1;
		background-image: url(http://fscu.com/images/txtSizebkgRepeat.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		position: absolute;
		clear: both;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 0 5px 0 5px;
		color: #395A9E;
		line-height: 1em;
		z-index: 101;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
	}
		#textSize span.small {
			font-size: .5em;
		}
		#textSize span.medium {
			font-size: .6em;
		}
		#textSize span.large {
			font-size: .7em;
		}
		#textSize a, #textSize a:visited {
			text-decoration: none;
		}

	#nav {
		height: 48px;
	}
		#nav #search {
			width: 229px;
			height: 38px;
			padding-left: 15px;
			padding-top: 10px;
			margin: 0;
			float: left;
	background: url(http://fscu.com/images/searchBkg.jpg) no-repeat;
}
			#nav #search .text {
				width: 144px;
			}
		#nav ul.toplevel {
			list-style-type: none;
			width: 765px;
			margin: 0;
			padding: 0;
			height: 48px;
			width: 765px;
			float: left;
		}
			#nav ul.toplevel li {
				display: block;
				float: left;
				margin: 0;
				position: relative;
			}
				#nav ul.toplevel li a {
					display: block;
					width: 153px;
					height: 48px;
					text-indent: -9999px;
					background-image: url(http://fscu.com/images/navigation.png);
					background-repeat: no-repeat;
				}
					#nav li.banking a { background-position: 0 0; }
					#nav li.banking a:hover { background-position: 0 -48px; }
					#nav li.banking a.selected { background-position: 0 -96px; }
	
					#nav li.lending a { background-position: -153px 0; }
					#nav li.lending a:hover { background-position: -153px -48px; }
					#nav li.lending a.selected { background-position: -153px -96px; }
					
					#nav li.access a { background-position: -306px 0; }
					#nav li.access a:hover { background-position: -306px -48px; }
					#nav li.access a.selected { background-position: -306px -96px; }
					
					#nav li.join a { background-position: -459px 0; }
					#nav li.join a:hover { background-position: -459px -48px; }
					#nav li.join a.selected { background-position: -459px -96px; }
					
					#nav li.news a { background-position: -612px 0;}
					#nav li.news a:hover {	background-position: -612px -48px; }
					#nav li.news a.selected { background-position: -612px -96px; }
					
				#nav ul.toplevel li ul {
					display: none;
					z-index:100;
					position: absolute;
					clear:both;
					top: 48px;
					left: 0;
					list-style: none;
					padding: 0;
					margin: 0;
					border: 1px solid #5473a4;
					border-top: none;
					background-color: #d5deed;
				}
					#nav ul.toplevel li ul li {
						list-style: none;
						padding: 0;
						margin: 0;
						border-top: 1px solid #acbfda;
						font-size: .6em;
						line-height: 1em;
						float: none;
					}
					#nav ul.toplevel li ul li a {
						display: block;
						background-image: none;
						background-color: #d5deed;
						color: #49699b;
						text-indent: 0;
						padding: 14px 20px 14px 20px;
						margin: 0;
						text-decoration: none;
						height: auto;
					}
					#nav ul.toplevel li ul li a:hover {
						background-color: #98afd1;
						color: #FFF;
					}

#footer {
	width: 994px;
	padding-top: 55px;
	padding-left: 15px;
	padding-bottom: 20px;
	clear: both;
	font-size: .4em;
	color: #666666;
}
	#footerCopyright {
		width: 245px;
		float: left;
	}
	#footerSpanish {
		width: 234px;
		float: left;
	}
		#footerSpanish p, #footerCopyright p {
			padding: 0;
			margin: 0;
		}
	#footerLinks {
		width: 515px;
		float: left;
	}	
		#footerLinks ul {
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
			#footerLinks li {
				display: inline;
				margin-right: 20px;
			}
#accreditation {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-right: 15px;
	margin-top: 20px;
	font-size: .4em;
}

#accreditation p {
	float: left;
}

#accreditation img {
	float: right;
}

/*  home  */
#homeContent {
	margin-top: 25px;
}

#loginBox {
	margin-left: 15px;
}

.homeFeatureBoxTop {
	width: 212px;
	border-bottom: #82AB4D solid 1px;
	border-left: #82AB4D solid 1px;
	border-right: #82AB4D solid 1px;
	background-color: #e4efdb;
	margin: 0;
	padding-left: 0;
	position: relative;
	padding-bottom: 25px;
}
		
	.homeFeatureBoxTop h3{
		color: #395A9E;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: .9em;
		margin-top: 0;
		margin-bottom: 3px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.homeFeatureBoxTop p {
		margin-top: 0;
		font-size: .6em;
		margin-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.homeFeatureBoxTop .more {
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
.homeFeatureCol {
	width: 256px;
	float: left;
	padding: 0;
	margin: 0;
}
	.homeFeatureColBorder {
		width: 235px;
		margin-right: 21px;
		height: 200px;
	}
	.homeFeatureCol img {
		margin: 0;
		padding: 4px;
		border-top: #82AB4D solid 1px;
		border-left: #82AB4D solid 1px;
		border-right: #82AB4D solid 1px;
	}
	
	.homeFeatureCol .more img {
		padding: 0;
		border: none;
	}
	
	.homeFeatureCol a {
		text-decoration: none;
		color: inherit;
	}

.homeFeatureCol.last {
	width: 214px;	
}

.homeFeatureBoxBottom {
	border: #b36669 solid 1px;
	width: 202px;
	margin-top: 40px;
	padding: 5px;
}
	.homeFeatureBoxBottom img {
		border: #999999 solid 1px;
		margin-right: 5px;
		padding: 0;
		float: left;
	}
	.homeFeatureBoxBottom h4 {
		margin: 0;
		padding: 0;
		color: #395A9E;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: .7em;
	}
	.homeFeatureBoxBottom p {
		font-size: .5em;
		margin: 1em 0 0 0;
		padding: 0;
	}
	
#secondaryContent {
	margin-top: 25px;
}

#sidebar {
	width: 225px;
	float: left;
	margin: 0 20px 0 0;
}
	
	ul#subnav {
		list-style-image: url(http://fscu.com/images/raquoListStyle.jpg);
	}
		ul#subnav li {
			margin-bottom: 15px;
			font-size: .5em;
		}
		ul#subnav li a, ul#subnav li a:visited  {
			color: #1a1a1a;
			text-decoration: underline;
			font-weight: bold;
		}

ul#sidebarPromos {
	width: 195px;
	margin-left: 15px;
	margin-top: 15px;
	padding: 0;
	list-style-type: none;
}
	ul#sidebarPromos li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 50px;
		overflow: hidden;
		border-bottom: #FF8B00 solid 1px;
	}
		ul#sidebarPromos li.last {
			border: none;
		}
		ul#sidebarPromos a, ul#sidebarPromos a:visited {
			text-decoration: none;
		}


#homeNoteBottom {
	float: left;
	width: 724px;
	background-color: #fffcf6;
	border: #cccc99 solid 1px;
	margin-top: 40px;
	padding: 0 0 15px 0 ;
	margin-bottom: 0;
}
	#homeNoteBottom h3 {
		color: #395A9E;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: lighter;
		font-size: 1em;
		margin-top: 15px;
		margin-bottom: 3px;
		margin-left: 15px;
	}
		#homeNoteBottom p {
			font-size: .5em;
			margin-top: 0;
			margin-bottom: 0px;
			margin-left: 15px;
			margin-right: 15px;
			padding: 0;	
			line-height: 1.5em;
		}

	#homeNoteBottomAction {
		background-color: #faeec8;
		float: right;
		margin: 0;	
		padding: 0;
	}
		#homeNoteBottomAction p {
			margin: 0;
			padding: 7px 10px 7px 10px;
			font-size: .5em;	
		}

/*  secondary & teritary page */
#secondaryCol2 {
	width: 519px;
	float: left;
	margin: 0;
	font-size: 12px;
	line-height: 1.5em;
}
	#secondaryCol2 h2 {
		font-family: ITCFranklinGothicStdDemi;
	}
	
	#secondaryCol2 h3, #secondaryCol2 h4, #secondaryCol2 h5, #secondaryCol2 h6 {
		font-family: ITCFranklinGothicStdBook;
	}
	
	#secondaryCol2 h2 {
		font-size: 2em;
		color: #6dad44;
	}
	
	#secondaryCol2 h3 {
		font-size: 1.5em;
		color: #6dad44;
		margin-bottom: 0;
		font-weight: normal;
	}
	
	#secondaryCol2 sup {
		font-size: .5em;
	}
	
	#secondaryCol2 .directors p {
		margin-top: 0;
	}
	
	#secondaryCol2.contact_us p {
		margin: 0;
}
	
	#secondaryCol2 h4 {
		font-size: 1.1em;
		color: #6dad44;
		margin-bottom: 0;
		font-weight: normal;
	}
	
	#secondaryCol2 h5 {
		font-size: 1em;
		color: #6dad44;
		margin-bottom: 0;
		font-weight: normal;
	}
	
	#secondaryCol2 h6 {
		font-size: .85em;
		color: #6dad44;
		margin-bottom: 0;
		font-weight: normal;
	}
	
	#secondaryCol2 p {
		font-size: 1em;
	}
	
	#promos {
	overflow: auto;
	padding-top: 5px;
}
	
	#secondaryCol2 .promotion {
		width: 160px;
		float: left;
		margin-right: 13px;
	}
	
	#secondaryCol2 .breadcrumb {
		font-size: .75em;
	}
	
	#secondaryCol2 ul {
		font-size:  1em;
	}
	
	#secondaryCol2 .more {
		text-align: right;
	}

	#secondaryCol2 img.brochures_es {
		margin-right: 15px;
	}
	
	ul.partners {
		font-size: .9em !important;
		display: block;
		overflow: auto;
		list-style: none;
		line-height: 1.25em;
		margin: 10px 0 15px 0;
		padding: 0;
	}

	ul.partners li {
		display: block;
		width: 258px;
		float: left;
		padding: 0 0 10px 0;
		line-height: 1.5em;
	}

	
#secondaryAdcol {
	width: 220px;
	float: left;
	margin: 0;
}

	#secondaryAdcol img {
	margin-left: 42px;
	border: #cccccc 1px solid;
}

	#secondaryAdcol img.talkwithus {
		border: none;
		margin-bottom: 15px;
	}

	#tertiaryAdcolBoxTop {
		width: 178px;
		background-color: #f5f7fa;
		border: #395A9E solid 1px;
		margin-left: 42px;
		margin-bottom: 10px;
	}

		#tertiaryAdcolBoxTop h4 {
			color: #395A9E;
			margin-top: 10px;
			margin-bottom: 5px;
			margin-left: 10px;
			font-size: .5em;
			font-weight: normal;
		}
		#tertiaryAdcolBoxTop p {
			margin-top: 10px;
			margin-left: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
			font-size: .5em;
		}
#secondaryAdcol strong {
	font-size: 1.3em;
	font-weight: normal;				
}

		#tertiaryAdcolBoxBottom {
		width: 178px;
		background-color: #fffcf6;
		border: #f2f0e3 solid 1px;
		margin-left: 42px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
		
		#tertiaryAdcolBoxBottom p {
			margin-top: 10px;
			margin-bottom: 0px;
			margin-left: 10px;
			margin-right: 10px;
			font-size: .5em;
		}
		#tertiaryAdcolBoxBottom p.lang {
			margin-bottom: 10px;
			padding-left: 10px;
			font-size: .4em;
		}
		#tertiaryAdcolBoxBottom ul {
			list-style-type: none;
			margin-bottom: 10px;
			margin-top: 5px;
			padding: 0;
			text-indent: 20px;
		}
			#tertiaryAdcolBoxBottom li {
				display: inline;
				font-size: .75em;
			}

.sidebartext {
	background-color: #f5f7fa;
	border: 1px solid #395A9E;
	padding: 10px;
	color: #395A9E;
	margin-bottom: 15px;
	font-size: 12px;
	width: 158px;
	margin-left: 42px;
	margin-top: 20px;
}

.sidebartext h4 {
	text-transform: uppercase;
	font-size: 1.25em;
}

.sidebartext p {
	color: #000;
	margin-top: 5px;
}


/*  nav sprite  */
.sprite {
	background: url(http://fscu.com/images/navigation.png);
}
	.navElement {
		width: 153px;
	}
	
	.bankingNeutral {
		height: 48px;
		width: 153px;
		background-position: 0px, -48px;
	}
	
	.bankingHover {
		height: 48px;
		width: 153px;
		background-position: 0px, 0px;
	}
	
	.bankingSelect {
		height: 48px;
		width: 153px;
		background-position: 0px, 48px;
	}
	
.clearfix: after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clearfix {
	display: block;
}

/* Tooltip */
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

/* Freeform */
#freeform fieldset {
	border: 0;
}

#freeform label {
	width: 50px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 15px;
}

#freeform fieldset input, #freeform fieldset textarea {
	width: 400px;
	border: 1px solid #d5d5d5;
	background-color: #f4f4f4;
}

#freeform fieldset textarea {
	height: 150px;
}