@charset "utf-8";

/* ---- general ----- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000000;
	background-color: #D3D0CB;
	background-repeat: repeat-x;
	background-image: url(/layout/fullframe/images/body_bg.jpg);
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0 0 0 0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 0 0 4px 0;
	margin: 0 0 0 0;
}
p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000000
}	
td {
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000000
}
a:link {
	color: #003399;
   	text-decoration: underline;
}
a:visited {
   color: #003399;
   text-decoration: underline;
}
a:hover {
   color: #003399;
   text-decoration: underline;
} 

form {
	margin: 0;
	padding: 0;
}
	
/* ----- layout ----- */
	
#container {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

/* ----- layout/header ----- */
	
#header {
	margin: 0 0 0 0;
	width: 100%;
	text-align: left;
}
	#header h1 a {
		text-decoration: none;
	}
		#header h1 a span { 
			font-size: 14px;
			color: #000000;
		}
	#header h2 a {
		text-decoration: none;
	}
		#header h2 a span { display: none; }	
				
	#header_banner {
		display: none; 
	}

	#header_nav {
		display: none; 
	}
		
		/* dropdown */
		
		#dmenu a {
			display: none;
		}
		#dmenu a:hover {
			display: none;
		}
		
		.topmenu {
			display: none;
		}
		.topmenuul{
			display: none;
		}
		.topmenuli{
			display: none;
		}
		.topmenuli a:hover {
			display: none;
		}
		.topmenutitle {
			display: none;
		}
		.topmenu_aboutus {width: 64px; background: url(/layout/fullframe/images/nav_aboutus.jpg) no-repeat;}
		.topmenu_aboutus_1 {width: 64px; background: url(/layout/fullframe/images/nav_aboutus_1.jpg) no-repeat;}
		.topmenu_locations {width: 60px; background: url(/layout/fullframe/images/nav_locations.jpg) no-repeat;}
		.topmenu_locations_1 {width: 60px; background: url(/layout/fullframe/images/nav_locations_1.jpg) no-repeat;}
		.topmenu_onlinebanking {width: 84px; background: url(/layout/fullframe/images/nav_onlinebanking.jpg) no-repeat;}
		.topmenu_onlinebanking_1 {width: 84px; background: url(/layout/fullframe/images/nav_onlinebanking_1.jpg) no-repeat;}
		.topmenu_personalbanking {width: 94px; background: url(/layout/fullframe/images/nav_personalbanking.jpg) no-repeat;}
		.topmenu_personalbanking_1 {width: 94px; background: url(/layout/fullframe/images/nav_personalbanking_1.jpg) no-repeat;}
		.topmenu_loans {width: 43px; background: url(/layout/fullframe/images/nav_loans.jpg) no-repeat;}
		.topmenu_loans_1 {width: 43px; background: url(/layout/fullframe/images/nav_loans_1.jpg) no-repeat;}
		.topmenu_businessservices {width: 94px; background: url(/layout/fullframe/images/nav_businessservices.jpg) no-repeat;}
		.topmenu_businessservices_1 {width: 94px; background: url(/layout/fullframe/images/nav_businessservices_1.jpg) no-repeat;}
		.topmenu_investmentstrustretirement {width: 157px; background: url(/layout/fullframe/images/nav_investmentstrustretirement.jpg) no-repeat;}
		.topmenu_investmentstrustretirement_1 {width: 157px; background: url(/layout/fullframe/images/nav_investmentstrustretirement_1.jpg) no-repeat;}
		.topmenu_contactus {width: 67px;background: url(/layout/fullframe/images/nav_contactus.jpg) no-repeat;}
		.topmenu_contactus_1 {width: 67px;background: url(/layout/fullframe/images/nav_contactus_1.jpg) no-repeat;}
		
		.submenuul {
			display: none;
		}
		.submenuli a {
			display: none;
		}
		.submenuli_1 a {
			display: none;
		}
		li:hover ul , li.sfhover ul , li.over ul { display: none; }
		#dmenu li>ul { 
			display: none;
		}
		
		/* drop down menu design */
		
		#dmenu { display: none; }
		.topmenuul { display: none; }
		.topmenutitle {
			display: none;
		}
		.submenuul {
			display: none;
		}
		.submenuli a {
			display: none;
		}
		.submenuli a:hover {
			display: none;
		}
		.submenuli_1 a {
			display: none;
		}
		.submenuli_1 a:hover {
			display: none;
		}

/* ----- layout/content ----- */

#content_container {
	margin: 0;
	padding: 0;
	width: 775px;
	height: 100%;
	background: url(/layout/fullframe/images/content_container_bg.jpg) top center repeat-y;
}
		
