/* Color Codes
Orange:		 #FEA303; 
Dark Blue:   #1A016B;
*/

body
{
	

	margin: 10px auto 10px auto;
	background-color: #FFFFFF;
	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; 
		text-align:center;
}

h4
{
	font-family: sans Serif;
	font-size: 11pt;
}
.social{ margin-left:10px;}

#callMeBackButton
{
	
	background-image: url(/images/callmebackbg.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 10px; 
	margin-left: 5px;
	margin-right: 10px;
	height: 114px;
	font-weight: lighter;
	text-align: center;
}

	#callMeBackButton a
	{
		display: block;
		font-weight: bold;
		padding-top: 100px;
		text-decoration: none;
		color: #0314bc;
	}
	
#registerButton
{
	background-image: url(/images/register.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 10px; 
	margin-left: 5px;
	margin-right: 10px;
	height: 150px;
	font-weight: lighter;
	text-align: center;
}

	#registerButton a
	{
		color: #0314bc;
		display: block;
		font-weight: bold;
		padding-top: 130px;
	    text-decoration: none;
	}


#container
{
	height: 100%;
	width: 1000px;
	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
	{
		   background: none repeat scroll 0 0 #FEA303;
    color: #FFFFFF;
    float: right;
   
    font-size: 11pt;
    font-weight: normal;
    height: 19px;
    margin-top: 3px;
    padding: 5px;
    width: 175px;
	}

	#header .headerText a
	{
		color: #1A016B;
		
		text-decoration: none;
	}

	#logo
	{
		height: 149px;		
		margin: 5px;
		float: left;
		width: 990px;		
		background:#FFF;
		color:#0716ab;
	}
	
	#Affiliation
	{
		width: 174px;
		margin: 29px 5px 0px 0px;
		float: right;	
	}

#navBar
{
	
	height: 29px;
	width:815px;
	float:left;
	margin-top:3px;
	margin-bottom:3px
}

	#navBar a
	{
	background: #FEA303;
 	color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 19px;
    margin-right: 2px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 190px;
    text-transform:uppercase;
	}
	#navBar a:hover
	{	
	color:#FEA303;
		   background:#FFFFFF;
  
	}
	
#navSearchContainer
{
	float: left;
	width: 157px;
	margin-left: 3px;
	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: 9pt;
		color: #000;
		font-weight:bold;
		padding-left: 5px;
	}
		#search select
		{
			width: 147px;
			margin-top: 3px;
			margin-bottom: 11px;
		}
		#search input
		{
		}
	
#mainContent
{
	width: 828px;
	float: right;
	margin-right: 5px;
	background: #fbf2e1;
	padding-top: 3px;
}

#fullContent
{
	width: 828px;
	float: right;
	margin-right: 5px;
	border-top: 0px;
	background-color: #FFF1D7;
	padding-bottom: 10px;
	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;
	
	padding: 0px 5px 10px 5px;
}

#footer
{
	border-top: solid 2px #333;
	padding-top: 3px;
	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
	{
	
	}

		.featuredProperties a
		{
			color: #FFFFFF;
			text-decoration: none;
		}

		.featuredProperties .detailsDiv, .detailsDivRight
		{
			margin-top: 0px;
			width: 89px;
			line-height: 21px;
			background-color: #FFA302;
			float: left;
			
			padding-left: 5px;
		}
		
			.featuredProperties .detailsDivRight
			{
				margin-left: 2px;
			}
	.featuredDetails
	{
		background-color: #fee2ad;
		padding: 5px;
		color: #0314BC;
	}
		.featuredDetails a
		{
		color: #0314BC;
			text-decoration: underline;
		}
	
	.featuredProperty
	{
		width: 190px;
		float: left;
		height: 203px;
		border: 1px solid #FFA302;
		margin-right: 10px;
	}
	
	.featuredImage
	{
		width: 190px;
		height: 143px;
	}
	
	.featuredProperties .detailsTitle
	{
		background-color: #FFA302;
		color: #FFFFFF;
		padding-left: 5px;
		margin-bottom: 2px;
	}

/** end featured **/

/** home images **/

#homeimage1
{
	border: solid 1px #FFA302;
	float: right;
	margin-right: 11px;
	margin-top: 25px;
	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 1px;
}
    #quickLinks a
    {
        font-size: 6.5pt;
        color: #1A016B;
    }
	
/** 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;
	height: 171px;
	width: 798px;
	margin: 5px;
	padding: 0px 5px 5px 5px;
	border: solid 1px #1A016B;
}
	.summary h3
	{
		margin: 0px -5px 3px -5px;
		border-top: none;
	}
	
	.summary ul{ float:left; margin-left:18px; margin-top:0px; width:452px; padding:0px; line-height:30px; margin-bottom:0px; font-size: 11px;}
	.summary ul li{display: inline-block; margin-right: 24px; width: auto;}

.resultsTitle
{
	width: 500px;
	float: left;
}

.propertyResultsListingHeader
{
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	color: #1A016B;
	float: left;
	margin-left: 8px;
	width: 430px;
}

.resultsPrice
{
	color: #1A016B; 
	font-size: 11pt;
	float: right;
	width: 150px;
	text-align: right;
	margin-right: 5px;
}

.searchResultsImg
{
	height: 120px;
	width: 160px;
	margin: 11px 0px 0px 4px;
	float: left;
	
}
	.searchResultsImg img
	{
		height: 120px;
		width: 160px;
		border: solid 1px #DDDDDD;
	}
	
.resultsSummary
{
    float: right;
    height: 84px;
    overflow: hidden;
    padding: 5px;
    width: 447px;
	
}

.spacing
{
	line-height: 2em;
}



/** end of Search results **/

/** Property Details **/

.propertyDescription
{
	font-size: 8pt;
	color: #032A54;
	margin: 30px 0px 30px 0px;
}

#mainPhoto
{
	height: 465px;
    margin-left: 5px;
    width: 500px;
	float: left;
	margin: 1px;
	overflow:hidden;
	border: 1px solid #1A016B;
}
	#mainPhoto img
	{

    margin-left: 5px;
	 height: 465px;
	}

#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;
		height: 22px;
		width: 47%;
		border: solid 1px #1A016B; 
		padding: 2px;
		margin: 1px;
		overflow: hidden;
	}

.photo, .plan
{
	
	float: left;
	text-align: center;
	border: solid 1px #1A016B; 
	margin: 4px;
	overflow: hidden;
}

	.photo img, .plan img
	{
		width: 257px;
		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;
	}
	
	.fieldDiv
	{
		width: 110px;
		display: block;
	}

	#_ctl1_contactCaptchaDiv, #SaleProperty1__ctl27_ContactFormTable1_contactCaptchaDiv
	{
		width: 500px;
	}

.printPageLink
{
	font-size: 10pt;
	color: #4D67A0;
	text-decoration: none;
	padding: 0px 0px 10px 10px;
}

/** End of Property Details **/

#Contactform
{
	width: 500px;
	margin: 11px 12px;
}

/** 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;
}

#ContactFormTable1_contactCaptchaDiv, #ContactForm1_contactCaptchaDiv{ width:400px;}

#share-page, #send-document {
       float: left;
    margin-top: 10px;
    width: 302px;
}
#share-page ul, #send-document ul {
  list-style: none;
  margin-top: 10px;
  width: 100%;
  margin: 0;
  margin-left:-20px;
  float: left;
  display: block;
}
#share-page ul li, #send-document ul li {
  display: block;
  float: left;
}
#share-page ul li a, #send-document ul li a {
  display: block;
  margin-top: 5px;
  padding: 5px 5px 0;
}

#send-document ul li a  img{ padding:10px;}

#gallery{ height:425px; overflow-y: scroll;
overflow-x: hidden;}


.propDesc{ width:504px; margin-top:10px; margin-right:10px; float:left;}


