@charset "utf-8";


/****************************** 
Color Values

	#000000 - Black (Background)
	#1E1413 - Reddish Brown (Banner Background, h2)
	#595552 - Dark Khaki (Body Background)
	#898C7D - Olive Green (Links, h1, h3)
	#9BACB3 - Sky Blue (Emphasis, Table Headers)
	#CCCCCC - Soft White (Body Font Color)
	#FFFFFF - White (Secondary Font Color)

*******************************/

/****************************** 
Base Styles
*******************************/
/*Neutralize Browser Styles*/

/**neutralize browser defaults on everything**/

* {margin:0; padding:0;  font-size: 100%; border: none}

body {
	background-color: black;
	text-align: center;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0.6em;
}

p, ul, ol, dl {
	margin: 0px 10px;
	list-style: inside;
	line-height: 135%;
}

ul {
	list-style: circle inside;
}
h1 {
	color: #898c7d;
	font-size: 18px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1E1413;
	margin-left: 10px;
	font-weight: normal;
	font-size: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #898C7D;
	margin-left: 20px;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1E1413;
}


/*General Styles*/

#container {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#CCC;
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	text-align: left;
	background: #000;	
	}  

/****************************** 
Layout Styles (NA)
*******************************/

/****************************** 
General Type & Color Styles
*******************************/

/*-------Header Specific------*/

#header {
	background: #000;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}
#header #banner {
	margin: 0px auto;
	width: 900px;
}

#header #beachScene {
	margin: 0px auto;
	width: 900px;
}

#mainNav  {
	height: 23px;
	margin: 1px auto 2px;
	text-align: center;
	width: 900px;
	letter-spacing: -4px;
}

/*-------Content Specific------*/

#content {
	width: 860px;
	background-color: #595552;
	margin: 0 auto;
	padding: 20px;
}
#contentIndex {
	width: 860px;
	background-color: #1E1413;
	margin: 0 auto;
	padding: 20px;
}
#contentIndex #spLocations h1 {
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #FFE9D9;
	padding-top: 10px;
}


#content p {
	text-align: justify;
}
#brochure {
	margin: 20px;
	padding: 0px;
	width: 860px;
}
#brochureContent h3 {
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0.3em;
}
#brochureContent p {
	font-size: .8em;
	line-height: 1.5em;
	text-align: justify;
}
#brochureContent hr {
	color: #898C7D;
	border-top: 1px solid #898C7D;
	width: 85%;
	margin: 0px auto;
}





.indexGallery#indexVideo {
	margin: 0px auto;
	clear: both;
	padding-right: 45px;
	padding-left: 45px;
}

.indexGallery #indexImages1 {
	padding: 5px 0px;
	float: left;
	width: 255px;
	background-color: #000;
	text-align: right;
}
.indexGallery #indexImages2 {
	width: 260px;
	padding: 5px 0px;
	float: left;
	background-color: #000;
	text-align: center;
}
.indexGallery #indexImages3 {
	padding: 5px 0px;
	float: left;
	width: 255px;
	background-color: #000;
	text-align: left;
}

#content img#nlRocker {
	display: block;
	margin: 0px 10px 1em 20px;
	border: thin ridge #343230;
}
#content img#psMLS {
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 150px;
	border: thin ridge #343230;
}
#content img#psListings {
	margin: 0px 10px 1em 50px;
	border: thin ridge #343230;
}

#content pre#psMLScaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: -15px 0px 1em 175px;
}
#content #contactForm  {
	width: 450px;
	position: relative;
	line-height: 24px;
	vertical-align: middle;
	height: 340px;
}

#content #contactForm form table {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#content #contactForm form table tr {
	height: 40px;
}

#content #contactForm input  {
	position: relative;
	background: #645F5B;
	color: #FFF;
	margin-left: 10px;
	height: 20px;
	padding: 2px;
}

#content #contactForm textarea  {
	background: #645F5B;
	color: #FFF;
	padding: 2px;
	margin-left: 10px;
	margin-top: 5px;
}
#content #contactForm form #submitButton  {
	height: 25px;
	width: 100px;
	margin-left: 111px;
	margin-top: 10px;
}
#content #contactForm form #clearButton  {
	height: 25px;
	width: 60px;
	margin-top: 10px;
}
#content #contactFormthankyou {
	height: 350px;
}
#content #contactFormthankyou table{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 24px;
}


#content #contactFormthankyou table tr #column2{
	background: #645F5B;
	margin-left: 10px;
}







#content img#liveOak {
	display: block;
	border: thin ridge #343230;
	margin: 0px 10px 1em;
}
.listings#property {
	margin: 0px auto;
	clear: both;
	padding-right: 45px;
	padding-left: 45px;
}
.listings #propertyName {
	margin: 10px 0px -5px -10px;
}
.listings #propertyImage {
	float: left;
	width: 400px;
	height: 250px;
	border: 1px solid #79736F;
}

.listings #propertyDetailsLabels {
	float: left;
	width: 80px;
	font-size: 10px;
	font-weight: bolder;
	height: 120px;
	line-height: 101%;
}
.listings #propertyDetails {
	float: left;
	width: 285px;
	font-size: 10px;
	font-weight: normal;
	height: 120px;
	line-height: 101%;
}

