
/* colors
	lightgreen: #F2ECD0;
	midgreen: #BAB89F;
	darkgreen: #A39F7B;
	bluetext: #006699;
	darkbluetext: #003C4E;
	yellow: #F3EEC5;
*/


body
{
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/body.jpg);
	background-repeat: repeat-x;
	background-color: #6BA4B8; 
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
}

.container
{
	width: 770px;
	background-color: #E2DFD0;
	border: solid 15px #BAB89F;
}

.container2
{
	width: 750px;
	background-image: url(/images/star.gif);
	background-repeat: repeat-y;
	background-color: #F3EEC5;
	margin: 10px;
}

#header
{
	width: 750px;
}

#javeaPortImage
{
	margin: 0px;
	text-align: center;
	margin: 0px 0px -3px 0px;
}

#navigationBar
{
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: White;
	border-top: solid 1px #BAB89F;
	border-bottom: solid 1px #BAB89F;
}	

	#navigationBar a
	{
		color: #003C4E;
		text-decoration: none;
	}

	#navigationBar a:hover
	{
		color: Black;
		text-decoration: underline;
	}

#mainContent
{
}

	#leftColumn
	{
		float: left;
		width: 455px;
	}

		#leftText
		{
			float: left;
			width: 435px;
			padding: 20px 10px 10px 10px;
			line-height: 1.3em;
		}
		
		#leftText h1
		{
			margin: 15px 0px 5px 0px;
		}
	
		#leftText p
		{
			margin: 0px 0px 10px 0px;
		}

	#rightColumn
	{
		float: right;
		width: 295px;
	}
	
	#rightColumn img
{
	border: none;
	margin-top: 5px;
	margin-bottom: -3px;
}


#singleColumn
{
	padding: 10px 10px 10px 10px;
	line-height: 1.3em;
}

	#singleColumn h1
	{
		margin: 25px 0px 5px 0px;
		text-align: center;
	}

	.image
	{
		padding: 10px 20px 20px 20px;
	}

	.image img
	{
		border: solid 4px White;
	}
	
	.imageTextLandscape
	{
		background-color: White;
		width: 303px;
		padding-top: 5px;
		height: 1.8em;
		text-align: center;
	}

	.imageTextPortrait
	{
		background-color: White;
		width: 208px;
		padding-top: 5px;
		height: 1.8em;
		text-align: center;
	}

	.textRight
	{
		text-align: right;
	}
	
#footer
{
	color: Black;
	margin: 1em 0em 1em 0em;
}

#formPage
{
	margin-left: 100px;
}

/** General Classes **/

h1
{
	font-size: 13pt;
	color: #006699;
	font-family: Arial;
	margin-right: 10px;
}

h2
{
	font-size: 12pt;
	color: #006699;
	font-family: Arial;
}

.bold
{
	font-weight: bold;
}

p
{
	line-height: 1.1em;
}

a
{
	color: Black;
	text-decoration: none;
}

a:hover
{
	color: Black;
	text-decoration: underline;
}

img
{
	border: none;
	margin-bottom: -3px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/** 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 #2D4681;
	padding: 5px;
	background-color: #B5CEE3;
}

.article img
{
	float: left;
	width: 170px;
	border: solid 1px #2D4681;
}

.article .description
{
	float: right;
	width: 530px;
	padding: 10px 10px 10px 5px;
	border: solid 1px #2D4681;
	background-image: url(/images/boxfade.jpg);
	background-repeat: repeat-y;
	background-color: White;
}

/** End Content Management Pages **/

/** Property Results **/

.summary
{
	float: left;
	height: 240px;
	width: 225px;
	padding-left: 15px;
	text-align: center;
}

.summaryBorder
{
	width: 220px;
	text-align: center;
	border: solid 1px Black;
}

.searchResultsImg
{
	width: 220px;
	height: 165px;
	margin-bottom: -6px;
	border: none;
}

.textBar
{
	background-color: White;
	width: 220px;
	padding-top: 5px;
	height: 1.8em;
}

.resultsTitle
{
	font-size: 13pt;
	font-weight: bold;
	color: #006699;
	font-family: Arial;
	text-align: center;
}

.resultsDetails
{
	margin: 2px 10px 2px 10px;
	text-align: left;
}

.titleBar
{
	background-color: #FBF9EC;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
	border: solid 1px #CCCCCC;
	font-size: 12pt;
	color: #006699;
	font-family: Arial;
	text-align: left;
	padding: 10px;
}

.titleBar .printPageLink
{
	font-size: 10pt;
}
.page
{
	display: none;
}

.selected, .previous, .next
{
	display: none;

}

.selected
{
	display: none;
}

.disabled
{
	display: none;
}


/** End Property Results **/

/** Property Details **/

#details
{
	position: relative;
	margin-left: 290px;
}
	
	.detailsName
	{
		float: left;
		width: 40%;
		height: 16px;
		padding: 2px;
		margin: 2px;
		color: #2D4681;
		text-align: right;
	}
	
	.detailsValue
	{
		float: left;
		width: 40%;
		border: solid 1px #2D4681;
		height: 16px;
		padding: 2px;
		margin: 2px;
		overflow: hidden;
		background-image: url(/images/boxfade.jpg);
		background-repeat: repeat-y;
		background-position: -200px 0px;
		background-color: White;
	}
	
.photo, .plan
{
	width: 340px;
	height: 320px;
	float: left;
	padding-left: 17px;
	text-align: center;
}

.photoBorder, .planBorder
{
	width: 320px;
	height: 240px;
	border: solid 1px #A39F7B;
}

.photo img, .plan img
{
	width: 320px;
	height: 240px;
	margin-bottom: -3px;
}

	.photo .caption, .plan .caption
	{
		width: 320px;
		height: 25px;
		background-color: #FBF9EC;
		padding-top: 10px;
		font-size: 11pt;
		color: #006699;
	}

.descriptions, .rates
{
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	border-top: solid 1px #A39F7B;
	border-left: solid 1px #A39F7B;
	border-right: solid 1px #A39F7B;
}

	.description, .rate
	{
		border-bottom: solid 1px #A39F7B;
		background-color: #FBF9EC;
	}

		.descriptionTitle
		{
			float: left;
			width: 120px;
			font-weight: bold;
			text-align: right;
		}

		.descriptionText
		{
			float: right;
			width: 530px;
			padding-right: 10px;
		}	

		.rateFrom
		{
			float: left;
			width: 250px;
			padding-left: 10px;
		}

		.rateto
		{
			width: 250px;
			padding-left: 10px;
		}

		.ratePrice
		{
			float: right;
			width: 120px;
			padding-right: 10px;
		}
		
		.altBackground
		{
			background-color: #D6E6CF; 
			
		}

#enquiryForm
{
	background-color: #F3EEC5;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
}

	#enquiryForm fieldset
	{
		color: #A39F7B;
	}

	#enquiryForm legend
	{
		font-size: 13pt;
		color: #006699;
		font-family: Arial;
		font-weight: bold;
		padding: 0px 10px 0px 10px;
	}
	

/** End of Property Details **/
