﻿body {
	background: url('images/rep_body.jpg');
	text-align: center;
	margin: 12px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
a {
	color: #00649A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.6em;
	line-height: 1.9em;
	color: #232323;
	background: url('images/bg_title_line.jpg') repeat-x left bottom;
	padding: 0;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	width: 17em;
	background: url('images/bg_title_line.jpg') repeat-x left bottom;
	padding: 0;
}
h3 {
	font-size: 1.2em;
	padding-bottom: 27px;
	background: url('images/bg_nav_hover.jpg') repeat-x left bottom;
}
a img {
	border: none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
/* Layout Container */
#wrapper {
	text-align: left;
	width: 770px;
	margin: 0 auto;
	position: relative;
}
table#shell {
	width: 100%;
}
/* Curved Border */
td#cornerTL {
	background: url('images/corner_tl.png') no-repeat !important;
	background: url('images/corner_tl.jpg') no-repeat;
	width: 12px;
	height: 12px;
}
td#cornerTR {
	background: url('images/corner_tr.png') no-repeat !important;
	background: url('images/corner_tr.jpg') no-repeat;
	width: 12px;
	height: 12px;
}
td#cornerBL {
	background: url('images/corner_bl.png') no-repeat !important;
	background: url('images/corner_bl.jpg') no-repeat;
	width: 12px;
	height: 12px;
}
td#cornerBR {
	background: url('images/corner_br.png') no-repeat !important;
	background: url('images/corner_br.jpg') no-repeat;
	width: 12px;
	height: 12px;
}
td#repT {
	background: url('images/rep_top.png') repeat-x !important;
	background: url('images/rep_top.jpg') repeat-x;
	height: 12px;
}
td#repB {
	background: url('images/rep_bottom.png') repeat-x !important;
	background: url('images/rep_bottom.jpg') repeat-x;
	height: 12px;
}
td#repL {
	background: url('images/rep_left.png') repeat-y !important;
	background: url('images/rep_left.jpg') repeat-y;
	width: 12px;
}
td#repR {
	background: url('images/rep_right.png') repeat-y !important;
	background: url('images/rep_right.jpg') repeat-y;
	width: 12px;
}
/* Header */
#header {
	border: 1px #656460 solid;
	border-top: 4px #232323 solid;
	background: #817E77 url('images/bg_header.jpg') no-repeat left bottom;
	color: #fff;
	font-size: 11px;
	padding-top: 5px;
}
#header h1#brand {
	height: 67px;
	display: block;
	margin: 5px 0 0 350px;
	padding: 0;
	background: none;
	
	text-indent: -999em;
	background: url('images/covington_logo.png') no-repeat right bottom !important;
	background: url('images/covington_logo.jpg') no-repeat right bottom;
	width: 380px;

}
#header h1#brand a {
	text-indent: -999em;
	height: 67px;
	background: url('images/covington_logo.png') no-repeat right bottom !important;
	background: url('images/covington_logo.jpg') no-repeat right bottom;
	width: 380px;
	display: block;
	margin: 0;
	padding: 0;
}
#header a {
	font: 10px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 5px;
}
/* Main Table */
table#main {
	width: 100%;
	background: #fff;
	border: 1px #656460 solid;
}
table#main td {
	vertical-align: top;
}
/* Main Content */
td#content {
	padding: 10px;
	background: #fff url('images/watermark.gif') no-repeat right bottom;
/*	color: #817E77;*/
	color: #000;
	line-height: 1.5em;
}
td#content #homeL {
	width: 330px;
	float: left;
}
td#content #homeR {
	width: 200px;
	float: right;
	font-size: .9em;
	line-height: 1.2em;
}
/* Sidebar */
td#sidebar {
	width: 180px;
	background: #C0BFBB;
	padding-bottom: 20px;
}
/* Sidebar Nav */
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav a {
	display: block;
	width: 181px;
	background: #8b161f url('images/bg_nav_hover.jpg') repeat-x;
	color: #fff;
	font: 11px/25px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 10px;
	border-top: 1px #CDCCC8 solid;
	border-bottom: 1px #232323 solid;
}
ul#nav a#btn01 {
	border-top: none;
}
ul#nav a:hover {
	background: #8b161f;
	color: #fff;
	font-weight: bold;
}
body#internet_banking ul#nav a#btn01,
body#banking_services ul#nav a#btn02,
body#loan_products ul#nav a#btn03,
body#rates ul#nav a#btn04,
body#other_services ul#nav a#btn05,
body#links ul#nav a#btn06 {
	background: #fff;
	color: #8b161f;
	font-weight: bold;
}

/* Sidebar Login */
#login {
	padding: 10px;
}
#login form {
	margin: 0;
	padding: 0;
}
#AccessIDVisible {
	width: 155px;
}
/* Footer */
#footer {
	border: 1px #656460 solid;
	background: #CDCCC8 url('images/rep_footer.gif') repeat-x bottom;
	color: #232323;
	font-size: 11px;
	padding-bottom: 55px;
	padding-top: 5px;
}
#footer a {
	font: 10px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #232323;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 5px;
}
#footer #bugs {
	width: 115px;
	position: absolute;
	left: 20px;
	bottom: 25px;
}
#footer #tagline {
	width: 315px;
	position: absolute;
	right: 15px;
	bottom: 25px;
}
/* General Classes */
.largeTxt {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.noTopMargin {
	margin-top: 0;
}
