@charset "UTF-8";
/* CSS Document */


body {
	margin-top: 30px;
}

/********** TEXT STYLES ************************/

.largenavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.othertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;

}

.bottomlinktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/********** LINK STYLES ************************/

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}


#contentbox {
	border: 1px solid #666666;
}


#propertycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

#propertycontent .shoreheader {
	font-size: 110%;
	font-weight: bold;
	color: #FFCC00;
}

#propertycontent .beachheader {
	font-size: 110%;
	font-weight: bold;
	color: #009999;
}

#propertycontent .subheader {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
}

#propertycontent a:link {
	font-size: 85%;
	color: #333333;
	text-decoration: underline;
}

#propertycontent a:visited {
	font-size: 85%;
	color: #333333;
	text-decoration: underline;
}

#propertycontent a:hover {
	font-size: 85%;
	color: #999966;
	text-decoration: underline;
}