﻿
body
{
	margin:15px 0 10px 0;
	background:white url('images/bgrnd.jpg');
}

#container
{
	margin:0 auto;
	width:990px;
	border:1px #1C264A solid;
	background:white url('images/bankPic.jpg') no-repeat 600px top;
}

#barNav
{
	background:url('images/bar.jpg') repeat-x center center;
	height:27px;
	text-align:center;
}

#barNav a
{
	font-family:Tahoma, Arial;
	font-size:12px;
	color:white;
	text-decoration:none;
	padding:0 40px 0 40px;
	line-height:27px;
	text-transform:uppercase;
}

/* left column */
#leftColumn
{
	margin-top:10px;
	width:138px;
	float:left;
	padding:6px;
	font-family:Tahoma, Arial;
	font-size:11px;
}

#leftColumn a
{
	text-decoration:none;
	color:#E11E26;
	font-weight:bold;
}

#leftColumn img
{
	margin:0;
}

.blueTitle
{
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#3753A6;
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
	margin:0;
}

/* DL - direct login */
#DL
{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#6D6D6D;
	border-top:1px #3853A4 solid;
	border-bottom:1px #3853A4 solid;
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
}

#DL a
{
	color:#6D6D6D;
	text-decoration:none;
	font-weight:normal;
}

#DL a:hover
{
	color:#6D6D6D;
	text-decoration:none;
	border-bottom:1px #6D6D6D dotted;
	font-weight:normal;
}

.field
{
	background:white url('images/DL-bgrnd.jpg') repeat-x;
	height:16px;
	width:90px;
	border:1px #B0B0B0 solid;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#6D6D6D;
}

.loginBtn
{
	float:right;
	*position:relative;
	top:1px;
}

/* contact form */
.field2
{
	background:white url('images/DL-bgrnd.jpg') repeat-x;
	height:16px;
	width:140px;
	border:1px #B0B0B0 solid;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#6D6D6D;
}

.textBox
{
	background:white url('images/textboxBgrnd.jpg') repeat-x;
	border:1px #B0B0B0 solid;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#6D6D6D;
}

/* content area */
#content
{
	width:81%;
	min-height:400px;
	border-left:2px #DCDCDC dashed;
	padding:15px;
	float:left;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#414141;
	line-height:25px;
}

#content h1
{
	margin:0 0 20px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#3952A6;
	font-style:italic;
	background:url('images/cherries-Large.gif') no-repeat left center;
	padding-left:30px;
	line-height:32px;
}

#content h2
{
	color:#3952A6;
	margin:0;
	font-family:Tahoma, Arial;
	font-size:13px;
	background:white url('images/cherries-small.gif') no-repeat left center;
	padding-left:20px;
}

#content p
{
	margin-top:0;
}

#content ul
{
	margin-top:0;
}

.small
{
	font-size:10px;
}

/* clear floating style */
#clearAll
{
	clear:both;
}