/*  This colour needs to be mad dynamic #9A8862 throughout the stylesheet */
body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #9A8862;
}
h2 {
	font-size: 12px;
	color: #9A8862;
}
h3 {
	font-size: 11px;
}
.SiteContentTable {
	width: 760px;
	margin-bottom: 20px;
}

.ContentArea a{
	color: #9A8862;
}

.TopRow {
	background-color: #9A8862;
	text-align: center;
	height: 46px;
}
.TopRow table td{
	font-size:9px;
	color:#FFFFFF;
	padding-bottom:15px;
	vertical-align:bottom;
}
.TopRow a {
	text-decoration:none;
	color:#FFFFFF;
}
.TopRow a:hover {
	text-decoration:underline;
}
.SearchField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#9A8862;
	width:120px;
	height:20px;
}
.SearchButton {
	cursor:hand;
}
.LogoArea {
	height:110px;
	background-image: url(images/PropertyLogo.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
.FooterRow {
	text-align: center;
	height: 35px;
	background-color: #9A8862;

}
.HorizontalNav {
	background-image: url(images/TopNavBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 41px;
	vertical-align:bottom;
	text-align:right;
}
.TopNavTab {
	height:34px;
	background-image: url(images/TabOff.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9A8862;
	text-align: center;
	width: 186px;
	cursor: hand;
}
.TopNavTab a {text-decoration:none;}
.TopNavTabOver {
	height:34px;
	background-image: url(images/TabOn.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9A8862;
	text-align: center;
	width: 186px;
	cursor: hand;
}
.TopNavTabOver a {text-decoration:none;}
.LeftColumn {
	width: 180px;
	padding-top: 20px;
}
.MenuOne {
	margin-bottom:18px;
	width: 165px;

}
.MenuOneCell {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9A8862;
	cursor: hand;
	padding:2px 0px 2px 19px;
	background-image: url(images/PropertyBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border:solid 1px #FFFFFF;
	background-color:#9A8862;
}
.MenuOneCell a{
	text-decoration:none;
}
.MenuOneCellOver {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9A8862;
	cursor: hand;
	padding:2px 0px 2px 19px;
	background-image: url(images/PropertyBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border:solid 1px #DDDDDD;
	background-color:#9A8862;
}
.MenuOneCellOver a{
	text-decoration:none;
}
.ContactDetails {
	font-size: 9px;
	color: #9C9C9C;
	margin-bottom: 18px;
	padding-left: 5px;
	width: 165px;

}
.ContactDetails a{
	color: #9C9C9C;
	text-decoration:none;
}
.ContactDetails a:hover{
	text-decoration:underline;
}
.ContentArea {
	font-size: 11px;
	color: #525252;
	padding-top: 20px;
	padding-bottom: 20px;
}
.PageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #9A8862;
}
.ContentPicContainer {
	clear: both;
	float: right;
	margin-left: 10px;
	margin-top: 20px;
	border: 1px solid #f6f6f6;
	margin-bottom: 3px;
}
.ContentPicDesc {
	font-size: 10px;
	padding-top: 3px;
	color: #525252;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
.PageLinks {
	padding-top:20px;
	font-size: 10px;
}
.PageLinks a{
	text-decoration:none;
}
.PageLinks a:hover{
	text-decoration:underline;
}
.ContentArea a{
	color: #525252;
}
.RightColumn {
	width: 203px;
	padding-top: 22px;
	text-align: right;
}
.FeaturesPanel {
	width: 187px;
	border: 1px solid #f6f6f6;
}
.NewsUpdatesHeading {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #AB9E8A;
	background-image: url(images/NewsUpdatesHeading.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#9A8862;
}
.MainNewsUpdate {
	font-size: 10px;
	font-weight: bold;
	color: #525252;
}
.MainNewsUpdate a{
	color: #525252;
	text-decoration:none;
}
.MainNewsUpdate a:hover{
	text-decoration:underline;
}
.NewsUpdate {
	font-size: 10px;
	font-weight: bold;
	color: #777777;
	background-image: url(images/UpdateDividers.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
}
.NewsUpdate a{
	color: #777777;
	text-decoration:none;
}
.NewsUpdate a:hover{
	text-decoration:underline;
}
.MoreNews {
	background-color:#9A8862;
	background-image: url(images/MoreNews.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 27px;
	cursor: hand;
}
.FooterText {
	font-size:9px;
	color:#FFFFFF;
}
.FooterText a{
	text-decoration:none;
	color:#FFFFFF;
}
.FooterText a:hover{
	text-decoration:underline;
}
.GalleryMainLink {
	margin-top: 20px;
	background-color: #f6f6f6;

}
.GallerySmallThumb {
	height: 80px;
	width: 80px;
}

.GalleryDescr {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding:0px 0px 0px 10px;
}
.GalleryDescr h2{
	margin:0px;
	color:#525252;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.GalleryDescr h2 a{
	color:#525252;
	text-decoration:none;
}
.GalleryDescr h2 a:hover{
	text-decoration:underline;
}
.GalleryDescr div {
	color:#525252;
	font-weight:normal;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SubTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom:20px;
}
.GalleryView {
	background-color: #f6f6f6;
	width: 135px;
	margin-bottom: 20px;
	float:left;
	margin-right:10px;
}
.GalleryViewDescr {
	font-size: 10px;
	color: #525252;
}
.GalleryView img {
	cursor:hand;
}
.DownloadsViewContainer {
	margin-bottom: 20px;
	margin-right:10px;
	float:left;
}
.DownloadsView {
	background-color: #f6f6f6;
	width: 135px;
}
.DownloadsList {
	padding: 5px;
	font-size: 9px;
	font-weight: normal;
	color: #ADAAA1;
}
.DownloadsList a{
	font-weight: bold;
	color: #ADAAA1;
	text-decoration:none;
}
.DownloadsList a:hover{
	text-decoration:underline;
}
.DownloadsList div{
	padding-bottom:2px;
}

.ArticleTitle {
	background-color: #f6f6f6;
	padding: 7px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
.ArticleTitle h2{
	padding:0px;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 11px;
	padding-bottom:3px;
	margin-bottom:2px;
	border-bottom:solid 1px #e2ddd6;
}
.ArticleTitle h3{
	padding:0px;
	margin:0px;
	font-size: 14px;
}

.ArticleDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	padding-top: 3px;
}
.ArticleDescr {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ReadMore {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	color: #9A8862;
	padding-top: 5px;
}
.ReadMore a{
	color: #9A8862;
	text-decoration:none;
}
.ReadMore a:hover{
	text-decoration:underline;
}

.EnqFieldsTable {
	height:22px;
	font-size:9px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#d3d3d3
}

.DateIndcators {
	width:60px;
	height:20px;
	border: solid 1px #FFFFFF;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#797979;
	text-transform:uppercase;
}
.AdultsDropdown {
	width:35px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#797979;
	text-transform:uppercase;

}
.SearchTitle {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

.SearchLinks {
	padding-top:5px;
	padding-bottom:20px;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
}
.keyword {
	background-color: #e7e7e7;
	padding: 0px 2px 0px 2px;
}

.SearchLinks a{
	text-decoration:underline
}
.SearchLinks a:visited{
	color:#551a8b;
	text-decoration:none
}
.FormTable {
	color: #525252;
	font-size:11px;
	margin-top:40px;
}
.FormTable td{
	padding:1px 0px 1px 0px;
}
.FormTable th{
	font-weight: normal;
	width:180px;
	text-align:left;
	vertical-align:top;
	padding:3px 0px 3px 8px;
	background-image: url(images/FormBullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.FormTable input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #525252;
	width:250px;
	height:22px;
	background-color:#f4f4f4;
}
.FormTable select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #525252;
	width:250px;
	height:22px;
	background-color:#f4f4f4;
}
.FormTable textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #525252;
	width:250px;
	height:200px;
	background-color:#f4f4f4;
}
.Button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top-color: #525252;
}
.pageon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BAB7AF;
	background-image: url(images/pagenation_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width:18px;
}
.pageoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BAB7AF;
	cursor: hand;
	background-image: url(images/pagenation_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width:18px;
}
.pageoff a{
	color: #BAB7AF;
	text-decoration:none;
}
.pageoff a:hover{
	color: #BAB7AF;
	text-decoration:underline;
}
.BookingButton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/BookingButtonBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	width: 164px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#links {
position:absolute;
top:-50px;
}


.FeatureButton {
	background-image: url(images/ButtonFrame.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	width: 187px;
	margin-bottom: 10px;
	display: block;
}
.FeatureButton Img {
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
}
.RelatedLinks {
	padding-top: 20px;
}
.RelatedLinks h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.RelatedLinks li a {
	color: #525252;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.RelatedLinks li a:hover {
	text-decoration: underline;
}
.Attention {
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px dashed #ADADAD;
}