.listings #propertyComments {
	line-height: 108px;
	float: left;
	width: 365px;
	border-top: 1px solid #79736F;
	border-bottom: 1px solid #79736F;
	overflow: hidden;
	word-wrap: break-word;
	padding: 5px 0px;
	text-align: justify;
	vertical-align: middle;
	height: 106px;
	font-size: 12px;
}
.listings #propertyComments p {
	margin-bottom: -8px;
}

.listings #propertyDetailLink {
	float: left;
	width: 365px;
	height: 15px;
}
.profile#info {
	padding-right: 45px;
	padding-left: 45px;
	clear: both;
}
.profile #infoSpecSpace {
	float: left;
	width: 75px;
	border-bottom: 1px solid #79736F;
	border-top: 1px solid #79736F;
	height: 60px;
	padding-top: 5px;
}


.profile #infoSpecLabels1 {
	width: 135px;
	height: 60px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 101%;
	border-bottom: 1px solid #79736F;
	border-top: 1px solid #79736F;
	padding-top: 5px;
	padding-left: 0px;
}
.profile #infoSpec1 {
	width: 250px;
	height: 60px;
	float: left;
	font-size: 10px;
	line-height: 101%;
	font-weight: normal;
	border-bottom: 1px solid #79736F;
	border-top: 1px solid #79736F;
	padding-top: 5px;
}
.profile #infoSpecLabels2 {
	float: left;
	width: 135px;
	height: 60px;
	font-size: 10px;
	line-height: 101%;
	font-weight: bold;
	border-bottom: 1px solid #79736F;
	border-top: 1px solid #79736F;
	padding-top: 5px;
}
.profile #infoSpec2 {
	float: left;
	width: 175px;
	height: 60px;
	font-size: 10px;
	line-height: 101%;
	font-weight: normal;
	border-bottom: 1px solid #79736F;
	border-top: 1px solid #79736F;
	padding-top: 5px;
}
.profile #infoImageGallery {
	clear: both;
	padding-right: 134px;
	padding-left: 134px;

}
.profile #infoImageMain #mainImage {
	margin: 30px auto 2px;
	height: 333px;
	width: 500px;
	border-top: 1px solid #79736F;
	border-right: 2px solid #79736F;
	border-bottom: 2px solid #79736F;
	border-left: 1px solid #79736F;
}
.profile #infoImageGallery #infoImageThumb1 {
	width: 95px;
	height: 63px;
	margin-bottom: 50px;
	float: left;
	margin-right: 3px;
	border-top: 1px solid #79736F;
	border-right: 2px solid #79736F;
	border-bottom: 2px solid #79736F;
	border-left: 1px solid #79736F;
}
.profile #infoImageGallery #infoImageThumb2 {
	width: 95px;
	height: 63px;
	float: left;
	margin-bottom: 50px;
	margin-right: 3px;
	border-top: 1px solid #79736F;
	border-right: 2px solid #79736F;
	border-bottom: 2px solid #79736F;
	border-left: 1px solid #79736F;
}
.profile #infoImageGallery #infoImageThumb3 {
	float: left;
	width: 95px;
	margin-right: 3px;
	height: 63px;
	margin-bottom: 50px;
	border-top: 1px solid #79736F;
	border-right: 2px solid #79736F;
	border-bottom: 2px solid #79736F;
	border-left: 1px solid #79736F;
}
.profile #infoImageGallery #infoImageThumb4 {
	float: left;
	width: 95px;
	margin-right: 3px;
	height: 63px;
	margin-bottom: 50px;
	border-top: 1px solid #79736F;
	border-right: 2px solid #79736F;
	border-bottom: 2px solid #79736F;
	border-left: 1px solid #79736F;
}
.profile #infoImageGallery #infoImageThumb5 {
	float: right;
	width: 95px;
	height: 63px;
	margin-bottom: 50px;
	border-top: 1px solid #79736F;
	border-right: 2px solid #79736F;
	border-bottom: 2px solid #79736F;
	border-left: 1px solid #79736F;
}
.profile #infoHighlights table {
	margin: 0px 0px 30px;
	font-size: 12px;
}
.profile #infoHighlights table caption {
	text-align: left;
	text-indent: 10px;
	color: #1E1413;
	font-size: 16px;
	padding-bottom: 10px;

}
.profile #infoHighlights table td {
	width: 250px;
	vertical-align: top;
}
.profile #infoDescription p {
	margin-bottom: 0.7em;
}
.resource #main {
	clear: both;
}
.resource #main #buyers {
	float: left;
	width: 200px;
	background: #0C9;
}

















a:link {
	color: #898c7d;
	text-decoration: none;
}

a:visited {
	color: #898c7d;
	text-decoration: none;
}
a:hover {
	color: #5E5D5D;
	text-decoration: underline;
}
a:active {
	color: #898c7d;
	text-decoration: none;
}

/*-------Footer Specific------*/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background: #000;
	margin: 10px auto;
	text-align: center;
}
#footer pre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}

/****************************** 
Table Styles - NA
*******************************/

/****************************** 
Form Styles - NA
*******************************/

/****************************** 
Class Accent Styles
*******************************/

.boldWord {
	font-weight: bold;
	color: #E5E5E5;
}
.hilite {
	color: #9BACB3;
	font-style: italic;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.rightAlign {
	text-align: right;

}
.dkredBkgrd {
	background: #1E1413;
}
.listingBold {
	font-weight: bold;
	font-size: 10px;
}
.listingTableTeaser {
	font-size: 12px;
}
.listingsH2 {
	font-weight: bold;
}
.profile #infoHighlights li {
	margin-bottom: 5px;
}
