/* ----------------------------------------------------
Pages		: Header Inclue

Title		: Bluegreen Rentals
Author		: Bluegreen Creative Group (BGCG)

Table of 
Contents	: A - Header
			  B - Main Navaigation

---------------------------------------------------- */

/* ----------------------------------------------------
A - Site divs
---------------------------------------------------- */
/* ---------------------------
1 - Main
--------------------------- */
.footer { clear:both; float:left; width:100%; height:25px; margin:10px auto 15px 0; padding:0; background-image:url('../images/footer-Left.gif'); background-position:top left; background-repeat:no-repeat; background-color:#99cc00; overflow:hidden; }
.footer #rightCap { float:right; width:10px; height:25px; background-image:url('../images/footer-Right.gif'); background-position:top right; background-repeat:no-repeat; }

#footerNav { float:left; width:100%; overflow:hidden; position:relative; color:#666666; font-size:10px; }
	#footerNav ul { float:left; list-style:none; margin:0; padding:0; position:relative; left:50%; text-align:center; }
		#footerNav ul li { display:block; float:left; list-style:none; margin:0; padding:5px 0; position:relative; right:50%; }
		#footerNav ul li span { margin:0 15px; }
			#footerNav ul li a { display:block; color:#666666; text-decoration:underline; }
				#footerNav ul li a:hover, #footerNav ul li a.active { color:#333333; }

#footerCopy { width:98%; margin:0 auto; }

#footerCopy p { margin:0 0 5px 0; font-size:10px; line-height:12px; color:#999999; }
	#footerCopy p.footerCopySmall { font-size:9px; }

a.bgLogo-SML { float:left; display:block; width:70px; height:30px; margin:0 10px 0 0; background:url('../images/bg-LogoSML.gif') left no-repeat; text-indent:-9999px; }
