/*	Additional styles for mettamsafety.com
	Michael Spiering
	-- Accordion widget for home page: 2/27/07
 */
.title{
	position: absolute;
	top: 25px;
	left: -600px;
	z-index: 7;
}
.the-m{
	position: absolute;
	top: 285px;
	left: 235px;
	z-index: 6;
}
.png1{
	position: absolute;
	top: -200px;
	left: 50px;
	z-index: 2;
}
.png2{
	position: absolute;
	top: -200px;
	left: 550px;
	z-index: 3;
}
.png3{
	position: absolute;
	top: 560px;
	left: -250px;
	z-index: 1;
}
.png4{
	position: absolute;
	top: 560px;
	left: 500px;
	z-index: 4;
}
.accordion{
    border: 1px solid #0888C8;
    width:125px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 11px;
    overflow:auto;
}
h5.panel_title {
	font-size: 12px;
	padding: 4px 6px 4px 6px;
	margin: 0;
	border-style: solid none solid none;
	border-top-color: #BDC7E7;
	border-bottom-color: #182052;
	border-width: 1px 0px 1px 0px;
	color: #020202;
	background-color: #0888C8;
	cursor:pointer;
    color:#020202;
    background-color: #0888C8;
}
.panel{
    margin: 0;
    padding-bottom:0;
    border: none;
}
.panel_body{
	padding:5px;
}
.panel_body a{
	font-size:10px;
}
