/* --------------------------------------------------
Site:     Community Bank (www.communitybanknet.com)
Author:   Bryan Sullivan
--------------------------------------------------*/

/* Eric Meyer, Reset CSS - v1.0 | 02/12/2008
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Now that we've reset the elements, let's make them our own.
--------------------------------------------------*/
/* Always show the right scrollbar track */
html {
	overflow-y: scroll;
}
body {
	width: 750px;
	margin: 0 auto;
	background-color: #f8f6ec;
}

/* =Fonts
-------------------------------------------------- */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #010101;
}
input, textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
}
a:link, a:visited, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a40046;
}
#contentMain a:link, #contentMain a:visited, #contentMain a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #a40046;
}
p, blockquote, dl, ol, ul, table {
	margin-bottom: 18px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 9px;
	font-weight: bold;
	color: #002b5c;
}
h1 {
	font-size: 20px;
	line-height: 26px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
}
b, strong, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: bold;
	color: inherit;
}
em, i {
	font-style: italic;
}
ul, ol, dl {
	margin-left: 34px;
}
#contentMain ul li {
	list-style: none;
	background: url(images/backgrounds/bulletMain.gif) no-repeat left 5px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 8px;
}
blockquote {
	margin-left: 36px;
	margin-right: 36px;
}

/* Misc. Items */
.devNote {	
	color: #FF00FF !important;
	font-weight: bold !important;
}
.textNormal {
	font-weight: normal;
}
.appReqField {
	color: #a40046;
}
.topOfPage {
	width: 100%;
	text-align: center;
	margin-top: 18px;
}

/* =Window function classes 
--------------------------------------------------*/
/*These are only here so that Dreamweaver's auto-complete will know they exist, 
making it faster to edit. These classes are only used with the windowFunctions() 
javascript function and do not require modification for decoration purposes.*/
.extLink {}
.emailLink {}
.testBrowser {}
.calcLink {}
.newWindow {}

/* Header
--------------------------------------------------*/
#header {
	position: relative;
	float: left;
	width: 750px;
	height: 274px;
	z-index: 1;
	background: url(images/backgrounds/headerInt.jpg) no-repeat left top;
}
#hp #header {
	height: 347px;
	background: url(images/backgrounds/headerHP.jpg) no-repeat left top;
}
#headerOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 241px;
	height: 269px;
	background: url(images/backgrounds/headerOverlayInt.png) no-repeat left top;
	z-index: 300;
}
#headerOverlay2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 241px;
	height: 269px;
	z-index: 400;
}
#hp #headerOverlay {
	width: 242px;
	height: 341px;
	background: url(images/backgrounds/headerOverlayHP.png) no-repeat left top;
}
#hp #headerOverlay2 {
	width: 242px;
	height: 341px;
}

/* Logo
--------------------------------------------------*/
#logo img {
	display: block;
}

/* Login
--------------------------------------------------*/
#login {
	width: 242px;
	height: 70px;
	padding: 45px 0 0 0;
}
#login img {
	display: block;
}
#login label {
	display: block;
	margin-left: 12px;
}
#login input {
	border: solid 1px #002b5c;
	margin: 0 0 12px 12px;
}
#login #loginSubmit {
	border: none;
}
#loginLinks {
	width: 242px;
	padding: 34px 0 0 0;
	line-height: 0px;
}
#hp #loginLinks {
	padding: 0;
}
#loginLinks img {
	display: block;
}
#loginLinks ul, #loginLinks li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Main Navigation
--------------------------------------------------*/
#mainNavBackground, #mainNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 27px;
	z-index: 400;
}
#mainNavBackground {
	background: url(images/backgrounds/mainNav.gif) repeat-x left top;
	z-index: 200;
}
#hp #mainNav, #hp #mainNavBackground {
	top: 73px;
}
#mainNav img {
	display: block;
}
#mainNav ul {
	display: block;
	width: 501px;
	padding: 0;
	margin: 0 0 0 249px;
	list-style: none;
}
#hp #mainNav ul {
	width: 555px;
	margin: 0 0 0 195px;
}
#mainNav ul li {
	float: left;
	display: block;
	margin: 0;
}

/* =Main Navigation Menus
--------------------------------------------------*/
#mainNav .menu {
	visibility: hidden;
	position: absolute;
	z-index: 9000;
	top: 27px;
	width: 160px;
}
#mainNav .menu ul, #mainNav .menu li {
	float: none;
	display: block;
	width: 160px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#mainNav .menu li {
	width: 160px;
	background-color: #d3dae6;
}
#mainNav .menu a:link, #mainNav .menu a:visited, #mainNav .menu a:hover {
	display: block;
	width: 144px;
	padding: 2px 6px;
	font-size: 11px;
	text-decoration: none;
	color: #002b5c;
	font-weight: bold;
}
#mainNav .menuTop a:link, #mainNav .menuTop a:visited, #mainNav .menuTop a:hover {
	padding-top: 6px;
}
#mainNav .menuBottom a:link, #mainNav .menuBottom a:visited, #mainNav .menuBottom a:hover {
	padding-bottom: 6px;
}

