/* ------------------------------------------------
Site:     Farmers Bank & Trust (www.fbtarkansas.com)
Author:   Bryan Sullivan
Version:  October 16, 2006
-------------------------------------------------- */

/* =Zero out the browser default values
----------------------------------------------- */
html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, blockquote, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =Resize text element  and list margins
----------------------------------------------- */
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote {
	margin: 1em 0;
}
ol, ul, dd {
	padding-left: 2em;
}

/* =Miscellaneous
-------------------------------------------------- */
form {
	margin: 0;
}
img {
	border: none;
}
#preloginCookie {
	position: absolute;
	width: 1px;
	height: 1px;
	z-index: 1000;
	left: 1px;
	top: 1px;
}
.graphicHeader {
	margin: 0;
}
.graphicHeader span {
	display: none;
}
.topOfPage {
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
}
.hideObject {
	display: none;
}
.noPrint {}
.printOnly {
	display: none;
}

/* =Fonts
-------------------------------------------------- */
body {
	color: #000;
	font: 0.73em/1.73em Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}

/* =Links
-------------------------------------------------- */
a:link, a:visited, a:hover {
	color: #C58B01;
}

/* =Page Elements (Misc.)
-------------------------------------------------- */
body {
	background: #5081C6;
}
#page1 {
	width: 780px;
	margin: 0 auto;
}
#page2 {
	float: left;
	width: 780px;
}
#logo {
	float: left;
	width: 317px;
	height: 77px;
}
#logoPrint {
	display: none;
}
#logo img {
	display: block;
}

/* =Navigation (Secondary & Main)
-------------------------------------------------- */
#secNav ul, #secNav li, #mainNav ul, #mainNav li {
	list-style: none;
	display: block;
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
}

/* =Secondary Navigation
-------------------------------------------------- */
#secNav {
	float: right;
	width: auto;
	padding: 1.5em 0 0 0;
}
#secNav a:link, #secNav a:visited, #secNav a:hover {
	display: block;
	float: left;
	padding: 0 5px;
	border-left: solid 1px #FFFFFF;
	color: #FFFFFF;
	line-height: 1em;
}
#secNav a.firstChild:link, #secNav a.firstChild:visited, #secNav a.firstChild:hover {
	border-left: none;
}

/* =Main Navigation
-------------------------------------------------- */
#mainNav {
	position: relative;
	float: left;
	width: 760px;
	height: 24px !important;
	padding: 9px 10px 12px 10px !important;
	background: url(images/backgrounds/mainNav.gif) no-repeat left top;
	overflow: visible !important;
}
#mainNav img {
	display: block;
}
#mainNav a:link, #mainNav a:visited, #mainNav a:hover {
	display: block;
	float: left;
	border-left: solid 1px #FFFFFF;
}
#mainNav a.firstChild:link, #mainNav a.firstChild:visited, #mainNav a.firstChild:hover {
	border-left: none;
}

/* =Content Elements
-------------------------------------------------- */
#content {
	float: left;
	width: 780px;
	background: url(images/backgrounds/content.gif) repeat-y left top;
}
#content-sub {
	float: left;
	width: 200px;
	margin: 0 7px 0 10px;
}
#content-main {
	float: left;
	width: 502px;
	padding: 0 25px;
}
.hp #content-main {
	width: 553px;
	padding: 0;
}

/* =Footer
-------------------------------------------------- */
#footer {
	float: left;
	width: 728px;
	height: 48px;
	padding: 12px 26px 0 26px;
	background: url(images/backgrounds/footer.gif) no-repeat left top;
	color: #FFFFFF;
}
#footerText {
	float: left;
	width: 364px;
	text-align: left;
}
#complianceLogos {
	float: right;
	width: 364px;
	text-align: right;
}
#complianceLogosPrint {
	display: none;
}

/* =Login
-------------------------------------------------- */
#login {
	float: left;
	width: 200px;
	height: 182px;
	/*height: 137px;
	padding: 45px 0 0 0;*/
	margin-bottom: 7px;
	background: #78A2DD url(images/backgrounds/login.jpg) no-repeat left top;
}
.hp #login {
	height: 182px;
	/*height: 152px;
	padding: 30px 0 0 0;*/
}
#login label {
	color: #FFF;
	font-weight: bold;
}
#login #id, #login #pin {
	width: 100px;
}
#login ul, #login li {
	margin: 0;
	padding: 0;
}
#login input#loginButton {
	position: relative;
	top: 5px;
	display: block;
	/*margin-top: 20px;*/
}
#login ul {
	width: 180px;
	margin: 15px 9px;
	padding: 0;
	list-style: none;
	float: none;
	clear: left;
}
.hp #login ul {
	margin: 0 9px;
}
#login li {
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
	background: url(images/bullets/login.gif) no-repeat left 8px;
}
#login li a:link, #login li a:visited, #login li a:hover {
	color: #FFF;
	font-size: 0.9em;
}
#forgotPasswordLink {
	position: relative;
	top: -1px;
	font-size: 10px;
	color: #fff;
}
#forgotPasswordLink a {
	color: #fff;
}

