@charset "utf-8";
/* CSS Document */

.sponsorListHolder {
	margin-bottom:30px;
}
.sponsor {
	width:148px;
	height:148px;
	float:left;
	margin:4px;
	position:relative;
	cursor:pointer;
}
.sponsorFlip {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;
	background:url("images/background.jpg") no-repeat center center #f9f9f9 !important;
}
.sponsorFlip:hover {
	border:1px solid #999;
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}
.sponsorFlip img {
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
	max-height:140px;
	max-width:140px;
}
.sponsorData {
	display:none;
}
.sponsorDescription {
	font-size:11px;
	padding:50px 10px 20px 20px;
	font-style:italic;
}
.sponsorURL {
	font-size: 9px;
	font-weight: bold;
	padding: 10px;
	word-wrap: break-word;
}
.sponsorListHolder .clear {
	clear:both;
}
.sponsorListHolder h1 {
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px white;
	margin-bottom:30px;
	background:url("images/page_bg.gif") repeat-x bottom #f8f8f8;
}
.sponsorListHolder h1, .sponsorListHolder h2 {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
}
.sponsorListHolder h2 {
	font-size:14px;
	font-weight:normal;
	text-align:center;
	position:absolute;
	right:40px;
	top:40px;
}
.sponsorListHolder .note {
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}
.sponsorListHolder a, .sponsorListHolder a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}
.sponsorListHolder a:hover {
	text-decoration:underline;
}
.sponsorListHolder a img {
	border:none;
}
.sponser-col3 {
	float:left;
	width:470px;
}
.sponser-col4 {
	float:left;
	width:630px;
}
