* {
	margin: 0px;
	padding: 0px;
}

/* temp -------------------- */
#templinks {
	width: 100px;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 4px;
}
.templinks {
	font-family: verdana,sans-serif;
	font-size: 10px;
}
.templinks a:link {color: gray; text-decoration: none;}
.templinks a:active {color: gray; text-decoration: none;}
.templinks a:visited {color: gray; text-decoration: none;}
.templinks a:hover {color: black; text-decoration: underline;}

.templinks h3 {
	font-size: 12px;
	color: gray;
}
/* ------------------------- */ 

a:link, a:visited, a:active {text-decoration: none; color: #87473B;}
a:hover {text-decoration: underline; color: gray;}

body {
	margin: 0px;	
	padding: 0px;
	background-color: #FAF4E8;
	background-image: url('img/layout_backgroundtile.gif');
	background-repeat: repeat-x;
	background-position: top;
}

#toplink {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* base font style and size for all */
.basefont {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #444444;
}

/* begin: LAYOUT ---------------------------------------------------- */
#pagewrapper {
	position: absolute;
	top: 17px;
	left: 50%;
	width: 726px;
	margin-left: -363px;
}

#innerpagewrapper {
	width: 726px;
	background-color: white;
	border: solid 1px #BFBFBF;
}
#header {
	white-space: nowrap;
}
#homeheader {
	height: 147px;
	white-space: nowrap;
	/* overflow: hidden; */
}

#insideheader {
	height: 147px;
	overflow: hidden;
}

#navwrapper {
	height: 26px;
	width: 726px;
	overflow: hidden;
}
.navhover  {
background: url(navimages/HGM_navbar_bg.gif);
background-repeat:repeat-x;
padding-top:3px;
padding-left: 6px;
padding-right:6px;
	text-align:center;
}
.navhover:hover  {
background: url(navimages/HGM_navbar_bg_over.gif);
background-repeat:repeat-x;
}
.navactive  {
padding-top:3px;
padding-left: 6px;
padding-right:6px;
	text-align:center;
background: url(navimages/HGM_navbar_bg_over.gif);
background-repeat:repeat-x;
}


#imagespace {
	border-bottom: solid 1px #BFBFBF;
}

#imagespaceleft {
	border-right: solid 1px #BFBFBF; 
}

#adspaceone {
	height: 105px;
}

#adspacetwo {
	/* border-top: solid 1px #BFBFBF; */
	height: 105px;
}

#homenewsletterwrapper {
	margin: 15px 0px 0px 20px;;
}

#homelowercontentwrapper {
	/* height: 160px; 
	overflow: hidden;*/
	padding-bottom: 12px;
}

#homenewslettertitle {
	margin: 0px 0px 12px 0px;
	display: block;
}

#insidecontentwrapper {

}

#content {
	margin: 40px 0px 50px 40px;
	width: 475px;
}

/* sub nav --------------------- */
#subnavwrapper {
	float: right;
	width: 160px;
	margin: 0px 10px 30px 20px;	
}
* html #subnavwrapper {
	margin: 40px 10px 30px 20px;  /* for IE5 and IE6 in quirks mode */
	margin: 40px 10px 30px 20px;; /* for IE6 in standards mode */
}
	
#subnav {
	font-size: 11px;
}
	
#subnav ul {}
#subnav li {
	list-style-type: none;
}
/*
#subnav li a:link, a:visited, a:active {text-decoration: none; color: #C23F2A;}
#subnav li a:hover {text-decoration: underline; color: #FF2300;}
*/

.navtitle {
	font-size: 10px;
	letter-spacing: 1px;
	color: #87473B;
	font-weight: bold;
	border-bottom: solid 2px #F2E4C5;
	margin-bottom: 2px;
}

.navindent {
	/* margin-left: 4px; */
}
/* end: subnav ------------------ */


#footerwrapper {
	margin: 8px 0px 50px 0px;
}
/* end: LAYOUT ---------------------------------------------------- */

