@charset "UTF-8";

* {

	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	float:none;
}

body  {
	
	font:76%/1.5 Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin:0 0 0 0;
	background: #9fa1a4;
	
}

h1,h2,h3,h4 {

	margin:1.5em 0 0 0;
	font:normal 1.7em arial;
	color:#8b2;
	clear:left;

}

h1 {

	font-size:3em;
	margin:0;
	padding-top:0.5em;
	color:#2b6686;

}

h2, h3 {
	font-size:2em;
	margin:0;
	padding-top:0.5em;
	color:#2b6686;
}

h4 {
	font-size:8px;
	margin:0;
	padding-top:.5em;
	color:black;
}

p, .mainContentul, .mainContentol, .mainCaclol { 
	font-size:.8em;
	font-weight:bold;
}

p { margin-bottom:5px;}



/*-------------Image for banner heading-------*/
.banner img {
margin: 3px 0 3px 90px;
}

.StyleMain #img {
padding-left:15px;
}

/*-------------Centers img in the main content pane---------*/
.StyleMain #mainContent img {
margin:5px 0 5px 90px;
}

.StyleMain #mainContent h1,h2,h3 {
font-size:14px;
font-weight:bold;
margin-bottom:3px;

}

.StyleMain #sidebar2 h1,h2,h3 {
font-size:14px;
font-weight:bold;
margin-bottom:3px;

}

.StyleMain #mainContent h4 {
font-size:9px;
font-weight:normal;
margin:1px 0 1px 1px;
}

.StyleMain #container { 
	width: 828px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 690px;
	/*background: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url("../images/new_background_body.jpg");
	background-repeat:no-repeat;
} 

/*------------------------------------Begin Header styles --------------------------------------------------------*/

.StyleMain #headerleft {
	/*background-image:url("../images/top_left.jpg");
	background-repeat:no-repeat;*/
	padding: 0px 0px 0px 0px;
	width:225px;
	height:105px;
	float:left;
	
	}

.StyleMain #headerright {
	 background-image:url("../images/top_links.jpg"); 
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	width:603px; 
	height:105px;
	float:right;
	}
	
.StyleMain #header { 
	width:828px;
	background: #DDDDDD; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	} 

.StyleMain #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
	
.StyleMain #homebanking {
background-image:url("../images/homebankingicon.png");
width:197px;
height:100px;
margin-bottom:5px;
margin-top:-5px;
background-repeat:no-repeat;
}

/*------------------------------------End Header styles --------------------------------------------------------*/

/*------------------------------------Begin Navigation styles --------------------------------------------------------*/

.StyleMain #navigation {
	padding: 0px 0px 0px 0px;
	width:828px;
	height:128px;
	/*background-image: url("../images/bottomheading.png");*/
	/*background-repeat: no-repeat;
	background-color:#FFFFFF; */
	float:left;
	margin:0px;
	
	
	
	}

/*-------------------------So the Navigation stays in one place -------------------------*/
.StyleMain #navinclude {

	/*top:-24px; */
	width:228px;
	height:128px;
	background-image: url("../images/homebanking.jpg");
	background-repeat: no-repeat;
/*	width:100%; */
/*	position:relative; */
float:left;
}

.StyleMain #marketing {

	width: 600px;
	height:128px;
	background:#FFFFFF;
/*	position:relative; */
float:right;

}
.StyleMain #navincludebottom {

	/*top:145px;*/
	top:45px;
	width:100%;
	position:relative;
}

/*-----------------------------List information-------------*/

ul.nav, .nav ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	width:810px;
	}

li.nav, .nav li { display:inline;}

.mainContentul {
margin:5px 0 5px 20px;
padding:0;
cursor: default;
display: block;
list-style-position:outside;

}

.mainContentul li { 
	display:list-item;
	list-style-type:disc;

}

.mainContentol {
margin:5px 0 5px 20px;
padding:0;
cursor: default;
display: block;
list-style-position:outside;


}

.mainContentol li { 
	display:list-item;
	list-style-type:decimal;

}
/*------------------------------------For Calculator----------------------------------------------*/

/*------------------------------------End Calculator----------------------------------------------*/


/*------------------------------------End Navigation styles --------------------------------------------------------*/

.StyleMain #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:383px;
	/*background:#FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */ 
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	background-image:url("../images/quicklinks.jpg");
	background-repeat:no-repeat;
}

.StyleMain #preownedcars {
position:relative;
top:180px;
height:100px;
width:90%;
}

.StyleMain #sidebar2 {
	float:right; 
	width:600px;
	height:383px;
	margin:0 0 0 0; /* the right and left margins on this div element creates the two outer columns on text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	background:#FFFFFF;
/*	background-image:url("../images/frontNews.png");
	background-repeat:no-repeat; */
}

.StyleMain #marketingMain {
	
	float:left;
	width:550px;
	height:122px;
	/*background-image:url("../images/frontMarketing.png");
	background-repeat:no-repeat; */
	margin:0px 0px 0 0px;
}

