
/* =a */
ul#gallery.active a.jump
{
	display: block;
	position: relative;
	width: 74px;
	min-height: 36px;
	padding: 0 60px 0 1px;
	margin: 0 0 .5em -3em;
	border: 1px solid #015a94;
	background: #c4e1bf;
	text-decoration: none;
	color: #003300;
	font: bold 10px / 1em Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
	overflow: visible;
}
/* IE6 */
* html ul#gallery.active a.jump
{
	height: 38px;
	padding: 4px 60px 0 1px;
	vertical-align: middle;
	
}
ul#gallery.active li.target a.jump
{
	border: 1px solid #d5bf06;
	background: #fdffd3;
}
/* =img */
ul#gallery.active a.jump img {
	position: absolute;
	right: -3px;
	top: -3px;
}

/* IE6 */

* html ul#gallery.active a.jump img {
	position: absolute;
	right: -3px;
	top: 0;
}

ul#gallery.active h3 img
{
	float: left;
	display: block;
	margin: 0 1em 0 -1em;
}
/* =li */
ul#gallery.active li
{
	list-style: none;
}
/* =div */
ul#gallery.active div.detail
{
	display: none;
	position: absolute;
	left: 134px;
	top: 0;
	margin-top: 6px;
	width: 320px;
	height: 530px;
	overflow: auto;
	border: 1px solid #015a94;
	padding: 8px;
}

ul#gallery.active div.detail li
	{
	list-style:disc;
	}

/* IE6 */

* html ul#gallery.active div.detail
{
	display: none;
	position: absolute;
	left: 134px;
	top: 0;
	width: 320px;
	height: 540px;
	overflow: auto;
	border: 1px solid #015a94;
}

* html ul#gallery.active h3 img 
{
	margin: 0 1em 0 -0.5em;
}


ul#gallery.active li.target div.detail
{
	display: block;
}
/* =ul */
ul#gallery.active
{
	position: relative;
	height: 540px;
}



#sponsorsContainer h3, #sponsorsContainer h4  {
	padding: 6px 20px 4px;
	border: none;
}

#sponsorsContainer p.intro  {
	padding: 8px 20px;
	font-size: 1.1em;
}

#sponsorsContainer, #sponsorsContainerBronze {
	border: 2px solid #015a94;
}

#sponsorTopLinks {
	padding: 0 2px;
}

#sponsorTopLinks ul li.gold {
	background: #c5a456;
}

#sponsorTopLinks ul li.silver {
	background: #929b92;
}

#sponsorTopLinks ul li.diamond {
	background: #aec2d0;
}

#sponsorTopLinks ul li:hover {
	background: #015a94;
}


