/* general settings */
body {
	margin: 0;
	color: #524e3a;
	background: #9a9579;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
a {
	text-decoration: underline;
	color: #524e3a;
}
a:hover { text-decoration: none; }
img { border-style: none; }
#wrapper {
	width: 850px;
	margin: 0 auto;
	background: url(../images/bg-wrapper.png) repeat-y;
}
.w1 {
	height: 1%;
	padding: 312px 24px 0 26px;
	position: relative;
}
/* main */
#main {
	width: 100%;
	overflow: hidden;
	margin-bottom: -108px;
	padding-bottom: 109px;
	background: #fff;
}
/* twocolumns */
#twocolumns {
	width: 582px;
	float: right;
}
/* content */
#content {
	height: 1%;
	padding: 0 65px 0 72px;
}
#content h1 {
	margin: 0 0 19px;
	font-size: 46px;
	line-height: 40px;
	letter-spacing:-2px;
	color: #092e22;
	font-weight: normal;
}
#content .container {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
	background: url(../images/bg-dots.gif) repeat-x 0 100%;
}
#content .content {
	width: 300px;
	float: left;
}
#content .photo {
	width: 330px;
	padding-top: 24px;
	float: right;
}
#content .photo img {
	padding: 3px 4px 4px;
	border: 1px solid #524e3a;
	display: block;
}
#content p {
	margin: 0 0 14px;
}
/* sidebar */
#sidebar {
	width: 199px;
	float: left;
}
/* logos navigation */
.logos {
	height: 1%;
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0 68px;
	list-style: none;
}
.logos li {
	float: left;
	text-align: center;
	margin-right:21px;
}
.logos a {
	white-space: nowrap;
	text-decoration: none;
}
.logos a:hover { text-decoration: underline; }
.logos img {
	margin: 0 auto 8px;
	display: block;
}
/* header */
#header {
	width: 800px;
	position: absolute;
	top: 0;
	left: 26px;
}
/* footer */
#footer {
	width: 100%;
	position: relative;
}
#footer .box {
	height: 1%;
	text-align: right;
	font-size: 10px;
	color: #c2bba9;
	padding: 50px 20px 45px 0;
	background: url(../images/bg-footer.png) no-repeat;
}
#footer .container { position: relative; }
#footer p { margin: 0; }
/* inner page settings */
.inner .w1 { padding-top: 180px; }
/* main */
.inner #main {
	margin-bottom:-80px;
	background: url(../images/bg-main.gif) repeat-y;
}
/* twocolumns */
.inner #twocolumns { width: 600px; }
/* content */
.inner #content {
	width: 310px;
	padding: 0 12px 0 24px;
	float: left;
	display: inline;
}
.inner #content ul {
    margin:0px 0 0 20px;
    padding:0px;}
	
.inner #content ul li{
    margin-left:0px;;
    padding-bottom:8px;}
/* main heading */
#content .heading {
	height: 1%;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 31px 0 16px 0;
	background: url(../images/bg-heading-dots.gif) repeat-x 0 100%;
	
}
#content .gallery {
	height: 1%;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 8px 0 8px 0;
	background: url(../images/bg-heading-dots.gif) repeat-x 0 100%;
	
}
#content .heading h1 {
	width: 255px;
	font: bold 20px/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #630f1e;
	float: right;
	margin: 0;
}
#content .heading img {float: left;}
#content h2 {
	margin: 17px 0 17px -2px;
	font-size: 16px; 
	line-height:21px;
	font-weight: normal;
	color: #630f1e;
}
#content h3 {
	margin: 17px 0 17px 0;
	font-size: 14px;
	line-height:21px;
	font-weight: normal;
	color: #630f1e;
}
#content h4 {
	margin: 17px 0 17px -2px;
	font-size: 12px; 
	line-height:21px;
	font-weight: bold;
	color: #524e3a;}
