
/* colors
Lightlightgreen: #E4EEDF;
Blue: #5F96D3;
Green: #2D9780;
lightgreen/blue: #EDFDFE;
medGreen/blue: #6EBCA9;
heading color: #288A9B;
*/


body
{
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #E4EEDF;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
}

.container
{
	width: 780px;
	background-color: #C4E3F1;
	border: solid 10px #5F96D3;
	height: 100%;
	overflow: visible;
}

#header
{
	width: 780px;
	height: 210px;
	background-image: url(/images/logo.jpg);
}

#contactInfo
{
	color: White;
	padding: 111px 0px 0px 50px;
}

#navigationBar
{
	width: 740px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding: 30px 0px 0px 0px;
	margin: 0px auto 0px auto;
	color: White;
}	

	#navigationBar a
	{
		color: White;
		text-decoration: none;
	}

	#navigationBar a:hover
	{
		color: #5F96D3;
		text-decoration: underline;
	}

#footerBar
{
	width: 780px;
	background-image: url(/images/navigationbar.jpg);
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	color: White;
}	

	#footerBar a
	{
		color: White;
		text-decoration: none;
	}

	#footerBar a:hover
	{
		color: #5F96D3;
		text-decoration: underline;
	}

#radioLogo
{
	width: 100px;
	float: right;
	margin-right: 15px;
}

#mainContent
{
	width: 740px;
	padding: 20px;
}


	
#footer
{
	width: 780px;
	font-size: 9pt;
	font-weight: bold;
	color: #288A9B;
}

#copyright a
{
	color: #288A9B;
}

#copyright
{
	padding: 10px;
}

#formPage
{
	margin-left: 100px;
}

/** General Classes **/

h1
{
	font-size: 13pt;
	color: #288A9B;
	font-family: Arial;
	padding: 3px 5px 3px 0px;
	margin: 0px 10px 5px 5px;
	
}

h2
{
	font-size: 12pt;
	color: #288A9B;
	font-family: Arial;
}

h4
{
	color: #288A9B;
}

h5
{
	color: #288A9B;
	border-bottom: 1px solid #288A9B;
}

.bold
{
	font-weight: bold;
}

p
{
	line-height: 1.1em;
}

a
{
	color: #288A9B;
	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: #288A9B;
}

.contactForm
{
	width: 420px;
	margin: 0px 0px 0px 0px;
	color: #288A9B;
}

	.contactForm legend
	{
		font-size: 12pt;
		font-weight: bold;
		color: #288A9B;
		padding: 0px 10px 0px 10px;
	}

	.contactForm fieldset
	{
		width: 420px;
		padding: 10px;
	}

/** 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: 360px;
	width: 235px;
	padding: 0px 0px 0px0px;
}

.summaryBorder
{
	width: 230px;
	border: solid 1px #288A9B;
	margin: 0px 5px 0px 9px;
}

.searchResultsImg
{
	width: 230px;
	height: 165px;
	margin-bottom: -6px;
	border: none;
}

.textBar
{
	background-color: #EDFDFE;
	width: 220px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
}

.resultsTitle
{
	font-size: 10pt;
	font-weight: bold;
	color: #288A9B;
	font-family: Arial;
}

.resultsDetails
{
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 10pt;
	line-height: 14px;
	color: #288A9B;
	height: 140px;
	width: 235px;
}

.titleBar
{
	background-color: #EDFDFE;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
	border: solid 1px #288A9B;
	font-size: 12pt;
	font-weight: bold;
	color: #288A9B;
	font-family: Arial;
	text-align: left;
	padding: 5px;
}

	.titleBarLeft
	{
		float: left;
		width: 300px;
	}

	.titleBarRight
	{
		float: right;
		width: 300px;
		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;
	background-color: #EDFDFE;
	line-height: 1.2em;
	border: solid 1px #288A9B;
	font-size: 10pt;
	color: #288A9B;
	font-family: Arial;
	text-align: left;
	padding: 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
{
	width: 340px;
	height: 280px;
	float: left;
	text-align: center;
}

.photo img, .plan img
{
	width: 340px;
	height: 240px;
	margin: 5px 5px 5px 5px;
	border: solid 1px #E4EEDF;
}

.descriptions, .rates
{
	margin: 5px 5px 5px 5px;
	border: solid 1px #288A9B;
}

	.description, .rate
	{
		background-color: #EDFDFE;
		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: #E4EEDF;
			
		}


	

/** End of Property Details **/

.testBorder{border: solid 1px red;}