/* CSS Document */ /* Color Palette for FCU website 
	#C2B16B - khaki (gold)
	#FFFFC0 - pale yellow
	#B8713D - reddish rust
	#2C2612 - dark brown, darker version of khaki (an even darker choice is 18150A) 
	#780747 - dark magenta
	#000000 - white
*/
* {
	font-size: 100%;
	margin: 0;
}

/** Note: IE workaround: center align text 
	here to center content in browser window*/
body {
	font-family: arial, sans-serif;
	font-size: 75%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100%;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
}

br {
	line-height: 90%;
}

h1,h2,h3,h4,h5,h6 {
	color: #780747;
	margin: 0px 0 8px 0;
	padding: 0;
}

h1 {
	font-size: 250%;
	line-height: 130%;
	background-position: 0 10px;
	background-repeat: no-repeat;
	background: transparent;
}

h2 {
	font-size: 175%;
	line-height: 120%;
	background-position: 0 5px;
	background-repeat: no-repeat;
	color: #B8713D;
}

h3 {
	margin-top: 1.2em;
	font-size: 130%;
}

h4,h5,h6 {
	margin-top: 0.6em;
	font-size: 120%;
}

p {
	margin: 0 0;
	padding: 0;
	text-align: left;
	color: #2C2612;
}

p.special {
	background-image: url(../images/input1.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin: 4px 0;
	padding: 10px;
	border: 1px solid #D0D0BF;
}

a {
	color: #2C2612;
	font-weight: bold;
	text-decoration: underline;
}

p.special a,blockquote a {
	background-color: transparent;
	color: #2C2612;
}

blockquote a {
	background-color: transparent;
	color: #000000;
}

a:hover,a:focus,a:active {
	text-decoration: none;
}

blockquote {
	border: 1px solid #C2B16B;
	font-variant: small-caps;
	font-size: 1.1em;
	margin: 2px 30px 10px 30px;
	padding: 10px;
	background-color: #FFFFC0;
	color: #000000;
}

ul {
	list-style-type: square;
	line-height: 1.5em;
	margin-left: 1.25em;
	padding-left: 1.25em;
	color: #2C2612;
}  /* added margin and padding to get indent in IE and parity in FF */
ul li p {
	margin: 0;
	padding: 0;
}

ul.listofnews {
	margin: 0;
	padding: 0 0 5px 0px;
}

ul.listofnews li {
	margin: 0 0 5px 15px;
}

ul.listofnews li.listwithimage {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0px;
}

ul.listofnews img {
	float: left;
	display: block;
	margin: 5px 5px 0 0;
	border: 1px solid #FBC33C;
}

/** Table Style TBS
.table1 {
	border: 2px solid #FBC33C;
	border-collapse: collapse;
	width: 100%;
	font-family: "Arial Black", "Lucida Console", sans-serif;
}

.table1 td {
	background-image: url(../images/input1.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 3px;
	border: 1px solid #FBC33C;
}

.table1 th {
	text-align: left;
	border: 1px solid #FBC33C;
}

.table1 thead th {
	color: #ffffff;
	font-size: 1.3em;
	background-color: #35097D;
	padding: 10px 6px
}

.table1 tbody th {
	color: #000000;
	font-size: 1.2em;
	padding: 6px;
}

.table1 tbody th.sub {
	font-size: 100%;
	color: #000;
	padding: 6px;
	font-size: 1.1em;
}
**/
	/**----- form -----**/ /* Form style TDB
form fieldset {
	margin: 10px 0 10px 0;
	border-top: 1px solid #35097D;
	border-left: 1px solid #35097D;
	border-right: 1px solid #D0D0BF;
	border-bottom: 1px solid #D0D0BF;
}

form fieldset span {
	color: #35097D;
}

form legend {
	padding: 0 2px;
	font-weight: bold;
}

form label {
	line-height: 1.8;
	vertical-align: top;
	font-weight: bold;
	color: #35097D;
	float: left;
	width: 140px; /-* Width of labels *-/
}

form fieldset ol {
	margin: 0;
	padding: 0;
}

form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: both;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form input {
	border-top: 1px solid #35097D;
	border-left: 1px solid #35097D;
	border-right: 1px solid #D0D0BF;
	border-bottom: 1px solid #D0D0BF;
	padding: 5px;
	color: #35097D;
	background-image: url(../images/input1.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

form input.postform {
	margin: 0 0 0 142px;
	padding: 3px;
	width: 150px;
	border: none;
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #7F5E4D;
	font-weight: bold;
}

form textarea {
	border-top: 1px solid #35097D;
	border-left: 1px solid #35097D;
	border-right: 1px solid #D0D0BF;
	border-bottom: 1px solid #D0D0BF;
	padding: 5px;
	color: #35097D;
	background-image: url(../images/input1.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
}
*/
#topheader {
	background-position: bottom left;
	background-repeat: repeat-x;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}  /* line-height: .01em; 	font-size: .01em; */
