/* Color Codes
Orange:		 #FEA303; 
Dark Blue:   #1A016B;
*/

body
{
	height: 100%;
	width: 790px;
	margin: 10px auto 10px auto;
	background-color: #FEC05A;
	font-family: verdana, arial, helvetica, Serif;
	font-size: 10pt;
	text-align: center;
}

a
{
	color: #1A016B; 
	font-size: 9pt;
	text-decoration: underline;
}

a:hover
{
	color: #FEA303;
	text-decoration: none;	
}

img
{
	border: none;
}

img a
{
	border: none;
}

h1, h1 a, h2, h3, h4, .propertyResultsListingHeader, .propertyResultsListingHeader a
{
	color: #FEA303;
	font-family: verdana, arial, helvetica, Serif;
	text-decoration: none;
}

h1
{
	text-align: left;
	font-size: 11pt;
}

h2
{
	text-align: left;
	font-size: 10pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3
{
		background-color: #FEA303;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #FEA303;
		border-bottom: solid 1px #FEA303;
		color: #1A016B;
		font-size: 12px;
		line-height: 24px;
		padding-left: 4px;
		margin-top: 0px; 
}

h4
{
	font-family: sans Serif;
	font-size: 11pt;
}

#callMeBackButton
{
	background-color: #FFA500;
	/* background-image: url(/images/registerbg.gif);
	background-repeat: repeat-x; */
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px; 
	margin-left: 5px;
	margin-right: 10px;
	font-weight: lighter;
	text-align: center;
	border: solid 1px black;
	padding-top: 10px;
	padding-bottom: 10px;
}

	#callMeBackButton a
	{
		font-size: 20px;
		display: block;
		text-decoration: none;
		color: #FFFFFF;
	}
	
#registerButton
{
	background-color: #FFA500;
	/* background-image: url(/images/registerbg.gif);
	background-repeat: repeat-x; */
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 10px; 
	margin-left: 5px;
	margin-right: 10px;
	font-weight: lighter;
	text-align: center;
	border: solid 1px black;
}

	#registerButton a
	{
		font-size: 22px;
		display: block;
		text-decoration: none;
		color: #FFFFFF;
	}


#container
{
	height: 100%;
	width: 790px;
	background-color: White;
	border: solid 2px #1A016B;
	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
{
	background-color: #FEA303;
	border-bottom: 2px solid #1A016B;
}

	#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: #1A016B;
		text-decoration: none;
	}

	#logo
	{
		height: 105px;		
		margin: 5px 0px 10px 5px;
		float: left;
		width: 400px;		
	}

#navBar
{
	border-top: 2px solid #1A016B;
	height: 19px;
}

	#navBar a
	{
		line-height: 19px;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		display: block;
		width: 156px;
		float: left;
		text-decoration: none;
		border-right: 2px solid #1A016B;
	}
	
#navSearchContainer
{
	float: left;
	width: 157px;
	padding-top: 3px;
}
	#navSearchContainer h1
	{
		background-color: #FEA303;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #FEA303;
		border-bottom: solid 1px #FEA303;
		color: #1A016B;
		font-size: 12px;
		line-height: 24px;
		padding-left: 4px;
		margin-top: 0px;
	}
	
	#navSearchContainer h1.top
	{
		margin-top: 0px;
	}
.navigationBar
{
	padding: 5px 5px 5px 5px;
	font-size: 7pt;
	font-weight: bold;
}	
	.navigationBar a
	{
		text-decoration: none;
		color: #1A016B;
	}
		.navigationBar a:hover
		{
			text-decoration: none;
			color: #FEA303; 
		}
	.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);
	}
	
	#search
	{
		font-size: 10pt;
		color: #FEA303;
		padding-left: 5px;
	}
		#search select
		{
			width: 140px;
			margin-bottom: 5px;
		}
		#search input
		{
		}
	
#mainContent
{
	width: 610px;
	float: right;
	margin-right: 21px;
	border-bottom: solid 1px #1A016B;
	border-left: solid 1px #1A016B;
	border-right: solid 1px #1A016B;
	padding-top: 3px;
}

#fullContent
{
	width: 616px;
	float: right;
	margin-right: 10px;
	border-top: 0px;
	border-bottom: solid 1px #1A016B;
	border-left: solid 1px #1A016B;
	border-right: solid 1px #1A016B;
	background-color: White;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 3px;
}

	#fullContent h3.top
	{
		border-top: 0px;
		background-color: #FEA303;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #FEA303;
		border-bottom: solid 1px #FEA303;		
		color: #1A016B;
		font-size: 12px;
		line-height: 24px;
		padding-left: 5px;
		margin-top: 0px; 
	}


#mainContentInner
{
	margin-top: 0px;
	background-color: #FFF1D7;
	padding: 0px 5px 10px 5px;
}

