/* colors
Red: #C43B23;
Light Orange: #F4A43C;
Dark Orange; #E6890D;
LightBlue: #97B0E1
Blue: #7D9CD9;
lightGray #C2C2C2;
Gray #999999;
*/

body
{
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/background.gif);
	background-color: #D8E2ED;
	font-family: Arial, Verdana, Serif, Times New Roman, Helvetica;
	font-size: 10pt;
	text-align: center;
}

.container
{
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	border: solid 1px #999999;
	text-align: left;
}

#header
{
	background-image: url(/images/backgroundfade.jpg);
	background-repeat: repeat-x;
	background-color: #7790C0;
	height: 250px;
	//margin-left: -3px;
}

#headerContactText
{
	color: #7799CB;
	padding: 5px 0px 0px 580px;
}
    #headerContactText img
{
	margin-left: -3px;
}

#navigationBar
{
	width: 626px;
	font-weight: bold;
	background-color: #BA1E34;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 798px;
	color: White;
	margin-top: -2px;
}	

	#navigationBar a
	{
		color: White;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 9pt;
	}

	#navigationBar a:hover
	{
		color: Black;
		text-decoration: underline;
	}

#mainContent
{
	margin: 0px 5px 0px 5px;
	padding: 15px 0px 15px 0px;
	width: 780px;
	background-image: url(/images/verticalbar.gif);
	background-repeat: repeat-y;
	background-position: 574px;
}