.footerfont {
	font-size: 10px;
	color: #96928B;
}
.footerfont a:link, .footerfont a:active, .footerfont a:visited {font-weight: bold; text-decoration: none; color: #96928B;}
.footerfont a:hover {font-weight: bold; text-decoration: underline; color: #C23F2A;}

/* begin: home form elements=========================================== */
.forminputone {
	border: solid 1px silver;
	padding: 2px;
	margin-bottom: 8px;
	background-color: white;
	font-size: 11px;
	color: gray;
}

.formsubmitone {
	color: gray;
	font-weight: bold;
	letter-spacing: 1px;
	border: solid 1px gray;
	/* background-image: url('img/button_bgtile_red.gif'); */
	/* background-repeat: repeat-x; */
	padding: 2px;
	margin-bottom: 8px;
	font-size: 11px;
	cursor: pointer;
}

.formbuttonone {
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	border: solid 1px #996633;
	background-image: url('img/button_bgtile_red.gif');
	background-repeat: repeat-x;
	padding: 2px;
	margin-bottom: 8px;
	font-size: 11px;
	cursor: pointer;
}
/* end: home form elements=========================================== */

.forminput {
	font-size: 12px;
	font-family: verdana,helvetica,sans-serif;	
	border: solid 1px silver;
	padding: 2px;
	margin-bottom: 8px;
	background-color: white;
	color: gray;	
}

.formsubmit, .formbutton {
	color: gray;
	font-weight: bold;
	letter-spacing: 1px;
	border: solid 1px gray;
	/* background-image: url('img/button_bgtile_red.gif'); */
	/* background-repeat: repeat-x; */
	padding: 2px;
	margin-bottom: 8px;
	font-size: 11px;
	cursor: pointer;
}




/* begin: home adspaces --------------------------------------------- */
#adspacecontentone {
	padding-top: 15px;
	padding-right: 8px;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: gray;	
}

#adspacecontenttwo {
	padding-top: 15px;
	padding-right: 8px;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: gray;
}

.adspacesquareimagea {
	border: solid 1px #9C7318;
	margin: 5px;
}

.adspacesquareimageb {
	border: solid 1px #9C7318;
	margin: 5px;
}
.adtitle {
	color: gray;
	font-weight: bold;
	margin-bottom: 6px;
}

.admorelink {
	padding-right: 8px;
	padding-top : 4px;
	text-align: right;
}
/*
.admorelink a:link, .admorelinkdark a:visited, .admorelinkdark a:active {
	color: white;
}
.admorelink a:hover {
	color: ;
}
*/
/* end: home adspaces ----------------------------------------------- */

.pagetitle {
	display: block;
	margin-bottom: 20px;
}

.pagetitleb {
	display: block;
	margin-bottom: 10px;
}

.pagetitledivider {
	display: block;
	margin: 15px 0px 10px 0px;
}

.listone li {
	list-style-type: none;
	margin-left: 40px;
}

.bold {
	font-weight: bold;
}














/* old -------------------------------------------------------------------------------------------------- */


/* old...
#pagewrapper {
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -380px;
	/* - bottom gap fix - 
	/* margin-bottom: -216px; 
	width: 760px;
	background-image: url('img/layout_pagewrapperbackground.gif');
	background-repeat: no-repeat;
	background-position: top;
}
*/

/* begin: header styles ============================================================== */
#header {
	height: 161px;
	background-image: url('img/layout_headerbackground.gif');
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

#headercontentwrapper {
	padding-top: 14px;
	padding-left: 16px;
}

#logowrapperhome {
	position: absolute;
	z-index: 5;
	top: 28px;
	right: 75px;
}

#logowrapper {
	position: absolute;
	z-index: 5;
	top: 28px;
	right: 28px;
}

#homeheadertitle {
	padding-top: 8px;
	margin-top: 15px;
	margin-left: 15px;
}

#headercontentwrapper p {
	margin-right: 320px;
	margin-left: 45px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.3em;
	color: #562E27;
}

/* begin: navbar styles ============================================================== */
#navbar {
	height: 26px;
	padding-left: 16px;
	padding-right: 16px;
}

#navbarcontentwrapper {
	height: 26px;
	width: 728px;
}




/* begin: adspace styles ============================================================== */
/* old
#adspace {
	position: relative;
	left: 50%;
	margin-left: -364px;
	height: 216px;
	width: 728px;
}
* /

/* images in adspace */

/* old
#adspaceone {
	border-right: solid 1px #D1D1D1;
	background-image: url('img/home_adspaceone_tile.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#adspacecontentone {
	padding-top: 8px;
	padding-right: 8px;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: white;	
}

#adspacetwo {
	border-right: solid 1px #D1D1D1;
	background-image: url('img/home_adspacetwo_tile.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#adspacecontenttwo {
	padding-top: 8px;
	padding-right: 8px;	
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: #5D4B23;	
}
*/ 


#homecontent {
	background-image: url('img/layout_pagecontentbackground.gif');
	background-repeat: repeat-y;
	background-position: top left;
	padding: 10px 60px 30px 60px;
}

#innercontentspacer {
	height: 216px;
	background-image: url('img/layout_pagecontentbg_insidetop.gif');
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px;
}