#footer
{

	margin: 10px 0px 0px 0px;
	color: #1A016B;
	text-align: center;
}
	#footer a
	{
		color: #1A016B;
	}
		#footer a:hover
		{
			color: #9B3173;
		}
		
	#copyRightEtc
	{
		padding: 10px;
	}
	
	#copyRightEtc a
	{
		font-size: 8pt;
	}

/** featured **/

	.featuredProperties
	{
	    border: solid 1px white;
	}

		.featuredProperties a
		{
			color: #FFFFFF;
			text-decoration: none;
		}

		.featuredProperties .detailsDiv, .detailsDivRight
		{
			margin-top: 0px;
			width: 89px;
			line-height: 21px;
			background-color: #FFA302;
			float: left;
			color: #FFFFFF;
			padding-left: 5px;
		}
		
			.featuredProperties .detailsDivRight
			{
				margin-left: 2px;
			}
	
	.featuredProperty
	{
		width: 190px;
		float: left;
		height: 166px;
		border: 1px solid #FFA302;
		margin-right: 6px;
	}
	
	.featuredImage
	{
		width: 190px;
		height: 143px;
	}

/** end featured **/

/** home images **/

#homeimage1
{
	border: solid 1px #FFA302;
	float: right;
	margin-right: 11px;
	margin-top: 10px;
	margin-left: 5px;
}

#homeimage2
{
	border: solid 1px #FFA302;
	float: left;
	margin-right: 4px;
	margin-top: 5px;
}

#homeimage3
{
	border: solid 1px #FFA302;
	margin-left:5px;
	margin-bottom: 5px;
	float: right;
	margin-right: 11px;
	margin-top: 5px;
}

/** end home images **/

#quickLinks
{
    margin: 20px 5px;
}
    #quickLinks a
    {
        font-size: 6.5pt;
        color: #000;
    }
	
/** 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 #1A016B; 
}

.article img
{
	float: left;
	width: 170px;
}

.article .description
{
	margin-left: 180px;
	padding: 10px 10px 10px 5px;
}


/** End Content Management Pages**/

/** Search Results **/

.summary
{
	background-color: white;
	width: 600px;
	margin: 5px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
	border: solid 1px #1A016B;
}
	.summary h3
	{
		margin: 0px -5px 3px -5px;
		border-top: none;
	}

.resultsTitle
{
	width: 500px;
	float: left;
}

.propertyResultsListingHeader
{
	font-size: 11pt;
	font-weight: bold;
	color: #1A016B;
	float: left;
	width: 430px;
}

.resultsPrice
{
	color: #1A016B; 
	font-size: 11pt;
	float: right;
	width: 150px;
	text-align: right;
	margin-right: 5px;
}

.searchResultsImg
{
	width: 170px;
	float: left;
}
	.searchResultsImg img
	{
		width: 170px;
		border: solid 1px #DDDDDD;
	}
	
.resultsSummary
{
	margin-left: 190px;
	padding: 5px 5px 5px 5px;
	
}

.spacing
{
	line-height: 2em;
}



/** end of Search results **/

/** Property Details **/

.propertyDescription
{
	font-size: 8pt;
	color: #032A54;
	margin: 30px 0px 30px 0px;
}

#mainPhoto
{
	width: 300px;
	float: left;
	margin: 1px;
}
	#mainPhoto img
	{
		width: 298px;
		border: solid 1px #1A016B; 
	}

#details
{
	float: right;
	width: 306px;
}
	
	.detailsName
	{
		float: left;
		width: 47%;
		height: 22px;
		padding: 2px;
		margin: 1px;
		border: 1px solid #1A016B; 
		background-color: #D8CCFF;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		color: #1A016B;
		overflow: hidden;
	}
	
	.detailsValue
	{
		float: left;
		width: 47%;
		border: solid 1px #1A016B; 
		height: 22px;
		padding: 2px;
		margin: 1px;
		overflow: hidden;
	}

.photo, .plan
{
	width: 280px;
	height: 200px;
	float: left;
	text-align: center;
	border: solid 1px #1A016B; 
	margin: 4px;
	overflow: hidden;
}

	.photo img, .plan img
	{
		width: 280px;
		height: 200px;
	}

	.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;
	padding-left: 50px;
	width: 500px;
}

	#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 #1A016B; 
}

.page
{
	padding: 0px 5px 3px 4px;
	border: solid 1px #1A016B;
	margin-left: 3px;
}

.selected, .previous, .next
{
	padding: 0px 5px 3px 4px;
}

.selected
{
	background-color: #D8CCFF;
	text-decoration: none;
	border: 1px solid #9B3173;
	margin-left: 3px;
}

.disabled
{
	display:none;
}

.testBorder
{
	border: solid 1px red;
}

