@charset "utf-8";
/* CSS Document */


body  {
    margin: 0;
    padding:0;
    background-color: #8b8972;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
}

p  {
    font-size: 1em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	letter-spacing: .3px;
}

li  {
    line-height: 1.5em;
}

h2  {
    margin: 0;
	padding: 0;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 1px;
	line-height: 1;
	font-weight: bold;	
}

a  {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;	
	line-height: 1.8em; 
	text-decoration: none;
}

a:hover  {
    color: #999999;
}

#container  {
    margin: 0;
    padding: 0;
    width: 782px;
}


/*Header section*/
#header  {
    margin: 0;
    padding: 0;
	float: left;
    width: 100%;
    height: 89px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
}

#headerLogin  {
    margin: 65px 10px 0 0;
    padding: 0;
	float: right;
}

#headerLogin a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .9em; 
	text-decoration: underline;
}

#headerBottom  {
    margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/header_shadow.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}

#headerBottomBusiness  {
    margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/header_shadow_business.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}

#headerBottomHuman  {
    margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/header_shadow_human.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}

#headerBottomLeasing  {
    margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/header_shadow_leasing.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}

#headerBottomLending  {
    margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/header_shadow_lending.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}

#headerBottomPrivate  {
    margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/header_shadow_private.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}

#headerBottom img  {
   padding: 0;
   margin: 0;
}




/*Main content*/

#mainContent  {
    margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-image: url(../images/mainContentBg.gif);
	background-color: #e9ecf1;
}

#leftColumn  {
    margin: 0;
	padding: 0;
	float: left;
	width: 232px;
	background-color: #8b8972;
}

#leftColumnTop  {
    margin: 0;
	padding: 0;
	float: left;
	width: 232px;
    height: 242px;
	background-repeat: no-repeat;
	background-position: 0% 13%;
}


/*Navigation begins*/

#leftNavTop  ul {
    margin: 18px 0 0 0;
	padding: 0;
	display: block;
	list-style: none;
} 

#leftNavTop a  {
	color: #F0F0E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;	
	line-height: 2.5; 
	text-decoration: none;  
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	letter-spacing: .5px;
	padding-left: 65px;
}

#leftNavTop a#current {
    color: #F0F0E6;
	background-image: url(../images/menu_graphic.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 65px;
}

#leftNavTop a:hover, #leftNavTop a:active {
    color: #333333;
	padding-left: 65px;
}

#leftColumnBottom  {
    margin: 0;
	padding: 0;
	float: left;
	width: 232px;
    min-height: 200px;
    background-color: #d8d8d2;
}

#bankButtons  {
    margin: 0;
	padding: 10px 0 0 25px;
}

#bankButtons img  {
    margin: 0;
	padding: 0 0 8px 0;
}

/*#leftNavBottom  ul {
    margin: 0 0 10px 45px;
	padding: 0;
	display: block;
}

#leftColumnBottom h2  {
    padding: 15px 0 15px 15px;
	color: #3e5052;
	font-size: 120%;
}
 
#leftNavBottom  li {
    margin: 0;
	padding: 0;
	list-style-image: url(../images/arrow.gif);
}

#leftNavBottom a  {
	color: #3e5052;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;	
	line-height: 2; 
	text-decoration: none;  
}

#leftNavBottom a:hover  {
    color: #999999;
}
*/
/*Navigation ends*/



#mainImage  {
    margin: 0;
	padding: 0;
	float: left;
	width: 550px;
    height: 242px;
	background-image: url(../images/main_pic.jpg);
	background-repeat: no-repeat;
}

#mainImageBusiness  {
    margin: 0;
	padding: 0;
	float: left;
	width: 550px;
    height: 242px;
	background-image: url(../images/main_pic_business.jpg);
	background-repeat: no-repeat;
}

#mainImageHuman  {
    margin: 0;
	padding: 0;
	float: left;
	width: 550px;
    height: 242px;
	background-image: url(../images/main_pic_human.jpg);
	background-repeat: no-repeat;
}

#mainImageLeasing  {
    margin: 0;
	padding: 0;
	float: left;
	width: 550px;
    height: 242px;
	background-image: url(../images/main_pic_leasing.jpg);
	background-repeat: no-repeat;
}

#mainImageLending  {
    margin: 0;
	padding: 0;
	float: left;
	width: 550px;
    height: 242px;
	background-image: url(../images/main_pic_lending.jpg);
	background-repeat: no-repeat;
}

#mainImagePrivate  {
    margin: 0;
	padding: 0;
	float: left;
	width: 550px;
    height: 242px;
	background-image: url(../images/main_pic_private.jpg);
	background-repeat: no-repeat;
}

#mainImageText  {
    margin: 200px 0 0 0;
	padding: 0;
}

#contentTop  {
    margin: 15px 0 0 0;
	padding: 0 25px 25px 0;
	float: right;
	width: 500px;
}

#contentBottom  {
    margin: 5px 0 0 0;
	padding: 15px 25px 0 0;
	float: right;
	width: 500px;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#contentBottom  a  {
    text-decoration: underline;
}

#contentBottom img  {
    margin: 10px;
	padding: 0;
}





/*Footer section*/


#footer  {
    margin: 0;
	padding: 0;
	float: left;
	width: 782px; 
}

#footerTop {
    margin: 0;
	padding: 0;
	float: left;
	width: 782px;
	height: 9px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;   
}

#footerBottom {
    margin: 0;
	padding: ;
	float: left;
	width: 782px;
/*	height: 100px;*/
	background-color: #c8ccce;
}

#footerBottom p  {
    margin: 0;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	line-height: 1.5em;
	letter-spacing: .3px;
}

#footerBottom a  {
    margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	text-decoration: underline;
}

#footerBottom a:hover  {
    color: #666666; 
}

#footerBottom img  {
    padding: 0 5px 0 2px;
	margin: 2px 0 0 0;
}