@charset "utf-8";
/* CSS Document */

a:link {
	color:#006699;
	border: 0;
	text-decoration:underline;
	} 
a:visited {
	color:#8f2c64;
	border: 0;
	text-decoration:underline;
	} 
a:hover {
	color:#8f2c64;
	border: 0;
	text-decoration:underline;
	} 
a img { 
	border:0
	}



body {
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;

	
	
}

p{

	padding-top: 3px;
	margin: 0px;
}


/* ********************************************* TOP BANNER, HIGHEST SIZE 60px*/
#top-banner{
	width: 100%;
	height: 60px;
	background-color:#FFF;
	/*border:solid;
	border-color:#E8E8E8;
	border-style:double;*/
}
#top-banner-logo{
	width: 250px;
	height:60px;
	
}

#top-banner-box{
	text-align:right;
	height:60px;
	vertical-align:middle;

}
#top-banner-search{
	text-align:right;
	width: 100px;
	height:60px;
	
}

/*********** **********************************************************************************************MAIN CONTENT*/
#level2contentWrapper{ /* Porperties for all content in the  center */
	width: 100%;
	height:auto;
	vertical-align: top;
	overflow:hidden;
	
}

#level2menu {/* LEFT MENU */

	min-height: 550px;
	max-height: 950px;


}

#level2mainContent {/*  all content in the center */
	
	min-height: 550px;
	max-height: 950px;

}


/* MAIN BANNER IMAGES WILL BE CHANGE DEPENDING ON THE PICTURE; ID STYLE WILL BE NAME #level2(page tittle) ... */
#level2mainBanner{ /* original model */

	height:400px;
	width:100%;
	background-image:url(BLME-images/privatebanking.jpg);
	background-repeat:repeat-y;
}

#level2mainBannerImageAU2{ 
	height:400px;
	width:100%;
	background-image:url(BLME-images/imageau2.jpg);
	background-repeat:repeat-y;
}
#level2mainBannerImagePB2{ 

	height:400px;
	width:100%;
	background-image:url(BLME-images/imagepb2.jpg);
	background-repeat:repeat-y;
}
#level2mainBannerImageAM2{ 

	height:400px;
	width:100%;
	background-image:url(BLME-images/imageam2.jpg);
	background-repeat:repeat-y;
}
#level2mainBannerImageCB2{ 

	height:400px;
	width:100%;
	background-image:url(BLME-images/imagecb2.jpg);
	background-repeat:repeat-y;
}

#level2mainBannerImageCA2{ 

	height:400px;
	width:100%;
	background-image:url(BLME-images/imageca2.jpg);
	background-repeat:repeat-y;
}
#level2mainBannerImageM2{ 

	height:400px;
	width:100%;
	background-image:url(BLME-images/imagem2.jpg);
	background-repeat:repeat-y;
}
#level2mainBannerImageIR2{ 

	height:400px;
	width:100%;
	background-image:url(BLME-images/imageir2.jpg);
	background-repeat:repeat-y;
}

#level2mainBannerImageWB2{ 

	height:400px;
	width:100%;
	background-image:url(BLME-images/imagewb2.jpg);
	background-repeat:repeat-y;
}
#level2mainBannerImageBLME2{ 

	height:400px;
	width:100%;
	background-image:url(BLME-images/imageblme2.jpg);
	background-repeat:repeat-y;
}


/* ... END OF MAIN BANNER IMAGES WILL BE CHANGE DEPENDING ON THE PICTURE*/
#level2mainPrinciple{ /* this is a padding that wil position the tittle at the bottom of this div */
	padding-top:60px;
	padding-left:390px;
	height:100px;
	width: 400px;
}
#level2mainPrincipleCB{
	padding-top:130px;
	padding-left:250px;
	height:60px;
	width: 400px;
}
#level2mainPrincipleCA{ 
	padding-top:60px;
	padding-left:450px;
	height:100px;
	width: 400px;
}
#level2mainPrincipleIR{ /* this is a padding that wil position the tittle at the bottom of this div */
	padding-top:60px;
	padding-left:50px;
	height:100px;
	width: 400px;
}


#level2mainEmpty{ /* this is a padding that wil position the tittle at the bottom of this div */
	padding-top:210px;
	padding-left:60px;
	padding-right:20px;
	max-width:958px;
	
}

#level2textWrapper{/*padding to posititon text in place*/
	width:100%;
	min-height: 200px;
	padding-left: 72px;
	vertical-align:top;
	width:940px;
	
}
#level2textWrapper table{
 	
}
#level2leftText{ /* left bloque of text */
	width: 33%;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
}
#level2centerText{ /* left bloque of text */
	width: 33%;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
}
#level2rightText{ /* right bloque of text*/
	width: 33%;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
}

/* **************************************************************************FOOTER*/


#level2Footer{ /*grl properties to place footer *//*this will alighn content in the correct place*/
	height: 30px;
	width: 100%;
	text-align:right;
	color:#999999;
	text-decoration:none;

}