/* =Help
-------------------------------------------------- */
#help {
	float: left;
	width: 198px;
	background: #FFF;
	border: solid 1px #0C479D;
	padding-bottom: 10px;
	margin-bottom: 7px;
}
#help form {
	padding: 5px 10px;
}
#help label {
	width: 125px;
	display: block;
	font-weight: bold;
}
#help select {
	width: 135px;
}
#help .submitButton {
	width: 24px;
	height: 15px;
	margin: 0 0 0 10px;
}
#help h2 {
	margin: 0;
}

/* =Easy Access
-------------------------------------------------- */
#easyAccess {
	float: left;
	width: 198px;
	background: #FFF;
	border: solid 1px #0C479D;
	margin-bottom: 7px;
}
#easyAccess h2 {
	margin: 0;
}
#easyAccess dl {
	width: 178px;
	padding: 0 10px 10px 10px;
	margin: 0;
}
#easyAccess dt {
	width: 88px;
	float: left;
	clear: left;
	margin: 10px 0 0 0;
}
#easyAccess dd {
	width: 90px;
	float: left;
	margin: 10px 0 0 0;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
}
#easyAccess a:link, #easyAccess a:visited, #easyAccess a:hover {
	color: #000;
}
#trueRewards {
	float: left;
	width: 198px;
	border-top: solid 1px #0C479D;
	margin: 15px 0px 0px 0px;
}

/* =Main Photo
-------------------------------------------------- */
#mainPhoto {
	float: left;
	width: 553px;
	height: 182px;
}

/* =Bank News
-------------------------------------------------- */
#bankNews {
	float: left;
	width: 502px;
	padding: 25px 25px 25px 25px;
}
#bankNews h2, #bankNews #date {
	margin: 0;
}
#bankNews .newsItem {
	float: left;
	width: 502px;
	padding-top: 10px;
}
#bankNews .highlight {
	 background-color: #fff1cf;
	 padding: 1em 1em 0 1em;
}
#bankNews .highlight p {
	margin: 0;
	padding-bottom: 1em;
}
#bankNews .newsPhoto {
	float: left;
	width: 100px;
	height: 50px;
	margin-right: 10px;
	clear: left;
}
#bankNews .newsLink, #bankNews .newsBlurb {
	float: left;
	width: 392px;
	clear: none;
}
#bankNews .newsLink a:link, #bankNews .newsLink a:visited, #bankNews .newsLink a:hover {
	color: #1B53A3;
	font-weight: bold;
}

/* =Survey (We Want To Know)
-------------------------------------------------- */
#survey {
	float: left;
	width: 502px;
	padding: 0 25px 25px 25px;
}
#survey h2 {
	margin: 0 0 5px 0;
}
#survey dl, #survey dt, #survey dd {
	margin: 0;
	padding: 0;
}
#survey dt, #survey dd {
	margin-bottom: 5px;
}
#surveySubmit {
	margin-top: 10px;
}
#surveyResults {
	width: 100%;
	border: none;
	margin: 10px 0 0 0;
}
#surveyResults tr {
	vertical-align: top;
}
#surveyResults td {
	padding: 2px 5px;
	border: none;
}
#surveyResults .answer {
	width: 95%;
}
#surveyResults img {
	display: block;
	background: #0C479D;
}
#surveyResults .result {
	width: 5%;
}
#surveyResults .totals {
	background: #DFEAFB;
}

/* =FAQ formating
-------------------------------------------------- */
#faqBody dl {}
#faqBody dl dt {
	padding-top: 5px;
}
#faqBody dl dt a:link, #faqBody dl dt a:visited, #faqBody dl dt a:hover {
	display: block;
	font-weight: bold;
	width: 95%;
	padding: 0 0 0 1.7em;
	background: url(images/bullets/plus.gif) no-repeat 0.5em 0.55em;
}
#faqBody dl dd {
	padding: 0 0 0 1.7em;
	display: none;
}

/* =ID Theft <dl> formating
-------------------------------------------------- */
#idTheftBody dl {}
#idTheftBody dl dt {
	padding-top: 5px;
}
#idTheftBody dl dt a:link, #idTheftBody dl dt a:visited, #idTheftBody dl dt a:hover {
	display: block;
	font-weight: bold;
	width: 95%;
	padding: 0 0 0 1.7em;
	background: url(images/bullets/plus.gif) no-repeat 0.5em 0.55em;
}
#idTheftBody dl dd {
	padding: 0 0 0 1.7em;
	display: none;
}

