/***********************************************/
/* Generic Link Definitions                    */
/***********************************************/

a {
	font-weight: normal;
	color: #EF3B33;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #EF3B33;
	text-decoration: none;
}
.textWhite a {
	color: #FFFFFF;
}
.textWhite a:hover {
	color: #FFFFFF;
}
a.textWhite a {
	color: #FFFFFF;
}
a.textWhite:hover {
	color: #FFFFFF;
}
#secNav a, #loginArea a, #obCenter a, #fdic a {
	color: #000000;
}
#secNav a:hover, #loginArea a:hover, #obCenter a:hover, #fdic a:hover {
	color: #000000;
}
#secNav a {
	text-decoration: none;
}
#secNav a:hover {
	text-decoration: none;
}
#sba a {
	color: #515151;
	text-decoration: underline;
}
#sba a:hover {
	color: #515151;
	text-decoration: none;
}
#news a {
	color: #515151;
	text-decoration: underline;
}
#news a:hover {
	color: #515151;
	text-decoration: none;
}


/* Button Link */

.button {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 1px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #333333;
	background-color: #0071AD;
}
a.button {
	color: #FFFFFF;
	text-decoration: none;
}
a.button:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/***********************************************/
/* Print Styles                                                  */
/***********************************************/

.noPrint {}
.print {
	display:none;
}

/***********************************************/
/* HTML Definitions                                          */
/***********************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.bodyPopUp {
	background-color: #EF3B33;
}
ul {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
}
ul li {
	list-style: none;
	background-image: url(images/bulletMain.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 12px;
}
ol {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 33px;
}
blockquote {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 25px;
}

/***********************************************/
/* Text Formatting                                          */
/***********************************************/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.textWhite {
	color: #FFFFFF;
}
.textLarge {
	font-size: 12px;
	line-height: 15px;
}
.textSmall {
	font-size: 10px;
	line-height: 14px;
}
.textSuperSmall {
	font-size: 8px;
	line-height: 11px;
}
.devNote {	color: #FF00FF;
	font-weight: bold;
}
h1 {
	margin: 0px;
	padding: 0px;
	width: 527px;
}
h1 img {
	display: block;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 1px 0px;
}
h2.headerWithSpace {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #000000;
	margin: 5px 0px 9px 0px;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
}
h3.headerWithSpace {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 8px 0px;
}
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #EF3B33;
	margin: 0px 0px 0px 0px;
}
h4.headerWithSpace {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #EF3B33;
	margin: 0px 0px 8px 0px;
}
h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
}
h5.headerWithSpace {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 8px 0px;
}
.headerFaqQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
.headerFaqAnwser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: bold;
	color: #EF3B33;
}
.headerLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px -2px;
}

/***********************************************/
/* Page                                                           */
/***********************************************/

#page1 {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
.bodyPopUp #page1 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	padding: 25px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.bodyPopUp p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#page2 {
	float: left;
	width: 760px;
}
#contentContainer {
    position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	background-image: url(images/bkgdContentContainer.gif);
	background-repeat: repeat-y;
}
.contentConainerTopBtm {
	float: left;
	margin: 0px;
	padding: 0px;
}
.contentConainerTopBtm img {
	display: block;
}
.columnHeader {
	float: left;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
.columnHeader img {
	display: block;
}
.columnHeaderTwo {
	float: left;
	margin: 0px;
	padding: 0px;
}
.columnHeaderTwo img {
	display: block;
}
.fillerDiv {
	clear: both;
}
.fillerDiv img {
	display: block;
}

/***********************************************/
/* Banner                                                        */
/***********************************************/

#banner {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 98px;
}
#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 185px;
}
#logo img {
	display: block;
}
#secNav {
	float: left;
	margin: 0px;
	padding: 68px 37px 0px 0px;
	color: #CBCBCB;
	text-align: right;
	width: 538px;
}
#mainNav {
	float: left;
	position: relative;
	z-index: 99999;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	background-image: url(images/bkgdMainNav.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 32px;
}
#mainNav ul, #mainNav li {
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainNav img {
	display: block;
	float: left;
	border: none;
}

/***********************************************/
/* Content - Image Area                                   */
/***********************************************/

