/* ================================= */
/* SPONSORS                          */
/* ================================= */

/* Graphical sponsor ======================================== */
#sponsor_box {
	width: 184px;
	float: left;
	background: url(i/sponsor_body.jpg);
	margin: 0px;
}
#sponsor_box_top {
	height: 43px;
	width: 184px;
	background: url(i/sponsor_head.jpg);
}
#sponsor_box_txt {
	width: 184px;
	margin: 0px;
	padding: 0px 0px 5px;
}
#sponsor_box_btm {
	height: 32px;
	width: 184px;
	background: url(i/sponsor_footer.jpg);
}
.sponsor_box_btm_alt#sponsor_box_btm {
	height: 7px;
	width: 184px;
	background: url(i/sponsor_footer_alt.jpg);
}
/* For bottom controls sponsor box ======================= */
#sponsor_box_btm span {
	float: left;
	margin: 9px 0px 0px 10px;	
}
#sponsor_box_btm div {
	text-align: right;
	margin: 0;
	padding-top: 7px;
	padding-right: 23px;
	font-size: 85%;
	font-weight: bold;
	float: right;
}
#sponsor_box_btm div img {
	margin-top: 0px;
	vertical-align: top;
	border-style: none;	
}


/* Content of sponsor box */
#sponsors {
	background: #FFFFFF;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 1px;
	position: relative;
	overflow: hidden;
	border: none;	
}
/* DAL 10 Apr 07 */
#sponsors .item {
  position: absolute;
  width:150px;
}
#sponsors h2 {
	margin: 0px;
	text-align: center;
	font-size: 100%;
}
#sponsors h3 {
	padding: 3px 0px 0px;
	margin: 0px;
	font-size: 8pt;
	font-weight: normal;
	display: block;
	clear: both;
	text-align: center;
	line-height: 1.1em;
	border-top: 1px solid #CCCCCC;
	height: 35px;
	overflow: visible;
	z-index: 100;
	color: #330033;
}
#sponsors p {
	text-align: center;
	margin: 0px;
}
#sponsors img {
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

/* Sponsor page to show all sponsors that are in the scroller =========================== */
#sponsor_page {
	background: #FFFFFF;
	margin-top: 2em;
}
#sponsor_page h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	height: 60px;
}
#sponsor_page p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sponsor_page img {
	margin: 0px auto;
	padding: 0px;
	vertical-align: top;
}
#sponsor_page div {
	float: left;
	height: 105px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 200px;
	margin: 0px 0px 10px 8px;
}

