/** LAYOUT **/
html, body{
	margin: 0px;
	width: 100%;
	height: 100%;
	}
a{
	text-decoration: none;
	}
	
/* MASTER & CONTAINER */
#master{
	background: #42210B;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1024px;
	}
#mContainer{
	width: 100%;
	min-height: 100%;
	margin: auto;
	}
#mHeader{
	background: #42210B;
	height: 222px;
	margin: 0px auto;
	}
#mBody{
	background: url(images/container_bg.jpg) bottom center no-repeat;
	min-height: 750px;
	margin: 0px auto;
	}
#mFooter{
	background: #f8e8db url(images/footer_bg.jpg) top left repeat-x;
	min-height: 229px;
	color: #42210B;
	}
	
/* CONTENT */
.content{
	position: relative;
	width: 1024px;
	margin: 0px auto;
	}
#mHeader .content{
	position: relative;
	min-height: 151px;
	padding: 152px 0px 0px 1px;
	background: url(images/mantle_top_bg.jpg) top center no-repeat;
	z-index: 2;
	}
#mMenu{
	width: 713px;
	height: 70px;
	margin: 0px auto;
	background: url(images/mantle_menubanner_bg.jpg) top center no-repeat;
	}
#mMenu ul.menu{
	width: 400px;
	height: 43px;
	margin: 0px;
	padding: 23px 0px 0px 30px;
	display: table;
	font-size: 9pt;
	}
#mMenu .menu > li{
	display: block;
	float: left;
	padding-right: 12px;
	position: relative;
	z-index: 2;
	}
.menu li span{
	display: none;
	}
.menu li > a{
	display: block;
	width: 100%;
	height: 100%;
	}
#mBody .content{
	 position: relative;
	 min-height: 700px;
	 padding-bottom: 25px;
	 }
#mBody .content > .footer{
	background: url(images/mantle_bodybottom_bg.jpg) top center no-repeat;
	width: 695px;
	height: 29px;
	margin: auto;
	}
#cBody{
	position: relative;
	width: 695px;
	min-height: 700px;
	margin: auto;
	background: url(images/mantle_body_bg.jpg) top center repeat-y;
	}
#fBody{
	width: 713px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 8pt;
	display: table;
	}
#cFeaturette{
	position: relative;
	width: 298px;
	min-height: 200px;
	position: absolute;
	top: 256px;
	right: 146px;
	z-index: 1;
	}
#cFeature{
	position: relative;
	width: 670px;
	height: 195px;
	margin: 0px auto 65px auto;
	z-index: 1;
	}
#cBody .postboxsmll{
	position: relative;
	width: 332px;
	min-height: 409px;
	margin: 0px 0px 0px 21px;
	color: #972412;
	z-index: 1;
	}
.postboxsmll a{
	font-weight: bold;
	color: #972412;
	}
.postboxsmll > h4, .postbox > h4{
	width: 320px;
	height: 50px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	border: #9a7045 solid 1px;
	background: url(images/postboxsmall_header.jpg) top left no-repeat;
	color: #FEECAE;
	font-family: 'Garamond Premier Pro', Garamond, Georgia, serif;
	font-size: 14pt;
	font-weight: bold;
	}
.postboxsmll > h4 span, .postbox > h4 span{
	display: block;
	border: #D6BEAB solid 1px;
	padding: 15px 5px;
	height: 18px;
	overflow: hidden;
	}
.postbox > h4{
	position: absolute;
	top: 51px;
	right: 5px;
	}
.postboxsmll > div.body{
	background: url(images/postboxsmall_body.jpg) top left repeat-y;
	width: 295px;
	min-height: 300px;
	margin: 0px auto;
	padding: 25px 15px 1px 15px;
	}
.postboxsmll > div.bottom{
	background: url(images/postboxsmall_bottom.jpg) top left no-repeat;
	width: 325px;
	height: 40px;
	margin: auto;
	padding-bottom: 25px;
	}
#cBody .postbox{
	position: relative;
	width: 665px;
	min-height: 409px;
	margin: 0px auto;
	padding-top: 80px;
	color: #972412;
	z-index: 1;
	}
.postbox a{
	font-weight: bold;
	color: #972412;
	}
.postbox > div.body{
	background: url(images/postbox_body.jpg) top left repeat-y;
	width: 628px;
	min-height: 600px;
	margin: 0px auto;
	padding: 25px 15px 1px 15px;
	}