/* aside */
.aside {
	width: 254px;
	padding: 0;
	background: url(../images/bg-aside.gif) repeat-x;
	float: right;
}
.aside .heading {
	margin-bottom: 20px;
	padding: 4px 10px;
	border-bottom: 1px solid #f7f7f4;
	background: #c3bea6;
}
.aside .content { padding: 0 10px; }
.aside h3 {
	margin: 0;
	color: #524e3a;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	letter-spacing:-3px;
}
.aside h4 {
	margin: 17px 0 12px -2px;
	font-size: 12px; 
	line-height:21px;
	font-weight: bold;
	color: #524e3a;}
.inner .aside img {
	margin-bottom: 10px;
	display: block;
}

.inner .aside p { margin: 0 0 20px; }
/* sidebar */
/* sidebar navigation */
.nav {
	margin: 0;
	padding: 0 0 30px;
	list-style: none;
}
.nav li {
	height: 1%;
	vertical-align: top;
}
.nav a span {
	width: 199px;
	height: 27px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/bg-nav6.gif) no-repeat;
	cursor: pointer;
}
/* navigation buttons */
.nav .btn-hotel { background-position: 0 0; }
.nav a:hover .btn-hotel,
.nav a.active .btn-hotel { background-position: -199px 0; }
.nav .btn-reservations { background-position: 0 -27px; }
.nav a:hover .btn-reservations,
.nav a.active .btn-reservations { background-position: -199px -27px; }
.nav .btn-specials { background-position: 0 -54px; }
.nav a:hover .btn-specials,
.nav a.active .btn-specials { background-position: -199px -54px; }
.nav .btn-guestrooms { background-position: 0 -81px; }
.nav a:hover .btn-guestrooms,
.nav a.active .btn-guestrooms { background-position: -199px -81px; }
.nav .btn-amenities { background-position: 0 -108px; }
.nav a:hover .btn-amenities,
.nav a.active .btn-amenities { background-position: -199px -108px; }
.nav .btn-meetings { background-position: 0 -135px; }
.nav a:hover .btn-meetings,
.nav a.active .btn-meetings { background-position: -199px -135px; }
.nav .btn-club { background-position: 0 -162px; }
.nav a:hover .btn-club,
.nav a.active .btn-club { background-position: -199px -162px; }
.nav .btn-attractions { background-position: 0 -189px; }
.nav a:hover .btn-attractions,
.nav a.active .btn-attractions { background-position: -199px -189px; }

.nav .btn-location { background-position: 0 -216px; }
.nav a:hover .btn-location,
.nav a.active .btn-location { background-position: -199px -216px; }

.nav .btn-photo {background-position: 0px -243px;}
.nav a:hover .btn-photo,
.nav a.active .btn-photo { background-position: -199px -243px; }