#leftColumn
{
	width: 570px;
	float: left;
	border: 0px;
	display: inline;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

	#leftColumn a
	{
		font-size: 8pt;
		font-weight: bold;
		text-decoration: underline;
		color: #7799C0;
	}

#quickSearch
{
	width: 200px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.quickSearchRow
{
	padding: 0px;
	margin: 0px;
}

.advanceSearchRow
{
	font-size: 10px;
	text-align: right;
	float: right;	
}

input, textarea, select, option
{
	border: solid 1px #999999;
}

#searchForm
{
	background-image: url(/images/search.jpg);
	background-repeat: no-repeat;
	height: 660px;
	margin-bottom: 10px;
}

.quickSearchRow .label
	{
		float: left;
		width: 70px;
		text-align: right;
		margin: 0px;
		font-size: 8pt;
	}
.quickSearchRow select
{
	float: right;
	width: 125px;
	margin: 0px 2px 0px 0px;
}

.quickSearchRow input
{
	float: right;
	margin-right: 5px;
	font-size: 8pt;
}

#featuredProperties
{
	width: 205px;
}

#featuredProperties h1
{
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}

	.featuredImage
	{
		padding-right: 3px;
		padding-left: 3px;
		float: left;
		width: 100px;
		height: 80px;
	}

	.featuredProperty
	{
		background-image: url(/images/featuredfade.jpg);
		background-repeat: repeat-x;
		/*border: solid 1px #7799C0;*/
		padding: 0px 0px 1px 0px;
		width: 205px;
		margin-bottom: 10px;
	}

		.featuredPropertyTitle
		{
			width: 205px;
			height: 1.5em;
			padding-top: 0.2em;
			font-size: 9pt;
			color: White;
			text-indent: 5px;
			margin-bottom: 2px;
		}

		.featuredPropertyImage
		{
			float: left;
			width: 100px;
			height: 80px;
			margin: 2px 2px 0px 0px;
		}

		.featuredPropertyPrice
		{
			float: right;
			width: 93px;
			text-align: left;
			font-size: 8pt;
			font-weight: bold;
			color: #3B77B5;
			margin: 0px 2px 0px 2px;
			display: inline;
		}

		.featuredPropertyText
		{
			float: right;
			width: 93px;
			text-align: left;
			font-size: 8pt;
			margin: 0px 2px 0px 2px;
			display: inline;
		}
			
		.featuredPropertyText a
		{
			font-size: 8pt;
			font-weight: bold;
			text-decoration: none;
			color: #7799C0 !important; 
		}

		.featuredPropertyText a:hover
		{
			text-decoration: underline;
			color: #000000;
		}


.hompageImage
{
	width: 235px;
	float: right;
	margin-bottom: 10px;
	border: solid 1px #4172BE;
}

.homePageText
{
	width: 312px;
	float: left;
}


#rightColumn
{
	float: right;
	width: 200px;
	padding-left: 5px;
	display: inline;
}

.contactPage
{
	background-repeat: no-repeat;
	background-position: 270px 0px;
	margin-top: -14px;
	margin-right: -12px;
}

.contactSection
{
	border-top: dashed 1px #C2C2C2;
}

.articleSummary
{
	width: 540px;
	border-top: dashed 1px #C2C2C2;
	padding: 5px 0px 0px 0px;
}

	.articleText
	{
		float: left;
		width: 350px;
		height: auto;
		min-height: 120px;
		overflow: visible;
	}
	.articleText a
	{
		color: #3B77B5;
	}
	.articleText a:hover
	{
		color: #185FA8;
	}
		.articleText h2
		{
			font-size: 10pt;
		}
		.articleText p
		{
			padding-top: 0px;
			margin-top: 0px;
		}

	.articleImage
	{
		float: right;
		width: 180px;
		height: 120px;
		overflow: hidden;
	}
		.articleImage img
		{
			width: 180px;
			border: solid 1px gray;
		}

#allFeaturesLink
{
	border-top: dashed 1px #C2C2C2;
	padding: 25px 0px 0px 0px;
}

.categorySummary
{
	border-top: dashed 1px #C2C2C2;
	padding: 0px 0px 25px 0px;
}
	.categorySummary h2
	{
		margin-bottom: 3px;
		padding-bottom: 0px;
	}
	.categorySummary a
	{
		color: #3B77B5;
	}
	.categorySummary a:hover
	{
		color: #185FA8;
	}

#footer
{
	background-color: White;
	color: #999999;
	margin: 0em 0em 1em 0em;
	padding-top: 1em;
	border-top: dashed 1px #C2C2C2;
}
	#footer a
	{
		color: #999999;
	}
	.landing
	{
	    padding: 5px;
	    font-size: 11px;
	}
	
/** General Classes **/

h1
{
	font-size: 1.1em;
	color: #7799C0;
	font-weight: bold;
}

h2
{
	font-size: 1.1em;
	color: #7799C0;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	color: White;
	font-weight: bold;
	background-color: #7799C0;
	padding: 4px 5px 3px 5px;
}

h4
{
	color: #3B77B5;
	font-weight: bold;
	padding-top: 0.2em;
	font-size: 9pt;
	text-indent: 5px;
	margin-bottom: 2px;
}

.mainHeader
{
    font-size: 1.1em;
	color: #7799C0;
	font-weight: bold;
}

.banner
{
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	padding: 48px 0px 0px 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 570px;
	height: 151px;
}

	.banner a
	{
		color: #FFFFFF;
	}

.bannerApartments
{
	background-image: url(/images/bannerApartments.jpg);
	background-repeat: no-repeat;
	padding: 48px 0px 0px 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 570px;
	height: 151px;
}

.bannerVillas
{
	background-image: url(/images/bannerVillas.jpg);
	background-repeat: no-repeat;
	padding: 48px 0px 0px 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 570px;
	height: 151px;
}

#advancedSearch
{
	background-image: url(/images/search.jpg);
	background-repeat: no-repeat;
	background-color: #999999;
}

p
{
	line-height: 1.1em;
}

fieldset
{
	width: 200px;
	color: #999999;
	font-size: 8pt;
	font-weight: bold;
	line-height: 3em;
	border: none;
}

	fieldset select
	{
		width: 100px;
		font-size: 8pt;
	}

.textRight
{
	text-align: right;
}

img
{
	border: none;
}

	img a
	{
		border: none;
		text-decoration: none;
	}

a
{
	color: #7799C0;
	text-decoration: none;
}
	a:hover
	{
		color: #3B77B5;
		text-decoration: underline;
	}

hr
{
	border: dashed 2px #C2C2C2;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/** Contact Page **/

.type
{
	width: 100px;
}

.contactDetails
{
	width: 150px;
}

.names
{
	width: 45px;
}

/** end Contact page stuff **/


/** Content Management Pages **/

#article
{
	padding-left: 10px;
	margin: 10px 0px 10px 0px;
	border: solid 1px #2D4681;
	padding: 10px 20px 10px 20px;
}

#article p, #article div, #article h1, #article h2, #article span
{
	padding-left: 0px;
}

.article
{
	position: static;
	margin-bottom: 5px;
	border: solid 1px #2D4681;
	padding: 5px;
	background-color: #B5CEE3;
}

.article img
{
	float: left;
	width: 170px;
	border: solid 1px #2D4681;
}

.article .description
{
	float: right;
	width: 530px;
	padding: 10px 10px 10px 5px;
	border: solid 1px #2D4681;
	background-color: White;
}

/** End Content Management Pages**/

/** Advanced Search **/

#searchForm2
{
	height: 140px;
	margin-bottom: 10px;
	background-image: url(/images/featuredfade.jpg);
	background-repeat: repeat-x;
	border: solid 1px #C3D3E0;
	padding: 10px 5px 0px 60px;
}

#searchformtitle h1
{
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.formDiv
{
	width: 30%;
	float: left;
	margin: 0px 0px 10px 4px;
}

	.formDiv.label
	{
		width: 120px;
		margin: 0px;
		color: Black;
	}
	
	.field
	{
		width: 130px;
		margin: 0px;
	}

	.field select, .field input
	{
		width: 120px;
		margin: 0px;
	}

/** Search Results **/

.summary
{
	margin: 10px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
	border-bottom: dotted 1px #C2C2C2;
}

	.summary a
	{
		color: #7799C0;
	}
	.summary a:hover
	{
		color: #000000;
	}
	
.searchResultsImg
{
	width: 180px;
	border: solid 1px #C2C2C2;
	margin-right: 10px;
	float: left;
	height: 120px;
}
	.searchResultsImg img
	{
		width: 180px;
	}

.resultsTitle
{
	margin-bottom: 5px;
	padding: 3px 3px 2px 3px;
	background-color: #7799C0;
	height: 1.5em;
	color: White;
	font-size: 10pt;
}
	.propertyResultsListingHeader
	{
		float: left;
		font-weight: bold;
		width: 380px;
	}

	.resultsPrice
	{
		float: right;
		width: 120px;
		font-weight: bold;
		text-align: right;
	}
	
.resultsSummary
{
	border: solid 1px #EFEFEF;
	margin-left: 190px;
	margin-top: 3px;
	padding: 0px 3px 3px 3px;
}
	.resultsSummary ul
	{
		margin: 5px 0px 10px 5px;
		padding: 0px;
		list-style-type: square;
		list-style-position: inside;
		color: #C2C2C2;
	}
		.resultsSummary ul li
		{
			color: Black;
		}
	

.resultsLink
{
	margin-left: 190px;
}

.pages
{
	margin-bottom: 5px;
}

.page
{
	padding: 0px 4px 0px 4px;
	border: solid 1px #999999;
	margin: 0px 3px 0px 3px;
}

.page a:hover
{
	background-color: #000000;
}

.selected, .previous, .next
{
	padding: 0px 4px 0px 4px;
	font-weight: bold;
}

.selected
{
	background-color: #7799C0;
	text-decoration: none;
	border: solid 1px #999999;
	color: #FFFFFF;
}

.disabled
{
	display: none;
}

.spacing
{
	line-height: 2em;
}

/** end of Search results **/

/** Property Details **/

#detailsHeader
{
	background-color: #7799C0;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	color: White;
	font-weight: bold;
}

#details
{
	position: relative;
	margin-top: 5px;
	margin-left: 320px;
}
	
	.detailsName
	{
		height: 12px;
		padding: 2px;
		margin: 3px 5px 2px 5px;
		color: #333333;
		text-align: left;
		font-size: 8pt;
	}
	
	.detailsValue
	{
		border: solid 1px #EFEFEF;
		height: 16px;
		padding: 2px 5px 2px 10px;
		margin: 1px 0px 2px 5px;
		background-color: White;
		color: Black;
		background-color: #FCFCFC;
	}
	
#mainPhoto
{
	width: 320px;
	float: left;
}

#mainPhoto img
{
	width: 320px;
	border: solid 1px #999999;
}

.photoGallery
{
	position: relative;
	/* border: solid 1px red; */
}

.photo, .plan
{
	width: 175px;
	float: left;
	margin: 5px 5px 5px 0px;
	border: solid 1px #999999;
	height: 135px;
	overflow: hidden;
}

.photo img, .plan img
{
	width: 180px;
	margin-bottom: -3px;
}

	.photo .caption, .plan .caption
	{
		height: 20px;
		padding: 2px 0px 0px 5px;
		background-image: url(/images/boxfade.jpg);
		background-repeat: repeat-y;
		background-color: White;
		background-position: -200px 0px;
	}
	
#enquiryForm
{
	padding-left: 10px;
	border: solid 1px #EFEFEF;
}


/** End of Property Details **/

/** Large Photos and Plans **/

#fullSizeImage
{
	margin: 10px;
	padding: 25px;
	border: solid 1px #EFEFEF;
}

	#fullSizeImage #image
	{
		width: 700px;
		text-align: center;
		border: solid 1px #EFEFEF;
		margin: 10px 0px 10px 0px;
		padding: 10px 0px 10px 0px;
		background-color: #EFEFEF;
	}
		#fullSizeImage #image img
	{
		width: 650px;
		border: solid 1px #999999;
	}

/** End photos and Plans **/

.testBorder { border: solid 1px red; }