.postbox > div.top{
	background: url(images/postbox_top.jpg) top left no-repeat;
	width: 665px;
	height: 9px;
	margin: auto;
	}
.postbox > div.bottom{
	background: url(images/postbox_bottom.jpg) top left no-repeat;
	width: 658px;
	height: 48px;
	margin: auto;
	}
.postboxsmll hr, .postbox hr{
	width: 100%;
	height: 1px;
	border-top: #d7bea8 solid 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
	
/* MENU */
#home{
	background: url(images/menu_homeinactive.gif) top left no-repeat;
	width: 57px;
	height: 35px;
	}
#home > a:hover, #home > a.active{
	background: url(images/menu_homeactive.gif) top left no-repeat;
	}
#spa{
	background: url(images/menu_spainactive.gif) top left no-repeat;
	width: 37px;
	height: 35px;
	}
#spa > a:hover, #spa > a.active{
	background: url(images/menu_spaactive.gif) top left no-repeat;
	}
#service{
	background: url(images/menu_serviceinactive.gif) top left no-repeat;
	width: 68px;
	height: 35px;
	}
#service > a:hover, #service > a.active{
	background: url(images/menu_serviceactive.gif) top left no-repeat;
	}
#event{
	background: url(images/menu_eventinactive.gif) top left no-repeat;
	width: 63px;
	height: 35px;
	}
#event > a:hover, #event > a.active{
	background: url(images/menu_eventactive.gif) top left no-repeat;
	}
#membership{
	background: url(images/menu_memberinactive.gif) top left no-repeat;
	width: 111px;
	height: 35px;
	}
#membership > a:hover, #membership > a.active{
	background: url(images/menu_memberactive.gif) top left no-repeat;
	}
ul.sub{
	position: absolute;
	padding: 5px;
	margin: 0px;
	width: 110px;
	background: #8f2812;
	color: #FEECAE;
	list-style: none;
	top: 35px;
	left: 0px;
	z-index: 2;
	display: none;
	}
.sub li{
	padding: 3px 0px;
	border-bottom: #c35117 1px solid;
	}
.sub a{
	color: #FEECAE;
	}
.sub a:hover{
	color: #C69C6D;
	}

/* FEATURES */
#feature{
	background: url(images/feature_bg.jpg) top left no-repeat;
	width: 366px;
	height: 201px;
	position: absolute;
	top: 34px;
	left: 0px;
	z-index: 1;
	}
#specials{
	background: url(images/specials_bg.jpg) top right no-repeat;
	width: 309px;
	height: 75px;
	position: absolute;
	top: 59px;
	left: 357px;
	padding: 1px 0px 0px 0px;
	z-index: 2;
	}
#specials > h4{
	margin: 0px;
	padding: 0px;
	color: #8a643d;
	font-family: 'Garamond Premier Pro', Garamond, Georgia, serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}
#specials > h4 span a{
	display: block;
	border-top: #feffff solid 1px;
	border-bottom: #feffff solid 1px;
	border-right: #feffff solid 1px;
	padding: 30px 4px;
	width: 298px;
	height: 11px;
	overflow: hidden;
	color: #8a643d;
	}
#hollisblog{
	background: url(images/hollisblog_bg.jpg) top right no-repeat;
	width: 306px;
	height: 86px;
	position: absolute;
	top: 133px;
	left: 364px;
	z-index: 2;
	}
#hollisblog a{
	display: block;
	width: 100%;
	height: 100%;
	}
.highlights{
	padding: 0px;
	margin: 0px;
	width: 100%;
	list-style: none;
	}
.highlights > li div.box div.middle{
	padding: 1px 16px 5px 29px;
        width: 253px;
	font-size: 9pt;
	color: #FEECAE;
	}
div.middle a{
	color: #FEECAE;
	}
.highlights li.first{
	padding-bottom: 40px;
	}
.highlights li{
	margin: 0px;
	padding-bottom: 20px;
	}
li.first div.box div.top{
	height: 14px;
	width: 100%;
	background: url(images/first_highlighttop.jpg) top left no-repeat;
	}
li.first div.box div.middle{
	min-height: 93px;
	background: url(images/first_highlightmiddle.jpg) top left repeat-y;
	color: #972412;
	}
li.first div.middle a{
	color: #972412;
	}
li.first div.box div.bottom{
	height: 15px;
	width: 100%;
	background: url(images/first_highlightbottom.jpg) top left no-repeat;
	}
