﻿/*stuff for primary/home page*/
body.home
{
	margin:0px;
	/*background-color:#5C2023;
	background-image:url('images/bgrndMain.gif');*/
	background:#5C2023 url('images/bgrndMain.gif') repeat-y right top;
	font-family:Arial; font-size:12px; color:#DFCEC5;
}


a:link
{
	color:#fae7c2;
}

a:visited
{
	color:#fae7c2;
}

/*stuff for green page*/
body.green
{
	margin:0px;
	background:#50513E url('images/bgrndMain.gif') repeat-y right top;
}

/*stuff for secondary/ all other pages*/
body.sec
{
	margin:0px;
	/*background-color:#FCF2DF;*/
	background:#FCF2DF url('images/bgrndMain.gif') repeat-y right top;
	font-family:Arial; font-size:12px; color:#5D2423;
}

body.sec a:visited
{
	color:#000000;
}

body.sec ol
{
	font-family:Arial; font-size:12px; color:#5D2423;
}

body.sec ul
{
	font-family:Arial; font-size:12px; color:#5D2423;
}

body.sec a:link
{
	color:#000000;
}

#content
{
	padding:10px;
	vertical-align:top;
	height:100%;
}

#contentGreen
{
	padding:10px;
	vertical-align:top;
	height:100%;
	color:white;
	background:#50513E url('images/greenBgrnd.gif') no-repeat right 2px;
	font-family:Arial; font-size:12px; color:#ffffff;
	line-height:20px;
}

#contentGreen p
{
	margin:7px 0 7px 0;
}

ul#arrow
{
	margin:0;
	padding:0;
}

ul#arrow li#one
{
	background:url('images/arrow.gif') no-repeat 0px 5px;
	list-style-type:none;
	padding-left:20px;
}

ul#arrow li#two
{
	list-style-type:none;
	font-style:italic; color:#9d9a86; font-weight:bold;
}

#rightCol a:link, #rightCol a:visited
{
	font-family:Arial; font-size:12px; color:#ffffff;
	text-decoration:none;
}

#navCell
{
	vertical-align:top;
	width:160px;
	background:#A46029 url('images/nav.gif') no-repeat;
	/*padding:260px 20px 10px 15px;*/
	padding:0px 0px 0px 1px;
	font-family:Tahoma; font-size:11px; font-weight:bold;
	line-height:20px;
	height:100%;
}

h1
{
	font-family:"Times New Roman", Times, serif; font-size:13pt; color:#5D2423;
}

h2
{
	font-family:Arial; font-size:13px; color:#5D2423; font-weight:bold;
}

body.sec p
{
	font-family:Arial; font-size:12px; color:#5D2423;
}

ul#main
{
	font-family:Arial; font-size:12px; color:#5D2423;
}


/* dropdown Navigation */

#nav ul 
{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	}
	
#nav 
{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	}
	
#nav li 
{ /* all list items */
	position : relative;
	float : left;
	line-height:20px;
	margin-bottom : -1px;
	width: 11em;
	text-align:left;
}
	
#nav li ul 
{ /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 8.85em;
	margin-top : -1.75em;
}

#nav li ul a
{
	display:block;
	background-color:#A46029;
	border:1px white solid;
}
	
#nav li ul ul 
{ /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a 
{
	width: 12em;
	/*width : 160px;*/
	display : block;
	color : #D8A36D;
	font-weight : bold;
	text-decoration : none;
	background-color :;
	border : 1px solid #A46029;
	padding : 0 0.5em;
}
	
#nav li a:hover 
{
	color : white;
	display : block;
	background-color : black;
	border : 1px solid white;
}
	
#nav li.sfhover ul ul ul 
{
	left: -999em;
}
	
#nav li.sfhover ul ul 
{
	left: -999em;
}
	
#nav li:hover ul ul ul 
{
	left: -999em;
}
	
#nav li:hover ul ul 
{
	left: -999em;
}
	
#nav li li li.sfhover ul 
{ /* lists nested under hovered list items */
	left: -22em;
	display:block;
}

#nav li li.sfhover ul 
{ /* lists nested under hovered list items */
	left: -22em;
	display:block;
}
	
#nav li.sfhover ul 
{ /* lists nested under hovered list items */
	left: -22em;
	display:block;
}

#nav li li li:hover ul 
{ /* lists nested under hovered list items */
	left: -22em;
	display:block;
}

#nav li li:hover ul 
{ /* lists nested under hovered list items */
	left: -22em;
	display:block;
}

#nav li:hover ul 
{ /* lists nested under hovered list items */
	left: -22em;
	display:block;
}

/* direct login */
	
table#dl
{
	width:90%; margin-top:6px;
}

td#dl
{
	font-family:Arial; font-size:10px;
}

.onlineBankingC {
	border-top:1px #E3C8AC solid; border-bottom:1px #E3C8AC solid; margin:12px auto 6px; width:160px
}

.onlineBankingC td {
	padding:0px;
}



.field
{
	width: 75px; height:13px;
	font-family:Arial; font-size:10px;
	background-color:#f5cfb1;
	border:1px #5C2023 solid;
	letter-spacing:1px;
}

.field2
{
	width: 75px; height:13px;
	font-family:Arial; font-size:10px;
	background-color:#D8A36D;
	border:1px #5C2023 solid;
	letter-spacing:1px;
}


/* search tool styles */
#search
{
	height:70px;
	text-align:right;
	padding:30px 10px 0 0;
	margin-bottom:160px;
}

.search {
	height:70px;
	text-align:right;
	padding:30px 10px 0 0;
	margin-bottom:160px;
}



/* Privacy Policy*/

table .privacy {
	border-color:#999999; border-style:solid; border-width: 0 0 1px 1px;
}

table .privacy td {
	border-color:#999999; border-style:solid; border-width: 1px 1px 0 0;
	padding-left:10px;
	padding: 5px 5px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
}
	
.blackBG {
	background-color: #333333;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.grayBG {
	background-color: #C0C0C0;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.grayBG2 {
	background-color: #C0C0C0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.grayBG3 {
	background-color: #C0C0C0;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.tab {
	border-bottom: 1px #999999 solid; 
	height:20px;
}
.med {
	font-size: 13px;
	vertical-align:top;
}





