@charset "utf-8";






/*------------MAINCONTENT WRAPPER-------------------------*/

#safetylibrary-maincontent-wrapper  {
	height: 1505px;
	width: 960px;
	margin-left: 50%;
	left:-480px;
	position:relative;
	clear: both;
	float: none;
	color: #333;
	
}




/*--------------MAINCONTENT MAIN COLUMN --------------------------*/
#safetylibrary-main-column {
	width: 750px;
	height: 1475px;
	margin-left: 0px;
	padding: 0px;
	float:left;
	
}


 

 

/*--------------MAINCONTENT COLUMN BOX1---------------------------*/ 

#safetylibrary-main-column-box1 {
	height: 250px;
	width: 750px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	
}
/*--------------MAINCONTENT COLUMN BOX1A---------------------------*/ 

#safetylibrary-main-column-box1A {
	height: 230px;
	width: 450px;
	padding-left: 0px;
	margin-left: 30px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;	/*background-color: #9F9;*/
	float: left;
	
}

/*--------------MAINCONTENT COLUMN BOX1B---------------------------*/ 

#safetylibrary-main-column-box1B {
	height: 190px;
	width: 200px;
	_width:190px;
	padding-left: 40px;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
	padding-top: 40px;
	
}

 
 /*--------------MAINCONTENT COLUMN BOX2---------------------------*/ 

#safetylibrary-main-column-box2 {
	height: 1210px;
	width: 750px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;	/*background-color: #F60;*/
	
}
 
/*--------------------------LIBRARY PAGE SLIDE SHOW------------------------*/	

#slideshow {
	width:750px;
	height:1200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:680px;                       /*width here has to be the same as the width of the .slide class below*/
	height:1200px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #EEE;
}

#slideshow #slidesContainer .slide {
	width:680px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */  /*width here has to be the same as the width of the #slideContainer    ID above*/
	height:1200px;
	
	
}

.control {
	display:block;
	width:30px;
	height:1200px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index: 7;
	
}
#leftControl {
	top:0;
	left:0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/library-slideshow-controls-left.jpg);	
}



#rightControl {
	top:0;
	right:0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/library-slideshow-controls-right.jpg);	
}




/*----LIST----------------------------*/

.library-list li{
	list-style-type: circle;
	list-style-position: inside;
	padding-top: 1px;
	padding-bottom: 1px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*----AP DIV: NOTEPAD2----*/


#notepad2 {
	position:absolute;
	margin-left:50%;
	left:-540px;
	top:1280px;
	width:270px;
	height:400px;
	z-index:7;
	background-image: url(../images/notepad2.png);
	_background-image: url(../images/notepad2.gif);
	background-repeat: no-repeat;	
}

