@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

img {
	border-width:0px;
}

p, ol, ul {
	margin-bottom:12px;
}

li {
	margin-left:24px;
}

body {
	background:#cdc6bc;
	font:12px/14px Arial, Helvetica, sans-serif;
}

h1 {
	color:#003f6a;
	margin-bottom:14px;
	font:bold 18px Tahoma, Geneva, sans-serif;
}

h2 {
	margin-bottom:7px;
	font-size:12px;
}

h3 {
	color:#003f6a;
	margin-bottom:7px;
	font-size:12px;
}


/* General Styles */
.divider {
	background:#003f6a;
	height:2px;
	border:none;
}

a.btnAd {
	display:block;
	width:174px;
	height:75px;
	background-position:top left;
	background-repeat:no-repeat;
}

	a:hover {
		background-position:bottom left;
	}

/* Site Layout */
#site {
	width:755px;
	margin:auto;
	background:white;
	padding:5px;
	margin-bottom:15px;
}

	#site_top { /* Logo, Main Navigation */
		height:115px;
		margin:-5px -5px 0px;
		position:relative;
		background:#8a704d;
		z-index: 9;
	}
	
		#top_nav, #shadow_bg {
			height:24px;
			text-align:center;
			font-weight:bold;
			position:absolute;
			top:91px;
			left:17px;
		}
		
			#shadow_bg {
				top:92px;
				left:18px;
			}
		
			#top_nav a, #shadow_bg a {
				display:inline-block;
				padding:0px 11px;
				text-decoration:none;
				color:white;
				line-height:24px;
				font-size:13px;
			}
			
				#shadow_bg a {color:black;}
			
			#top_nav a:hover {color:#cdc6bc;}
			
	.sub_nav {
		padding: 10px 0px;
		width: 200px;
		background-color: #af9b60;
		top: 116px;
		position: absolute;
		z-index: 20;
		display: none;
	}

	#sub_nav_deposit {
		left: 20px;
	}

	#sub_nav_loan {
		left: 151px;
	}

	#sub_nav_locations {
		left: 267px;
	}

	#sub_nav_travelers {
		left: 354px;
	}

	#sub_nav_organization {
		left: 472px;
	}

	#sub_nav_information {
		left: 605px;
	}

	
	
	.sub_nav a {
		display: block;
		background-color: #af9b60;
		color: white;
		font-size: 13px;
		font-weight: bold;
		line-height: 20px;
		text-decoration: none;
		padding-left: 20px;
		z-index: 21;
	}
	
	.sub_nav a.nav_group {
		background-color: #997f32;
		margin-left: -5px;
		width: 190px;
	}

	.sub_nav a.nav_third {
		padding-left: 40px;
	}

	.sub_nav a:hover {
			color: #003f6a;
	}
	
	#page_bnr {
		height:270px;
		overflow:hidden;
		padding:5px 0px;
		z-index: 8;
	}
	
		#bankPictures {
			width:270px;
			height:270px;
			float:left;
			z-index: 5;
			position: relative;
		}
		#bankPictures img {
			z-index: 6;
		}
		
		#page_bnr .hdr_txt {
			background:#003F6a;
			width:475px;
			height:105px;
			padding:10px 20px;
			margin-bottom:5px;
			float:right;
			clear:right;
			color:white;
			font:20px/28px Tahoma, Geneva, sans-serif;
		}
		
		#countyPictures {
			width:475px;
			height:160px;
			float:right;
			clear:right;
			position: relative;
		}
		
	#page_content {
		background-image:url(../images/bottom_bar.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		padding:5px 0px;
	}
		
		#content_lft {
			width:556px;
			padding:10px 10px 50px;
			float:left;
		}
		
		#content_rgt {
			width:174px;
			float:right;
			padding-bottom:5px;
			margin-bottom:40px;
		}
		
			#bank_login {
				background:#997f32;
				border-top:10px solid #af9b60;
				padding:5px;
				margin-bottom:5px;
				text-align: right;
				font-weight: bold;
			}
			
			#bank_login .loginHeader {
				width: 80px;
				text-align: right;
			}
			
			.rightItem {
				padding: 3px 0px;
			}
		
	#site_btm {
		height:80px;
	}
	
		#footer_nav {
			float:right;
			color:#cdc6bc;
			margin-bottom:15px;
			font-weight:bold;
		}
			
			#footer_nav a {
				display:inline-block;
				padding:2px 3px;
				color:#595959;
				text-decoration:none;
			}
			
				#footer_nav a:hover {color:#997f32;}
				
			#footer_ads {
				text-align:center;
			}

			.bottomItem {
				display: inline;
				padding-right: 10px;
			}
		
		