#innercontentwrapper {
	background-image: url('img/layout_pagecontentbg_insidebottom.gif');
	background-repeat: repeat-y;
	background-position: top left;
	padding: 30px 0px 50px 0px;
	/* - bottom gap fix - */
	margin-bottom: -216px;
}

#innercontent {
	/* temp */ /* display: none; */
	position: relative;
	top: -216px;
	/*margin-top: -216px;	*/
	/* margin: 0px 0px -216px 0px; */
	margin: 0px;
	padding: 0px 225px 0px 60px;
}
/* old
#innercontent a:link, #innercontent a:visited, #innercontent a:active {text-decoration: none; color: #C23F2A;}
#innercontent a:hover {text-decoration: underline; color: #FF2300;}
*/

/* old...
#footerwrapper {
	/* - bottom gap fix - *
	/* margin-bottom: -216px; *
	width: 760px;
	height: 216px;
	background-color: #faf4e8;
	/*
	background-image: url('img/layout_pagewrapperbackground.gif');
	background-repeat: no-repeat;
	background-position: top;
	*
}
*/


/* old
#footer {
	height: 25px;
	background-image: url('img/layout_pagewrapperendcap.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px 30px 0px 30px;
}
*/

/* page headings */
h1 {
	font-family: verdana,helvetica,sans-serif;
	color: #562E27;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.sectiontitle {
	border-bottom: solid 1px #d8cbb0;
}

.sectiontitleb {
	border-top: solid 1px #d8cbb0;
}

/* page sub-headings */
h2 {
	font-family: verdana,helvetica,sans-serif;
	/* color: #C23F2A; */
	color: #9C5A20;
	font-size: 12px;
	font-weight: bold;	
	margin-bottom: 1em;
	text-transform: uppercase;
}
/* same as above, no text-transform */
h5 {
	font-family: verdana,helvetica,sans-serif;
	/* color: #C23F2A; */
	color: #9C5A20;
	font-size: 12px;
	font-weight: bold;	
	margin-bottom: 1em;
}

h3 {
	/* color: #9d625a; */
	color: #9C5A20;
	font-size: 12px;
	margin-top: -1em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

h4 {
	font-weight: bold;
	font-size: 11px;
}

/* cart item titles */
h6 {
	font-family: verdana,helvetica,sans-serif;
	color: #9C5A20;
	font-size: 12px;
	font-weight: bold;	
	margin: 0px;
}

/* font styles */
/* old
.footerfont {
	font-size: 10px;
	color: #96928B;
}
.footerfont a:link, .footerfont a:active, .footerfont a:visited {font-weight: bold; text-decoration: none; color: #96928B;}
.footerfont a:hover {font-weight: bold; text-decoration: underline; color: #C23F2A;}
*/

.cleardiv {clear: both;}

/* vertical rule ============================================ */
.rulevertwrapper {
	width: 4px;
	background-image: url('img/rule_vert_tile.gif');
	background-position: bottom;
	background-repeat: no-repeat;	
}
.rulevertcaptop {
	position: relative;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 4px;
	background-image: url('img/rule_vert_endcap.gif');
	background-repeat: no-repeat;
}

#newslettersignup {
	float: right;
	width: 228px;
	margin-left: 30px;
}

/* form element styles =========================================== */
/* old
.formwrapper input {
	border: solid 1px #D9CEB5;
	padding: 2px;
	margin-bottom: 8px;
	background-color: #FBF7ED;
	font-size: 11px;
	color: #5D4B23;
}

.formtable {
	border: none;
	/* background-color: gray; *
}

.formtable td {
	background-color: white;
	border: none;
	padding: 8px;
	/* vertical-align: bottom; *
}

.forminputsmall {
	border: solid 1px #D9CEB5;
	padding: 2px;
	margin-bottom: 8px;
	background-color: #FBF7ED;
	font-size: 11px;
	color: #5D4B23;
}

.forminputlarge {
	border: solid 1px #D9CEB5;
	padding: 2px;
	background-color: #FBF7ED;
	font-size: 14px;
	color: #5D4B23;
}

.formsubmit {
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	border: solid 1px #996633;
	background-image: url('img/button_bgtile_red.gif');
	background-repeat: repeat-x;
	padding: 2px;
	margin-bottom: 8px;
	font-size: 11px;
	cursor: hand;
	cursor: pointer;
}



*/

/* content image styles ============================================ */
.contentimage {
	background-color: white;
	padding: 4px;
	border: solid 1px #D9D9D9;
}

.contentimageb {
	background-color: #faf4e8;
	padding: 4px;
	border: solid 1px #d8cbb0;
}

.contentimagethumb {
	margin: 0px 10px 0px 0px;
}