.hp #imageArea {
	float: left;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	background-image: url(images/bkgdImageAreaHp.gif);
	background-repeat: no-repeat;
	width: 748px;
	height: 201px;
}
#imageArea {
	float: left;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	background-image: url(images/bkgdImageArea.gif);
	background-repeat: no-repeat;
	width: 748px;
	height: 135px;
}
#mainImage {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	width: 527px;
}
#openingAct {
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	width: 210px;
}
#openingAct img {
	display: block;
	float: left;
	border: none;
}
.hp #loginArea {
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 210px;
	color: #000000;
	background-color: #f2f2f2;
}
#loginArea {
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	width: 210px;
	color: #000000;
}
#loginHeader {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 210px;
}
#login {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	width: 185px;
}
#login form {
	padding: 0px;
}
#login table {
	display: block;
}
#loginBullets {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 25px;
	width: 175px;
}
#loginBullets ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 170px;
}
#loginBullets ul li {
	background-image: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 13px;
}
#obCenter {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	width: 185px;
}
#obCenter ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 180px;
}
#obCenter ul li {
	background-image: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 13px;
}

/***********************************************/
/* Conent - Main                                              */
/***********************************************/

#contentMain {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	width: 527px;
}
.hp #contentMain {
	padding-bottom: 100px;
}
#date {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 31px;
	width: 456px;
}
#news {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 31px;
	width: 456px;
}
#news ul {
	margin: 0px;
	padding: 15px 0px 30px 0px;
	list-style: none;
	width: 456px;
}
#news ul li {
	background-image: url(images/bulletMain.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	margin: 0px;
	padding: 4px 0px 3px 11px;
}
#spotlight {
	position: absolute;
	bottom: 0px;
	right: 4px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 4px 4px;
	width: 519px;
	height: 75px;
}
#spotlight1 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 0px;
	width: 255px;
}
#spotlight2 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 255px;
}
#contentArea {
	float: left;
	width: 491px;
	padding: 0px 18px 0px 18px;
}
#contentArea p {
	padding: 0px 0px 13px 0px;
	margin: 0px;
}
#topOfPage {
	clear: both;
	padding: 20px 30px 30px 30px;
	text-align: center;
}
#fdicEhlPrint {
	display:none;
	clear: both;
	padding: 25px 0px 15px 0px;
	text-align: center;
}

/***********************************************/
/* Content - Sub                                              */
/***********************************************/

#contentSub {
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 6px;
	width: 210px;
}
#sba {
	float: left;
	margin: 0px;
	padding: 0px 0px 15px 12px;
	color: #515151;
	width: 190px;
}
#sbaHeader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #EF3B33;
	margin: 0px 0px 0px 0px;
}
#sba ul {
	clear: both;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	list-style: none;
	width: 190px;
}
#sba ul li {
	list-style: none;
	background-image: url(images/bulletMain.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 0px;
	padding: 1px 0px 0px 11px;
}
#fdic {
	float: left;
	margin: 0px;
	padding: 0px 8px 15px 12px;
	color: #515151;
	width: 190px;
	background-color: #f2f2f2;
}
#fdic ul {
	clear: both;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	list-style: none;
	width: 190px;
}
#fdic ul li {
	list-style: none;
	background-image: url(images/bulletMain.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 0px;
	padding: 1px 0px 0px 11px;
}

/***********************************************/
/* Footer                                                        */
/***********************************************/


#footer {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/bkgdFooter.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 55px;
}
#footerText {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 28px 0px 0px 21px;
	color: #767676;
	width: 524px;
}
#fdicEhl {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 0px 0px;
	width: 215px;
}

/***********************************************/
/* Matrix Alternate Formatting                          */
/***********************************************/

