/* basic elements */

* { margin: 0; padding: 0; }

.clearfix:after {
	clear: both;
     content: ".";
     display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */



body {
	background: #005395;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

.Wrapper {
	background: #fff url(../images/bg-top.gif) top no-repeat;
	margin: 25px auto 25px auto;
	text-align: left;
	width: 876px;
}



/*----HEADER----*/

.Header {
	padding: 20px 3px 15px 3px;
	width: 870px;
}

	.Header .Logo {
	float: left;
	height: 127px;
	width: 237px;
	background-image: url(../images/Tower-Bank-0309-Website.jpg);
	background-repeat: no-repeat;
	}
	
	.Header .Logo a {
		display: block;
		height: 123px;
		overflow: hidden;
		text-indent: -5000px;
		width: 294px;
	}
	
	.Header .FormElement {
		float: right;
		padding: 40px 0px 0px 50px;
		text-align: center;
		width: 150px;
	}
	
	.Header .FormElement a{
		color:#1F568A;
		text-decoration:underline;
	}
	
	.Header .FormElement a:hover{
		color:#000000;
		text-decoration:underline;
	}
	
		.Header .FormElement .Label {
			color: #1F568A;
			float: left;
			font-size: 12px;
			font-weight: bold;
			padding-bottom: 3px;
			width: 150px;
		}
		
		.Header .FormElement .SelectField {
			border: 1px solid #000;
			color: #999999;
			float: left;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			height: 18px;
			line-height: 12px;
			width: 148px;
		}
		
		.Header .FormElement .FormField {
			border: 1px solid #000;
			float: left;
			font: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 12px;
			padding: 3px;
			width: 118px;
		}
		
		.Header .FormElement .GoButton {
			float: left;
			height: 21px;
			width: 23px;
		}
		
		
		
/*----CONTENT WRAPPER----*/

	.ContentWrapper {
		border: 1px solid #fff;
		width: 874px;
	}
	
	
	
/*----NAVIGATION----*/

	.Navigation {
		background-color: #20558A;
		border-bottom: 1px solid #AFAFAF;
		list-style: none;
		padding-left: 4px;
		width: 870px;
	}
	
		.Navigation li {
			color: #FFF;
			float: left;
			font-size: 11px;
			padding: 3px 10px 5px 10px;
		}
		
		.Navigation a { color: #FFF; text-decoration: none; }
		.Navigation a:hover { text-decoration: underline; }
		


/*----FOOTER----*/

	.Footer {
		background: url(../images/bg-bottom.gif) bottom no-repeat;
		padding: 7px 0 5px 0;
		width: 876px;
	}
	
		.Footer .Links {
			font-size: 10px;
			line-height: 12px;
			padding: 0 10px 24px 0;
			text-align: right;
			color: #B7B7B7;
		}
		
		.Footer .Links a { color: #1F568A; text-decoration: none; }
		.Footer .Links a:hover { text-decoration: underline; }
		
		.Footer .Copyright {
			color: #959595;
			line-height: 14px;
			text-align: center;
		}
		
		
		
		
.subscript {
	font-size: 7px;
}

.Overdraft_Right {
	width:250px;
	float:right;
	margin:0px 10px 25px 25px;
	padding:0px;
	text-align:center;
}

	.Overdraft_Right p {
		margin:10px 0px 50px 0px;	
	}

.notify {
	position:relative;
	top:10px;
	left:275px;

}

.subfooter {
	background: #005395;
	margin-top: -10px;
	padding-bottom: 30px;
}
	.subfooter a {
		color: #fff;
	}
	.subfooter .Copyright {
		color: #fff;
		margin-top: 6px;
	}
	
	/* Table (Employment Opportunity Page */

.employment_table {
	margin:0px;	
}
	.employment_table td {
		padding:5px 6px 5px 6px;	
	}

	.alternate_row {
		background-color:#f4f8fc;
	}