#modFooter {
  	width: 785px;
	height:auto;
	font-size: 11px;
}

#modFooter ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	clear: both;
}

#modFooter ul#links {
  	height: 25px;
	padding: 0px;
}
  
#modFooter ul#links #links-left {
    display: none;
}
  
#modFooter ul#links #links-right {
	display: none;
}  
  
#modFooter ul#links li {
  	border-top: 1px dotted #175694;	
  	line-height: 25px;
  	width: 785px;
  	text-align: center;
} 

#modFooter ul#links li a {
  	text-decoration: none;
  	margin: 0 2px 0 1px;
} 

#modFooter ul#bottom {
	margin: 0;
	padding: 0px;
}
  
  
  #modFooter ul#bottom li {
  	background: #114B68 url('http://cachefly.eslworldwide.com/esl/img_modules/hotels/modules/footer_blue_785_top.gif') no-repeat top;
	margin: 5px 0 0 0;
  	width: 781px;
  	line-height: 17px;
  	font-size: 11px;
  	font-weight: lighter;
	text-align: center; 
	color: #FEFEFE; 
	padding: 2px 0 0 0;	
  }

  #modFooter ul#bottom li a {
  	text-decoration: none;
  	color: #FEFEFE;
	padding: 0 1px 0 1px;
  }

 #modFooter ul#bottom li a:hover {
  	background-color: #5F74AF;
  }