#content {
	margin: 0 auto;
	padding: 0 34px 0 16px;
	min-height: 600px;
	background: url(/layout/fullframe/images/content_bg.jpg) no-repeat;
}
	
	/* breadcrumb */
	
	#breadcrumb {
		display: none;
	}
		#breadcrumb ul {
			display: none;
		}
		#breadcrumb li {
			display: none;
		}
		#breadcrumb li a {
			display: none;
		}
		#breadcrumb a { color: #B2ABA5; }
		#breadcrumb a:visited { color: #A69F98; }
		#breadcrumb a:hover { color: #000000; }
	
	/* secondary */
	
	#secondary {
		display: none; 
	}
		#secondary img { margin: 0 0 10px 0; }
		#action {
			display: none;
		}
			#action h2 {
				display: none;
			}
			#action p {
				display: none;
			} 
			#action ul {
				display: none;
			}
			#action li {
				display: none;
			}
			.bullet {
				display: none;
			}
			#action p ul {
				display: none;
			}
			#action p ul li {
				display: none;
			}
			#action a {
				display: none;
			}
			#action hr {
				display: none;
			}
			#action .onlinebanking { background: url(/layout/fullframe/images/onlinebanking_h2_bg.jpg); }
			#action .otheronlineservices { background: url(/layout/fullframe/images/otheronlineservices_h2_bg.jpg); }
			#action .personalbankinglinks { background: url(/layout/fullframe/images/personalbankinglinks_h2_bg.jpg); }
			#action .businessbankinglinks { background: url(/layout/fullframe/images/businessbankinglinks_h2_bg.jpg); }
			#action .portfolioonlinelogin { background: url(/layout/fullframe/images/portfolioonlinelogin_h2_bg.jpg); }
			#action .onlinebenefitslogin { background: url(/layout/fullframe/images/onlinebenefitslogin_h2_bg.jpg); }
			#action .quicklinks { background: url(/layout/fullframe/images/quicklinks_h2_bg.jpg); }
			#action .onlinebenefits { background: url(/layout/fullframe/images/onlinebenefits_h2_bg.jpg); }
			#action .plansponsors { background: url(/layout/fullframe/images/plansponsors_h2_bg.jpg); }
			#action .planparticipants { background: url(/layout/fullframe/images/planparticipants_h2_bg.jpg); }
			#action .mortgagelinks { background: url(/layout/fullframe/images/mortgagelinks_h2_bg.jpg); }
			#action .loanapplications { background: url(/layout/fullframe/images/loanapplications_h2_bg.jpg); }
		
		#onlinebanking {
			display: none;
		}
			#onlinebanking h2 {
				display: none;
			}
			#onlinebanking table {
				margin: 0;
				padding: 0;
			}
			#onlinebanking hr {
				color: #B5B7B4;
				margin: -5px 10px -5px 10px;
				padding: 0;
				border: 0;
				height: 1px;
				background-color: gray;
				line-height: 6px;
			}
			#onlinebanking ul {
				margin: -10px 0 0 0;
				padding: 0 0 0 0;
				list-style: none;
			}
			#onlinebanking li {
				margin: 0 0 0 12px;
				padding: 0 0 0 16px;
				line-height: 1.3em;
				background: url(/layout/fullframe/images/black_arrow_right2.gif) 0px 2px no-repeat;
			}
			#onlinebanking a {
				color: #000000;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
			}
			#onlinebanking .onlinebanking { background: url(/layout/fullframe/images/onlinebanking_h2_bg.jpg); }
			
			
		#ancillary {
			display: none;
		}
			#ancillary h2 {
				padding: 5px 0 0 0;
				margin: 0 0 0 0;
				height: 30px;
				text-indent: -9000px;
				background-repeat: no-repeat;
			}
			#ancillary ul {
				margin: 0;
				padding: 0 0 0 0;
				list-style: none;
			}
			#ancillary li {
				margin: 0 0 0 12px;
				padding: 0 0 0 16px;
				line-height: 1.3em;
				background: url(/layout/fullframe/images/black_arrow_right2.gif) 0px 2px no-repeat;
			}
			#ancillary a {
				color: #000000;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
			}
			#ancillary .northwesternbanklinks { background: url(/layout/fullframe/images/northwesternbanklinks_h2_bg.jpg); }
			#ancillary .locations { background: url(/layout/fullframe/images/locations_h2_bg.jpg); }
			#ancillary .onlinkbankinglinks { background: url(/layout/fullframe/images/onlinkbankinglinks_h2_bg.jpg); }
			#ancillary .onlinebankingfeatures { background: url(/layout/fullframe/images/onlinebankingfeatures_h2_bg.jpg); }
			#ancillary .productsandservices { background: url(/layout/fullframe/images/productsandservices_h2_bg.jpg); } 
			#ancillary .loanproducts { background: url(/layout/fullframe/images/loanproducts_h2_bg.jpg); }
			#ancillary .downloads { background: url(/layout/fullframe/images/downloads_h2_bg.jpg); }
			#ancillary .investmentinformation { background: url(/layout/fullframe/images/investmentinformation_h2_bg.jpg); }
			#ancillary .archives { background: url(/layout/fullframe/images/archives_h2_bg.jpg); }
			#ancillary .relatedlinks { background: url(/layout/fullframe/images/relatedlinks_h2_bg.jpg); }
			#ancillary .printabledocuments { background: url(/layout/fullframe/images/printabledocuments_h2_bg.jpg); }
		
		#customerservice {
			display: none;
		}
			#customerservice a {
				text-decoration: none;
				color: #66676A;
			} /* color: #999999; */
			#customerservice ul {
				margin: 0 0 0 0;
				padding: 6px 0 8px 0;
				list-style: none;
			}
			#customerservice li {
				margin: 0 0 0 0;
				padding: 0 0 0 0;
			}
			#customerservice li a {
				color: #90877E;
				font-size: 12px;
				text-decoration: none;
				margin: 0 0 0 0;
				padding: 0 15px 5px 65px;
				background: url(/layout/fullframe/images/gray_arrow_right2.gif) top right no-repeat; 
			}
		#cashmanagementcustomerservice {
			width: 211px;
			margin: 0 0 10px 0;
			background: url(/layout/fullframe/images/cashmanagementcustomerservice_bg.jpg) no-repeat;
			padding: 45px 0px 50px 14px;
			color: #90877E;
			font-size: 10px;
			line-height: 1.3em;
		}
			#cashmanagementcustomerservice a {
				text-decoration: none;
				color: #999999;
			}
	
	/* primary */
	
	#primary {
		width: 100%;
		float: left;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
		#primary hr {
			color: #B5B7B4;
			background-color: gray;
			height: 1px;
			border: 0;
			margin: 0 50px 10px 0;
		}
		#primary img { margin: 0 0 10px 0; }
		#primary ul {
			margin: 0 0 8px 16px;
			padding: 0 0 0 0;
		}
		#primary li {
				margin: 0 0 0 0;
				padding: 0 0 0 0;
		}
		#primary li a {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			line-height: 1.3em;
			list-style-image: url(/layout/fullframe/images/gray_arrow_right.gif);
		}

		#thumbnail {
			padding: 0;
			margin: 0;
		}
			#thumbnail img {
				padding: 0;
				margin: 0;
			}
			#thumbnail td {
				vertical-align: top;
				padding: 0 4px 4px 0;
				margin: 0;
			}
			#thumbnail span {
				float: right;
				margin: 0 20px 0 0;
			}
			#thumbnail p {
				margin: 0 0 0 0;
			}
			#thumbnail span a {
				color: #90877E;
				text-decoration: none;
				margin: 0 0 0 0;
				padding: 0 15px 0 0;
				background: url(/layout/fullframe/images/gray_arrow_right2.gif) top right no-repeat; 
			}
		
