/* Color Codes
Orange:		 #FEA303; 
Dark Blue:   #1A016B;
Blue from logo: #42AAE9;
Yellow from logo: #FFCF28;
*/

body
{
	height: 100%;
	width: 790px;
	margin: 10px auto 10px auto;
	background-image: url(/images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-attachment: fixed;
	font-family: verdana, arial, helvetica, Serif;
	font-size: 10pt;
	text-align: center;
}

a
{
	color: #000000; 
	font-size: 9pt;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;	
}

img
{
	border: none;
}

img a
{
	border: none;
}

h1, h1 a, h2, h3, h4, .propertyResultsListingHeader, .propertyResultsListingHeader a
{
	color: #000000;
	font-family: verdana, arial, helvetica, Serif;
	text-decoration: none;
}

h1
{
    background-image: url(/images/h1bar.jpg);
    background-repeat: repeat-x;
    background-color: #969696;
	color: #FFFFFF;
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	font-family: Tahoma, Verdana;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	line-height: 1.5em;
}

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
{
    color: #0360AD;
	font-size: 11pt;
	font-weight: normal;
	font-family: Tahoma, Verdana;
}

h5
{
    padding: 0px;
    margin: 5px 0px 5px 0px;
    color: #42AAE9;
	font-size: 13pt;
	font-weight: normal;
	font-family: Tahoma, Verdana;
}

#container
{
	width: 790px;
	background-color: White;
	border: solid 1px #42AAE9;
	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: #FFFFFF;
	padding: 3px 3px 0px 3px;
}

#header img
{
	margin-left: 40px;
	float:left;
}

#telBox
{
	width: 385px;
	background-color: #1A4B76;
	height: 125px;
	float: right;
	border: solid 1px #F1F4FA;
	text-align: left;
	color: #FFFFFF;
	font-size: 11pt;
	margin-bottom: 3px;
}

	#telBox p
	{
		font-size: 16pt;
		margin-top: 5px;
		margin-left: 60px;
		color: #FFFFFF;
	}


	#flags img
	{
		float: right;
		margin-right: 5px;
		border: solid 1px #FFFFFF;
		width: 28px;
		height: 17px;
		border: solid 1px #333333;
	}

	#telBox p
	{
		font-size: 14pt;
		margin-top: 20px;
		text-align: center;
		color: #FFFFFF;
		line-height: 21px;
	}
	
	#registerBox
	{
	    float: left;
	    text-decoration: none;
	    margin: 5px 0px 0px 5px;
	    width: 197px;
		height: 40px;
	    background-color: #FFCB2A;
	    border: solid 1px #42AAE9;
	    background-image: url(/images/register.jpg);
	    background-repeat: no-repeat;
	    padding: 10px 15px 5px 0px;
	    margin-left: 0px;
	}
	    #registerBox a
	    {
	        text-decoration: none;
	        text-align: right;
	        color: #42AAE9;
	        font-size: 25px;
	        font-weight: normal;
	        display: block;
	     }

.headerBox
{
	width: 246px;
	height: 233px;
	background-color: #FBE166;
	border: 2px solid #E4E7EE;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	font-family: Arial;
}

	.headerBox a
	{
		font-size: 10px;
		text-decoration: none;
		color: #000000;
		font-weight: normal;
	}
	
	.headerBox img
	{
		margin-bottom: 10px;
	}

	#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;
	}

	#logo
	{
		height: 105px;		
		margin: 5px 0px 10px 5px;
		float: left;
		width: 400px;		
	}

#searchForm
{
	color: #1E1E38;
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 0px;
}

	#searchForm input
	{
		width: 185px;
		margin-bottom: 10px;
		margin-top: 2px;
	}

	#searchForm select
	{
		width: 190px;
		margin-bottom: 10px;
		margin-top: 2px;
	}

#navigationBox
{
	margin-left: 5px;
	background-color: #68B9D3;
	width: 212px;
	padding: 1px 1px 0px 1px;
	
}

	#navigationBox h1
	{
		background-color: #FFFFFF;
		padding-bottom: 5px;
		margin-bottom: 0px;
	}

	#navigationBox a
	{
		width: 207px;
		display: block;
		line-height: 24px;
		background-color: #F1F1F1;
		color: #100D3A;
		margin-bottom: 1px;
		padding-left: 5px;
		text-decoration: none;
	}

#head
{
	margin: 0px 15px 0px 10px;
}

#logoSamll
{
	margin-left: 30px;
	margin-bottom: 10px;
}

#callBackForm input[type:text]
{
	width: 35px !Important;
}

#navSearchContainer
{
	float: left;
	width: 214px;
	margin-right: 5px;
}

.leftColumn
{
    float:left;
    width: 214px;
}

.leftBarBox
{
	width: 205px;
	background-color: #F1F1F1;
	border: solid 1px #C6D1E8;
	margin-bottom: 6px;
	margin-top: 5px;
	margin-left: 5px;
}

	.leftBarBox h1
	{
		text-align: center;
	}
	.leftBarBox select
	{
	    margin-bottom: 5px;
	}
	.leftBarBox .inner
	{
	    padding: 0px 6px 10px 6px;
	}
	
