/* Color Codes

orange	#E86813;
dark-green: #015435;
yellow/gold: #FFCC33;

*/

body
{
	width: 798px;
	margin: 10px auto 10px auto;
	font-family: Arial, Trebuchet MS, Trebuchet, Helvetica;
	font-size: 10pt;
	border: solid 1px #FFCC33;
	background-color: #015435;
}


a
{
	color: Black;
	font-size: 9pt;
	text-decoration: underline;
}

a:hover
{
	color: Black;
}

img
{
	border: none;
}

img a
{
	border: none;
}

h1, h1 a, h2, h3, h4, .propertyResultsListingHeader, .propertyResultsListingHeader a
{
	color: Black;
	font-family: Arial, Trebuchet MS, Trebuchet, Helvetica;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

h1
{
	background-image: url(/images/link1back.jpg);
	background-repeat: repeat-x;
	border: solid 1px black;
	line-height: 24px;
	height: 24px;
	text-align: left;
	padding-left: 5px;
	font-size: 10pt;
	font-weight: bold;
}

h2
{
	text-align: left;
	font-size: 11pt;
	color: #015435;
	font-family: Times, Times New Roman, Times New Roman Roman, Serif;
}

h3
{
	font-size: 11pt;
	line-height: 1em;
	height: 2em;
}

h4
{
	font-size: 11pt;
	color: #724958;
}

#container
{
	background-color: #EDE1B3;
}

#header
{
	font-family: Arial, Trebuchet MS, Trebuchet, Helvetica;
	background-color: white;
	margin-right: 2px;
}

	#headerPhoto
	{
		float: right;
		width: 264px;
		height: 191px;
	}

	#headerLogo
	{
		float: left;
		background-image: url(/images/companylogo.jpg);
		background-repeat: no-repeat;
		background-position: 140px 0px;
		background-color: #015436;
		width: 530px;
		height: 191px;
	}
	
		#headerLogo img
		{
			border: 1px solid #FFFFFF;
			float: right;
			margin-right: 3px;
			margin-top: 3px;
		}

	#headerGarantee
	{
		margin-top: 100px;
		font-size:18pt;
		text-align: center;
		color: #FFCC33;
		font-style:italic;
		font-family:Times New Roman;	
	}
	
	#headerText
	{		
		margin: 8px 0px 0px 130px;
		width: 230px;
		font-size: 10pt;
		text-align: right;
		color: #FFFFFF;
	}

#navBarTop
{
	height: 24px;
	width: 798px;
	margin: 3px 0px 5px 0px;
}

	#navBarTop a
	{
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
	}

	#navBarTop a:hover
	{
		color: Black;
		text-decoration: none;
	}
	
	.links
	{
		float: left;
		background-repeat: repeat-x;
		border: solid 1px black;
		line-height: 24px;
		text-align: center;
		width: 257px;
		height: 24px;
		padding-left: 5px;
		text-align: center;
		font-weight: bold;
	}
	
	#link1
	{
		background-image: url(/images/link1back.jpg);

	}

	#link2
	{
		background-image: url(/images/link2back.jpg);
		margin-left: 2px;
	}

	#link3
	{
		background-image: url(/images/link3back.jpg);
		margin-left: 2px;
	}

#indexContent
{
	width: 794px;
	background-color: fff;
}

	#indexContentBorder
	{
		margin: 0px 0px 2px 2px;
		border: solid 1px #FFCC33;
	}

	#indexContent h1
	{
		margin-top: 20px;
	}

#mainContent
{
	width: 778px;
	padding: 10px;
}

	#mainContent h1
	{
		margin-top: 20px;
	}

#intro
{
	float: left;
	width: 516px;
	padding: 5px;
}

	#intro h1
	{
		text-align: left;
		font-size: 12pt;
	}

	#intro p
	{
		font-size: 9pt;
		margin-bottom: 1px;
	}

#navBar
{
	float: right;
	width: 261px;
	background-color: #E2E2E2;
	height: 580px;
}

	#navBar a
	{
		color: Black;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
	}

	#navBar a:hover
	{
		color: Black;
		text-decoration: none;
	}

	.navLink
	{
		background-image: url(/images/navbarback.jpg);
		background-repeat: repeat-x;
		line-height: 22px;
	}
	
	.navLink a
	{
		display: block;
		height: 22px;
		width: 251px;
		padding-left: 10px;
	}

#register, #callMeBack
{
	width: 198px;
	height: 139px;
	float: left;
}	
	
.search
{
	background-image: url(/images/searchback.jpg);
	background-repeat: repeat-x;
	height: auto;
	padding-top: 5px;
}

#searchForm
{
	margin-top: 3px;
	margin-bottom: 3px;
}

	#searchForm .col
	{
		float: left;
		width: 178px;
	}

	#searchForm .colPadding
	{
		padding-left: 50px;
	}
		
	.label
	{
		float: left;
		width: 100px;
	}
	
	.labelRight
	{
		float: right;
		width: 100px;
		font-size: 8pt;
		color: #666666;
	}
	
	.field
	{
		float: left;
		width: 105px;
	}
	
	.fieldRight
	{
		float: right;
		width: 105px;
		font-size: 8pt;
		color: #666666;
	}

	.label, select, textbox, .fieldRight select, .labelRight select
	{
		font-size: 8pt;
		color: #666666;
		width: 120px;
		margin-right: 3px;
	}
	.field select, textbox
	{
		width: 105px;
		border: solid 1px #666666;
	}

	.button
	{
		padding: 5px 82px 0px 0px;
	}
	
	table
	{
		font-size: 10pt;
	}

#article
{
	padding-left: 10px;
}

#article p, #article div, #article h1, #article h2, #article span
{
	padding-left: 0px;
}


#featuredProperties
{
	width: 798px;
}

	#featuredPropertiesPadding
	{
		margin: 1px 0px 0px 1px;
	}

	.featuredProperty
	{
		float: left;
		width: 261px;
		background-image: url(/images/featuredback.jpg);
		background-repeat: repeat-x;
		border: solid 1px #CCCCCC;
		margin: 1px;
	}

	.featuredPhotos
	{
		float: right;
		width: 92px;
	}
	
	.featuredPhoto
	{
		width: 88px;
		height: 66px;
		margin: 2px;
	}
	
	.featuredPhoto img
	{
		width: 88px;
		height: 66px;
	}
	
	.featuredText
	{
		float: left;
		width: 162px;
		margin: 2px;
	}

	.featuredProperty a
	{
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
	}
	
	.featuredProperty a:hover
	{
		text-decoration: underline;
	}
	
	.featuredText h2
	{
		height: 55px;
		overflow: hidden;
	}
	
	.featuredText p
	{
		height: 125px;
		overflow: hidden;
		margin: 3px 0px 5px 0px;
	}
	
#footer
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC33;
	padding: 7px 2px 7px 2px;
	background-color: #015435;
}

