@charset "UTF-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #86AEAE url(../i/bankingsidefinal.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #86AEAE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	/*background:url(../i/bankheader.jpg) no-repeat;*/
	height:328px
}
.twoColFixLtHdr #subheader {
	background:url(../i/bankingheadfinal.jpg) no-repeat;
	height:328px;
	margin:0;
	padding:0;
	width:935px
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 252px;
	background: transparent;
	padding: 0;
	margin:-92px 0 0 0
}
.twoColFixLtHdr #sidebar1 ul {
	list-style-type:none;
	margin:0;
	padding:0
}
.twoColFixLtHdr #sidebar1 li {
	margin:0 0 5px 0;
	padding:0
}
.twoColFixLtHdr #sidebar1 li a {
	background:transparent;
	border-bottom:1px solid #6b8785;
	color:#000;
	height:19px;
	display:block;
	font-size:80%;
	text-decoration:none;
	text-transform:uppercase;
	padding:6px 0 0 0
}
.twoColFixLtHdr #sidebar1 li a:hover {
	background:transparent;
	color:#FFF;
	font-weight:bold;
	text-decoration:underline
}
.twoColFixLtHdr #sidebar1 #current {
	background:transparent;
	color:#FFF;
	font-weight:bold;
	text-decoration:none
}
.twoColFixLtHdr #mainContent {
	margin: -88px 0 0 274px;
}
.twoColFixLtHdr #mainContent h1 {
	font-size:100%;
	margin:0 0 12px 0;
	padding:0
}
.twoColFixLtHdr #mainContent p {
	font-size:100%;
	margin:0 0 8px 0;
	padding:0 0 4px 0
}
.twoColFixLtHdr #mainContent a {
	background:transparent;
	color:#000;
	text-decoration:none
}
.twoColFixLtHdr .mainContentParaBorder {
	border-bottom:1px solid #6b8785;
}
.twoColFixLtHdr .mainContentSplitBox {
	float:left;
	min-height:300px;
	margin:-100px 0 0 0;
	padding:0;
	width:300px;
}
.twoColFixLtHdr .mainContentSplitBox p {
	text-align:justify
}
.twoColFixLtHdr #mainContentSplitBoxSpacer {
	float:left;
	height:10px;
	width:60px
}
.twoColFixLtHdr .mainContentSplitBox h2 {
	background:transparent;
	border-bottom:1px solid #6b8785;
	color:#FFF;
	font-size:100%;
	font-weight:normal;
	padding:0 0 8px 0
}
.twoColFixLtHdr #footer {
	border-top:1px solid #6b8785;
	float:left;
	font-size:80%;
	padding:0 0 8px 0;
	background:transparent;
	width:100%
}
.twoColFixLtHdr #footer p {
	background:transparent;
	color:#FFF;
	margin: 0 0 8px 0;
	padding:0;
	text-align:center
}
.twoColFixLtHdr #footer a {
	background:transparent;
	color:#FFF;
	text-decoration:none
}
.twoColFixLtHdr #footerAddress {
	border:4px solid #6b8785;
	margin:4px 0 8px 0;
	padding:6px 0 6px 0
}
.twoColFixLtHdr #footerAddress p {
	background:transparent;
	color:#FFF;
	margin: 0;
	padding:0;
	text-align:center
}
.twoColFixLtHdr #footerTerms {
	border-top:1px solid #6b8785;
	margin:4px 0 8px 0;
	padding:6px 0 6px 0
}
.twoColFixLtHdr #footerTerms p {
	background:transparent;
	color:#d0ddde;
	font-size:90%;
	margin: 0;
	padding:0;
	text-align:left
}
.twoColFixLtHdr #footerTerms a {
	background:transparent;
	color:#d0ddde
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