/* ----- layout/footer ----- */
	
#footer {
	padding: 0;
	margin: 0;
	width: 775px;
	height: 116px;
	background: url(/layout/fullframe/images/footer_bg.jpg) no-repeat #D3D0CB;
	color: #999999;
}
	#footer hr {
		color: #B5B7B4;
		background-color: gray;
		height: 1px;
		margin: 0 30px 5px 10px;
		padding: 0 0 0 0;
		border: 0;
	}
	#footer_left {
		width: 569px;
		float: left;
		margin: 0 0 0 16px;
		padding: 0 0 0 0;
		color: #B5B7B4;
		font-size: 9px;
	} 	
		#footer_left ul {
			display: none;
		}
		#footer_left li {
			display: none;
		}
		#footer_left a { color: #B2ABA5; }
		#footer_left a:visited { color: #A69F98; }
		#footer_left a:hover { color: #000000; }
		#footer_left p {
			margin: 3px 0 3px 0;
			padding: 0;
			color: #A69F98;
			font-size: 9px;
		}
	#footer_right {
		display: none;
	}
	
.clear { clear:both }

/* ----- misc ----- */

#careers {
	margin: 0 0 10px 0;
	width: 100%;
}
	#careers th {
		padding: 2px;
		vertical-align: top;
		font-weight: bold;
	}
	#careers td {
		padding: 2px;
		vertical-align: top;
		font-size: 9px;	
	}
		
table.onlinebankinglogin {
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	td.onlinebankingloginlabel {
		vertical-align: top;
		padding: 2px 6px 2px 12px;
		margin: 0;
	}
	td.onlinebankingloginfield {
		vertical-align: top;
		padding: 2px 0px 2px 0px;
		margin: 0;
	}
	td.onlinebankingloginbutton {
		vertical-align: top;
		padding: 2px 6px 2px 12px;
		margin: 0;
		width: 60px;
	}
	td.onlinebankinglogin{
		vertical-align: top;
		padding: 2px 0px 2px 4px;
		margin: 0;
		width: 80px;
	}

/* button */

.button {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #F2BC26;
	color: #000000;
}

.login_btn {
	border: 0;
	height: 18px;
	display: block;
	cursor: pointer;
}
	.login_btn span { display: none; }
	#onlinebanking .login_btn {
		clear: right;
		width: 52px;
		background: transparent url(/layout/fullframe/images/button_login1.gif) no-repeat 0 0;
	}
	#onlinebanking .login_btn:hover { background-position: 100% -19px; }
			