/* Sponsors Box */

#sponsors_front  {
	display:block;
	width: 260px;
	margin-top: 15px; /*  Adjust spacing from bottom of info accordion here */
	margin-bottom: 0px;
	padding: 0px;
}


#spons_top {
	width: 260px;
	height: 22px;
	background-image: url(../images/sponsorsbox_top.png);
	background-repeat: no-repeat;
	
}

#spons_top p {
    font-family:"Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size:13px;
	color:#FFF;
	padding-left: 18px;
}

#spons_main {
	width: 260px;
	background-image: url(../images/sponsorsbox_main.png);
	background-repeat: no-repeat;

}

#spons_main img {
    display:block;
    width: 214px;
	padding:0;
    margin:auto;
}


#spons_bottom {
	width: 260px;
	height: 11px;
	background-image: url(../images/sponsorsbox_bottom.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
