@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: 10px;
	margin: 1px auto 2px;
	text-align: center;
	width: 900px;
	letter-spacing: -4px;
}
#mainNav #box {
	background: #343230;
	height: 10px;
	margin-top: 2px;
}


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

#content {
	width: 860px;
	background-color: #595552;
	margin: 0 auto;
	padding: 20px;
}


#content p {
	text-align: justify;
}
#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 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 #links {
	width: 100px;
	float: left;
	text-align: right;
	font-size: 0.9em;
}
#content #links p{
	text-align:right 
} 
#content #listing {
	float: right;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#listing #detailMain{
	height: 370px;
	background: #343230;
	padding-top: 10px;
	padding-bottom: 10px;
}
#listing #brochurePDF {
	margin-right: auto;
	margin-left: auto;
	height: 475px;
	width: 450px;
	text-align: left;
}


#listing #detailMain #propertyInfo {
	float: right;
	height: 380px;
	width: 385px;
}

#listing #detailImage {
	float: left;
	margin-bottom: 10px;
}

#listing #propertyDetailsLabels {
	float: left;
	width: 175px;
	font-size: 12px;
	font-weight: bolder;
	line-height: 101%;
}
#listing #propertyDetailsLabels p {
	text-align: right;
}

#listing #propertyDetails {
	float: left;
	width: 175px;
	font-size: 12px;
	font-weight: normal;
	line-height: 101%;
}
#listing ul {
	line-height: 1.7em;
}
#listing #detailHilites1 {
	width: 350px;
	float: left;
	margin-top: 10px;
}

#listing #detailHilites2 {
	width: 350px;
	float: right;
	margin-left: 20px;
	margin-top: 10px;
}
#listing #detailHilites3 {
	float: left;
	width: 720px;
	margin-top: 20px;
}
#listing table {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.0em;
}
#listing #expense th {
	background: #1E1413;
}

#listing table tr {
	line-height: 1.5em;
	vertical-align: middle;
}
#listing table td {
	padding-bottom: 2px;
	padding-left: 10px;
}

#map {
	margin: 0px 15px;
		}
#map #content {
	width: 460px;
	background-color: #595552;
	margin: 0 auto;
	padding: 20px;
}
#leftSidebar {
	font-size: 11px;
}

















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;
}
.center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	font-style: italic;
	margin-right: 25px;
	margin-left: 30px;
}

.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;
}
#listing #documentsDownload {
	margin-right: auto;
	margin-left: auto;
	height: 475px;
	width: 450px;
	text-align: left;
}