.nav .btn-home { background-position: 0 -270px; }
.nav a:hover .btn-home,
.nav a.active .btn-home { background-position: -199px -270px; }
/* gallery box */
.gallery-box {
	width: 178px;
	margin: 0 auto;
	padding-bottom: 37px;
}
.gallery-box .photo {border: 1px solid #afa989;}
.gallery-box img {
	display: block;
	border: 2px solid #f9f9f9;
}
.gallery-box a {
	height: 1%;
	font-size: 26px;
	line-height: 32px;
	letter-spacing:-3px;
	position: relative;
	display: block;
}
.gallery-box em {
	width: 26px;
	height: 26px;
	background: url(../images/ico-arrow.gif) no-repeat;
	position: absolute;
	right: 0;
	top: 4px;
	cursor: pointer;
}
/* address box */
.address-box {
	height: 1%;
	padding: 0 14px 21px;
}
.address-box strong {
	font: bold 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #630f1e;
	text-transform: uppercase;
	padding: 5px 45px 3px 0;
	display: block;
}
.address-box address {
	font-style: normal;
	line-height: 15px;
}
#sidebar .box {
	height: 1%;
	overflow: hidden;
	padding: 0 0 18px 13px;
}
#sidebar .box a, span, p { position: relative; }
#sidebar h3 {
	margin: 0;
	color: #524e3a;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	letter-spacing:-3px;
}
.mark-red {
	font: 18px/19px Georgia, "Times New Roman", Times, serif;
	color: #630f1e;
}
#sidebar .box ul {
	margin: 0 0 0 -5px;
	padding: 9px 0 0;
	list-style: none;
}
#sidebar .box ul li {
	height: 1%;
	overflow: hidden;
	padding-bottom: 9px;
}
#sidebar .box ul li a {
	width: 100%;
	display: table;
	position: relative;
}
#sidebar .box ul img {
	display: table-cell;
	vertical-align: top;
	padding-right: 5px;
}
#sidebar .box ul span {
	width: 149px;
	display: table-cell;
	vertical-align: middle;
}
#sidebar .box ul a,
#sidebar .box ul a span { text-decoration: none; }
#sidebar .box ul a:hover,
#sidebar .box ul a:hover span {
	background: url(../images/blank.gif);
	text-decoration: underline;
	cursor: pointer;
}
/* header */
.inner #header {overflow: hidden; background-color:#c2bba9;}
#header .t {
	width: 100%;
	height: 77px;
	position: absolute;
	z-index:2;
	top: 0;
	left: 0;
}
#header .t div {
	width: 100%;
	height: 100%;
	background: url(../images/bg-header.png) no-repeat;
}
#header .container {
	height: 1%;
	overflow: hidden;
}
/* logo holder */
.logo-holder {
	width: 185px;
	height: 97px;
	float: left;
	position: relative;
	z-index: 1;
}
.logo-holder .block {
	width: 100%;
	height: 100%;
	padding: 83px 0 0 17px;
	background: url(../images/bg-logo-holder.png) no-repeat;
}
/* logo */
.logo a {
	width: 112px;
	height: 54px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo-choice.png) no-repeat;
	position: relative;
}
/* image holder */
.img-holder {
	width: 605px;
	margin-left: -7px;
	float: right;
	background: url(../images/bg-img-holder.gif) repeat-y;
}
.img-holder .box {
	height: 1%;
	overflow: hidden;
	position: relative;
	border-bottom: 5px solid #8d8767;
	
}
.img-holder img {
	float: left;
	margin-left: 4px;
}
/* text travel ohio */
.text-travel-ohio {
	width: 331px;
	height: 63px;
	position: absolute;
	right: 106px;
	bottom: 3px;
}
.text-travel-ohio span {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/text-travel-ohio.png) no-repeat;
}
/* text christopher club */
.text-christopher-club {
	width: 448px;
	height: 70px;
	position: absolute;
	right: 108px;
	bottom: 3px;
}
.text-christopher-club span {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/text-christopher-club.png) no-repeat;
}
/* footer */
.inner #footer .box {
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 64px 45px 8px;
}
.inner #footer a { color: #fff; }
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	line-height: 16px;
}
#footer li {
	padding: 0 0 0 5px;
	display: inline;
	background: url(../images/bg-separator.gif) no-repeat 0 2px;
}
#footer li:first-child { background-image: none; }
/* new inner page settings */
/* main */
.inner2 #main { background-image: url(../images/bg-main2.gif); }
/* content */
.inner2 #content {
	width: 552px;
	padding: 0 30px 0 18px;
}
.inner2 #content .heading img {float: left; padding-right:10px;}
.inner2 #content .heading h1 {
	width: auto;
	float: none;
	line-height: 24px;
}
* html .inner2 #content .heading { padding-bottom: 13px; }
/* content box */
.content-box {
	width: 100%;
	overflow: hidden;
}
#content .content-box h2 { margin-left: 0; }

.content-box .pack {
	margin-bottom: 10px;
	padding: 0 21px 21px 1px;
	background: url(../images/bg-dots2.gif) repeat-x 0 100%;
}
.content-box .pack li{
	padding-bottom:8px;}
	
