
/* colors
Orange: #F58220
*/


body
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/backgroundFade.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Times New Roman, Verdana;
	font-size: 10pt;
}

.container
{
	width: 780px;
	border: solid 1px #000000;
}

#header
{
	height: 217;
	width: 780px;
	background-color: #000000;
}

	#header .navigationBar
	{
		margin: 10px 0px 10px 0px;
		font-size: 10pt;
	}

#headerTitle
{
	padding: 65px 0px 0px 30px;
	color: White;
	font-weight: bold;
}

	.titleSmall
	{
		font-size: 8pt;
	}
	
	.titleLarge
	{
		font-size: 24pt;
		font-style: italic;
	}
	
#contactInfo
{
	color: White;
	padding: 40px 0px 0px 490px;
}

.navigationBar
{
	background-color: #F58220;
	padding-top: 5px;
	height: 23px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
}	

	.navigationBar a
	{
		color: #000000;
		text-decoration: none;
	}

	.navigationBar a:hover
	{
		color: #000000;
		text-decoration: underline;
	}

#footerBar
{
	width: 780px;
	background-color: #E8E8E8;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	color: #000000;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
}	

	#footerBar a
	{
		color: #000000;
		text-decoration: none;
	}

	#footerBar a:hover
	{
		color: #1F5693;
		text-decoration: underline;
	}
		#tagLine
		{
			margin-top: 10px;
			color: #F58220; 
		}

#mainContent
{
	padding: 5px;
}


	
#footer
{
	background-color: #000000;
	text-align: center;
	width: 760px;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

	#footer a
	{
		color: #FFFFFF;
	}

#copyright a
{
	color: #000000;
}

#copyright
{
	padding: 10px;
}

#formPage
{
	margin-left: 100px;
}

/** General Classes **/

h1
{
	font-size: 13pt;
	color: #333333;
	font-family: Arial;
	padding: 3px 5px 3px 0px;
	margin: 0px 10px 5px 5px;
	
}

h2
{
	font-size: 12pt;
	color: #6F269A;
	font-family: Arial;
}

h4
{
	color: #333333;
}

h5
{
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.bold
{
	font-weight: bold;
}

p
{
	line-height: 1.1em;
}

a
{
	color: #6F269A;
	text-decoration: none;
}

a:hover
{
	color: #5F96D3;
	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;
}

.contactInfo
{
	width: 280px;
	margin: 10px 0px 0px 0px;
	color: #333333;
}

.contactForm
{
	width: 420px;
	margin: 0px 0px 0px 0px;
	color: #6F269A;
}

	.contactForm legend
	{
		font-size: 12pt;
		font-weight: bold;
		color: #333333;
		padding: 0px 10px 0px 10px;
	}

	.contactForm fieldset
	{
		width: 420px;
		padding: 10px;
		color: #333333;
	}

/** Content Management Pages **/

#article
{
	padding-left: 10px;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
}

#article p, #article div, #article h1, #article h2, #article span
{
	padding-left: 0px;
}

.article
{
	margin-bottom: 5px;
	border: solid 1px #2D4681;
	padding: 5px;
	background-color: #F58220;
	color: #FFFFFF;
}

	.article a
	{
		color: #FFFFFF;
	}

.articleIcon
{
	float: left;
}

.article img
{
	width: 160px;
	height: 120px;
}

.articleText
{
	float: right;
	width: 550px;
}

.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 **/

.salePropertiesAll
{
	text-align: center;
	margin-top: 7px;
	line-height: 1.2em;
	font-size: 10pt;
	color: #333333;
	font-family: Arial;
}

.summary
{
	float: left;
	padding: 0px;
}

.summaryBorder
{
	width: 240px;
	margin: 0px 5px 10px 5px;
	border: solid 5px #F58220;
}

.searchResultsImg
{
	width: 240px;
	height: 165px;
	border: none;
}

.textBar
{
	background-color: #F58220;
	overflow: hidden;
	padding: 0px 5px 5px 3px;
}

.resultsTitle
{
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	font-family: Arial;
	text-align: center;
}

.resultsDetails
{
	margin-top: 5px;
	font-size: 10pt;
	color: #333333;
	height: 100px;
	text-align: center;
}
	
		.resultsDetails ul
		{
			margin-top: 0px;
			padding-top: 0px;
			margin-left: 0px;
			margin-bottom: 5px;
		}
	
		.resultsDetails ul li
		{
			list-style-position: inside;
			margin-left: 0px;
			margin-top: 0px;
			padding-top: 0px;
		}
		
		.resultsDetails li
		{
			font-weight: bold;
		}
		.resultsDetails p
		{
			text-align: center;
		}

.titleBar
{
	background-color: #F58220;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
/*	border: solid 1px #6F269A;*/
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	font-family: Arial;
	text-align: left;
	padding: 5px;
}

	.titleBarLeft
	{
		float: left;
	}

	.titleBarRight
	{
		float: right;
		text-align: right;
	}

.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, #photographs, #accomodation, #rates, #contactForm, #mainContentInner
{
	margin-top: 7px;
	line-height: 1.2em;
/*	border: solid 1px #6F269A;*/
	font-size: 10pt;
	color: #333333;
	font-family: Arial;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

#mainContentInner
{
	line-height: 1.4em;
}
	.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;
	}
	
.photo, .plan
{
	margin: 5px 0px 10px 15px;
	float: left;
	text-align: center;
}

.photo img, .plan img
{
	width: 340px;
	height: 240px;
	border: solid 1px #333333;
}

.descriptions, .rates
{
	margin: 5px;
/*	border: solid 1px #6F269A;*/
}

	.description, .rate
	{
		background-color: #F58220;
		line-height: 1.5em;
		height: auto;
		overflow: visible;
	}

		.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: #333333;
			color: #FFFFFF;
			
		}


	

/** End of Property Details **/

.testBorder{border: solid 1px red;}