/* ************************************************************** */
/* ************************** HOMEPAGE ************************** */
/* ************************************************************** */

.homepagecontainer
{
	background-image: url(../images/homepageBackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 5px 0 5px;
}

/* **************************************************************** */
/* ************************** PROPERTIES ************************** */
/* **************************************************************** */

.propertiesTopEntry
{
	border-bottom: 1px solid #3C87AC;
	border-top: 1px solid #3C87AC;
	width: 565px;
	padding:10px;
}

.propertiesNormalEntry
{
	border-bottom: 1px solid #3C87AC;
	width: 565px;
	padding:10px;
	margin-bottom: 15px;
}

.propertiesThumbnail
{
	float:left;
}

.propertiesRightContainer
{
	float:right;
	width: 435px;
	display:inline;
}

.propertiesTitle
{
	color: #666;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.propertiesTitle a
{
	color: #666;
	text-decoration: none;
}

.propertiesTitle a:hover
{
	text-decoration: underline;
}

.propertiesText
{
	font-size: 12px;
	background: #EFF1F1;
	padding: 5px;
}

.propertiesView
{
	font-size: 12px;
	text-align: right;
	padding-right:5px;
}

/* *********************************************************** */
/* ******************** PLACES OF INTEREST ******************* */
/* *********************************************************** */

.placesContainerTop
{
	clear:both;
}

.placesContainers
{
	padding-bottom: 10px;
}

.placesTitle
{
	clear:both;
	width:580px;
	border-bottom: 1px solid #3C87AC;
	margin-bottom: 10px;
	font-weight: bold;
	font-size:16px;
	color:#666;
	padding-left: 5px;
}

.placesText
{
	background: #EFF1F1;
	float: left;
	display: inline;
	width:335px; 
	height: 130px;
	margin-left: 10px;
	padding: 10px;
	font-style:italic;
}

.placesText2
{
	background: #EFF1F1;
	float: left;
	display: inline;
	width:545px; 
	margin-left: 10px;
	padding: 10px;
	font-style:italic;
}

.placesPhoto
{
	float: right;
	margin-right: 10px;
}

/* **************************************************************** */
/* ************************ FURTHER INFO ************************** */
/* **************************************************************** */

.furtherDisclaimer
{
	width: 563px;
	background-color: #E8E8E8;
	border: 1px solid #666;
	padding:10px;
	font-size:12px;
}

.furtherDisclaimer img
{
	float:left;
	margin-right: 10px;
}

.furtherContainers
{
	padding-bottom: 10px;
}

.furtherTitle
{
	width:580px;
	border-bottom: 1px solid #3C87AC;
	margin-bottom: 10px;
	font-weight: bold;
	font-size:16px;
	color:#666;
	padding-left: 5px;
}

.furtherText
{
	background: #EFF1F1;
	float: left;
	display: inline;
	width:545px; 
	margin-left: 10px;
	padding: 10px;
	font-style:italic;
}

/* **************************************************************** */
/* ************************** TESTIMONIALS ************************ */
/* **************************************************************** */

.testimonialsQuoteContainer
{
	background-color: #E8E8E8;
	width: 565px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	padding:10px 10px 5px 10px;
	margin-bottom: 15px;
}

.testimonialsQuoteContainer img
{
	float: left;
	display: inline;
}

.testimonialsQuoteText
{
	float: right;
	display: inline;
	width: 500px;
	font-style: italic;
	margin-right: 5px;
	font-size: 12px;
}

.testimonialsQuoteDate
{
	font-size: 12px;
	text-align: right;
	color: #999;
	clear:both;
}

/* *********************************************************** */
/* ************************** BOOKING ************************ */
/* *********************************************************** */

.bookingDisclaimer
{
	width: 563px;
	background-color: #E8E8E8;
	border: 1px solid #666;
	padding:10px;
	font-size:12px;
	line-height: 30px;
}

.bookingDisclaimer img
{
	float:left;
	margin-right: 10px;
}

.bookingTypeImage
{
	width:65px;
	float: left;
}

.bookingTypeRight
{
	width:520px;
	float: right;
}

.bookingFormContainer
{
	background-color: #E2E6E7;
	padding: 10px;
	border: 1px solid #C3C3C5;
}

.bookingErrorContainer
{
	background-color: #FFF;
	margin: 5px;
	border: 1px solid #C3C3C5;
	color:#AF3236;
}

.bookingErrorContainer img
{
	padding: 0px 5px 0px 5px;
}

.bookingErrorContainer
{
	background-color: #FFF;
	margin: 5px;
	border: 1px solid #C3C3C5;
	color:#AF3236;
}

.bookingErrorContainer img
{
	padding: 0px 5px 0px 5px;
}

.bookingFormLeftColumn
{
	width: 150px;
}

.bookingInput1
{
	width: 330px;
}

.bookingPostcodeA
{
	width: 40px;
	text-transform:uppercase;
}

.bookingPostcodeB
{
	width: 30px;
	text-transform:uppercase;
}

.bookingGuests
{
	width: 30px;
}

.bookingInputDates
{
	width: 80px;
}

.bookingCalendar
{
	margin-bottom: 5px;
	display: inline;	
}

/* *********************************************************** */
/* ************************** CONTACT ************************ */
/* *********************************************************** */

.contactTypeImage
{
	width:65px;
	float: left;
}

.contactTypeRight
{
	width:520px;
	float: right;
}

.contactTypeRight2
{
	width:520px;
	float: right;
	padding-top: 4px;
}

.contactFormContainer
{
	background-color: #E2E6E7; padding: 10px; border: 1px solid #C3C3C5;
}

.contactErrorContainer
{
	background-color: #FFF;
	margin: 5px;
	border: 1px solid #C3C3C5;
	color:#AF3236;
}

.contactErrorContainer img
{
	padding: 0px 5px 0px 5px;
}

.contactFormLeftColumn
{
	width: 140px;
}

.contactInput
{
	width: 345px;
}

.contactButton
{
	text-align: right;
}

.contactBoxContainer
{
	width: 563px;
	background-color: #E8E8E8;
	border: 1px solid #666;
	padding:10px;
	font-size:12px;
}

.contactBoxContainer ul
{
	margin: 0px;
	padding: 10px 0px 0px 15px;
	font-size:12px;
}

.contactBoxHeading
{
	font-weight: bold;
}

/* ************************************************************** */
/* ************************** CONDITIONS ************************ */
/* ************************************************************** */

.conditionsHead1
{
	font-family: Georgia,"Times New Roman","Trebuchet MS";
	font-size: 22px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #3C87AC;
	text-align: left;
	font-weight: bold;
}

.conditionsHead2
{
	font-family: Georgia,"Times New Roman","Trebuchet MS";
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #3C87AC;
	text-align: left;
	font-weight: bold;
}

.conditionsText
{
	background-color: #E2E6E7;
	padding: 10px;
	border: 1px solid #C3C3C5;
	margin-bottom: 25px;
}

.conditionsText p
{
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

/* ************************************************************ */
/* ************************** PROPERTY ************************ */
/* ************************************************************ */

.propertyContainer
{
	font-size: 13px;
}

.propertyImageHeader
{
	float:right;
	margin: 0px 0px 10px 10px;
}

.propertyTable3cell
{
	width: 100%;
	margin: 5px 0px 10px 0px;
	border-collapse: collapse;
}

.propertyTable2cell
{
	width: 100%;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;	
}

.propertyBottom
{
	width: 563px;
	background-color: #E8E8E8;
	border: 1px solid #666;
	padding:10px;
	font-size:12px;
}

/* *********************************************************** */
/* ************************ PRIVACY ************************** */
/* *********************************************************** */

.privacyHeader
{
	width: 560px;
	background-color: #E8E8E8;
	border: 1px solid #666;
	padding:10px;
	font-size:12px;
}

.privacyHeader img
{
	float:left;
	margin-right: 10px;
}

.privacyContainer1
{
	clear:both;
}

.privacyContainer2
{
	clear:both;
	padding-top: 10px;
}

.privacyTitle
{
	clear:both;
	width:580px;
	border-bottom: 1px solid #3C87AC;
	margin-bottom: 10px;
	font-weight: bold;
	font-size:16px;
	color:#666;
	padding-left: 5px;
}

.privacyText
{
	background: #EFF1F1;
	float: left;
	display: inline;
	width:545px; 
	margin-left: 10px;
	padding: 10px;
	font-style:italic;
}