/* 
    Document   : footer
    Created on : 11/03/2010, 3:06:41 PM
    Author     : Lauren
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.footer
{
    height: 95px;
    width:985px;
    position: relative;
	margin-top: 30px;
}
.footer table
{
	padding-left:30px;
	padding-top:7px;
}
.browserIE .footer table
{
	margin:10px 0px 0px 30px;
}
.footer td
{
	padding-left:20px;
	width:135px;	
	font: 7pt verdana;
    color: white;
}
.footer ul
{
	padding-left: 0px;
	margin-top: 0px;
}
.browserIE .footer ul
{
	margin-left: 0px;
} 
.footer li
{
	list-style:none;
}
.footer h3
{
	font: 7pt verdana;
	font-weight: bold;	
	margin-bottom: 0px;
}
.footer a
{
	text-decoration: none;
	color:white;
}
.footer a:hover
{
	text-decoration: underline;
}
#index_footer_nav_bar 
{    
    background:#fff url('../images/footer/footer_gradient.jpg') repeat-x top left;
}
#news_footer_nav_bar
{    
    background:#fff url('../images/footer/footer_gradient.jpg') repeat-x top left;
}
#equestrian_footer_nav_bar
{
	background: #fff url('../images/footer/equestrian_footer_gradient.jpg') repeat-x; 
}
#racing_footer_nav_bar
{
	background: #fff url('../images/footer/racing_gradient_footer.jpg') repeat-x; 
}
#events_footer_nav_bar
{
	background-color:#E4DCD1;
}
#events_footer_nav_bar td
{ 
	color:#6F6661;	
}
#events_footer_nav_bar a
{
	color: #6F6661;
}
.equine_footer_text
{
	font-family:georgia;
	font-size:17px;
	font-weight:bold;
	left:779px;
	position:absolute;
	top:66px;
}
#com_au
{
	font-family:verdana;
	font-size:14px;
	font-weight:normal;
}
#business_directory_footer
{
	width: 960px;
	font-family: verdana;
	font-size: 8pt;
	margin-top:30px;
}
#business_directory_footer a
{
	text-decoration: none;	
	color: #454545;
	font-weight: bold;
}
#business_directory_footer a:hover
{
	text-decoration: underline;
}
#business_directory_footer span
{
	color:#7BFFFF;
	font-weight: bolder;
}
#advertise_link
{
	color:#C1A677 !important;
}
/*************************************************************/
/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img 
{ 
	width:100px; 
	height:100px; 
	display:block; 
	float:left; 
	margin:30px 0 0; 
}
#outerContainer 
{ 
	width:542px; 
	height:100px; 
	margin:auto; 
	position:relative; 
}
#imageScroller 
{ 
	width:542px; 
	height:100px; 
	position:relative;  
}
#viewer 
{ 
	height:86px;
	left:-215px;
	margin:auto;
	overflow:hidden;
	position:relative;
	top:10px;
	width:955px;
}
.browserIE #viewer 
{	
	left:5px;
}
#imageScroller a:active, #imageScroller a:visited 
{ 
	color:#000000; 
}
#imageScroller a img 
{ 
	border:0;
}
#controls 
{ 
	width:534px; 
	height:47px; 
	background:url(images/controlsBG.png) no-repeat; 
	position:absolute; 
	top:-20px; 
	left:4px; 
	z-index:10;
}
#controls a 
{ 
	width:37px; 
	height:35px; 
	position:absolute; 
	top:3px; 
}
#controls a:active, #controls a:visited 
{ 
	color:#0d0d0d; 
}
#title 
{ 
	display:none;
	color:black; 
	font-family:verdana; 
	font-size:100%; 
	font-weight:bold; 
	width:100%; 
	text-align:center; 
	margin-top:10px; 
}
.browserIE #title
{
	position: relative;
	left:50px; 
	width:900px;
}
/*
#rtl 
{ 
	background:url(../images/footer/rtl.png) no-repeat; 
	left:-220px; 
}
#rtl:hover 
{ 
	background:url(../images/footer/rtl_over.png) no-repeat; 
	left:-220px; 
}
#ltr 
{ 
	background:url(../images/footer/ltr.png) no-repeat; 
	right:-200px; 
}
#ltr:hover 
{ 
	background:url(../images/footer/ltr_over.png) no-repeat;  
	right:-200px; 
}*/
/*************************************************************/