/* Interior Page Menus */
#onlineLayer {
	left: 265px;
}
#persLayer {
	left: 391px;
}
#busLayer {
	left: 529px;
}
#aboutLayer {
	left: 667px;
}

/* Home Page Menus */
#hp #onlineLayer {
	left: 23px;
}
#hp #persLayer {
	left: 157px;
}
#hp #busLayer {
	left: 305px;
}
#hp #aboutLayer {
	left: 453px;
}

/* Main Image
--------------------------------------------------*/
#mainImage {
	position: absolute;
	bottom: 6px;
	right: 0;
	z-index: 100;
}
#mainImage img {
	display: block;
}

/* Content
--------------------------------------------------*/
#content {
	float: left;
	width: 750px;
	background-color: #FFFFFF;
}
#contentSub {
	float: left;
	width: 222px;
}
#hp #contentSub {
	width: 244px;
	padding-left: 4px;
}
#contentMain {
	float: left;
	width: 493px;
	padding: 25px 17px 0 17px;
	border-left: solid 1px #d1d7e4;
}
#hp #contentMain {
	width: 502px;
	padding: 2px 0 0 0;
	border-left: none;
}

/* Home Page Feature
--------------------------------------------------*/
#feature {
	float: left;
	position: relative;
	width: 244px;
	min-height: 186px;
	background: #d1d5d9 url(images/backgrounds/feature.jpg) no-repeat left top;
	font-size: 11px;
	line-height: 14px;
}
#feature img {
	display: block;
}
#feature .header {
	float: left;
	width: 244px;
}
#feature .image {
	float: left;
	width: 93px;
}
#feature .body {
	float: left;
	width: 127px;
	padding: 10px 12px 30px 12px;
}
#feature .footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 244px;
	height: 21px;
	background: url(images/backgrounds/feature-footer.jpg) no-repeat left bottom;
	text-align: right;
}
#feature .footer a:link, #feature .footer a:visited, #feature .footer a:hover {
	display: block;
	padding-right: 10px;
	color: #02235b;
	text-decoration: none;
}
#feature .footer img {
	display: inline;
	margin-left: 8px;
}

/* Home Page News
--------------------------------------------------*/
#news {
	position: relative;
	float: left;
	width: 258px;
	padding: 0 10px 0 12px;
}
#news h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #002b5c;
	border-bottom: solid 1px #002b5c;
}
#news #date {
	position: absolute;
	top: 1px;
	right: 9px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
#news dl {
	width: 248px;
	margin: 0 10px 0 0;
}
#news dl dt {
	margin: 0;
}
#news dl dt a {
	color: #002b5c;
	text-decoration: underline;
}
#news dl dd {
	margin: 0 0 18px 0;
}

/* Quick Links
--------------------------------------------------*/
#quickLinks {
	width: 201px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	line-height: 18px;
}
#hp #quickLinks {
	float: left;
	border-left: solid 1px #d1d7e4;
}
#quickLinks h2 {
	font-size: 14px;
	font-weight: bold;
	color: #002b5c;
	line-height: 14px;
	border-bottom: solid 1px #002b5c;
}
#quickLinks ul, #quickLinks ul li {
	display: block;
	margin: 0;
	list-style: none;
	background: none;
}
#quickLinks ul li a {
	display: block;
	color: #002b5c;
	text-decoration: none;
	background: url(images/backgrounds/linkArrows.gif) no-repeat right 5px;
	padding: 0 8px 0 0;
	text-align: right;
}
#hp #quickLinks ul li a {
	background: url(images/backgrounds/linkArrows.gif) no-repeat left 4px;
	padding: 0 0 0 8px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #002b5c;
}

/* Secondary Navigation
--------------------------------------------------*/
#secNav {
	float: left;
	width: 201px;
	padding: 25px 10px 35px 10px;
	font-size: 11px;
	line-height: 18px;
}
#secNav ul, #secNav ul li {
	display: block;
	margin: 0;
	list-style: none;
}
#secNav ul li a {
	display: block;
	color: #002b5c;
	text-decoration: none;
	background: url(images/backgrounds/linkArrows.gif) no-repeat right 5px;
	padding: 0 8px 0 0;
	text-align: right;
}

/* Footer
--------------------------------------------------*/
#footer {
	float: left;
	width: 710px;
	height: 27px;
	padding: 11px 40px 0 0;
	background: url(images/backgrounds/footer.png) no-repeat left top;
}
#subNav {
	float: left;
	width: 50%;
	font-size: 11px;
}
#subNav ul {
	list-style: none;
	display: block;
}
#subNav ul li {
	display: inline;
	margin-right: 18px;
}
#subNav ul li a {
	color: #FFFFFF;
}
#footerContent {
	float: right;
	width: 50%;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}