.StyleMain #news {

	float:left;
	width: 250px;
	height:300px;
	padding:10px 10px 10px 10px;
	margin:40px 0 0 -5px;
}
.StyleMain #mainContent {
	float:right; 
	width:548px;
	height:385px;
	margin:0 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px 15px 20px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-image:url("../images/frontContent.png");
	background-repeat:no-repeat; */
	
	
	
	
}

/*-------------Footers and Clears ------------------------ */
.StyleMain #footer { 
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left:0px;
	background:#FFFFFF;
	/*background-image:url("../images/footer.jpg");*/
	background-repeat:no-repeat;
	height:120px;
	width:828px;
} 
.StyleMain #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.StyleMain #insidefooter {

	width:804px;
	height:81px;
	bottom:-18px;
	position:relative;
}

.StyleMain #belowfooter {
	height: 99px;
	/*background-image:url("../images/belowfooter.jpg");
	background-repeat:no-repeat; */
	width: 828px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

.StyleMain #belowfooter img {

	margin: 5px 40px 5px 40px;

}
/*--------------------Section for application loan tabs ----------------*/
.sprywordfields {
width:35%;
float:left;
bottom:0px;

}

.spryinputfields {
width:55%;
float:right;
bottom:0px;

}

.sprytextfields {
width:auto;
height:12px;
font:Arial;
font-size:9px;
margin:0;
max-width:90%;
}

.spryselectfields {
width:auto;
height:20px;
font:Arial;
font-size:9px;
margin:0px 20px 0px 0px;
max-width:90%;
}

.boxaroundall {
height:20px;
margin:0px 0px 2px 0;
}

.spryradiobuttons {
width:12px;
font:Arial;
font-size:9px;
margin:0;
}

.spryradioaround {
width:12px;
font:Arial;
font-size:9px;
}

.spryradiowordfields {
width:100%;
}

.sprycheckaround {
width:100%;

}

.sprycheckboxfield {
width:12px;
}

.sprytextareafield {

width:98%;
font:Arial;
font-size:9px;
margin:1px 1px 1px 1px;
max-width:98%;

}

.submitbutton {
width:75px;
float:left;
margin-left:150px;
}

.sprybackbutton {
clear:both;
float:right;
bottom:0px;
right:0px;
width:35%;
font:Arial;
font-size:9px;
color:blue;
cursor:pointer;
vertical-align:bottom;
padding:0 2px 0 10px;
}

.sprynextbackbuttons{
padding:0 15px 0 0;
}

/*------------------------------End application load tabs ---------------------------*/

/*------------------------------Begin Preowned Vehicles Style -----------------------*/

.preownedimage {
clear:both;
float:right;
width: 300px;
margin:2px 2px 2px 2px;
padding:2px 2px 2px 2px;
}

.preownedtext {
float:left;
width:225px;
margin:20px 0 0 0;
padding:0;

}

.preownedselections {

border-bottom:3px solid #2b6686;
border-top:3px solid #2b6686;
margin:10px 0 10px 0;
}



/*------------------------------End Preowned Vehicles Style -------------------------*/

/*------------------------------Begin member rewards table ---------------------------*/

.mrselections {

border-bottom:1px solid #2b6686;
margin:10px 0 0 0;
width: 98.5%;
height: 20px;

}

.mrnext {
float:right;
top:0px;
margin:0;
padding:0;
}

.mrleft {
float:left;
top:0px;
margin:0;
padding:0;
}

.mrtable {
border-left: 1px solid #2b6686;
}

.mrtable #tdTop {
background-color:#E3F1F9;
}


.mrtable td {
border-right: 1px solid #2b6686;
border-bottom: 1px solid #2b6686;
background-color:#FFFFFF;
}

/*------------------------------End member rewards table ---------------------------*/

/*------------------------------Begin Who Can Join List -----------------------------*/

.whocanjoinright {
clear:both;
float:right;
width: 275px;
margin:2px 2px 2px 2px;
padding:2px 2px 2px 2px;
}

.whocanjoinleft {
float:left;
width:230px;
margin:2px 2px 2px 2px;
padding:0;

}

.whocanjoinall {

border-bottom:3px solid #2b6686;
border-top:3px solid #2b6686;
margin:10px 0 10px 0;
}




/*------------------------------End Who Can Join List -------------------------------*/


/*-------------------------------Begin front page news items--------------------------*/


.StyleMain #eachcontainer 
{
	float:left;
	left:0px;
	/*width:430px;*/
	width:530px;
	margin:2px 0 0 0;
}

.StyleMain #newscontainer
{
	float:left;
	/*width:425px;*/
	widows:525px;
	padding:0px 0px 0px 15px;
}
	

.StyleMain #otherlinks
{
	
	float:left;
	width:110px;
	height:350px;
	padding:0px 10px 0px 0px;
	top:0px;
	margin:3px 0 0 0;
	background-image:url("../images/quicklinks.gif");
	background-repeat:no-repeat;
}

.StyleMain #newsimage 
{
	
	float:left;
	left:0px;
	margin:5px 5px 0px 0px;
	width:126px;
	height:100%;
	
}

.StyleMain #newstext
{
	float:left;	
	width:389px;
	height:100%;
	margin:0 0 0 5px;
}


/*-------------------------------End front page news items--------------------------*/

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