#contentheader {
	background-repeat: no-repeat;
}

img.yourlogo {
	display: block;
	width: 90px;
	height: 90px;
}

p.company {
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 180px;
	height: 30px;
	margin: 0;
	padding: 0;
	color: #35097D;
}

#pattern1 {
	background: url(../images/quilt_section_mutedup_1.gif);
	background-repeat: repeat-x;
	height: 75px;
}

#pattern2 {
	background: url(../images/quilt_section_mutedup_2.gif);
	background-repeat: repeat-x;
	height: 75px;
}

#pattern3 {
	background: url(../images/quilt_section_mutedup_3.gif);
	background-repeat: repeat-x;
	height: 75px;
}

#pattern4 {
	background: url(../images/quilt_section_mutedup_4.gif);
	background-repeat: repeat-x;
	height: 75px;
}

#sitemap {
	margin: 0 0 0 20;
	padding: 0;
	font-family: arial, Gadget, sans-serif;
	font-size: 80%;
}

#bg {
	background: #2C2612 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

/* Container to frame content area - centered in browser window */
	/* Need left:0px to keep wrapper from having left offset in IE */
#wrapper {
	height: 100%;
	left: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	width: 100%;
	z-index: 2;
}

#contentcontainer {
	background: #B8713D repeat scroll 0 0 !important;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden !important;
	position: relative;
	text-align: left;
	width: 750px;
}  /* margin-bottom:22px; */
#contentarea {
	margin-bottom: 28px;
	margin-top: 0px;
}

.clearing {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/**	background-position: 0 0;
	background-repeat: repeat-x;
**/
#pagecontent {
	width: 82%;
	background-color: #FFFFC0;
	float: left;
	min-height: 400px;
}

/**	float: right;**/
#pagecontentfullpage {
	background-color: #FFFFC0;
	float: left;
	min-height: 400px;
	padding-right: 5px;
}

#pagecontent img.top,#pagecontentfullpage img.top {
	float: right;
	border: 2px solid #C2B16B;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 5px;
	margin-top: 5px;
}

#pagecontent img.topleft,#pagecontentfullpage img.topleft {
	float: left;
	border: 2px solid #C2B16B;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 5px;
	margin-top: 5px;
}

#pagecontent img.toptrans,#pagecontentfullpage img.toptrans {
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 5px;
	margin-top: 5px;
}

/* same as img.top - except this is used for transparent images that dont't need border */
#pagecontent img,#pagecontentfullpage img {
	float: right;
	margin: 12px 0 12px 12px;
	padding: 1px;
}

#footercontainer {
	height: 28px;
	margin-top: -28px;
	overflow: hidden;
	position: relative;
}

#footer {
	text-align: center;
	width: 750px !important;
	text-align: left;
	background-color: #C2B16B;
	margin: 0 auto;
	position: relative;
	height: 28px;
}  /*	height: 22px; */
#footer a, #footer p {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0 0px 10px;
}

/* Top Navigation Bar */
#topnav {
	background-color: #C2B16B;
	font-family: arial, sans-serif;
	font-size: 90%;
	color: #FBC440;
	text-align: right;
	height: 1.75 em;
	padding: 1px 0px;
}

#topnav ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topnav ol li {
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FFFFFF;
	text-align: right;
}

#topnav ol li.last {
	border-right: none;
}

#topnav ol li a {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#topnav ol li a:hover,#topnav ol li a:focus,#topnav ol li a:active {
	color: #2C2612;
}

a.FCUHeaderText {
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
	bottom-border: none;
	text-align: left;
	line-height: 120%;
	padding: 0px 0 0 10px;
}

a.FCUHeaderTextLtn {
	color: #FFFFC0;
	font-size: 80%;
	text-decoration: none;
	background: transparent;
	bottom-border: none;
	line-height: 100%;
	padding: 0 0 0 10px;
}

