/* 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/backgroundTile.gif);
	background-repeat: repeat;
	background-color: White;
	font-family: Arial, Verdana, Serif, Times New Roman, Helvetica;
	font-size: 9pt;
}

.container
{
	width: 798px;
	background-color: White;
	border: solid 1px #666666;
}

#header
{
	height: 198px;
	width: 798px;
}

#logo
{
	background-image: url(/images/logoBackground.jpg);
	background-repeat: repeat-x;
	width: 201px;
	height: 150px;
	float: left;
	color: #A174CB;
	font-style: italic;
}

#navigationBar
{
	font-weight: bold;
	background-image: url(/images/navBG.jpg);
	background-repeat: repeat-x;
	font-size: 9pt;
	height: 20px;
	padding: 4px 0px 0px 0px;
	color: White;
	margin-top: -1px;
	text-align: center;
	border-bottom: solid 1px #406C52;
	border-top: solid 1px #406C52;
}	

	#navigationBar a
	{
		color: White;
		text-decoration: none;
	}

	#navigationBar a:hover
	{
		color: Black;
		text-decoration: underline;
	}

#mainContent
{
	padding: 5px;
	margin-top: 10px;
}

#leftColumn
{
	float: left;
	width: 209px;
}

	#leftColumn a
	{
		font-size: 8pt;
		font-weight: bold;
		text-decoration: underline;
		color: #F4A43C;
	}
	
#homeText
{
	width: 510px;
	float: left;
}

#homeSearchBox
{
	width: 267px;
	height: 215px;
	background-image: url(/images/searchBG.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: solid 1px #666666;
	float: right;
	margin-bottom: 10px;
	color: #000000;
}

	#homeSearchBox input, #homeSearchBox select
	{
		width: 200px;
		margin: 0px;
		height: 20px;
		font-size: 8pt;
	}
	
	#homeSearchBox .label
	{
		width: 200px;
		font-size: 8pt;
	}

	#homeSearchBox .clear
	{
		margin: 0px;
		height: 0px;
	}
	
	#homeSearchBox h1
	{
		background-image: none;
		height: 5px;
		margin-bottom: 0px;
	}

	#homeSearchBox .formDiv
	{
		margin-left: 35px;
	}

#quickSearch
{
}

.quickSearchRow
{
	padding: 0px;
	margin: 0px;
}

input, textarea, select, option
{
	border: solid 1px #999999;
}

#searchForm
{
	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
{
}

	.featuredImage
	{
		float: left;
		width: 100px;
		height: 80px;
		border: 1px solid #FFFFFF;
	}

	.featuredProperty
	{
		background-image: url(/images/featuredBG.jpg);
		background-repeat: repeat-x;
		width: 256px;
		height: 110px;
		float: left;
		margin-bottom: 5px;
		border: solid 1px #406C52;
		margin-right: 4px;
		color: #FFFFFF;
		line-height: 14px;
	}

		.featuredPropertyTitle
		{
			width: 205px;
			height: 1.5em;
			padding-top: 0.2em;
			font-size: 9pt;
			color: White;
			text-indent: 5px;
			margin-bottom: 2px;
			font-weight: bold;
		}

		.featuredPropertyImage
		{
			float: left;
			width: 100px;
			height: 80px;
			margin: 2px 2px 0px 5px;
		}

		.featuredPropertyPrice
		{
			float: left;
			width: 160px;
			text-align: left;
			font-size: 8pt;
			font-weight: bold;
			margin: 0px 2px 0px 2px;
		}

		.featuredPropertyText
		{
			float: right;
			width: 99px;
			text-align: left;
			font-size: 8pt;
			margin: 0px 2px 0px 2px;
		}
			
		.featuredPropertyText a
		{
			font-size: 8pt;
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF;
		}

		.featuredPropertyText a:hover
		{
			text-decoration: underline;
			color: #185FA8;
		}


.hompageImage
{
	width: 267px;
	float: right;
	margin-bottom: 10px;
	border: solid 1px #666666;
}

.homePageText
{
	width: 312px;
	float: left;
}


#rightColumn
{
}

.contactPage
{
	background-image: url(/images/contactback.jpg);
	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;
	}
	
/** General Classes **/

h1
{
	width: 495px;
	height: 21px;
	color: #FFFFFF;
	font-size: 10pt;
	padding-left: 5px;
	padding-top: 3px;
	margin-top: 0px;
	background-image: url(/images/h1blue.jpg);
	background-repeat: no-repeat;
}

h1.blue
{
	background-image: url(/images/h1blue.jpg);
	background-repeat: no-repeat;
}

h1.green
{
	background-image: url(/images/h1green.jpg);
	background-repeat: no-repeat;
}

h1.purple
{
	background-image: url(/images/h1purple.jpg);
	background-repeat: no-repeat;
}

h2
{
	width: 775px;
	height: 21px;
	color: #FFFFFF;
	font-size: 10pt;
	padding-left: 5px;
	padding-top: 3px;
	background-image: url(/images/h2blue.jpg);
	background-repeat: no-repeat;
}

h2.color1
{
	background-image: url(/images/h2green.jpg);
	background-repeat: no-repeat;
}

h3
{
	font-size: 12px;
	color: White;
	font-weight: bold;
	background-image: url(/images/titlebackground.gif);
	background-repeat: repeat;
	padding: 4px 5px 3px 5px;
}


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: #185FA8;
	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 **/


.formDiv
{
	width: 30%;
	float: left;
	margin: 0px 0px 5px 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 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: dotted 1px #C2C2C2;
}

	.summary a
	{
		color: #E6890D;
	}
	.summary a:hover
	{
		color: #185FA8;
	}
	
.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: #4C7759;
	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: #C2C2C2;
}

.selected, .previous, .next
{
	padding: 0px 4px 0px 4px;
	font-weight: bold;
}

.selected
{
	background-image: url(/images/titlebackground.gif);
	background-repeat: repeat;
	text-decoration: none;
	border: solid 1px #999999;
	color: White;
}

.disabled
{
	display: none;
}

.spacing
{
	line-height: 2em;
}

/** end of Search results **/

/** Property Details **/

#detailsHeader
{
	background-color: #A174CB;
	margin: 10px 0px 10px 0px;
	padding: 3px 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; }