/* Color Codes
*/

body
{
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-color: #00343E;
	background-attachment: fixed;
	height: 100%;
	width: 770px;
	margin-top: 0px;
	margin: 4px auto 10px auto;
	font-family: verdana, arial, helvetica, Serif;
	font-size: 10pt;
	text-align: center;
}

a
{
	color: #83ABB0; 
	font-size: 9pt;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;	
}

img
{
	border: none;
}

img a
{
	border: none;
}

h2, h3, h4, .propertyResultsListingHeader, .propertyResultsListingHeader a
{
	color: #00343E;
	font-family: verdana, arial, helvetica, Serif;
	text-decoration: none;
}

h1 
{
	background: url(/images/bullet_h1.gif) no-repeat top left;
	color: #00343E;
	font-family: "Trebuchet MS";
	font-size: 20px;
	margin: 10px 0 20px -28px;
	padding-left: 28px;
	height: 20px;
}

h2
{
	color: #00343E;
	border-bottom: #FFFFFF;
	text-align: left;
	font-size: 11pt;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3
{
		/*background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;*/
		color: #62ABB0;
		font-size: 12px;
		line-height: 24px;
		padding-left: 4px;
		margin-top: 0px; 
}

h4
{
	font-family: sans Serif;
	font-size: 11pt;
}

#container
{
	height: 100%;
	width: 770px;
	background-color: White;
	border: solid 0px #FFFFFF;
	margin: 0px auto 0px auto;
	text-align: left;
}

#container p
{
	color: #111111;
	text-align: left;
	line-height: 12pt;
	font-size: 10pt;
	margin-top: 2px;
}

#header
{
	padding: 0px;
	margin: 0px;
}

	#header .headerText
	{
		font-family: arial, verdana, helvetica, Serif;
		margin: 7px 0px 2px 20px;
		font-size: 11pt;
		font-weight: normal;
		margin-right: 10px;
		color: #FFFFFF;
		float: right;
		text-align: right;
		width: 240px;
	}

	#header .headerText a
	{
		color: #83ABB0;
	}

	#logo
	{
		height: 105px;		
		margin: 5px 0px 10px 5px;
		float: left;
		width: 400px;		
	}
	
	.navBar
	{
		background-color: #075660;
		height: 20px;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		padding-top: 4px;
		margin-top: 0px;
		color: #62ABB0;
	}
	
	.navBar a
	{
		color: #62ABB0;
		text-decoration: none;
	}
	
	.navBar a:hover
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.navBarTop
	{
		background-image: url(/images/top.jpg);
		height: 17px;
		text-align: right;
		font-weight: bold;
		font-size: 12px;
		padding-right: 5px;
		padding-top: 5px;
		color: #62ABB0;
	}
	
.disabled
{
	display: none;	
}
	
#navSearchContainer
{
	width: 225px;
	float: left;
}
	#navSearchContainer h1
	{
		background-color: #83ABB0;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #83ABB0;
		border-bottom: solid 1px #83ABB0;
		color: #83ABB0;
		font-size: 12px;
		line-height: 24px;
		padding-left: 4px;
	}
	
	#navSearchContainer h1.top
	{
		margin-top: 0px;
	}
.navigationBar
{
	padding: 5px 5px 5px 5px;
	font-size: 7pt;
	font-weight: bold;
}	
	.navigationBar a
	{
		text-decoration: none;
		color: #83ABB0;
	}
		.navigationBar a:hover
		{
			text-decoration: none;
			color: #83ABB0; 
		}
	.navigationBar ul
	{
		margin: 0px;
		padding-left: 14px;
	}
	.navigationBar ul li
	{
		list-style-image: url(/images/listicon.gif);
	}
	
	.navigationBar ul li:hover
	{
		list-style-image: url(/images/listicon2.gif);
	}
	

	#mainSearchBox
	{
		background-image: url(/images/searchBackground.jpg);
		background-repeat: repeat-x;
		border: solid 1px #8CAAAC;
		width: 200px;
		font-size: 10pt;
		color: #00343E;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 10px;
	}
	
	#quickSearches
	{
		background-image: url(/images/searchBackground.jpg);
		background-repeat: repeat-x;
		border: solid 1px #8CAAAC;
		width: 200px;
		height: 260px;
		font-size: 10pt;
		color: #00343E;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 10px;
		margin-bottom: 30px;
	}
	
		#quickSearches a
		{
			color: #00343E;
			text-decoration: none;
		}
		
			#quickSearches a:hover
			{
				color: #000000;
				text-decoration: underline;
			}
			
		#quickSearches select
		{
			width: 140px;
			margin-bottom: 5px;
		}
		#quickSearches input
		{
		}
	
/**Form**/

.padding
{
	padding: 3px 0px 2px 5px;
}

.recommendLabel
		{
			height: 26px;
			color: Black;
			position: relative;
			float: left;
			width: 200px;
		}
		
.field
		{
			width: 130px;
			margin: 0px;
		}
		

	
#mainContent
{
	float: right;
}

#fullContent
{
	width: 505px;
	float: right;
	margin-right: 4px;
	border-top: 0px;
	/*border-bottom: solid 1px #83ABB0;
	border-left: solid 1px #83ABB0;
	border-right: solid 1px #83ABB0;*/
	background-color: White;
	padding-bottom: 10px;
	padding-left: 5px;
}

	#fullContent h3.top
	{
		border-top: 0px;
		background-color: #075660;
		border-top: solid 1px #83ABB0;
		border-bottom: solid 1px #83ABB0;
		color: #83ABB0;
		font-size: 12px;
		line-height: 24px;
		padding-left: 5px;
		margin-top: 0px; 
	}


#mainContentInner
{
	float: right;
	width: 470px;
	margin-top: 10px;
	background-color: #FFFFFF;
	padding: 10px;
}



#footer
{
	background-color: #856F3F;
	padding-bottom: 10px;
	margin: 10px 0px 0px 0px;
	color: #CBB88F;
	text-align: center;
}
	#footer a
	{
		color: #CBB88F;
		text-decoration: none;
	}
		#footer a:hover
		{
			text-decoration: underline;
		}
		
	#copyRightEtc
	{
		padding: 10px;
	}
	
#footerBottom
{
	background-color: #FFFFFF;
	padding-bottom: 10px;
	font-size: 5pt;
	margin: 10px 0px 0px 0px;
	color: #00343E;
	text-align: center;
}
	#footerBottom a
	{
		color: #00343E;
		text-decoration: none;
	}
		#footerBottom a:hover
		{
			text-decoration: underline;
		}
	
/** Contact Page **/

.type
{
	width: 100px;
}

.contactDetails
{
	width: 150px;
}

.names
{
	width: 45px;
}

#contactTable
{
	margin: 19px 0px 10px 23px;
	width: 300px;
	font-size: 10pt;
	color: #333333;
}
	#contactTable .contactLabel
	{
		font-weight: bold;
	}
	
	#contactTable td
	{
		padding-bottom: 10px;
	}
	
textarea
{
	width: 285px;
}	
/** end Contact page stuff **/


/** Content Management Pages **/

.article
{
	position: relative;
	margin: 10px;
	border: solid 1px #00343E; 
}

.article img
{
	float: left;
	width: 170px;
}

.article .description
{
	margin-left: 180px;
	padding: 10px 10px 10px 5px;
}


/** End Content Management Pages**/

/** Featured Properties **/
#featuredProperties
{
	width: 500px;
	margin: 10px 0px 5px 0px;
	padding: 5px 10px 5px 0px;
	text-align: center;
}
		
.featuredProperty
{
	width: 160px;
	height: 240px;
	background-color: #EFF4F5;
	float: left;
	border: solid 1px #7799C0;
	padding: 0px 0px 1px 0px;
	margin: 2px 2px 10px 2px;
}
 
.featuredProperty a
{
	color: #3B77B5;
	font-size: 7.5pt;
}

	.featuredPropertyImage
	{
		width: 150px;
	}
	 
		.featuredPropertyImage img
		{
			width: 148px;
		}

	.featuredPropertyPrice
	{
		text-align: left;
		font-size: 7.5pt;
		font-weight: bold;
		color: #3B77B5;
		margin: 2px 2px 5px 2px;
	}

	.featuredPropertyLink
	{
		float: left;
		text-align: right;
		font-size: 4px;
		color: #3B77B5;
	}

		.featuredPropertyLink a
		{
			float: right;
			text-align: right;
			font-size: 4px;
			color: #3B77B5;
		}

	.featuredPropertyTitle
	{
		text-align: center;
		font-size: 7.5pt;
		font-weight: bold;
		padding: 3px 0px 4px 0px;
		color: #3B77B5;
	}

	.featuredPropertyText
	{
		text-align: left;
		font-size: 8pt;
		margin: 0px 2px 0px 2px;
	}


/** Search Results **/

.summary
{
	background-image: url(/images/summaryBackground.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 488px;
	background-color: white;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
	border: solid 1px #8CAAAC;
}
	.summary h3
	{
		margin: 0px -5px 3px -5px;
		border-top: none;
	}

.resultsTitle
{
	width: 500px;
	float: left;
}

.propertyResultsListingHeader
{
	font-size: 11pt;
	font-weight: bold;
	color: #00343E;
}

.resultsPrice
{
	color: #00343E; 
	font-size: 11pt;
	float: right;
	width: 150px;
	text-align: right;
}

.searchResultsImg
{
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
	margin-left: 5px;
	float: left;
}
	.searchResultsImg img
	{
		width: 140px;
		border: solid 1px #DDDDDD;
	}

.resultsSummary
{
	margin-left: 160px;
	padding: 5px 5px 5px 5px;
	
}

.resultsSummary a
{
	color: #00343E;	
}

.spacing
{
	line-height: 2em;
}



/** end of Search results **/

.register
{
	height: 130px;
	margin: 13px 10px 0px 0px;
	float: right;
	background-color: #FFFFFF;
}


/** Property Details **/

.propertyDescription
{
	font-size: 8pt;
	color: #032A54;
	margin: 30px 0px 30px 0px;
}

#mainPhoto
{
	width: 493px;
	margin: 1px auto 1px auto;
	padding-right: 3px;
}
	#mainPhoto img
	{
		width: 482px;
		border: solid 1px #00343E; 
	}

#details
{
	float: right;
	width: 500px;
}
	
	.detailsName
	{
		float: left;
		width: 47%;
		height: 22px;
		padding: 2px;
		margin: 1px;
		border: 1px solid #83ABB0; 
		background-color: #E4F3F3;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		color: #00343E;
		overflow: visible;
	}
	
	.detailsbuttons
	{
		float: left;
		width: 47%;
		height: 19px;
		text-align: center;
		padding: 5px 2px 2px 2px;
		margin: 1px;
		border: 1px solid #83ABB0; 
		background-color: #E4F3F3;
		background-image: url(/images/propertydetailsbutton.gif);
		background-repeat: no-repeat;
		color: #00343E;
	}
	
	.detailsbuttons a
	{
		color: #00343E;
		text-decoration: none;
	}
	
	.detailsbuttons a:hover
	{
		text-decoration: underline;
	}
	
	.detailsValue
	{
		float: left;
		width: 47%;
		border: solid 1px #83ABB0; 
		height: 22px;
		padding: 2px;
		margin: 1px;
		overflow: hidden;
	}

.photo, .plan
{
	width: 240px;
	height: 190px;
	float: left;
	text-align: center;
	border: solid 1px #83ABB0; 
	margin: 4px;
	overflow: hidden;
}

	.photo img, .plan img
	{
		width: 240px;
		height: 190px;
	}

	.photo .caption, .plan .caption
	{
		width: 220px;
		height: 25px;
		background-color: #FBF9EC;
		padding-top: 10px;
		font-size: 11pt;
		color: #006699;
	}

#enquiryForm
{
	margin-left: auto;
	margin-right: auto;
}

	#enquiryForm fieldset
	{
		color: #A39F7B;
	}

	#enquiryForm legend
	{
		font-size: 11pt;
		color: #9B3173;
		font-family: Arial;
		font-weight: bold;
		padding: 0px 10px 0px 10px;
	}
	
	#enquiryForm Table
	{
		font-size: 10pt;
		color: #333333;
	}


.printPageLink
{
	font-size: 10pt;
	color: #4D67A0;
	text-decoration: none;
	padding: 0px 0px 10px 10px;
}

/** End of Property Details **/

/** Large Photos and Plans **/

#largePhoto img, #largePlan img
{
	width: 98%;
}

/** 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;
}

.border
{
	border: solid 1px #FFEC9D;
}

.hr
{
	margin-top: 5px;
	border-top: solid 1px #00343E; 
}

.page
{
	padding: 0px 5px 3px 4px;
	border: solid 1px #00343E;
	margin-left: 3px;
}

.selected, .previous, .next
{
	padding: 0px 5px 3px 4px;
	color: #00343E;
}

.selected
{
	background-color: #96CFCF;
	text-decoration: none;
	border: 1px solid #00343E;
	margin-left: 3px;
	color: #00343E;
}

.disabled
{
	display:none;
}

.testBorder
{
	border: solid 1px red;
}

/** Search **/

#borderSearch
{
}
	#borderSearch select
	{
		width: 180px;
	}
	
	#borderSearch input
	{
		width: 175px;
	}

