/* colors
pale blue		#2B8ECF;
light gray		#F6F6F6;
gray			#9A9A9A;
green:			#71B571;
light-green:	#D8EBD8;
*/

body
{
	width: 800px;
	height: 100%;
	font-family: Arial, Verdana, Serif, Times New Roman, Helvetica;
	font-size: 10pt;
	background:url(/images/body-bg-v2.jpg) repeat-x fixed;
	background-color: #FFFFFF;
	text-align: center;
	margin: 7px auto 10px auto;
}

#container
{
	width: 800px;
	border: solid 4px #CCCCCC;
	background-color: White;
	text-align: left;
	margin: 0px auto 0px auto;
}


	h1, h2, h3, th
	{
		font-family: Californian FB, MS Serif, New York, Times New Roman, Times, serif;
		font-weight: bold;
		text-align: left;
		color: #71B571;
	}

	h1
	{
		font-size: 12pt;
	}

	h2, th, td
	{
		font-size: 10pt;
	}

	h3
	{
		font-size: 9pt;
	}

#header
{
	margin: 10px 10px 0px 10px;
	padding-bottom: 0px;
}

#headerLeft
{
	float: left;
	width: 500px;
}

#logo
{
	margin: 10px 0px 10px 0px;
}

#navigationBar
{
	text-align: left;
}	

	#navigationBar a
	{
		text-decoration: none;
		color: Black;
	}

	#navigationBar a:hover
	{
		text-decoration: underline;
	}

#headerRight
{
	float: right;
	width: 210px;
}

#quickSearch
{
	display: block;
	border-left: solid 1px #CCCCCC;
	padding-left: 10px;
}
	#quickSearch .formTitle
	{
		float: left;
		font-size: 9pt;
		font-weight: bold;
		color: #8EC58E;
		padding: 0px 0px 5px 80px;
	}
	#quickSearch .formLabel
	{
		float: left;
		font-size: 7pt;
		color: Gray;
		font-weight: bold;
		padding-top: 5px;
	}
	#quickSearch .formValue
	{
		float: right;
		padding: 0px 0px 5px 0px;
	}
	#quickSearch .formValue select
	{
		width: 120px;
		font-size: 8pt;
	}
	#quickSearch .submit
	{
		width: 68px;
		height: 16px;
		float: left;
		background-image: url(/images/button.gif);
		background-repeat: no-repeat;
		text-align: right;
		font-size: 8pt;
		font-weight: bold;
		padding: 1px 6px 0px 0px;
		margin: 5px 0px 0px 80px;
		color: Gray;
	}
	#quickSearch .submit:hover
	{
		text-decoration: none;
	}

.content
{
	background-color: #EFEFEF;
	padding: 5px 5px 5px 5px;
	margin-top: 6px;
}

