/* CSS Document */
body {
	background-color: #f7f6f0;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

p {
	line-height:18px;
}

table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
  
table.team {
	margin-left:25px;
	font-size:12px;
	padding:0;
	border:0px;
}

td.name {
	width:120px;
}

td.title {
	width:290px;
}

#container {
	background-color:#263e07;
	width:772px;
	margin: 0 auto;

}

.highlight     { background:#ececec; }

#main{
	position:relative;
	background: #263e07;
	width:772px;
	padding:0;
	margin:0;
}

#left_column {
	height:380px;
	float:left;
	color: #ffffff;
	width: 185px;
	padding: 8px 0px 8px 8px;
	background: url(images/vertical_bar.jpg) right top no-repeat;
}

#logo {
	margin-bottom:4px;
	padding:2px;
	background-color:#ffffff;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#menu {
	height:20px;
	background-color:#263e07;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	padding-top: 0px;
	padding-left: 3px;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
}
#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	float: right;
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin: 0;
}

#menu li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: 2px;
	display: block;
}


/* custom widths for individual nav elements */

#nav-business {
	width: 150px;
}

#nav-personal {
	width: 150px;
}

#nav-online {
	width: 120px;
}

#nav-about {
	width: 90px;
}

#nav-home {
	width: 50px;
}

#online_banking {
    font-size:11px;
	padding: 5px 15px 5px 3px;
	font-weight:bold;
	margin-top:5px;
}
#online_banking a {
    font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#online_banking a:hover {
    font-size:11px;
	font-weight:bold;
	color:#f4b328;
}

#location{
    font-size:11px;
	padding: 5px 15px 5px 3px;
}

#consumer_protection{
    font-size:13px;
	font-weight:bold;
}
#consumer_protection a{
  color:#ffffff; 
  font-size:13px;
}

#hours{
    font-size:13px;
	padding: 5px 15px 5px 3px;
	font-weight:bold;
}


#picture_bar{
	margin:0;
	padding: 0;
	background-color:#263e07;
}

#content{
	width:542px;
	padding: 15px;
	margin: 0;
	background:#ffffff;
	text-align:left;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#content a {
	color:#444444;
}

.noborder {
	text-decoration: none;
	border: 1px solid #ccc;
	padding:2px;
	margin-bottom:2px;
}

.nounderline {
	text-decoration:none;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #121F01;
	word-spacing: 1px;
	font-style: normal;
	border-bottom: 1px solid #121f01;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#f4b328;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

/* divider */

div.break {
	border-top: 1px solid #121f01;
	margin: 15px 0;
}

#footer{
	vertical-align:bottom;
	background-color:#ffffff;
}
#footer a {
	color:#000;
}

ul.pdf {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1.5em 0;
}

ul.pdf li {
	padding: 1px 0 1px 22px;
	margin: 0;
	background: transparent url(images/pdf-icon.gif) 2px center no-repeat;
}

a img 
{
    border: none;
}

/**************** Accordion*********************/

#accordion
{
width: 535px;
border-bottom: solid 1px #c4c4c4;
margin: 0;
padding: 0;
text-indent: 0;
         
}

#faqs h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #121F01;
	word-spacing: 1px;
	font-style: normal;
	border-bottom: 1px solid #121f01;
}

#accordion h3 {
color:#000;
}

#accordion a.head
{
background: #263E07 url(images/collapsed.gif) no-repeat right;
border: 1px solid #000;
color: #f5f5f5;
cursor: pointer;
display: block;
font: bold 120%/100% Arial, Helvetica, sans-serif;
font-size:12px;
margin: 0;
padding: 7px 20px 15px 10px;
text-decoration: none;
text-indent: 0px;
}

#accordion a.head:hover
{
background-color: #fff;
color: #000;
}

#accordion a.selected
{
background-image: url(images/expanded.gif);
}

#accordion a.current
{
    background-color: #FFFF99;
}
