@charset "utf-8";


/*//////////////////LAYOUT//////////////////////////*/

/*--------------------------------BILINGUAL SAFETY BULLETINS - MAINCONTENT WRAPPER --------------------------*/

#bsb-maincontent-wrapper  {
	height: 875px;
	width: 960px;
	margin-left: 50%;
	left:-480px;
	position:relative;
	clear: both;
	float: none;
	color: #333;
	background-image: url(../images/bsb-background-maincontent.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
 
}

@media screen and (-webkit-min-device-pixel-ratio:0) {       /*GOOGLE CHROME HACK*/
  #bsb-maincontent-wrapper  {
	height: 890px;
	width: 960px;
	margin-left: 50%;
	left:-480px;
	position:relative;
	clear: both;
	float: none;
	color: #333;
	background-image: url(../images/bsb-background-maincontent.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
 
}        
		  
}

/*--------------------------------BILINGUAL SAFETY BULLETINS - MAINCONTENT COLUMN --------------------------*/

#bsb-main-column {
	width: 490px;
	
	height: auto;
	margin-left: 0px;
	padding: 0px;
	clear: right;
	float:left;
}
 

 

/*------------------------------------------BILINGUAL SAFETY MAINCONTENT COLUMN BOX 1---*/ 

#bsb-main-column-box1 {
	height: auto;
	width: 490px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	clear: right;
	float: left;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#bsb-main-column-box1 ul {
	text-indent: 0;
	list-style-type: none;
	margin-top: 10px;
	width: 440px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
}

 

#bsb-main-column-box1 ul li {
	margin-top: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EBE9ED;
	padding-bottom: 20px;
	list-style-position: inside;
	list-style-image: url(../images/list-icon1.jpg);
	text-align: justify;
}


/*-----------------COLUMN 2-----*/

 
#bsb-column2{
	height: auto;
	width: 180px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	float: right;
	margin-right: 0px;
	padding-top: 450px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}	 


#bsb-column2 ul {
	text-indent: 0px;
	list-style-type: none;
	 
	 
}

#bsb-column2 ul li {
	margin-top: 0px;
	margin-left: 15px;   
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 10px;
	color: #333;
	margin-right: 10px;
}



/* AP DIV: FLASH BANNER BSB  */

#flash-banner-bsb-placement {
	position:absolute;
	margin-left:50%;
	left:200px;
	top:380px;
	width:375px;
	height:450px;
	z-index:7;
	
}





