﻿@charset "utf-8";
.body {
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(http://www.neighborsfcu.org/images/body_bg.jpg);
}
.container {
	text-align: left;
	height: 860px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.neighborsfcu.org/images/container_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
.header {
	background-image: url(http://www.neighborsfcu.org/images/header_bg.jpg);
	height: 145px;
	width: 1000px;
	background-repeat: no-repeat;
}
.top_of_header {
	height: 90px;
	width: 1000px;
}
/*--navigation bar css--*/
#main-nav{
	width:994px;
	height:30px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
}
#main-nav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}
#main-nav ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#main-nav ul li a span{
	display:none;
}
#main-nav ul li a{
	width:142px;
	height:30px;
	margin:0px;
	padding:0px;
	display: block;		
}
/* -- Hovers -- */
#main-nav ul li a.online_services:hover{
	background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
	background-position: 0px -30px;
}
#main-nav ul li a.products:hover{
	background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
	background-position: -142px -30px;
}
#main-nav ul li a.services:hover{
	background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
	background-position: -284px -30px;
}			
#main-nav ul li a.investments:hover{
	background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
	background-position: -426px -30px;
}		
#main-nav ul li a.business:hover{
	background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
	background-position: -568px -30px;
}		
#main-nav ul li a.how_to_join:hover{
	background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
	background-position: -710px -30px;
}		
#main-nav ul li a.resource_center:hover{
	background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
	background-position: -852px -30px;
}
/* -- end of navigation bar -- */
.bottom_of_nav_bar {
	background-image: url(http://www.neighborsfcu.org/images/bottom_bar.jpg);
	height: 25px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 120px;
}
.log_in_box {
	height: 125px;
	width: 190px;
	position: absolute;
	left: 9px;
	top: 10px;
	background-repeat: no-repeat;
	text-align: center;
	white-space: normal;
	background-color: #92b1cd;
}
.rates_box {
	height: 290px;
	width: 190px;
	position: absolute;
	left: 12px;
	top: 144px;
	background-image: url(http://www.neighborsfcu.org/images/corners/rates_box.png);
	background-repeat: no-repeat;
}
.center_of_page {
	height: 620px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 145px;
}
.misc_links_box {
	height: 168px;
	width: 190px;
	position: absolute;
	left: 11px;
	top: 446px;
	background-image: url(http://www.neighborsfcu.org/images/corners/misc_links_box.png);
	text-align: center;
}
.banner_ads_box {
	background-color: #CCCCCC;
	height: 280px;
	width: 770px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.products_box {
	height: 150px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 290px;
	background-image: url(http://www.neighborsfcu.org/images/corners/center_three_boxes.png);
	background-repeat: no-repeat;
}
.loans_and_credit_card_box {
	height: 150px;
	width: 250px;
	position: absolute;
	left: 260px;
	top: 290px;
	background-image: url(http://www.neighborsfcu.org/images/corners/center_three_boxes.png);
	background-repeat: no-repeat;
}
.services_box {
	height: 150px;
	width: 250px;
	position: absolute;
	left: 520px;
	top: 290px;
	background-image: url(http://www.neighborsfcu.org/images/corners/center_three_boxes.png);
	background-repeat: no-repeat;
}
.neighbors_news_box {
	height: 133px;
	width: 770px;
	position: absolute;
	left: 0px;
	top: 450px;
}
.footer {
	background-color: #AFB4AF;
	height: 80px;
	width: 960px;
	top: 768px;
	position: absolute;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.logo_space {
	text-align: center;
	vertical-align: middle;
	height: 83px;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 7px;
}
.header_links_box {
	text-align: right;
	vertical-align: middle;
	height: 20px;
	width: 500px;
	position: absolute;
	top: 60px;
	right: 0px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: capitalize;
}
.bottom_of_page_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	text-align: right;
}
.NCUA_EHL {
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
}
.bottom_of_nav_bar_green {
	background-image: url(http://www.neighborsfcu.org/images/bottom_bar_rollover.jpg);
	height: 25px;
	width: 990px;
	position: absolute;
	left: 0px;
	top: 119px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #125687;
	vertical-align: middle;
	text-align: left;
}
.online_services_over {
		background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
		background-position: 0px -30px;
}
.products_over {
		background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
		background-position: -142px -30px;
}
.services_over {
		background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
		background-position: -284px -30px;
}
.investments_over {
		background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
		background-position: -426px -30px;
}
.business_over {
		background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
		background-position: -568px -30px;
}
.how_to_join_over {
		background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
		background-position: -710px -30px;
}
.resource_center_over {
		background-image: url(http://www.neighborsfcu.org/images/menu.jpg);
		background-position: -852px -30px;
}
.main_section {
	height: 573px;
	width: 770px;
	position: absolute;
	left: 220px;
	top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #125687;
}
.produxts_box_1 {
	background-image: url(http://www.neighborsfcu.org/images/products_box_1.png);
	background-repeat: no-repeat;
	height: 236px;
	width: 370px;
	left: 12px;
	top: 68px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.produxts_box_2 {
	background-image: url(http://www.neighborsfcu.org/images/products_box_1.png);
	background-repeat: no-repeat;
	height: 242px;
	width: 370px;
	position: absolute;
	left: 396px;
	top: 67px;
}
.produxts_box_3 {
	background-image: url(http://www.neighborsfcu.org/images/products_box_1.png);
	background-repeat: no-repeat;
	height: 236px;
	width: 370px;
	position: absolute;
	left: 10px;
	top: 286px;
}
.produxts_box_4 {
	background-image: url(http://www.neighborsfcu.org/images/products_box_1.png);
	background-repeat: no-repeat;
	height: 236px;
	width: 370px;
	position: absolute;
	left: 390px;
	top: 286px;
}
.produxts_box_5 {
	background-image: url(http://www.neighborsfcu.org/images/products_box_2.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 370px;
	position: absolute;
	left: 10px;
	top: 534px;
}
.produxts_box_6 {
	background-image: url(http://www.neighborsfcu.org/images/products_box_2.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 370px;
	position: absolute;
	left: 395px;
	top: 534px;
}
.produxts_box_title {
	height: 30px;
	width: 750px;
	position: absolute;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #125687;
	text-align: left;
	white-space: pre;
}
.breadcrumb {
	height: 20px;
	width: 760px;
	position: absolute;
	left: 220px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 125687;
}

/*--Link descriptions--*/

.header_links a:link {text-decoration:none;
	color: #FFFFFF}
.header_links a:hover {text-decoration:underline;
	color: #FFFFFF}
.header_links a:active {text-decoration:none;
	color: #FFFFFF}
.header_links a:visited {text-decoration:none;
	color: #FFFFFF}
.breadcrumb a:link {text-decoration:none;
	color: #125687}
.breadcrumb a:hover {text-decoration:underline;
	color: #69913B}
.breadcrumb a:active {text-decoration:none;
	color: #125687}
.breadcrumb a:visited {text-decoration:none;
	color: #125687}
.green_bar_links a:link {text-decoration:none;
	color: #1B3550}
.green_bar_links a:hover {text-decoration:underline;
	color: #125687}
.green_bar_links a:active {text-decoration:none;
	color: #1B3550}
.green_bar_links a:visited {text-decoration:none;
	color: #FFFFFF}
.main_links a:hover {text-decoration:underline;
	color: #69913B}
.main_links a:link {text-decoration:underline;
	color: #125687}
.main_links a:active {text-decoration:none;
	color: #125687}
.main_links a:visited {text-decoration:underline;
	color: #125687}
.footer_links a:link {text-decoration:none;
	color: #FFFFFF}
.footer_links a:hover {text-decoration:underline;
	color: #FFFFFF}
.footer_links a:active {text-decoration:none;
	color: #FFFFFF}
.footer_links a:visited {text-decoration:none;
	color: #FFFFFF}.product_page_div_1 {
	width: 560px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #125687;
}
.product_page_div_2 {
	height: 50%;
	width: 200px;
	position: absolute;
	left: 570px;
	top: 0px;
}
.product_page_div_3 {
	height: 50%;
	width: 200px;
	position: absolute;
	left: 570px;
	top: 287px;
}
.form_container {
	text-align: left;
	width: 1000px;
	position: relative;
	height: auto;
	background-color: #FFF;
	background-image: url(http://www.neighborsfcu.org/images/form_container_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.center_of_form_page {
	height: auto;
	width: 100%;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.forms_footer {
	background-color: #AFB4AF;
	height: auto;
	width: auto;
	top: auto;
	position: absolute;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.adjustable_container {
	background-color: #FFF;
	background-image: url(http://www.neighborsfcu.org/images/form_container_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
	width: 1000px;
	position: relative;
}
.adjustable_center_of_page {
	background-color: #FFF;
	background-image: url(http://www.neighborsfcu.org/images/form_container_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 500px;
	width: 100%;
}