#footerContent img {
	vertical-align: text-bottom;
}

/* FAQs Formatting
--------------------------------------------------*/

table.faqTable {
	width: 100%;
	margin: 13px 0;
	border: none;
}
table.faqTable th, table.faqTable td {
	padding: 2px 4px;
	border: none;
	text-align: left;
	vertical-align: text-top;
}
table.faqTable tr.faqQuestion th, table.faqTable tr.faqQuestion td, table.faqTable tr.faqAnswer th {
	font-weight: bold;
}
table.faqTable tr.faqQuestion th {
	font-size: 14px;
	color: #002b5c;
}
table.faqTable tr.faqAnswer th {
	font-size: 14px;
	color: #002b5c;
}
table.faqTable tr.faqAnswerHidden {
	display: none;
}

/* = Product Matrix Formatting
--------------------------------------------------*/
/*
Dark Blue = 002b5c
Light. Blue = 92a8ce
Gray = f4f4f4
*/

.matrix {
	width: 100%;
	margin-bottom: 18px;
	border: solid 1px #92a8ce;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}
.matrix td, .matrix th {
	padding: 4px;
	border: solid 1px #92a8ce;
	text-align: center;
}
.matrix th {
	border: 1px solid #92a8ce;
	background-color: #002b5c;
	color: #fff;
	font-weight: bold;
	vertical-align: top;
}
.matrix td {
	background: none;
	vertical-align: middle;
}
.matrix td.leftCol, .matrix th.leftCol {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
.matrix tr.rowHighlight td {
	background-color: #f4f4f4;
}
.matrix tr.showMoreInfo {
	display: block;
	display: table-row;
}
.matrix tr.showMoreInfo td {
	text-align: left;
}
.matrix tr.hideMoreInfo {
	display: none;
}
.matrix tr.hideMoreInfo td {
	text-align: left;
}
.matrixSubText {
	font-weight: normal;
}

/* = Matrix Formatting - (left alligned)
--------------------------------------------------*/
/*
Dark Blue = 002b5c
Light. Blue = 92a8ce
Gray = f4f4f4
*/

.matrixAlt {
	width: 100%;
	margin-bottom: 18px;
	border: solid 1px #92a8ce;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}
.matrixAlt td, .matrixAlt th {
	padding: 4px;
	border: solid 1px #92a8ce;
	text-align: left;
	vertical-align: top;
}
.matrixAlt th {
	border: 1px solid #92a8ce;
	background-color: #002b5c;
	font-weight: bold;
	color: #fff;
}
table.matrixAlt a, table.matrixAlt a:visited, table.matrixAlt a:hover, table.matrixAlt a:visited:hover {
	display: inline;
	padding: 0px;
	background: none;
}
table.matrixAlt th a, table.matrixAlt th a:visited, table.matrixAlt th a:hover, table.matrixAlt th a:visited:hover {
	display: block;
	float: right;
	width: 70px;
	text-align: right;
	background: none;
	color: #FFFFFF !important;
}
.matrixAlt th div {
	float: left;
	width: 300px;
	color: #FFFFFF;
	text-align: left;
}
.matrixAlt td {
	background: none;
	vertical-align: top;
}
.matrixAlt tr.rowHighlight td {
	background-color: #f4f4f4;
}
.matrixAlt td.mtxPhoto {
	text-align: center;
	width: 1%;
}

/* Plus Bullets
--------------------------------------------------*/

.bulletPlusListTd {
	padding: 5px 4px 3px 0px;
}
.bulletPlusListTd a, .bulletPlusListTd a:visited, .bulletPlusListTd a:hover, .bulletPlusListTd a:visited:hover {
	background-image: url(images/backgrounds/bulletPlus.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	display: block;
	padding:  0px 0px 0px 19px;
	width: 95%;
}
.bulletListTdNone {
	padding: 5px 4px 3px 0px;
}

/* Show/Hide Classes
--------------------------------------------------*/

.hideObject {
	display: none;
	padding: 0px;
}
.showObject {
	display: block;
	padding: 0px;
}

/* Mortgage Originators
--------------------------------------------------*/

#mortOriginators dl, #mortOriginators dt, #mortOriginators dd {
	margin: 0;
	padding: 0;
}
#mortOriginators, #mortOriginators dl {
	width: 100%;
}
#mortOriginators dl {
	float: left;
	padding-bottom: 12px;
}
#mortOriginators dt {
	width: 100px;
	float: left;
	clear: left;
	padding-top: 4px;
}
#mortOriginators dt img {
	display: block;
}
#mortOriginators dd {
	width: 240px;
	float: left;
	padding-left: 5px;
}
#mortOriginators dl dd h3 {
	margin: 0;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #001826;
}