﻿body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a img {
	border: none;
}
table {
	border-collapse: collapse;
}
h1 {
	/*color: #c90;*/
	color: #336601;
	font-size: 1.4em;
	border-bottom: 1px #74b336 solid;
}
h2 {
	color: #336601;
	font-size: 1.2em;
	text-transform: uppercase;
}
h3 {
	color: #74b336;
	font-size: 1.2em;
	text-transform: uppercase;
}
a:link, a:visited {
	color: #74b336;
}
a:hover, a:active {
	text-decoration: none;
}
/* CONTAINERS
**************************************************/
#container_header {
	width: 100%;
	border-bottom: 1px #000 solid;
	background: #fff url('images/fnb_bg_header.jpg') no-repeat right top;
}
#container_contentTop {
	width: 100%;
	background: #75B338 url('images/fnb_bg_con_top_grad.jpg') repeat-x left bottom;
}
#container_contentTop .sideShadows {
	background: url('images/fnb_bg_main.png') repeat-y center top !important;
	background: #75B336 url('images/fnb_bg_ie6_green.gif') repeat-y center top;
}
#container_contentMain {
	width: 100%;
	border-bottom: 1px #000 solid;
	background: #fff url('images/fnb_bg_main.png') repeat-y center top !important;
	background: #fff url('images/fnb_bg_ie6_white.gif') repeat-y center top;
}
#container_footer {
	width: 100%;
	border-bottom: 1px #000 solid;
	background: #75B336 url('images/fnb_bg_main.png') repeat-y center top !important;
	background: #75B336 url('images/fnb_bg_ie6_green.gif') repeat-y center top;
}
/* HEADER
**************************************************/
#header {
	width: 965px;
	margin: 0 auto;
	padding: 0;
}
#header img {
	margin: 20px;
}

#nav, 
#nav ul {
	display: block;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
#nav {
	width: 965px;
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0 10px 0 5px;
	margin-left: 5px;
	line-height: 34px;
	font-size: 0.9em;
	background: url(images/fnb_bg_nav_right.png) no-repeat right top;
	_background: url(images/fnb_bg_nav_right.gif) no-repeat right top; /*IE6*/
}
#nav a:hover {
	color: #fff;
}
#nav li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	background: url('images/fnb_bg_nav_left.png') no-repeat left top;
	_background: url('images/fnb_bg_nav_left.gif') no-repeat left top; /*IE6*/
}
#nav li ul {
	position: absolute;
	left: -999em;
	width: 198px;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: none;
	background: #fff;
	border: 1px #000 solid;
}
#nav li li {
	width: 198px;
	background: none;
	margin: 0;
}
#nav li ul a {
	width: 196px;
	color: #336601;
	line-height: 1.3em;
	text-align: left;
	border: none;
	padding: 0 2px;
	background: none;
}
#nav li ul a:hover {
	color: #fff;
}
#nav li ul ul {
	margin: -1.3em 0 0 200px;
}
#nav li ul.noclip ul {
	margin-left: -200px;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -999em;
	display: block;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left: auto;
	display: block;
}
/* Main Button Hover States */
#nav li:hover, 
#nav li.sfhover {
	background: url('images/fnb_bg_nav_left_h.png') no-repeat left top;
	_background: url('images/fnb_bg_nav_left_h.gif') no-repeat left top; /*IE6*/
}
#nav li:hover a, 
#nav li.sfhover a {
	color: #fff;
	background: url('images/fnb_bg_nav_right_h.png') no-repeat right top;
	_background: url('images/fnb_bg_nav_right_h.gif') no-repeat right top; /*IE6*/
}
/* Dropdown Button Hover States */
#nav ul li:hover, 
#nav ul li.sfhover {
	background: #336601;
}
#nav li:hover ul a, 
#nav li.sfhover ul a {
	color: #336601;
	background: none;
}
#nav li:hover ul a:hover, 
#nav li.sfhover ul a:hover {
	color: #fff;
}
/* CONTENT - TOP
**************************************************/
#contentTop {
	width: 963px;
	margin: 0 auto;
	padding: 0;
	background: #fff url('images/fnb_bg_con_top.jpg') repeat-x left top;
	min-height: 200px;
}
#clock {
	text-align: right;
	background: #336601;
	color: #fff;
	font-size: 0.8em;
	height: 2.3em;
	line-height: 2.3em;
	padding-right: 5px;
}
#login {
	background: #336601 url('images/fnb_bg_online_curve.gif') no-repeat left bottom;
	width: 300px;
	float: right;
	display: block;
	color: #fff;
	margin: 0 30px 0 0;
	_margin: 0 15px 0 0; /*IE6*/
	font-size: 0.7em;
}
#login h2 {
	background: url('images/fnb_online_banking.gif') no-repeat center center;
	height: 40px;
	text-indent: -999em;
	margin: 0 0 25px 0;
}
#login form {
	margin: 0 12px 25px 12px;
	padding: 0;
}
#login form #AccessIDVisible {
	width: 100px;
	border: 1px #75B336 solid;
}
#login form #AccessIDVisible:hover, 
#login form #AccessIDVisible:focus {
	border: 1px #c90 solid;
}
#login form div {
	margin-top: 25px;
}
#login form a {
	color: #fff;
	/*font-size: 0.8em;*/
}
#contentTop #promo {
	width: 570px;
	float: left;
	display: block;
	margin: 0 0 0 30px;
	_margin: 0 0 0 15px; /*IE6*/
	font-size: 0.7em;
	line-height: 1.5em;
}
#contentTop #promo p, 
#contentTop #promo h2 {
	margin: 0.2em 0;
}
/* CONTENT - MAIN
**************************************************/
#contentMain {
	width: 903px;
	margin: 0 auto;
	padding: 0;
	background: #fff url('images/fnb_bg_con_main.jpg') repeat-x left bottom;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 30px;
}
/* FOOTER
**************************************************/
#footer {
	width: 823px;
	margin: 0 auto;
	padding: 0 30px 0 110px;
	background: #75B336 url('images/fnb_legal_bugs.gif') no-repeat left center;
	text-align: right;
	color: #fff;
	font-size: 0.8em;
	line-height: 30px;
	white-space: nowrap;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
/* GENERAL CLASSES
**************************************************/
.clear {
	clear: both;
}
.divider {
	background: url('images/fnb_divider.jpg') no-repeat center top;
	width: 20px;
}
.txtLeft {
	text-align: left;
}
.txtCenter {
	text-align: center;
}
.txtRight {
	text-align: right;
}
.imgBorder {
	border: 1px #000 solid;
	padding: 2px;
	margin: 4px;
}
.uppercase {
	text-transform: uppercase;
}