.homepageLogos
{
    width: 190px;
    margin-left: 25px;
    margin-top: 25px;
}
	

.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; 
		}
	#search
	{
		font-size: 10pt;
		color: #FEA303;
		padding-left: 5px;
	}
		#search select
		{
			width: 140px;
			margin-bottom: 5px;
		}
		#search input
		{
		}
		
.navLink
{
	height: 29px;
	width: 155px;
	background-color: #FBFCFF;
	border: solid 1px #EFF3FF;
	font-family: Arial;
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
}

	.navLink a
	{
		padding: 7px 0px 0px 5px;
		background-color: #FBFCFF;
		padding-left: 7px;
		display: block;
		height: 22px;
		width: 148px;
	}
	
	.navLink a:hover
	{
		background-color: #EFF3FF;
		color: #1C0975;
	}

.navBar
{
	line-height: 26px;
	background-image: url(/images/navBG.jpg);
	background-repeat: repeat-x;
	background-color: #E1E1E1;
	margin-bottom: 5px;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	font-size: 7.5pt;
	margin-top: 0px;
}

	.navBar a
	{
	    font-size: 7.5pt;
		color: #000000;
		text-decoration: none;
	}
	
#mainContent
{
	width: 780px;
	float: right;
	margin: 6px 5px 0px 0px;
	display: inline;
}

#mainContent h1
{
	margin-bottom: 2px;
}

#mainContentCenter
{
	width: 330px;
	float: left;
	margin: 6px 0px 0px 10px;
	text-align: justify;
	display: inline;
}

	#mainContentCenter p
	{
		font-size: 9pt;
		line-height: 1.3em;
		text-align: justify;
	}
	
#mainContentRight
{
	width: 550px;
	float: right;
	margin: 6px 5px 0px 0px;
	display: inline;
}

#mainContentRight h1
{
	margin-bottom: 2px;
}
	
.contactContainer
{
    border: solid 1px #C6D1E8;
    margin-bottom: 10px;
}
    .contactContainer .inner
{
    padding: 5px;
}

.contactLabel
{
    height: 15px;
    font-weight: bold;
    font-size: 11px;
    width: 50px;
    float: left;
    text-align: left;
}

.contactValue
{
    padding-left: 30px;
    font-size: 11px;
    float: left;
    text-align: left;
    margin-bottom: 5px;
}

#FeaturedBar
{
	width: 212px;
	background-color: #F1F1F1;
	border: solid 1px #C6D1E8;
	text-align: center;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px 0px 10px 0px;
}

	#FeaturedBar .box
	{
		width: 176px;
		min-height: 55px;
		/*border: solid 1px #57A34B;*/
		border-left: solid 10px #57A34B;
		margin-top: 0px;
		margin-bottom: 10px;
		text-align: left;
		/*color: #354F80;*/
		color: #333333;
		font-family: Tahoma, Verdana, Helvetica;
		padding: 5px 0px 5px 5px;
	}
	
	#FeaturedBar img
	{
		width: 174px;
		border: solid 1px #CCCCCC;
		margin: 0px;
	}

.featuredProperty
{
    width: 180px;
    margin: 0px auto 0px auto;
}
	

#fullContent
{
	width: 616px;
	float: left;
	margin-right: 4px;
	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;
}

	#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: 135px;
	background-color: #FFF1D7;
	padding: 10px;
}