#footer a
{
	color: #FFCC33;
}

	#copyright
	{
		float: left;
		width: 506px;
		height: 35px;
		padding: 10px;
		border: solid 1px #FFCC33;
	}

	#footerLinks
	{
		float: right;
		width: 241px;
		height: 35px;
		padding: 10px;
		border: solid 1px #FFCC33;
	}

fieldset
{
	width: 710px;
	font-size: 8pt;
	font-weight: bold;
	line-height: 2em;
	margin: 0px auto 20px auto;
}

	fieldset legend
	{
		font-size: 10pt;
		font-weight: bold;
		color: #015435;
		padding: 10px;
	}

/** Contact Page **/

#contactPage
{
	margin-left: 200px;
}

#contactForm
{
	margin-top: 20px;
}

.type
{
	width: 100px;
}

/** end Contact page stuff **/


/** Content Management Pages **/

.article
{
	position: relative;
	margin-bottom: 3px;
	border: solid 1px #D3DCDE;
}

.article img
{
	float: left;
	width: 170px;
}

.article .description
{
	margin-left: 180px;
	padding: 10px 10px 10px 5px;
}


/** End Content Management Pages**/

/** Search Results **/

.summary
{
	margin-top: 15px;
}

.summaryHeading
{
	background-image: url(/images/link3back.jpg);
	background-repeat: repeat-x;
	border: solid 1px black;
	line-height: 24px;
	height: 24px;
	text-align: left;
	margin: 10px;
	padding: 0px 5px 0px 5px;
	font-size: 10pt;
	font-weight: bold;
}

