@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;
	background-color:#FFF;
	
}

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*/
#level4contentWrapper{ /* Porperties for all content in the  center */
	width: 100%;
	height:auto;
	vertical-align: top;
	overflow:hidden;
	
}

#level4menu {/* LEFT MENU */

	min-height: 550px;
	max-height: 950px;


}

#level4mainContent {/*  all content in the center */
	min-height: 550px;
	max-height: 950px;
	min-width: 600px;

}
/*********** **********************************************************************************************IMAGES*/
#level4mainBannerImageAU4{ 
	height:200px;
	width:100%;
	background:url(BLME-images/imageau4.jpg) no-repeat;
	
}
#level4mainBannerImagePB4{ 

	height:200px;
	width:100%;
	background:url(BLME-images/imagepb4.jpg) no-repeat;

}
#level4mainBannerImageAM4{ 

	height:200px;
	width:100%;
	background:url(BLME-images/imageam4.jpg) no-repeat;
	
}
#level4mainBannerImageCB4{ 

	height:200px;
	width:100%;
	background:url(BLME-images/imagecb4.jpg) no-repeat;
	
}

#level4mainBannerImageCA4{ 

	height:200px;
	width:100%;
	background:url(BLME-images/imageca4.jpg) no-repeat;
;
}
#level4mainBannerImageM4{ 

	height:200px;
	width:100%;
	background:url(BLME-images/imagem4.jpg) no-repeat;

}
#level4mainBannerImageIR4{ 

	height:200px;
	width:100%;
	background:url(BLME-images/imageir4.jpg) no-repeat;
	
}

#level4mainBannerImageWB4{ 

	height:200px;
	width:100%;
	background:url(BLME-images/imagewb4.jpg) no-repeat;
	
}
#level4mainBannerImageBLME4{ 

	height:200px;
	width:100%;
	background:url(BLME-images/imageblme4.jpg) no-repeat;

}

/*... ...END OF IMAGES */ 






/* this is a padding that wil position the tittle at the bottom of this div (1170px)*/

#level4mainPrinciple {
	height:100px;
	width: 250px;
	padding-left:300px;
	padding-right:20px;
	text-align:right;
	padding-top: 30px;
	
}

#level4mainEmpty{ /* this is a padding that wil position the tittle at the bottom of this div (1170px)*/
	padding-top:50px;
	padding-left:60px;
	padding-right:20px;
	
}




#level4textWrapper{/*padding to posititon text in place*/
	min-height: 200px;
	padding-right: 20px;
	padding-left: 72px;
	
}
#level4leftText{ /* left bloque of text */
	min-height: 200px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 400px;
	vertical-align:top;
	

}
#level4rightText{ /* right bloque of text*/
	min-height: 200px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 20px;
	min-width:400px;
	

}

#level4managementWrapper{/*this will position staff content, including pictures in the correct place */
	width:100%;
	height:300px;
	padding-left: 72px;
	padding-top:10px;
	padding-bottom:10px;
		
}

#level4photosProperties{ /* this will alighn photos in the middle*/
	width: 100px;
	text-align:left;
	height: 280px;
}
#level4staffTittles{ /* this will keep management tittles aligned to the left*/
	text-align:left;
	height:30px;
}

#level4thumbnails{
	float:left;
	text-align:left;
	padding-bottom:30px;
	border: 0;
	text-decoration:none;
}


/* ************************ **********************************************************RIGHT COLUMN*/

#level4rightColoumn { /* at the moment this column is empty, but content can be place inside bearing in mind that it shouldn't be wider than 250px */
	width: 40%;
	min-width:400px;
	max-width: 400px;
 	min-height: 550px;
	max-height: 950px;
}

#level4leftColumm{ /* left bloque of text */
	min-height: 200px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 400px;
	

}
/* **************************************************************************FOOTER*/


#level4Footer{ /*grl properties to place footer *//*this will alighn content in the correct place*/
	height: 30px;
	width: 100%;
	text-align:right;

}
.floatRight{
	float:right;
	text-align:left;
}

.MSTour table{
	margin-left:5px;
}
.MSTour img{
	padding:4px;
	border:1px solid #cccccc;
	
}

#level4leftText ul{
	padding:0px;
	margin:0px;
}
#level4leftText ul li{
	list-style-type:none;
	float:left;
}

#level4leftText ul li a{
	padding:2px 7px;
	color:#999999;
	text-decoration:none;
}
#level4leftText ul li a:hover{
	background-color:#eeeeee;
}