/* =Matrix
-------------------------------------------------- */
table.matrix, table.matrix table {
	width: 100%;
	margin: 1.33em 0;
	border: 1px solid #78A2DD;
	border-collapse: collapse;
}
table.matrix table th, table.matrix table td {
	font-size: 1em;
}
table.matrix th, table.matrix td {
	vertical-align: top;
	text-align: center;
	padding: 2px 4px;
	border: 1px solid #78A2DD;
	empty-cells: show;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
table.matrix th {
	background: #78A2DD;
	color: #FFF;
	border: 1px solid #FFFFFF;
}
table.matrix th.accountName {
	text-align: left;
}
table.matrix td.accountName {
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
}
table.matrix tr {
	background: #FFFFFF;
	hover:expression(this.onmouseover=new Function("this.style.background='#DFEAFB';"),this.onmouseout=new Function("this.style.background='#FFFFFF';"));
}
table.matrix tr:hover {
	background: #DFEAFB;
}
table.matrix tr.showMoreInfo {
	background: #FFF !important;
	display: table-row;
}
table.matrix tr.showMoreInfo td {
	text-align: left;
}

/* =Basic Table
-------------------------------------------------- */
table.basic, table.matrix basic {
	width: 100%;
	margin: 1em 0;
	border: 1px solid #78A2DD;
	border-collapse: collapse;
}
table.basic th, table.basic td {
	vertical-align: top;
	padding: 3px;
	border: 1px solid #78A2DD;
	empty-cells: show;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
table.basic th {
	background: #78A2DD;
	color: #FFF;
	text-align: left;
}
table.basic tr {
	background: #FFFFFF;
}

/* =Locations Table
-------------------------------------------------- */
table.locations {
	width: 100%;
	margin: 1em 0;
	border: 1px solid #78A2DD;
	border-collapse: collapse;
}
table.locations th, table.locations td {
	vertical-align: top;
	padding: 2px;
	border: 1px solid #78A2DD;
	empty-cells: show;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
table.locations th {
	background: #78A2DD;
	color: #FFF;
	text-align: left;
}
table.locations tr {
	background: #FFFFFF;
}
table.locations table {
	width: 100%;
	margin: 1px 0;
	border: none;
}
table.locations table th, table.locations table td {
	padding: 3px;
	border: none;
	border-bottom: 1px solid #78A2DD;
}

/* =Career Opportunities
-------------------------------------------------- */
#careerOpps dl, #careerOpps dd {
	padding: 0 0 0 0;
}
#careerOpps dt {
	font-size: 1.3em;
	font-weight: bold;
}
#careerOpps dd {
	margin: 0;
	padding: 0;
}
#careerOpps dd a:link, #careerOpps dd a:visited, #careerOpps dd a:hover {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	background: url(images/bullets/plus.gif) no-repeat left 7px;
	display: block;
}
#careerOpps dd table a:link, #careerOpps dd table a:visited, #careerOpps dd table a:hover {
	padding: 0;
	background: none;
	display: inherit;
}
#careerOpps a.minimize {
	text-align: right;
	color: #FFF;
	font-weight: normal;
}
/* Career Ops Tables */
table.career {
	border: 1px solid #78A2DD;
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0em;
}
table.career th, table.career td {
	text-align: left;
	padding: 1px 3px;
	vertical-align: top;
	font-size: 0.95em;
}
table.career th {
	background: #78A2DD;
	color: #FFFFFF;
}
table.career td {
	border: 1px solid #78A2DD;
}
table.career th a.minimize:link, table.career th a.minimize:visited, table.career th a.minimize:hover {
	display: block;
	float: right;
	width: auto;
	color: #FFF;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
table.career th span.jobTitle {
	display: block;
	float: left;
	width: auto;
}

/* =Community Events List
-------------------------------------------------- */
#communityEventsList {
	float: left;
	display: block;
	width: 502px;
}
#communityEventsList dt {
	width: 140px;
	margin: 0;
	padding: 0;
	float: left;
}
#communityEventsList dt img {
	border: solid 1px #000;
}
#communityEventsList dd {
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
}
#communityEventsList dd ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
}
#communityEventsList dd li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#communityEventsList dd a:link, #communityEventsList dd a:visited, #communityEventsList dd a:hover {
	display: block;
	width: 100%;
	padding: 0 0 0 1.7em;
	background: url(images/bullets/plus.gif) no-repeat 0.5em 0.55em;
}

/* =Community Events Popup
-------------------------------------------------- */
#communityEvents {
	width: 300px;
	margin: 0 auto;
	padding: 0;
}
#communityEvents dt, #communityEvents dd {
	margin: 0;
	padding: 0;
}
#communityEvents dd {
	margin: 0;
	padding: 0;
}
#communityEvents dt img {
	border: solid 1px #000;
}

/* =Calculator Formatting
-------------------------------------------------- */
table.calcTable {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #0C479D;
	border-collapse: collapse;
	background: #FFFFFF;
}
table.calcTable th, table.calcTable td {
	padding: 0.1em 0.3em;
	text-align: left;
	vertical-align: top;
}
table.calcTable th {
	color: #FFF;
	background: #0C479D;
	border: none;
}
table.calcTable td {
	border: 1px solid #0C479D;
}
.calcTable th.calcsMenu {
	font-size: 0.9em;
	text-align: right;
}
table.calcTable table, table.calcTable table th, table.calcTable table td {
	border: none;
}

/* =Newsletter Lists
-------------------------------------------------- */
ul.newsletterList, ul.newsletterList li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2.2em;
}
ul.newsletterList li a:link, ul.newsletterList li a:visited, ul.newsletterList li a:hover {
	display: block;
	width: 95%;
	padding: 0 0 0 2em;
	background: url(images/file_acrobat.gif) no-repeat 0 0.4em;
}
