*{outline:none;}
html { overflow-y: scroll; }

a img
{
	border: none;
}
a{color:#ab9c8f;}
a:hover{text-decoration:none;}
body{
background-color:#d7d2cb;
margin:0;
padding:0;
font-family:"Times New Roman", Times, serif;
}
/*****************
	Generic
*****************/
.clear{clear:both;}
.fltR{float:right;}
.fltL{float:left;}
.padded{padding:20px;}
.noborder{border:0;}
p{font-size:15px;color:#685c53;line-height:20px;margin:10px 0;padding:0;}
.white{color:#fff;}
h1{color:#ab9c8f;font-size:30px;padding:0;margin:0;font-weight: normal;}
h2{padding:0;margin:0;color:#ab9c8f;font-weight: normal;}
h3{color:#FFF;padding:0;margin:0;font-weight:normal;}
h3 a{color:#FFF;text-decoration:none;}
/*****************
	Layout
*****************/
.wrapper{
background:	#d7d2cb url(/images/bg_wrapper.gif) repeat-y center;
}
	.center_wrapper{
	width:960px;
	margin:0px auto;
	background-color:#FFF;
	}
		.header{
		height:	130px;
		width:960px;
		background:	#fff url(/images/bg_header.gif) repeat-x center;
		position: relative;
		z-index:5;
		}

		.page{
		width:960px;
		background-color: #fff;
		border-top:solid 1px #FFF;
		}
		.page_footer{
		width:960px;
		background-color: #ab9c8f;
		border-top:solid 1px #FFF;
		}
.wrapper_footer{
background:	#d7d2cb url(/images/bg_wrapper_bottom.gif) no-repeat center top;
}
	.center_wrapper_footer{
	width:960px;
	margin:0px auto 20px auto;
	}
	.center_wrapper_footer .padded {padding:20px 0px 0px 0px;}
	
			.center_wrapper_footer .padded a:link, .center_wrapper_footer a:visited{
			display:block;
			padding:20px 3px;
			float:left;
			color:#685c53;
			text-decoration:none;
			}
			.center_wrapper_footer .padded a:hover{
			text-decoration:underline;
			}

/******************
Header Availability
*******************/

#headerAvailability
{
	position: absolute;
	top: 50px;
	left: 555px;
    z-index:10;
}

#headerAvailability .availabilityChecker, #headerAvailability .availabilityChecker2
{
	border: 1px solid #dad6cb;
	background-color: #dad6cb;
	color: #685c53;
	font-size: 14px;
	padding: 3px;
	position: absolute;
	top: 17px;
	left: 0px;
	height: 16px;
	width: 116px;
	font-family: "Times New Roman", Times, serif;
}

.availabilityInputContainer
{
	position: relative;
	width: 124px;
	height: 42px;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	color: #685c53;
}

.ui-datepicker-trigger
{
	position: absolute;
	top: 18px;
	left: 101px;
}

.checkAvailabilityButton
{
  margin-top: -2px;
}

#headerFacebook
{
	position: absolute;
	top: 10px;
	left: 862px;
}

#headerTwitter
{
	position: absolute;
	top: 10px;
	left: 784px;
}

#headerBrochure
{
	position: absolute;
	top: 10px;
	left: 632px;
}
#headerNewsletter
{
	position: absolute;
	top: 10px;
	left: 684px;
}
.signup_span{
width:100px;
display:block;
float:left;
}

#headerFacebook img, #headerTwitter img, #headerBrochure img
{
	border: 0px;
}

/*****************
	Columns
*****************/
.thirds1{
width:320px;
display:block;
float:left;
}
.thirds2{
width:640px;
display:block;
float:left;
}
.default_link_pic{
display:block;
width:100px;
float:left;
}
	
	.default_link_pic img {
		border: 1px solid #FFF;
	}	

.default_link_text{
display:block;
float:left;
width:175px;
}
	.default_link_text h3 a{margin:0px 0px;padding:0;} 
	.default_link_text p{font-size:14px;line-height:20px;color:#FFF;padding:0;margin:0;line-height: 16px}
/*
.default_third1{display:block;float:left;background-color:#ab9c8f;height:130px;width:319px;border-right:solid 1px #FFF;border-top:solid 1px #FFF;}
.default_third2{display:block;float:left;background-color:#beb2a6;height:130px;width:319px;border-right:solid 1px #FFF;border-top:solid 1px #FFF;}
.default_third3{display:block;float:left;background-color:#857362;height:130px;border-top:solid 1px #FFF;}
*/

.default_third2						{display:block;float:left;background-color:#ab9c8f;height:130px;width:319px;border-right:solid 1px #FFF;border-top:solid 1px #FFF;}
.default_third3, .default_third1	{display:block;float:left;background-color:#857362;height:130px;border-top:solid 1px #FFF;}

#default-banner {
	display: block; float: left; margin: 0; padding: 0; height: 200px; overflow: hidden;	
}

	#default-banner a, #default-banner img { float: left; display: block; height: 200px; }

/*****************
	Columns
*****************/
.page_master{
padding:0;margin:0;
width:960px;
background:#fff url(/images/bg_page_master.gif) repeat-y top left;
}
.sub_nav{
width:220px;
float:left;
display:block;
}
    .sub_nav a:visited, .sub_nav a:link{
    border-bottom:solid 1px #ab9c8f;
    color:#fff;
    display:block;
    float:left;
    width:190px;
    text-align:left;
    padding: 15px 0px 15px 30px;
    font-size:16px;
    text-decoration:none;
    }
    .sub_nav a:hover, .sub_nav a.sel{
    color:#fff;
    background:#beb2a6;
    }

.sub_page_banner{
width:738px;
float:left;
display:block;
border:solid 1px #fff;
}

.sub_page_content{
width:737px;
border:solid 1px #fff;
padding:0px;
float:left;
display:block;
z-index:15;
}
/*****************
  DEFAULT PICS
*****************/
.default_pics{
height:380px;
overflow:hidden;
border-top:solid 1px #fff;
}

.default-fade-thumbs{
display:block;
float:right;
position:relative;
top:310px;
right: 10px;
z-index: 99;
}

    .default-fade-thumbs img {
        border:solid 1px #999;
        height:36px;
        width:60px;
        margin-left: 10px;
    }

    .default-fade-thumbs a.activeSlide img{
        border: solid 1px #FFF;
    }

/*****************
	GALLERY
*****************/
.gallery{
width:740px;
height:300px;
overflow:hidden;
}
ul.galleryPager{
  margin: 0px;
  list-style: none;
  width: 960px;
  padding: 0px;
}

ul.galleryPager li{
  display: block;
  float: left;
  margin: 10px;

  text-align: center;

  background-repeat: no-repeat;
  font-size: 11px;
  line-height: 11px;
}

ul.galleryPager li a{
  background-image:url(images/bg-timeline-pager-inactive.gif);
  width: 40px;
  height: 26px;
  padding-top: 14px;
  color: #00204e;
  display: block;
}

ul.galleryPager li a.activeSlide
{
  color: #d4bf95;
  background-image:url(images/bg-timeline-pager-active.gif);
}

.gallery_fixed_height{
height:432px;
}
.staff_block{
display:block;
float:left;
width:160px;
margin-right:13px;
}
.staff_block_last{
margin-right:0px;
}
.staff_name{margin:0px;padding:0px;color:#857362;font-size:18px;}
.staff_job{margin:0px;padding:0px;color:#666;font-size:12px;}

.boardType
{
	border: 1px solid #beb2a6;
	margin: 20px 0px;
}

.boardTypeHeader
{
 background-color: #ab9c8f;
 background-image: url(images/bg-board-type-header.gif);
 background-repeat:repeat-x;
 padding: 10px;
 color: white;
 font-size: 18px;
}

.roomTypeContainer
{
	padding: 12px;
	border-top: 1px solid #ded8d2;
}

.roomTypes div:first-child
{
	border-top: none;
}

.roomTypeThumb
{
	float: left;
	margin-right: 12px;
}

.roomTypeHeader, .roomTypeHeader a
{
	color: #6f635b;
	font-size: 18px;
	font-weight: bold;
	width: 500px;
	float: right;
}

	.bedroom.roomTypeHeader { 		
		float: left;
		width: 350px;
	}

.roomTypeDescription
{
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	width: 500px;
	float: right;
}

	.bedroom.roomTypeDescription {
		width: 350px;
		float: left;
	}

.bookThisRoom
{
	float: right;
	margin-top: 30px;
	width: 160px;
}

.clearer
{
	clear: both;
}
#gmap{
width:737px;
height:381px;
}
.map{
width:737px;
height:381px;
}
.gfindMap{
width:450px;
height:281px;
}

.mapholder{
width:450px;
display:block;
float:left;
margin-right:10px;
}
.map_text{
display:block;
float:left;
width:208px;
}

#ui-datepicker-div{
z-index:50;
}
.brochure_span{width:150px;float:left;display:block;}