.content-box .gpack {
	margin-bottom: 5px;
	padding: 0 21px 15px 1px;
	background: url(../images/bg-dots2.gif) repeat-x 0 100%;
}
.content-box .gpack li{
	padding-bottom:8px;}
		
	
.content-box .box {
	margin-bottom: 27px;
	padding: 0 21px 45px 1px;
	background: url(../images/bg-dots2.gif) repeat-x 0 100%;
}
.content-box img {
	padding: 8px;
	background: #d7d4c3;
	display: block;
}
.content-box .alignleft {
	float: left;
	margin: -12px 23px 0 0;
}
.content-box .alignright {
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 23px;
	
}
.toplink{
	padding-top:15px;
	text-align:right;
	font-size:11px;}

/* detail box */
.detail-box {height: 1%;}
.detail-box dl {
	margin: 0 0 14px;
	color: #630f1e;
}
.detail-box dd {
	margin: 0;
	display: inline;
}
.detail-box dt { display: inline; }
.detail-box dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.detail-box dd ul li { display: inline; }
.detail-box dd ul span {
	padding: 0 7px 0 0;
	background: url(../images/bullet.gif) no-repeat 100% 5px;
}
/* detail box table */
.detail-box table {
	border-collapse: collapse;
	margin-bottom: 27px;
}
.detail-box thead {font-weight: bold;}
.detail-box td {
	width:274px;
	padding-bottom:5px;
	border-bottom: 1px solid #efefef;
}
.detail-box .description {
	width: 100%;
	overflow: hidden;
}
.detail-box .description .box {
	height: 1%;
	overflow: hidden;
}
.detail-box .description img {
	padding: 8px;
	background: #d7d4c3;
	display: block;
}
.detail-box .description .alignleft {
	float: left;
	margin: 9px 55px 0 21px;
	display: inline;
}
.detail-box .description .alignright {
	float: right;
	margin: 9px 21px 0 55px;
	display: inline;
}
.detail-box .description ul {
	margin: 0;
	padding: 0 0 0 26px;
	list-style: none;
}
.detail-box .description ul li {
	margin-bottom: 9px;
	padding: 0 0 0 15px;
	background: url(../images/bullet2.gif) no-repeat 0 4px;
}
/* sifr */
.sIFR-Flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-Flash + div[adblocktab=true] { display: none !important; }
.sIFR-hasFlash #content .box h1 {
	width: 274px;
	overflow: hidden;
	margin: 5px 0 -10px -5px;
}
.sIFR-hasFlash #content .box h1 span {
	visibility: hidden;
	float: left;
	line-height: 64px;
}
.sIFR-hasFlash .gallery-box a { text-decoration: none; }
.sIFR-hasFlash .gallery-box span {
	visibility: hidden;
	margin-bottom: 16px;
	line-height: 38px;
	float: left;
	letter-spacing: 0;
}
 .sIFR-hasFlash #sidebar h3 {
	width: 280px;
	margin: 0 -100px -11px -5px;
	font-size: 32px;
}
.sIFR-hasFlash #sidebar h3 span {
	visibility: hidden;
}
.sIFR-hasFlash .aside h3 {
	visibility: hidden;
	margin-bottom: -9px;
	font-size: 32px;
	letter-spacing: -6px;
}
/* map */

#map{
border:solid 8px #d7d4c4;
background-color:#003300;
}
.gallery-col1{
     font-family:Arial, Helvetica, sans-serif;
	color:#346e57;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	float: left;
	width:45%;
	padding-bottom: 8px;
	padding-right:0px;
	padding-left: 0px;
	margin: 0px 10px 5px 0;
}
	
.gallery-col2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#346e57;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	float: left;
	width:45%;
	margin:0px 10px 5px 0;
	padding-right:0px;
	padding-bottom:8px;
	
}
	
.galleryleft {
	float:none;
	border:5px solid #d7d4c4;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}	
	