table.matrixAlt, table.matrixAlt table {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
table.matrixAlt th table, table.matrixAlt th table td {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
table.matrixAlt th a {
	display: block;
	float: right;
	width: 70px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: right;
}
table.matrixAlt th div {
	float: left;
	width: 300px;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: left;
}
table.matrixAlt th, table.matrixAlt td {
	padding: 6px 6px 6px 6px;
	border: 1px solid #CCCCCC;
	empty-cells: show;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
table.matrixAlt th {
	background: #969696;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
table.matrixAlt td {
	text-align: left;
	vertical-align: top;
}
table.matrixAlt td.mtxPhoto {
	text-align: center;
	vertical-align: top;
}

/***********************************************/
/* Matrix Formatting                                         */
/***********************************************/

table.matrix, table.matrix table {
	width: 100%;
	margin: 0px 0px 20px 0px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
table.matrix th table, table.matrix th table td {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
table.matrix th, table.matrix td {
	padding: 4px 4px 8px 4px;
	border: 1px solid #CCCCCC;
	empty-cells: show;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
table.matrix th {
	background: #969696;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	line-height: 12px;
}
table.matrix th.leftColumn {
	text-align: left;
	font-size: 11px;
	line-height: 12px;
}
table.matrix td {
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	line-height: 12px;
}
table.matrix td.mtxClmRight {
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	line-height: 12px;
}
table.matrix td font {
	font-size: 11px !important;
}
table.matrix td.alignTop {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	line-height: 12px;
}
table.matrix td.leftColumn {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 12px;
}
table.matrix td.moreInfo {
	vertical-align: top;
}
table.matrix tr {
	background-color: #FFFFFF;
}
table.matrix tr.rowHighlight {
	background-color:#F4F5F5;
}
table.matrix tr.showMoreInfo {
	display: table-row;
}
table.matrix tr.showMoreInfo td {
	text-align: left;
	font-size: 11px;
	line-height: 15px;
}
.mtxBorder {
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.mtxBorderBtm {
	border-bottom: 1px solid #CCCCCC;
}
.mtxBorderLeftBtm {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.bulletListMtx {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.bulletListMtxTd {
	background-image: url(images/bulletMain.gif);
	background-repeat: no-repeat;
	background-position: 14px 5px;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 4px 4px 25px;
}
.bulletPlusListMtxTd {
	padding: 5px 4px 3px 0px;
	border-bottom: 1px solid #FFFFFF;
}
.bulletPlusListMtxTd a, .bulletPlusListMtxTd a:visited, .bulletPlusListMtxTd a:hover, .bulletPlusListMtxTd a:visited:hover {
	background-image: url(images/bulletPlus.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	display: block;
	padding:  0px 0px 0px 19px;
	width: 95%;
}
.bulletListMtxTdNone {
	padding: 4px 4px 4px 3px;
	border-bottom: 1px solid #FFFFFF;
}

/***********************************************/
/* Show/Hide Classes                                       */
/***********************************************/

.hideObject {
	display: none;
	padding: 0px;
}
.showObject {
	display: block;
	padding: 0px;
}

/***********************************************/
/* Box Content                                 */
/***********************************************/

.boxContent {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.boxContent td {
	padding: 3px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.boxContent ul {
	margin: 0px 0px 8px 1px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.boxContent ul li {
	padding: 12px;
	background-image: url(images/bulletMain.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
}

/***********************************************/
/* Misc. Classes                                               */
/***********************************************/

#preloginCookie {
     position: absolute;
     width: 1px;
     height: 1px;
     z-index: 1000;
     left: 1px;
     top: 1px;
}
.borderFull {
	border: 1px solid #CCCCCC;
}
.borderATMMap {
	border: 1px solid #005596;
}
.photosRight {
	margin: 0px 0px 8px 8px;
	border: 1px solid #CCCCCC;
}
.photosLeft {
	margin: 0px 5px 5px 0px;
}
.photoSpotlightInterior {
	margin: 0px 0px 4px 8px;
	border: 1px solid #CCCCCC;
}

/***********************************************/
/* Employee List                               */
/***********************************************/

#employeeList dl, #employeeList dt, #employeeList dd {
	margin: 0;
	padding: 0;
}
#employeeList, #employeeList dl {
	width: 476px;
}
#employeeList dl {
	float: left;
	padding-bottom: 12px;
}
#employeeList dt {
	width: 135px;
	float: left;
	clear: left;
	padding-top: 4px;
}
#employeeList dt img {
	display: block;
}
#employeeList dd {
	width: 331px;
	float: left;
	padding-left: 10px;
}

/***********************************************/
/* President's Message (Our Story)             */
/***********************************************/
#presidentsPhoto {
	width: 135px;
	float: left;
	margin: 0 10px 10px 0;
}
#presidentsPhoto img {
	display: block;
}

#promo {
	padding:5px 0 10px 5px;
}