div.box div.top{
	height: 14px;
	width: 100%;
	background: url(images/highlighttop.jpg) top left no-repeat;
	}
div.box div.middle{
	min-height: 93px;
	background: url(images/highlightmiddle.jpg) top left repeat-y;
        display: table;
	}
div.box div.middle h5{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: 'Garamond Premier Pro', Garamond, Georgia, serif;
	font-size: 14pt;
	font-weight: bold;
	}
div.box div.middle ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
div.box div.middle ul li{
	padding: 0px 0px 8px 0px;
	}
div.box div.bottom{
	height: 14px;
	width: 100%;

	background: url(images/highlightbottom.jpg) top left no-repeat;
	}

/* POST */
.post{
	width: 70%;
	border-right: #d7bea8 solid 1px;
	padding-bottom: 60px;
	padding-right: 25px;
	}
.postheader{
	display: table;
	width: 100%;
	border-bottom: #d7bea8 solid 1px;
	padding-bottom: 10px;
	}
.postheader span.date{
	display: block;
	float: left;
	width: 35px;
	min-height: 100%;
	margin-right: 20px;
	color: #FEECAE;
	font-weight: bold;
	}
span.date span{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	}
span.date .month{
	font-variant: small-caps;
	font-size: 11pt;
	line-height: 1em;
	}
span.date .day{
	font-size: 20pt;
	line-height: 1em;
	}
span.date .year{
	font-size: 12pt;
	line-height: 1em;
	}
.postheader h5.title{
	padding: 0px;
	margin: 12px 0px;
	font-family: 'Garamond Premier Pro', Garamond, Georgia, serif;
	font-size: 23pt;
	font-weight: bold;
	font-style: italic;
	width: 85%;
	}
span.postcred{
	display: block;
	text-align: right;
	font-size: 8pt;
	color: #FEECAE;
	}
span.postcred > span{
	display: block;
	}
.sidebar{
	width: 23%;
	float: right;
	}
.sidebar span.back{
	display: block;
	padding-bottom: 10px;
	}
.sidebar ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
ul.sidelist > li{
	padding-bottom: 15px;
	}
ul.sidelist > li > h5{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: #d7bea8 solid 1px;
	}
ul.sidelist > li ul li{
	padding: 1px 0px;
	}
ul.sidelist > li ul li a{
	font-weight: normal;
	}
table.lister td{
	border-left: #d7bea8 solid 1px;
	padding: 6px 6px 10px 6px;
	margin-bottom: 6px;
	border-bottom: #d7bea8 solid 1px;
	}
ul.bloglist{
	padding: 5px 15px;
	margin: 0px;
	}
ul.bloglist li{
	list-style: outside square;
	padding: 15px 0px;
	border-bottom: #d7bea8 solid 1px;
	}
	
/* FOOTER */
ul.infoblocks{
	padding: 0px 20px 2px 0px;
	margin: 0px;
	border-right: #dac1ad solid 1px;
	width: 60%;
	display: table;
	list-style: none;
	}
ul.infoblocks > li{
	width: 180px;
	padding-right: 23px;
	padding-bottom: 20px;
	float: left;
	}
ul.infoblocks > li > h5{
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}
div.contactinfo{
	display: block;
	float: right;
	width: 33%;
	}
	
/* EXTRA */
#extra01{
	position: absolute;
	width: 695px;
	height: 400px;
	margin: auto;
	top: 0px;
	background: url(images/marble_bodytop_bg.jpg) top center no-repeat;
	z-index: 0;
	}
ul.bullet li{
	list-style: outside square;
	margin: 0px 0px 0px 20px;
	}
#viewer{
	width: 390px;
	height: 201px;
	position: absolute;
	top: 34px;
	left: 0px;
	z-index: 3;
	}
.none{
	display: none;
	}
li.social{
	display: table;
	width: 260px;
	padding-right: 20px;
	}
.facebook{
	width: 48px;
	height: 48px;
	background: url(images/fbook_icon.gif) top left no-repeat;
	float: right;
	}
.twitter{
	width: 48px;
	height: 48px;
	background: url(images/twittr_icon.gif) top left no-repeat;
	float: right;
	}
.facebook a, .twitter a{
	display: block;
	width: 100%;
	height: 100%;
	}
#mBody div.longer{
        min-height: 1700px;
        }