/***********************************************/
/* Generic Link Definitions                    */
/***********************************************/

a {
	font-weight: normal;
	color: #0A1F62;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #686868;
	text-decoration: none;
}
.textWhite a {
	color: #FFFFFF;
}
.textWhite a:hover {
	color: #FFFFFF;
}
a.textWhite a {
	color: #FFFFFF;
}
a.textWhite:hover {
	color: #FFFFFF;
}

/* Apply Now Link */

.applyNow {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 1px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #333333;
	background-color: #0A1F62;
}
a.applyNow {
	color: #FFFFFF;
	text-decoration: none;
}
a.applyNow:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/***********************************************/
/* Print Styles                                                  */
/***********************************************/

.noPrint {}
.print {
	display:none;
}

/***********************************************/
/* HTML Definitions                                          */
/***********************************************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.bodyPopUp {
	background-color: #FFFFFF;
}
ul {
	margin: 0px 0px 2em 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
}
ul li {
	background-image: url(images/bulletMain.gif);
	background-repeat: no-repeat;
	background-position: 0px .6em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px .5em 12px;
}
ol {
	margin: 0px 0px 2em 0px;
	padding: 0px 0px 0px 33px;
}
blockquote {
	padding: 0px 0px 1em 0px;
	margin: 0px 0px 1em 25px;
}

/***********************************************/
/* Text Formatting                                          */
/***********************************************/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	font-weight: normal;
	color: #404040;
}
input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #051054;
}
.textWhite {
	color: #FFFFFF;
}
.textLarge {
	font-size: 1.05em;
	line-height: 1.3em;
}
.textSmall {
	font-size: .85em;
	line-height: 1.4em;
}
.textSuperSmall {
	font-size: .7em;
	line-height: 1em;
}
h1 {
	margin: 0px;
	padding: 15px 0px 12px 0px;
	width: 475px;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0A1F62;
	margin: 5px 0px 0px 0px;
}
h2.headerWithSpace {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0A1F62;
	margin: 5px 0px 1em 0px;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #0A1F62;
	margin: 0px 0px 0px 0px;
}
h3.headerWithSpace {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #0A1F62;
	margin: 0px 0px 1em 0px;
}
.headerFaqQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: bold;
	color: #0A1F62;
}
.headerFaqAnwser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: bold;
	color: #A8A8A8;
}
.headerLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	line-height: 2.2em;
	font-weight: bold;
	color: #0A1F62;
	margin: 0px 0px 0px -2px;
}

/***********************************************/
/* Page                                                           */
/***********************************************/

#page1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 760px;
	padding: 0px;
}
.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 1.3em 0px;
	margin: 0px;
}
#page2 {
	float: left;
	width: 760px;
}
#contentContainer {
	float: left;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 15px 0px;
	background-color: #FFFFFF;
	background-image: url(images/bkgdContentContainer.gif);
	background-repeat: repeat-y;
	width: 760px;
}
.hp #contentContainer {
	float: left;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 15px 0px;
	background-color: #FFFFFF;
	background-image: url(images/bkgdContentContainerHp.gif);
	background-repeat: repeat-y;
	width: 760px;
}
.fillerDiv {
	clear: both;
}

/***********************************************/
/* Banner                                                        */
/***********************************************/

#banner {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-image: url(images/bkgdBanner.gif);
	background-repeat: no-repeat;
	background-color: #205F94;
	width: 760px;
	height: 89px;
	border-bottom: 2px solid #FFFFFF;
}
#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 136px;
	height: 89px;
}
#navContainer {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 624px;
	height: 89px;
}
#secNav {
	float: left;
	margin: 0px;
	padding: 8px 15px 0px 0px;
	text-align: right;
	width: 609px;
	height: 50px;
}
#mainNav {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 624px;
	height: 31px;
}
#mainNav img {
	height: 31px;
}
#secNav a {
	color: #FFFFFF;
}
#secNav a:hover {
	color: #FFFFFF;
}
#quickLinksMenu {
	float: left;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	width: 609px;
	text-align: right;
}

/* Conent - Sub Banner */

#contentSubBanner {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #194A7B;
	width: 760px;
	height: 199px;
	border-bottom: 2px solid #FFFFFF;
}
#contentSubBanner a {
	color: #FFFFFF;
}
#contentSubBanner a:hover {
	color: #FFFFFF;
}
#mainImage {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 473px;
	border-right: 2px solid #FFFFFF;
}
#mainImage img {
	display: block;
}
#login {
	float: left;
	margin: 0px 0px 0px 18px;
	padding: 0px;
	width: 267px;
}

#login table {
	display: block;
}
#loginHeader {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 285px;
}
#loginHeader img {
	display: block;
}
#loginBullets {
	float: left;
	margin: 0px 0px 0px 18px;
	padding: 0px;
	width: 267px;
}
#loginBullets ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style: none;
	width: 200px;
}
#loginBullets ul li {
	background-image: url(images/bulletArrowWht.gif);
	background-repeat: no-repeat;
	background-position: 0px .8em;
	margin: 0px;
	padding: 5px 0px 0px 9px;
}
#welcomeBar {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #668FB1;
	width: 760px;
	height: 30px;
}
#welcome {
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 11px;
	width: 469px;
}
#welcomeMenu {
	float: left;
	margin: 0px;
	padding: 4px 11px 0px 0px;
	width: 269px;
	text-align: right;
}

