/*

Core

*/

#subNav {
	background-color: #FFFFFF;
	border: 1px solid #645d2d;
	display: inline;
	position: relative;
	
	}
#subNav a {
	color: #AA7647;
	text-decoration: none;
	font-size: 14px;

	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin: 0px;
}
#subNav a:visited {

	color: #AA7647;
	text-decoration: none;
	font-size: 14px;
}
#subNav a:hover {
	color: #000000;
	background-image: url(images/subNavIcon.gif);
	background-position: 4px 2px;
	background-color: #cdb872;
	background-repeat: no-repeat;
}
#subNav a:active {
	color: #CE522C;


}
#subNav a:last-child {
	padding-right: 24px;
}
#subNavLocator {
	position: absolute;
	height: 13px;
	width: 113px;
	left: 0px;
	top: -15px;
	background-image: url(images/subNavLocator.gif);
	background-repeat: no-repeat;
	background-position: center 2px;
	overflow: hidden;
}

/*

Set locations for each include by way of left margin.
Adjust locator as well if needed.

*/

.community {
	margin-left: 80px;
	}
.community #subNavLocator {

	left: 265px;

}	
.myrtleBeach {
	margin-left: 336px;
	}
	
.myrtleBeach #subNavLocator  {
	margin-left: 120px;
	height: 13px;
	}	
.developers {
	margin-left: 445px;
	}
	.developers #subNavLocator {
	position: absolute;
	height: 13px;
	width: 70px;
	left: 140px;

}
.contact {
	margin-left: 290px;
	}
.contact #subNavLocator {
	position: absolute;
	height: 13px;
	width: 60px;
	left: 380px;
	top: -15px;
}
.news {
	/*margin-left: 620px; */
	margin-left: 670px;
}
.news #subNavLocator {
	position: absolute;
	height: 13px;
	width: 44px;
	/*left: 110px;*/
	left: 62px;
	top: -15px;
}	
