﻿body {
	background-color: #EFF4F4;
	background-image: url('../images/siteBackground.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: left top;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}
img {
	border: 0px;
}
div {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a {
	color:#7AA29B;
}
a:hover {
	text-decoration: none;
}
img.content {
	margin: 0 5px;
	padding: 4px;
	border: 1px solid #ccc;
	max-width: 100%;
}

table.smallBold {
	border-collapse:collapse;
	border: 1px #7AA29B solid;
}
table.smallBold td{
	font-size: 7pt;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

#allPageContent {
	margin: 14px;
	width: 738px;
}
table.smallText td {
	font-size: 8pt;
}
td {
	font-size: 10pt;
}
table.topMenu {
	border: 0px;
	height: 34px;
}
table.topMenu td {
	padding: 0px 0px 0px 16px;
	border: 0px;
	vertical-align: top;
	color: white;
}
table.topMenu td a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}
table.topMenu td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Main Menu */
table.mainMenu {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}
div.pageHeader {
	width: 738px;
}
/* Sub Menu */
div #subMenu {
	background-image: url('../images/submenuBackground.jpg');
	width: 738px;
	height: 24px;
	overflow: hidden;
}
table.subMenu td {
	border: 0px;
	padding: 0px 0px 0px 0px;
}
table.subMenu td.arrow {
	border: 0px;
	padding: 0px 4px 0px 16px;
}
table.subMenu td a {
	color: #716642;
	text-decoration: none;
	font-size: 8pt;
}
table.subMenu td a:hover {
	color: #716642;
	text-decoration: underline;
}
/* Main Content Area */
div #mainContent {
	background-color: #FFFFFF;
	width: 738px;
}
/* Subpage Content Area */
div #subContent {
	width: 738px;
	background-color: #FFFFFF;
	color: #004D41;
	font-size: 10pt;
}
td.leftContent div {
	color: #004D41;
	font-size: 10pt;
}
td.rightMenu {
	width:135px;
	background-color: #E5EDEC;
	vertical-align:top;
}
td.leftContent {
	width:603px;
	background-color: #FFFFFF;
	background-image:url('../images/subPageBackground.jpg');
	background-repeat:no-repeat;
	background-position: left top;
	padding: 0px 0px 10px 10px;
	vertical-align:top;
}

.subTitle {
	color:#000000;
	font-size: 18pt;
	font-weight: bold;
	padding: 10px 10px 0px 10px;
}

.subCatTitle {
	color:#004D41;
	font-size: 12pt;
	font-weight: bold;
}

.subAlign {
	padding: 0px 10px 10px 10px;	
}

/* Page Footer */
div #pageFooter {
	width: 738px;
	height: 28px;
	background-image: url('../images/lowerswirly.gif');
	color: #6F9B94;
	text-align: right;
	font-size: 8pt;
}
table.mainContent td {
	/*text-align:center;*/
	width: 33%;
}
td.frontAreaHeader1 {
	height: 34px;
	background-repeat: no-repeat;
	color: #004D41;
	font-size: 11pt;
	text-align: left;
	font-weight: 900;
	vertical-align: bottom;
}
td.frontAreaContent1 {
	height: 105px;
	background-repeat: no-repeat;
	vertical-align: top;
	font-size: 10px;
/*	color: #6f9b94;*/
	color: #004D41;
	padding: 12px 4px 4px 4px;
	line-height: 12pt;
}
td.promoAreaContent1 {
	height: 105px;
	background-repeat: no-repeat;
	vertical-align: top;
	font-size: 10px;
	color: #004D41;
	padding: 4px 8px 4px 0px;
}
td.frontAreaHeader2 {
	height: 40px;
	background-repeat: no-repeat;
	color: #004D41;
	font-size: 11pt;
	text-align: left;
	font-weight: 900;
	vertical-align: bottom;
}
td.frontAreaContent2 {
	height: 111px;
	background-repeat: no-repeat;
	vertical-align: top;
	font-size: 10px;
/*	color: #6f9b94;*/
	color: #004D41;
	padding: 12px 4px 4px 4px;
	line-height: 12pt;
}
td.frontAreaContent2 a {
/*	color: #6f9b94;*/
	color: #004D41;

}
td.frontAreaContent2 a:hover {
/*	color: #6f9b94;*/
	color: #004D41;
	text-decoration:none;
}
td.frontAreaContent1 a {
/*	color: #6f9b94;*/
	color: #004D41;

}
td.frontAreaContent1 a:hover {
/*	color: #6f9b94;*/
	color: #004D41;
	text-decoration:none;
}
td.promoAreaContent1 a {
	color: #004D41;
	font-weight: bold;
}
td.promoAreaContent1#font-family a:hover {
	color: #004D41;
	text-decoration: none;
}
/* Side Menu */
ul.sideMenuMain {
	padding-left:0em;
	margin-left:0em;
	color: #000000;
	/*text-align:right;
	padding-right:10px;*/
	text-align:right;
	margin-right:10px;
}
ul.sideMenuMain li {
	font-size:10px;
	font-weight:bold;
	list-style-type: none;
	/*margin-right: 10px;*/
}
ul.sideMenuMain li a {
	color: #000000;
	text-decoration: underline;
}

ul.sideMenuMain li a:hover {
	text-decoration: none;
}
ul.sideMenuSub {
	padding-left:.5em;
	margin-left:.5em;
	color: #004D41;	
	margin-bottom: 10px;
}
ul.sideMenuSub li {
	font-size:10px;
	font-weight:bold;
	list-style-type: none;
}
ul.sideMenuSub li a {
	font-weight:normal;
	color: #004D41;
	text-decoration: none;
}

ul.sideMenuSub li a:hover {
	text-decoration: underline;
}
/* End Side Menu */
/* Apply Now Styles */

a.applyNow {
	text-decoration:none;
	color:black;
	background-color:#e5edec;
	border: solid 1px #004d41;
	padding: 8px 8px 8px 8px;
	margin: 8px 8px 8px 8px;
}

a.applyNow:hover {
	text-decoration:underline;
	border: solid 1px #004d41;
}

#TWebMenu {
	position: relative;
	left: 250px;
}

#ProductsMenu{
	position: relative;
	left: 200px;
}

#ServicesMenu {
	position: relative;
	left: 50px;
}

#BranchesMenu {
	position: relative;
	left: 230px;
}

#ATMsMenu {
	position: relative;
	left: 230px;
}

#BankingToolsMenu {
	position: relative;
	left: 30px;
}