#featuredProperties
{
	width: 730px;
	background-color: #FFEC9D;
	margin: 10px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

	#featuredProperties .property 
	{
		float: left;
		text-align: center;
		width: 210px;
		margin: 0px 10px 0px 10px;
	}

		#featuredProperties .property img
		{
			width: 200px;
			height: 135px;
			margin: 5px 5px 0px 5px;
			border: solid 1px #FFFFFF;
		}

#footer
{

	margin: 10px 0px 0px 0px;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #E4E7EE;
}
	#footer a
	{
		color: #FFFFFF;
	}
		#footer a:hover
		{
		}
		
	#footer .navbar a
	{
	    color: #000000;
	}
	
	#copyRightEtc
	{
		padding: 10px;
		background-color: #FFFFFF;
		width: 770px;
		margin-top: 15px;
	}
	
	#copyRightEtc a
	{
		color: #000000;
		font-size: 8pt;
	}

    .comment
{
	border: solid 1px #E4E4E4;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}

#commentForm
{
	margin-top: 5px;
	border: solid 1px #E4E4E4;
	padding: 5px;
}

	#commentForm input
	{
		width: 170px !important;
	}
	
		#commentForm textarea
		{
			width: 270px !important;
			font-family: Arial;
		}
	
		#commentForm input[type=submit]
		{
			margin-left: 70px;
			width: 75px !important;
		}
	
	#commentForm select
	{
		width: 200px;
	}
	
	#commentForm .required
	{
	}
	.commentSubmitMessage, #commentSubmitMessage
	{
		border: solid 1px #FFCC00;
		background-color: #F1F4BD;
		display: block;
		min-height: 30px;
		padding: 18px;
		text-align: center;
		font-size: 14pt;
		margin-top: 7px;
		font-weight: bold;
	}

/** 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 **/

.label
{
	width: 110px;
	display: block;
	float: left;
}

.field input[type=submit]
{
	margin-left: 110px;
	margin-top: 5px;
}

/** Content Management Pages **/

.article
{
	position: relative;
	margin: 10px;
	border: solid 1px #CCCCCC;
	padding: 3px;
}

.article img
{
	float: left;
	width: 170px;
	margin-left: 5px;
	margin-top: 7px;
}

.thumbImages img
{
	float: left;
	width: 157px;
	height: 118px;
	margin: 0px 5px 10px 5px;
}

.article .description
{

	float: right;
	width: 560px;
	padding: 7px;
}

.article h1
{
	background-color: #42AAE9;
	height: 20px;
	color: #FFFFFF;
	font-size: 9pt;
	padding: 2px 0px 0px 7px;
	margin-top: 0px;
}


/** End Content Management Pages**/

/** Search Results **/

.summary
{
	background-color: white;
	margin: 0px 0px 5px 0px;
	border: solid 1px #999999;
}

	.summary a
	{
		color: #000000;
	}
	
	.summary a:hover
	{
		color: #000000;
	}
	
	.summary h3
	{
		margin: 0px -5px 3px -5px;
		border-top: 0px;
	}
	.summary h5
	{
	    background-image: url(/images/h1bar.jpg);
		background-repeat: repeat-x;
		background-color: #969696;
		font-size: 12px;
		color: White;
		padding: 5px;
		margin: 0px;
	}
	.summary .inner
	{
	    padding: 5px;
	}

.resultsTitle
{
	width: 500px;
	float: left;
}

.propertyResultsListingHeader
{
	font-size: 11pt;
	font-weight: bold;
	color: #1A016B;
}

.resultsPrice
{
	color: #1E1E38; 
	font-size: 11pt;
	float: right;
	width: 150px;
	text-align: right;
}

.searchResultsImg
{
	width: 160px;
	float: left;
}
	.searchResultsImg img
	{
		width: 170px;
		border: solid 1px #DDDDDD;
	}
	
.resultsSummary
{
	margin-left: 190px;
	padding: 5px 5px 5px 5px;
	
}

.resultsLabel
{
    height: 13px;
    font-weight: bold;
    font-size: 10px;
    width: 85px;
    float: left;
    text-align: right;
    overflow: hidden;
}

.resultsValue
{
    height: 15px;
    font-size: 10px;
    width: 75px;
    float: left;
    text-align: left;
    overflow: hidden;
}

.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: 313px;
		border: solid 1px #C6D1E8; 
	}

#details
{
	float: right;
	width: 233px;
}
	
	.detailsName
	{
		float: left;
		width: 47%;
		padding: 2px;
		margin: 1px;
		border: 1px solid #EFF3FF; 
		background-color: #1A4B76;
		background-repeat: repeat-x;
		color: #FFFFFF;
		overflow: hidden;
	}
	
	.detailsValue
	{
		float: left;
		width: 46%;
		border: dotted 1px #1A4B76; 
		padding: 2px;
		margin: 1px;
		overflow: hidden;
	}

.photo, .plan
{
	width: 260px;
	height: 190px;
	float: left;
	text-align: center;
	border: solid 1px #C6D1E8; 
	margin: 4px;
	overflow: hidden;
}

	.photo img, .plan img
	{
		width: 260px;
		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;
	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: #000000;
	text-decoration: none;
	padding: 0px 0px 10px 10px;
}

/** End of Property Details **/

/** Large Photos and Plans **/

#largePhoto img, #largePlan img
{
	width: 98%;
}

.descriptionWarning
{
    color: Red;
    font-size: 8pt;
}

/** 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;
	margin-bottom: 2px;
}

.selected, .previous, .next
{
	padding: 0px 5px 3px 4px;
}

.pages
{
	text-align: center;
	padding-bottom: 10px;
}

.selected
{
	background-color: #333333;
	border: 1px solid #EFF3FF;
	text-decoration: none;
	margin-left: 3px;
	color: White;
}

.disabled
{
	display:none;
}

.testBorder
{
	border: solid 1px red;
}

/** Gallery **/

#photoGallery
{
	text-align: center;
}

	#photoGallery img
	{
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
		max-height: 450px;
		max-width: 490px;
	}

#photoGalleryScroll
{
	width: 500px;
	height: 175px;
	border: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: auto;
}

	#photoGalleryInner
	{
		width: auto;
		height: 134px;
		white-space: nowrap;
		padding: 10px;
	}

.galleryBox
{
	width: 139px;
	height: 133px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	display: inline;
	cursor: pointer;
}

	.galleryBox img
	{
		max-height: 120px;
		max-width: 138px;
	}