.summaryHeading span, .summaryHeading .left, .summaryHeading .right
{
	position: relative;
}

.summaryImage
{
	float: left;
	width: 160px;
	margin-left: 10px;
}

.summaryText
{
	float: right;
	width: 587px;
	margin-right: 10px;
}

.searchResultsImg
{
	width: 160px;
	border: solid 1px #DDDDDD;
}

.resultsTitle
{
	width: 330px;
	float: left;
}

.propertyResultsListingHeader
{
	font-size: 12pt;
	font-weight: bold;
}

.resultsPrice
{
	float: right;
	width: 150px;
	text-align: right;
}

#searchResults
{
	padding: 5px 5px 5px 15px;
	border: solid 1px #FFEC9D;
}

#details
{
	position: relative;
	margin-left: 290px;
	border: solid 1px #95490C;
}
	
	.detailsName
	{
		float: left;
		width: 48%;
		height: 16px;
		padding: 2px;
		margin: 2px;
		border: 1px solid #E86813;
		background-color: #E86813; 
		color: White;
	}
	
	.detailsValue
	{
		float: left;
		width: 42%;
		border: solid 1px #E86813;
		height: 16px;
		padding: 2px;
		margin: 2px;
		overflow: hidden;
	}

.spacing
{
	line-height: 2em;
}

/** end of Search results **/

/** Property Details **/

#propertySummary
{
	float: left;
	margin-left: 40px;
	border: solid 1px #CCCCCC;
	background-color: #F8EAAB;
	color: #015435 !important;
	font-size: 10pt;
}

	#propertySummary th, #propertySummary td
	{
		text-align: left;
		padding: 0px 5px 0px 5px;
	}
	
	#propertySummary .altBackground
	{
	background-color: #015435;
	color: #FFCC33;
	}

.propertySection
{
}

	.propertySection p
	{
		margin: 10px;
	}

	.propertySection img
	{
		margin: 20px 0px 20px 10px;
		width: 240px;
		height: 190px;
		border: 1px solid #CCCCCC;
	}

.propertyLinks
{
	float: right;
	padding: 10px 40px 0px 0px;
}

#mainPhoto
{
	width: 320px;
	float: left;
	padding-left: 10px;
}

#mainPhoto img
{
	width: 320px;
	border: solid 1px #CCCCCC;
}

.salePropertyPhotoInner, .salePropertyPlanInner
{
	display: none;
}

/** End of Property Details **/

/** Large Photos and Plans **/

#largePhoto img, #largePlan img
{
	width: 100%;
}

/** End photos and Plans **/


/** General classes and id **/

.padding
{
	padding: 2px 2px 2px 2px;
}

.standard
{
	line-height: 20px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.half
{
	width: 48%;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.border
{
	border: solid 1px #FFEC9D;
}

.hr
{
	margin-top: 5px;
	border-top: solid 1px gainsboro;
}

.page
{
	padding: 0px 4px 0px 4px;
	text-decoration: underline;
	border: solid 1px #015435;
	margin: 2px 2px 2px 2px;
}

.selected, .previous, .next
{
	padding: 0px 4px 0px 4px;

}

.selected
{
	padding: 0px 4px 0px 4px;
	border: solid 1px #015435;
	margin: 2px 2px 2px 2px;
	background-color: #FFCC33;
	text-decoration: none;
	color: #015435;
}

.disabled
{
	display: none;
}
.testBorder { border: solid 1px red;}


/** Extras for drop down menus **/

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: White;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFCC33;
color: Black;
}

/** end extras for drop down menus **/