#logoHolder {
	float: left;
	clear: both;
	height: 110px;
	width: 1250px;
	float: left;
	margin-bottom: 0;
	padding-top: 97px;
	position: relative;
	display: inline;
	background: url(../images/bottom_gradient.png) no-repeat 292px 0;
}
#footer {
	background-image: url(../images/footer2.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 1250px;
	float: left;
	margin-bottom: 0;
	position: relative;
}

#footer.notmain {
	background-image: url(../images/footer.jpg);
}

#sponsorsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-left: 14px;
	height: 15px;
}
#logos {
	height: 110px;
	z-index: 100;
	width: 1170px;
	margin: 0 auto;
}

#logos img{
	width:		auto !important;
	margin:	0 10px;
}

#logos a{
	margin:		0 10px 10px 10px;
}

#logos a.gold{
	border-bottom:		5px solid yellow;
}

#logos a.silver{
	border-bottom:		3px solid silver;
}

#logos a.bronze{
	border-bottom:		2px solid #c19652;
}

#logos ul{
    margin: 0;
    padding: 0;
}
#logos li {
	display: inline;
	list-style-type: none;
	float: left;
}
#footerContentLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	position: absolute;
	left: 214px;
	top: 24px;
	width: 282px;
	text-align: right;
}
#footerMenuLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	position: absolute;
	left: 490px;
	top: 24px;
	width: 100px;
	text-align: right;
}
#footerMenuLeft a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	width: 100px;
	text-align: right;
	display: block;
	line-height: 12px;
}
#footerMenuLeft a:hover {
	color: #FFDC06;
	text-decoration: none;
}
#footerMenuRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	position: absolute;
	left: 730px;
	top: 24px;
	width: 100px;
}
#footerMenuRight a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	width: 100px;
	display: block;
	line-height: 12px;
}
#footerMenuRight a:hover {
	color: #FFDC06;
	text-decoration: none;
}
#footerContentRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	position: absolute;
	top: 24px;
	width: 282px;
	right: 150px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}



a  img     {
	border: none;
	outline: none;
	
}
a:active  {
	border: none;
	outline: none;
}
a:visited  {
	border: none;
	outline: none;
}
a:focus {outline: none}


a:focus  {
	border: none;
	outline: none;
}


.clearFloats {
	clear: both;
}

.mainAdjust {
	height: 97px;
}


/*** SLIDER FOR SPONSORS ***/
/* root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 1170px;
	height:90px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:			left;
	width: 			1170px;
	text-align:		center;
}