a.lock {
	padding-right: 18px;
	background: transparent url(../images/icon_secure.gif) no-repeat center
		right;
}

h3.lock {
	padding-left: 14px;
	background: transparent url(../images/icon_secure.gif) no-repeat center
		left;
}

p.lock {
	padding-left: 14px;
	background: transparent url(../images/icon_secure.gif) no-repeat center
		left;
}

#menu {
	background-position: bottom left;
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 135%;
	background-color: #C2B16B;
	color: #FFFFFF;
	margin: 0 0;
	text-align: left;
	text-indent: 0%;
	line-height: 185%;
}

#menu ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ol li {
	border-right: 1px solid #FFFFFF;
	display: inline;
	margin: 0 0 0 -0.1em;
	padding: 0 0.7em 0 0.9em;
	text-align: right;
}

/* obsolete
#menu ol li.first {
	display: inline;
	margin:0 0 0 -0.1em;
	padding: 7px 10px 6px 15px;
	border-right: 1px solid #FFFFFF;
	text-align: left;
}
*/
#menu ol li.last {
	border-right: none;
	text-align: right;
}

#menu ol li a {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ol li a.cur {
	background-color: transparent;
	color: #B8713D;
	text-decoration: none;
}

#menu ol li a:hover,#menu ol li a:focus,#menu ol li a:active {
	color: #2C2612;
}

/* index.php uses main */
#main {
	background-color: #FFFFC0;
}

#main h2,#main p {
	overflow: visible;
}

/* index.php - used newsitem 
.softHeader {
	color: #b8713d;
}

.newsitem {
	XXmargin-bottom: 42px;
	margin-bottom: 20px;
	text-align: top;
}

.newsitem a {
	color: #2C2612;
	font-weight: normal;
}

.newsitem img {
	float: left;
	padding: 0px 8px 0px 0;
}
*/

/* index.php uses home-site-menu */
#home-site-menu .box1 {
	background-color: transparent;
	border: 1px transparent;
	cursor: pointer;
	font-size: 120%;
	padding: 25px 8px 20px 55px;
	position: relative;
	font-weight: normal;
}

#home-site-menu .menu_link {
	color: #2C2612;
	cursor: pointer;
}

#home-site-menu .menu_link:hover {
	color:#B8713D;
	cursor: pointer;
}

/*--- menu ---*/
.sidebarmenu {
	float: left;
	width: 18%;
	color: #FFFFFF;
	font-size: 90%;
	background-color: #B8713D;
	padding-bottom: 20px;
}

/*
.sidebarmenu div{
	font-weight: bold;
	color: #FFFFFF;
}
*/
.sidebarmenu ol {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 5px 10px;
	color: #FFFFFF;
}

.sidebarmenu ol li {
	color: #FFFFFF;
	line-height: 190%;
}

/*.sidebarmenu ol li.cur{
	color: #C2B16B;	
}*/
.sidebarmenu ol li a.cur {
	color: #C2B16B;
}

/**    font-style: italic;
    text-transform: uppercase */
.sidebarmenu ol ol li.smenu {
	margin-left: 15%;
	color: #FFFFFF;
}

.sidebarmenu ol ol li.smenu-locked {
	list-style: url(../images/lock.gif);
	margin-left: 15%;
}

.sidebarmenu ol li a {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

#menu ol li a:hover,#menu ol li a:focus,#menu ol li a:active {
	color: #2C2612;
}

.sidebarmenu ol li a:hover,.sidebarmenu ol li a:focus,.sidebarmenu ol li a:active
	{
	color: #2C2612;
}

/*---- text page---*/
#text {
	margin: 10px;
}

/* paragraph with images */
div.paragraphimage {
	width: 100%;
	margin: 0 0 6px 0;
}

div.paragraphimage img.imgleft {
	border: 2px solid #FBC33C;
	display: block;
	float: left;
	margin: 4px 5px 0px 0;
}

div.paragraphimage img.imgright { /*float: right;*/
	border: 2px solid #FBC33C;
	display: block;
	float: right;
	margin: 4px 0 0 5px;
}

div.paragraphimage p {
	position: relative;
}
/** unused
ol.validLogo {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ol.validLogo li {
	margin: 0;
	padding: 8px;
	display: inline;
	border-left: 1px dotted #FFFFFF;
	line-height: 1.5em;
}

ol.validLogo li a {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}
**/