/***********************************************/
/* Conent - Main                                              */
/***********************************************/

#contentMain {
	float: left;
	margin: 0px;
	padding: 0px 30px 0px 30px;
	width: 475px;
}
#contentArea {
	line-height: 1.6em;
	width: 475px;
	padding: 20px 0px 0px 0px;
}
#contentArea p {
	padding: 0px 0px 1em 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 - Main: Homepage */

.hp #contentMain {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 286px;
}
.hp #contentMainHeader {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 286px;
}
.hp #contentMainHeader img {
	display: block;
}
.hp #contentMain ul {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 270px;
}
.hp #contentMain ul li {
	background-image: url(images/bulletArrowBlue.gif);
	background-repeat: no-repeat;
	background-position: 0px .4em;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 5px 9px;
}
#news a {
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
}

/***********************************************/
/* Content - Sub                                              */
/***********************************************/

#contentSub {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	color: #FFFFFF;
	width: 225px;
}
#contentSub a {
	color: #FFFFFF;
}
#contentSub a:hover {
	color: #FFFFFF;
}
.contentSubHeader {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 225px;
}
.contentSubHeader img {
	display: block;
}
#contentSub ul {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	width: 200px;
}
#contentSub ul li {
	background-image: url(images/bulletArrowWht.gif);
	background-repeat: no-repeat;
	background-position: 0px .4em;
	margin: 0px 0px 0px 17px;
	padding: 0px 0px 5px 9px;
}
.hp #contentSub {
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	color: #404040;
	width: 236px;
}
.hp #contentSubHeader {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 236px;
}
.hp #contentSub img {
	display: block;
}
.hp #contentSub p {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 11px;
	width: 200px;
}

/***********************************************/
/* Content - Extra                                            */
/***********************************************/

.hp #contentExtra {
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	width: 236px;
}
.hp #contentExtraHeader {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 236px;
}
.hp #contentExtra img {
	display: block;
}

/*Survey*/

#survey {
	padding: 0px;
	margin: 0px 15px 0px 12px;
}
#survey dt {
	margin: 0px 0px 10px 0px;
}
#survey dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#survey input {
	vertical-align: middle;
}
#survey label {
	vertical-align: middle;
}
.surveySubmit {
	float: right;
	margin: 0px 10px 0px 0px;
}

/***********************************************/
/* Footer                                                        */
/***********************************************/

#footer {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	width: 760px;
	color: #FFFFFF;
	background-color: #668FB1;
}
#footerInfo {
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 16px;
	width: 514px;
}
#footerFdic {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 230px;
}
#footerFdic img {
	display: block;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/***********************************************/
/* 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: none;
}
table.matrixAlt th a {
	display: block;
	float: right;
	width: 70px;
	line-height: 1.2em;
	color: #FFFFFF;
	text-align: right;
}
table.matrixAlt th div {
	float: left;
	width: 300px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #FFFFFF;
	text-align: left;l
}
table.matrixAlt th, table.matrixAlt td {
	padding: 3px;
	border: 1px solid #CCCCCC;
	empty-cells: show;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
}
table.matrixAlt th {
	background: #205F94;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
table.matrixAlt td {
	text-align: left;
	vertical-align: top;
}

/***********************************************/
/* =Matrix Formatting
/***********************************************/
table.matrix, table.matrix table {
	width: 100%;
	margin: 0px 0px 1em 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: none;
}
table.matrix th, table.matrix td {
	padding: 3px;
	border: 1px solid #CCCCCC;
	empty-cells: show;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
}
table.matrix th {
	background: #205F94;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
table.matrix th.leftColumn {
	text-align: left;
}
table.matrix td {
	text-align: center;
	vertical-align: middle;
}
table.matrix td.alignTop {
	text-align: center;
	vertical-align: top;
}
table.matrix td.leftColumn {
	text-align: left;
	vertical-align: top;
}
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: 1em;
	line-height: 1.5em;
}
.mtxBorder {
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 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 1em;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 4px 4px 25px;
}
.bulletPlusListMtxTd {
	padding: 5px 4px 3px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.bulletPlusListMtxTd a, .bulletPlusListMtxTd a:visited, .bulletPlusListMtxTd a:hover, .bulletPlusListMtxTd a:visited:hover {
	color: #051054;
	background-image: url(images/bulletPlus.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	display: block;
	padding:  0px 0px 0px 26px;
	width: 90%;
}
.bulletListMtxTdNone {
	padding: 4px 4px 4px 3px;
	border-bottom: 1px solid #CCCCCC;
}

/***********************************************/
/* Show/Hide Classes                                       */
/***********************************************/

.hideObject {
	display: none;
	padding: 0px;
}
.showObject {
	display: block;
	padding: 0px;
}

/***********************************************/
/* Misc. Classes                                               */
/***********************************************/

#preloginCookie {
            position: absolute;
            width: 1px;
            height: 1px;
            z-index: 1000;
            left: 1px;
            top: 1px;
}