@charset "utf-8";
/* CSS Document */

/* FOOTER ************************************************************************/
#footer{
	border-top:1px #403e3e dotted;
	border-bottom:1px #403e3e dotted;
	padding:1px 0 1px 0;
	margin-top:20px;
}
#footerWrapper{
	margin:1px 0;
	background:url(../images/footer/bck_footer.gif);
}
#footer ul{
	list-style-type:none;
	padding:0 0 0 25px;
}
#footer li{
	padding:0;
	float:left;
}
#footer li:hover{
	background-color:#232222;
}
#footer li a{
	padding:23px 25px;
	display:block;
	float:left;
}
#footer span.txt_Investors, #footer span.txt_Media, #footer span.txt_JoinOurTeam, #footer span.txt_resortsManagement, #footer span.txt_golfManagement, #footer span.txt_contactUs{
	height:0;
	padding-top:10px;
	overflow:hidden;
	float:left;
}
#footer span.txt_Investors{
	background:url(../images/footer/btn_strategicPartners.png) no-repeat;
	width:129px;
}
#footer span.txt_Media{
	background:url(../images/footer/btn_media.png) no-repeat;
	width:39px;
}
#footer span.txt_JoinOurTeam{
	background:url(../images/footer/btn_joinOurTeam.png) no-repeat;
	width:97px;
}
#footer span.txt_resortsManagement{
	background:url(../images/footer/btn_resortManagement.png) no-repeat;
	width:163px;
}
#footer span.txt_golfManagement{
	background:url(../images/footer/btn_golfManagement.png) no-repeat;
	width:142px;
}
#footer span.txt_contactUs{
	background:url(../images/footer/btn_contactUs.png) no-repeat;
	width:78px;
	margin-right:0;
}
/* SUBFOOTER ************************************************************************/
#subFooter{
	margin:20px auto 0 auto;
	color:#6f6860;
	font-size:11px;
}
#subFooter p{
	text-align:center;
	line-height:16px;
}
#subFooter a:hover{
	border-bottom:1px #bfaa92 dotted;
}
