/* ----- classes */
.info_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #fff;
}
.info_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:5px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.image_border {
	border: 1px solid #66c6e5;
}
/* ------------- sidebar */
#sidebar {
	position : relative;
	width: 200px;
	float:right;
}

/* ----- become a sponsor */
#become_sponsor {
	position : relative;
	margin: 0 auto;
	width : 185px;
	height: 400px;
	background: url(../img/siteimages/sponsor_bkg.jpg) no-repeat;
}
#become_sponsor_text {
	position:absolute;
	width : 145px;
	height : 335px;
	margin: 42px 0px 0px 18px;
	padding-right: 5px;
	overflow:auto;
}

#sponsor-donate form {
	text-align: center;
}

/* ----- about sponsors */
#about_sponsors {
	position:relative;
	width: 562px;
	margin: 15px 0 15px 15px;
}


/* ----- sponsor levels */
#sponsor_levels {
	position: relative;
	width: 160px;
	height: 35px;
	margin: 0 0 0 -5px;
	background: url(../img/siteimages/sponsor_levels_bkg.jpg) no-repeat;
	padding-bottom:10px;
	clear:both;
	float: left;
}
#select_level {
	position : absolute; 
	margin : 0 auto; 
	top : 20px;
	left : 3px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #3e92ad;
	padding: 1px;
	width: 150px; 
}

/* ----- sponsor results */
#sponsor_results {
	position:relative;
	width: 562px;
	top: 15px;
	margin: 15px 0 15px 15px;
	clear:both;
}
#sponsor_left {
	position:relative;
	width: 250px;
	margin: 5px 0 15px 0px;
	float : left;
}
#sponsor_right {
	position:relative;
	width: 250px;
	margin: 5px 0 15px 15px;
	float : left;
}
#sponsor_results ul {
	list-style:none;
}
#sponsor_results li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-left: -25px;
	margin-bottom:15px;
	color: #6f6f6f;
}
#sponsor_results li a:link { 
	color : #6f6f6f;
	font-weight: bold; 
	text-decoration : underline;
}
#sponsor_results li a:visited { 
	color : #6f6f6f;
	font-weight: bold; 
	text-decoration : underline;
}
#sponsor_results li a:hover { 
	color : #66c6e5;
	font-weight: bold; 
	text-decoration : underline;
}