
/* colors
	darkPurple: #721530;
	midPurple: #864156;
	lightPurple: #741732;
*/


body
{
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #A8687B;
	font-family: Trebuchet MS, Helvetica, Verdana, Sans-Serif;
	font-size: 9pt;
}

h1, h2, h3
{
	font-family: Trebuchet MS, Helvetica, Verdana, Sans-Serif;
	color: #864156;
	font-size: 12pt;
}

.topLink
{
	width: 788px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.topBlock
{
    position: absolute;
    top: 0px;
    left: 10px;
    width: 100%;
    display: inline;
}

.container
{
    position: relative; /* fixes absolute position with IE */
	width: 788px;
	background-color: White;
	border-left: solid 1px #864156;
	border-right: solid 1px #864156;
	margin: 0px auto 0px auto;
	padding-top: 10px;
}

#header
{
	width: 768px;
	margin: 20px 10px 5px 10px;
}

#navigationBar
{
	font-size: 8.5pt;
	font-weight: bold;
	margin-top: 15px;
	height: 46px;
	margin-right: 37px;
}	

	#navigationBar a
	{
		color: #666666;
		text-decoration: none;
		text-transform: uppercase;
	}

	#navigationBar a:hover
	{
		color: Black;
		text-decoration: underline;
	}
	
#registerLink
{
	width: 65px;
	height: 60px;
	text-align: center;
	font-weight: bold;
}

	#registerLink a
	{
		height: 20px;
		width: 75px;
		color: #760225;
		border: solid 1px #864156;
		padding: 2px 2px 0px 2px;
		display: block;
		font-weight: bold;
	}
	
	#registerLink a:hover
	{
		background-color: #760225;
		color: #FFFFFF;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}

#mainContent
{
	margin: 330px 10px 15px 5px;
}

#mainLandingContent
{
	margin: 100px 10px 15px 5px;
}

.flag
{
	margin-right: 9px;
	width: 31px;
	height: 24px;
	margin-bottom: 15px;
}

	.flagCenter
	{
		margin-left: 35px;
	}
	.flagRight
	{
	    margin-left: 35px;
	}

#leftColumn
{
	width: 200px;
	border-right: solid 1px #864156;
}

#navBlock a
{
	display: block;
	width: 100%;
	height: auto;
}

.callMeBack
{
}

#rightColumn
{
	float: right;
	width: 555px;
}

#featured
{
	padding-left: 6px;
}

.featuredBox
{
    display: inline;
	background-image: url(/images/featuredBG.jpg);
	background-repeat: repeat-x;
	background-color: #BF9BA6;
	height: 200px;
	width: 222px;
	color: #721530;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	border: 1px solid #B48A97;
	padding-top: 11px;
	margin-left: 26px;
	float: left;
	margin-bottom: 15px;
	margin-top: 5px;
}

	.featuredBox img
	{
		border: 1px solid #B48A97;
		width: 196px;
		height: 147px;
		margin-bottom: 5px;
	}

#map
{
	border: solid 1px #721530;
}

.tagLineText
{
	float: right;
	width: 550px;
	text-align: left;
	display: inline;
}

/* footer */

#footer
{
	background-color: White;
	color: #741732;
	margin: 0px auto 0px auto;
	padding: 7px 7px 7px 7px;
	width: 774px;
	border: solid 1px #864156;
}

    .footerBar
    {
	    font-weight: bold;
	    margin-bottom: 1em;
    }
    
        #footerBarLeft
        {
	        margin-left: 15px;
        }


        #footerBarLeft, #footerBarCenter, #footerBarRight
        {
	        font-size: 7pt !important;
	        text-align: left;
        }

        #footerBarRight h2, #footerBarCenter h2, #footerBarLeft h2
        {
	        padding: 0px;
	        margin: 0px;
	        font-size: 10pt;
        }

        #footerBarLeft, #footerBarCenter
        {
	        width: 230px;
	        float: left;
        }
        #footerBarRight
        {
	        width: 260px;
	        float: left;
        	
        }


/** General Classes **/

h1
{
	font-size: 15px;
	color: #741732;
	font-style: italic;
}

h5
{
	font-size: 12pt;
	font-weight: bold;
}
	h5 a
	{
		text-decoration: underline;
	}

.bold
{
	font-weight: bold;
}

p
{
	line-height: 1.1em;
}

	.listDetails
	{
		line-height: 1.5em;
	}

fieldset
{
	width: 180px;
	color: #721530;
	font-size: 8pt;
	font-weight: 600;
	line-height: 2em;
}

	fieldset legend
	{
		font-size: 10pt;
		font-weight: bold;
		color: #721530;
		padding: 10px;
	}

	fieldset select
	{
		width: 150px;
	}

#advancedSearch
{
	height: 0px;
	overflow: hidden;
}

	#advancedSearch fieldset
	{
		width: 360px;
		margin-left: 100px;
		padding: 0px 10px 10px 10px;
	}

#registrationForm
{
}

	#registrationForm fieldset
	{
		width: 510px;
		padding: 0px 10px 10px 10px;
	}

.textRight
{
	text-align: right;
}

img
{
	border: none;
}

	img a
	{
		border: none;
		text-decoration: none;
	}

a
{
	color: #721530;
	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;
}

/** Contact Page **/

.type
{
	width: 100px;
}

.contactDetails
{
	width: 150px;
}

.names
{
	width: 45px;
}

/** end Contact page stuff **/


/** Content Management Pages **/



#article
{
	padding-left: 10px;
	margin: 10px 0px 10px 0px;
	border: solid 1px #2D4681;
	padding: 10px 20px 10px 20px;
}

#article p, #article div, #article h1, #article h2, #article span
{
	padding-left: 0px;
}

.article
{
	position: static;
	margin-bottom: 5px;
	border: solid 1px #741732;
	padding: 5px;
}

.article img
{
	float: left;
	width: 170px;
	border: solid 1px #864156;
}

.article .description
{
	float: right;
	width: 350px;
	padding: 10px 10px 10px 5px;
	background-color: White;
}


/** End Content Management Pages**/

/** Search Results **/


.summary
{
	margin-bottom: 10px;
	padding: 5px 5px 0px 5px;
	border: solid 1px #864156;
	width: 540px;
}

.searchResultsImg
{
	width: 125px;
	border: solid 1px #DDDDDD;
	margin-right: 10px;
}

.summaryHeadings
{
	background-color: White;
	padding: 5px 0px 5px 0px;
	width: 535px;
}


	.summaryHeading
	{
		background-color: #CC9999;
		color: #333333;
		padding: 5px 0px 5px 5px;
		width: 115px;
		float: left;
		margin-right: 10px;
	}

	.summaryText
	{
		float: right;
		width: 250px;
		margin-right: 5px;
	}
	
.summaryHeading a
{
	color: Black;
}

.resultsTitle
{
	width: 400px;
	float: left;
}

.propertyResultsListingHeader
{
	font-size: 12pt;
	font-weight: bold;
}

.resultsPrice
{
	float: right;
	width: 130px;
	text-align: right;
}

#searchResults
{
	padding: 5px 5px 5px 15px;
	border: solid 1px #B5CEE3;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 530px;
}

.pages
{
	padding-bottom: 1px;
}

.page
{
	padding: 0px 4px 0px 4px;
	border: solid 1px #2D4681;
	margin: 0px 3px 0px 3px;
}

.selected, .previous, .next
{
	padding: 0px 4px 0px 4px;
	font-weight: bold;

}

.selected
{
	background-color: #B5CEE3;
	text-decoration: none;
	border: solid 1px #2D4681;
}

.disabled
{
	display: none;
}

.spacing
{
	line-height: 2em;
}

/** end of Search results **/

/** Property Details **/

#details
{
	float: right;
	width: 220px;
	margin-left: 10px;
	border: solid 1px #864156;
}
	
	.detailsName
	{
		float: left;
		width: 120px;
		height: 16px;
		padding: 2px;
		margin: 2px;
		text-align: right;
	}
	
	.detailsValue
	{
		float: right;
		width: 70px;
		height: 16px;
		padding: 2px;
		margin: 2px;
		text-align: left;
	}
	
#mainPhoto
{
	width: 320px;
	float: left;
}

#mainPhoto img
{
	width: 320px;
	border: solid 1px #864156;
}

#photoGallery
{
	height: 350px;
	overflow: hidden;
}

.photo, .plan
{
	width: 175px;
	height: 167px;
	float: left;
	margin: 3px 5px 3px 2px;
	border: solid 1px #864156;
	overflow: hidden;
}

.photo img, .plan img
{
	width: 175px;
	border-top: solid 1px #864156;
	margin-bottom: -6px;
}

	.photo .caption, .plan .caption
	{
		height: 40px;
		padding: 2px 0px 0px 5px;
		background-color: White;
		text-align: center;
	}
	
#enquiryForm
{
	padding-left: 10px;
	border: solid 1px #864156;
	background-color: White;
}

/** End of Property Details **/

/** Large Photos and Plans **/

#largePhoto img, #largePlan img
{
	width: 500px;
	border: solid 1px #2D4681;
}

/** End photos and Plans

/** Property Photo Page **/

#propertyPhotoPage
{
	height: 100%;
	margin: 10px 7px 10px 0px;
	padding: 5px;
	text-align: center;
}

#propertyPhotoPage img
{
	width: 530px;
}

.salePropertyCaption
{
	width: 400px;
	background-color: #CC9999;
	margin-left: auto;
	margin-right: auto;
	line-height: 12pt;
	font-size: 11pt;
}

/** Developments **/

.developmentCaption
{
	background-color: #CC9999;
	width: 172px;
	margin-left: 2px;
	padding-left: 5px;
}

.largeImage
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#developmentDetails
{
}

#developmentDetails img
{
	width: 360px;
}

.mainBodyDescription
{
	float: right;
	width: 300px;
}

.mainBodyPicture img
{
	float: left;
	width: 240px;
	border: solid 1px #CCCCCC;
}

