@charset "UTF-8"; 

#haciendanav{
float:right;
clear:both;
margin-top:5px;
}

#hotelnav{
float:left;
clear:both;
margin-top:5px;
}

#iglesianav{
float:right;
clear:both;
margin-top:5px;
}



a.homeButton
{
	margin-right: 10px;
	display: block;
	float: left;
	height: 31px;
	width: 62px;
	background-image: url(../images/homeButton.png);
}
a.homeButton:hover
{
	background-image: url(../images/homeRollover.png);
	height: 31px;
	width: 62px;
}

a.eventsButton
{
	margin-right: 10px;
	display: block;
	float: left;
	height: 31px;
	width: 61px;
	background-image: url(../images/eventsButton.png);
	
	
}
a.eventsButton:hover
{
	background-position:61px 0;
}
	
a.rentalsButton
{
	margin-right: 10px;
	display: block;
	float: left;
	height: 31px;
	width: 77px;
	background-image: url(../images/rentalsButton.png);
}
a.rentalsButton:hover
{
	background-position: 77px 0;
	
}

a.lotsButton
{
	margin-right: 10px;
	display: block;
	float: left;
	height: 31px;
	width: 205px;
	background-image: url(../images/lotsButton.png);
}
a.lotsButton:hover
{
	background-position: 205px 0px;
}
a.investmentButton
{
	margin-right: 10px;
	display: block;
	float: left;
	height: 30px;
	width: 94px;
	background-image: url(../images/investmentButton.png);
}
a.investmentButton:hover
{
	background-position: 94px 0;
}

a.restorationButton
{
	margin-right: 10px;
	display: block;
	float: left;
	height: 30px;
	width: 156px;
	background-image: url(../images/restorationButton.png);
}
a.restorationButton:hover
{
	background-position: 156px 0;
	
}
a.bookingButton
{
	margin-right: 10px;
	display: block;
	float: left;
	height: 31px;
	width: 77px;
	background-image: url(../images/bookingButton.png);
}
a.bookingButton:hover
{
	background-position: 77px 0;
	
}

#leafNav{
	background-image: url(../images/leafNav/sideNav2.png);
	height: 373px;
	width: 272px;
	margin-left: -126px;
	margin-top:10px;
	float:left;
}
a.whoweareButton
{
	display: block;
	float: right;
	height: 34px;
	width: 163px;
	background-image: url(../images/leafNav/whoweareButton.png);
	margin-right: 55px;
	margin-top: 55px;
}
a.whoweareButton:hover
{
	background-position: 163px 0;
	
}
a.PIHEButton
{
	display: block;
	float: right;
	height: 34px;
	width: 163px;
	background-image: url(../images/leafNav/PIHEButton.png);
	margin-right: 55px;
	margin-top: 2px;
}
a.PIHEButton:hover
{
	background-position: 163px 0;
	
}
a.getinvolvedButton
{
	display: block;
	float: right;
	height: 34px;
	width: 163px;
	background-image: url(../images/leafNav/getinvolvedButton.png);
	margin-right: 55px;
	margin-top: 3px;
}
a.getinvolvedButton:hover
{
	background-position: 163px 0;
	
}
a.partnersButton
{
	display: block;
	float: right;
	height: 34px;
	width: 163px;
	background-image: url(../images/leafNav/partnersButton.png);
	margin-right: 55px;
	margin-top: 5px;
}
a.partnersButton:hover
{
	background-position: 163px 0;
	
}
a.blogButton
{
	display: block;
	float: right;
	height: 34px;
	width: 163px;
	background-image: url(../images/leafNav/blogButton.png);
	margin-right: 55px;
	margin-top: 2px;
}
a.blogButton:hover
{
	background-position: 163px 0;
	
}
a.contactButton
{
	display: block;
	float: right;
	height: 34px;
	width: 163px;
	background-image: url(../images/leafNav/contactButton.png);
	margin-right: 55px;
	margin-top: 2px;
}
a.contactButton:hover
{
	background-position: 163px 0;
	
}

a.orangeLink{
	font-size:14px;
	color:#FF6600;
}
a.orangeLink:visited{}
a.orangeLink:hover{
	text-decoration:underline;
}


		