#mainContent
{
	padding: 10px;
	border-top: solid 1px #CCCCCC;
	margin-top: 0px;
}

	#mainContent h1, #mainContent h2
	{
		padding-bottom: 2px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	#mainContent p
	{
		margin-top: 5px;
		padding-top: 0px;
		line-height: 1.5em;
		color: #333333;
		margin-bottom: 5px;
	}
	
#mainImage
{
	float: left;
	width: 613px;
}
	#mainImage img
	{
		width: 613px;
	}
	
#navigation
{
	width: 773px;
	font-size: 10pt;
	background-image: url(/images/mainimage.jpg);
	background-repeat: no-repeat;
}	

	#navigationInner
	{
		width: 150px;
		float: right;
		margin-left: 10px;
	}

	#navigation img
	{
		margin-right: 3px;
	}

	#navigation a
	{
		float: right;
		text-decoration: none;
		display: block;
		color: Black;
		width: 150px;
		font-size: 8pt;
		padding: 10px 0px 10px 5px;
		border-bottom: solid 1px #CCCCCC;
		background-color: #F1F8F1;
	}

	#navigation a:hover
	{
		text-decoration: underline;
		background-color: #D8EBD8;
	}

#mainText
{
	margin-top: 10px;
	border-top: solid 1px #CCCCCC;
}

#footer
{
	border-top: dashed 1px #CCCCCC;
	text-align: center;
	padding: 10px 20px 10px 20px;
}

#searchForm
{
	width: 610px;
	border: solid 1px #CCCCCC;
}
	
	#searchFormTable
	{
	}

	#searchForm .col
	{
		float: left;
		width: 235px;
		margin: 20px 30px 20px 30px;
	}
	#searchForm .label
	{
		float: left;
		padding-top: 10px;
		color: Gray;
		font-weight: bold;
		width: 100px;
	}
	#searchForm .field
	{
		float: right;
		padding-top: 7px;
		width: 120px;
	}
	#searchForm .label, #searchForm .field select, #searchForm textbox
	{
		font-size: 8pt;
		color: #333333;
	}
	#searchForm .field select, #searchForm textbox
	{
		width: 120px;
		height: 21px;
		border: solid 1px #333333;
		padding: 0px;
	}

	#searchForm .submit
	{
		width: 68px;
		height: 16px;
		float: left;
		background-image: url(/images/button.gif);
		text-align: right;
		font-size: 8pt;
		font-weight: bold;
		padding: 1px 4px 0px 0px;
		margin: 15px 0px 0px 115px;
		color: Gray;
	}
	#searchForm .submit:hover
	{
		text-decoration: none;
	}


/** Search Results **/

.summary
{
	border-top: solid 1px Gray;
	padding: 10px;
}

.summaryImage
{
	float: left;
	width: 170px;
	padding: 5px;
	border: solid 1px Gray;
}

	.summaryImage img
	{
		width: 160px;
	}

.summaryText
{
	float: right;
	width: 560px;
}

.pages
{
	text-align:center;
}

.previous
{
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	margin-right: 2px;
}

.page, .selected
{
	text-decoration: none;
	font-size: 10pt;
	padding: 1px 1px 1px 1px;
}

.page:hover
{
	background-color: #ACA899;
}

.next, .previous
{
	text-decoration: underline;
	text-transform: lowercase;
	padding: 2px 5px 2px 5px;
	margin: 0px 5px 0px 5px;
	font-size: 10pt;
}
		
.selected
{
		background-color:#8E809A;
	color: #FFFFFF;
}
		
.selected:hover
{
		background-color:#8E809A;
	color: #FFFFFF;
}
		
.disabled
{
	display: none;	
}
#article
{
	width: 613px;
	margin-top: 10px;
}

	#article .description
	{
		float:right;
		width:400px;
	}

	#article .image
	{
		float:left;
		width:180px;
	}
	
	#article .image img
	{
		width:180px;
	}

/** Property Details Page **/

#propertyDetailsImage
{
	margin-top: 10px;
	padding: 0px;
	float: left;
	width: 270px;
}

#propertyDetails img, #propertyDetailsImage img, .propertySection img, .tiled img
{
	float: left;
	margin: 0px 0px 10px 10px;
	width: 265px;
	border: solid 1px gray;
}

#propertySpecification
{
	margin-top: 10px;
	width: 240px;
	float: right;
}

#mainPhoto
{
	width: 320px;
	float: right;
	padding: 10px 10px 0px 0px;
}

#mainPhoto img
{
	width: 320px;
}

.propertySummary
{
	float: left;
	width: 300px;
}

.propertySummary img
{
	width: 160px;
}
.propertySummaryPhoto
{
	float: left;
}
.propertySummaryText
{
	float: right;
	width: 390px;
	margin-left: 10px;
}
.propertyLinks
{
	margin: 10px 0px 0px 100px;
}
.propertyLinks a
{
	color: Black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.propertySection
{
}

#enquiryForm legend
{
	font-size: 12pt;
	color: Black;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

#contactForm
{
	width: 540px;
	padding-left: 70px;
}
	
.largeImage
{
	width: 99%;
}

.Bold
{
	font-weight: bold;
}

.unBold
{
	font-weight: normal;
}

.textRight
{
	text-align: right;
}

img
{
	border: none;
}

	img a
	{
		border: none;
		text-decoration: none;
	}

a
{
	color: Gray;
	text-decoration: none;
}

a:hover
{
	color: Black;
	text-decoration: underline;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



.testBorder { border: solid 1px red; }