.contentimagezoom {
	border: solid 1px #D9D9D9;
}
#imagezoomwrapper {
	position: absolute;
	border: solid 1px #BFBFBF;
	background-color: whitesmoke;
	padding: 4px;
	font-size: 10px;
	text-align: left;
	color: #848589;
}
#imagezoomwrapper:hover {
	cursor: pointer;	
}
#imagezoomwrapper a:link {text-decoration: underline;}
#imagezoomwrapper a:active {text-decoration: underline;}
#imagezoomwrapper a:visited {text-decoration: underline;}
#imagezoomwrapper a:hover {text-decoration: underline;}



.hoverimg:hover {	background-color: #d8cbb0; }

.floatright {
	float: right;
	margin-right: 0px;
}

.floatleft {
	float: left;
	margin-right: 0px;
}

.linkgrouptitle {
	font-weight: bold;
	margin: 30px 0px 10px 0px;
	padding: 4px 0px 0px 0px;
	border-top: dashed 1px #d8cbb0;
}

.linkitem {
	margin: 0px 10px 10px 0px;
}

.linknotes {
	margin-left: 10px;
}

.calnextprevlinks {
	text-align: center;
	/*
	border: solid 1px #d8cbb0;
	background-color: #FAF4E8;
	*/
	background-color: #FAF4E8;
	padding: 4px;
}

.roomblock {
	padding: 5px;
	text-align: left;
}
.roomblockb {
	padding: 0px;
	background-color: white;
	text-align: left;
}

.roomblockb:hover {
	background-color: #FAF4E8;
}

.roomblockprice {
	font-size: 12px;
	font-weight: bold;
}

.roomblockoccupancy {
	font-size: 11px;
}

.roomblockreservelink {}

.roomblockdesc {
	font-size: 11px;
	margin: 8px 0px 8px 0px;
}

.roomsmainroomtitles p {
	margin: 0px 0px 10px 25px;
}

.raveblock {
	font-style: italic;
	margin-bottom: 20px;
}

.ravesig { text-align: left; }
.ravelink { text-align: left; font-style: normal; font-size: 11px; }



/* begin: tabs ------------------------------------- */
#tabWrapper {
	margin-top: 15px;
}

.tab {
	font-size: 11px;
}

.tabon {
	border: solid 1px silver;
	border-bottom: none;
	background-color: white;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	/* color: #9C5A20; */
	font-weight: bold;
}

.taboff {
	border: solid 1px silver;
	background-color: whitesmoke;
	cursor: pointer;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;		
	/* color: #C23F2A; */
	font-weight: bold;
}
.taboff:hover {
	text-decoration: underline;
	/* color: #FF2300; */
}

.tabspacer {
	border-bottom: solid 1px silver;
	padding: 2px;
	width: 8px;
}
/* end: tabs ------------------------------------- */

.amenity {
	margin: -10px 0px 35px 25px;
	font-size: 11px;
	line-height: 1.5em;
}

.amenitythumb {
	background-color: #faf4e8;
	padding: 4px;
	border: solid 1px #d8cbb0;
	margin: 5px 0px 5px 15px;
}

.shopitem {
	margin: 0px 0px 40px 0px;
	padding: 4px;
}

.shopitem img {
	margin: 0px 15px 0px 0px;
}

.shopitemdesc {
	font-size: 11px;
	line-height: 1.25em;
	margin: 5px 0px 0px 0px;
}

.shopitemprice {
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}

.shopitemlink {
	font-size: 11px;
}

.shopitemdetailblock {}
.shopitemdetailblock img {
	margin: 0px 15px 15px 0px;
}

.homecopy {
	/* font-family: verdana,geneva,sans-serif;*/
	color: rgb(33,31,32);
	line-height: 1.5;
	margin-left: 36px;
	padding-top: 24px;
	font-size: 11.5px;
	font-weight: 500;
}
.welcomecopy {
	color: rgb(245,172,18);
	font-size: 17px;
	font-weight:600;
}
.rightdivbar {
	padding-right: 8px;
	border-right:1px;
	border-right-style:solid;
	border-color: rgb(191,191,191);
}
#content p{
	/* margin-bottom:1em; */
	/* Tightened Margin Dec 14 JW */
	margin-bottom:0em;
}
#content li {
	margin-left: 3em;
	margin-bottom:0.25em;
}
@media handheld {
	* {
		border: none;
		background-color: transparent;
		background-image: none;
		font-family: verdana,helvetica,sans-serif;
		font-size: 1em;
		color: black;
	}
	
	body {
		max-width:  200px;
	}	
}
.sublink {
	margin-left: 3em;
	margin-bottom: 0.25em;
}
.fauxlink {
color: #C23F2A;
}
