/* ================================= */
/* SPONSORS                          */
/* ================================= */

/* Graphical sponsor ======================================== */
#sponsor_box {
	width: 171px;
	float: right;
	margin-top: 7px;
}
#sponsor_box_top {
	height: 65px;
	width: 171px;
	background-image: url(i/sponsor_head.jpg);
	background-repeat: no-repeat;
}
#sponsor_box_txt {
	width: 171px;
	margin: 0px;
	padding: 0px;
	background-image: url(i/sponsor_body.jpg);
	background-repeat: repeat-y;
}
#sponsor_box_btm {
	height: 48px;
	width: 171px;
	color: #FFFFFF;
	background-image: url(i/sponsor_footer.jpg);
}
#sponsor_box_btm img {
	margin-top: 22px;
}

.sponsor_box_btm_alt#sponsor_box_btm {
	height: 48px;
	width: 171px;
	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: 31px;
	padding-right: 6px;
	font-size: 80%;
	font-weight: normal;
	float: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#sponsor_box_btm a {
	color: #FFFFFF;
	text-decoration: none;
}

#sponsor_box_btm div img {
	margin-top: 0px;
	vertical-align: top;
	border-style: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Content of sponsor box */
#sponsors {
	background: #FFFFFF;
	width: 150px;
	margin-left: 10px;
	position: relative;
	overflow: hidden;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* DAL 10 Apr 07 */
#sponsors .item {
	position: absolute;
	width:150px;
	background-color: #ffffff;
}
#sponsors h2 {
	margin: 0px;
	text-align: center;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sponsors h3 {
	margin: 0px;
	font-size: 7pt;
	font-weight: normal;
	display: block;
	clear: both;
	text-align: center;
	line-height: 1.1em;
	overflow: visible;
	z-index: 100;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#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;
}
#sponsor_page h3 {
	text-align: center;
	height: 50px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}
#sponsor_page p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sponsor_page img {
	margin: 0px;
	vertical-align: top;
	padding: 0px;
	clear: both;
}
#sponsor_page div {
	float: left;
	height: 125px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #cba299;
	;
	width: 200px;
}
#sponsors_container {
	background-color: #ffffff;
	padding: 10px;
}
#clear {
	clear: both;
}

