/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

p.note 	{
	background: url(../images/arrow_sm_white.gif) no-repeat 0 5px;
	text-indent: 1em;
}

/***** Wrapper *****/
 
body {
	background: #46505C url(../images/bg_body.gif) repeat-y center;
	text-align: center;
}

#container {
	margin:0 auto;
	/*text-align: left;*/
	width:950px;
}

#header {}

#mainNav {/*float: left;*/}

#mainNav ul, #mainNav ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainNav li {
	background: #46505c;
	border: 1px solid #F6F2D9;
	height: 46px;
	float: left;
	position: relative;
}

#mainNav li:hover, #mainNav li.hover {
    position: static;
}

#mainNav li#home {width: 106px;}
#mainNav li#rooms {width: 125px;}
#mainNav li#res {width: 160px;}
#mainNav li#tour {width: 130px;}
#mainNav li#reviews {width: 122px;}
#mainNav li#loc {width: 136px;}
#mainNav li#breakfast {width: 157px;}

#mainNav li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
}

#mainNav li.double a {
	height: 42px;
	line-height: normal;
	padding-top: 4px;
}

/* for Availability Online IE bug */
.ao li.double a {_height: 46px !important;}
	
#mainNav li a:link, #mainNav li a:visited {color: #F6F2D9;}
#mainNav li a:hover {color: #907588;}

/* suckerfish dropdowns */
#mainNav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	/*z-index: 1;*/
}

#mainNav li:hover ul, #mainNav li.sfhover ul {left: auto;}

#mainNav li ul li {
	background: #ccc;
	border: 1px solid #F6F2D9;
	height: auto !important;
	width: 10em;
}

#mainNav li ul li a {
	color: #46505c !important;
	font-size: 12px;
	height: auto !important;
	line-height: normal !important;
	padding: 8px 5px !important;
	text-align: left;
}

#mainNav li ul li a:hover {
	background: #46505c;
	color: #F6F2D9 !important;
}

#content {
	float: left;
	text-align: left;
	margin: 20px 0;
	padding: 0 20px;
	width: 910px;
}

#content a:hover {text-decoration: underline;}

#content img.float-left {margin: 0 10px 10px 0;}
#content img.float-right {margin: 0 0 10px 10px;}

#content ul li {
	list-style:url(../images/arrow_sm.gif);
	margin-bottom: .5em;
}

#content ul.no-bull li {
	list-style: none !important;
}

#content ul li ul {margin-top: .5em;}

#content ol li {
	list-style:decimal;
}

#footer {
	border-top: 1px dotted #F6F2D9;
	clear: both;
	padding: 10px;
	text-align: center;
}

#footer p {
	color: #F6F2D9;
	padding: 0 0 10px 0;
}

#footer ul li {
	border-right: 1px solid #000;
	display: inline;
	padding: 0 8px;
}

#footer ul li.last {border-right: none;}

/* Homepage */
#home-top-left {
	float: left;
}

#slideshow {
	background: url(../images/bg_new_frame.gif) no-repeat;
	height: 357px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	/*padding: 36px;*/
	width: 388px;
	position: relative;
	z-index: -1;
}

#slideshow img {
	height: 357px; 
	width: 388px; 
	padding: 0px;
}

#home-top-right {
	float: right;
	width: 500px;
}

#home-bot {
	clear: both;
	padding-top: 20px;
}

#home-bot-text {
	float: left;
	width: 650px;
}

#ta {
	float: right;
}

#home-bot-photos {
	clear:both;
	padding-top: 20px;
}

#home-bot-photos img {
	margin-right: 68px;
	vertical-align: top;
}

/* Location */
#location {
	float: left;
	width: 600px;
}

#distance {
	background: #46505C;
	border: 1px solid #fff;
	color: #fff;
	float: right;
	margin: 0 0 1em 1em;
	padding: 10px;
}

#distance tr td {
	border-bottom: 1px solid #907588;
}

#map {margin: 0 auto;}

/* Attractions */
#content ul li {
	list-style:url(../images/arrow_sm.gif);
	margin-bottom: .5em;
}

#content ul li ul {margin-top: .5em;}



#rest-map {
	height: 500px;
	width: 575px;
}

/* Tour the Inn*/
#tour ul li {
	float: left;
	list-style: none;
	margin: 0 15px 15px 0;
}

#tour img {border: 2px solid #F6F2D9;}

/* Rooms */
ul.room-landing li {
	float: left;
	list-style: none !important;
	cursor: pointer;
	text-align: center;
	width: 250px;
}

ul.room-landing li.hover a {text-decoration: underline;}

ul.room-landing li img {
	border: 2px solid #F6F2D9;
}

ul.room-landing li a {
display: block;
}

#sec-nav {
	float: left;
	width: 160px;
}

#sec-nav ul {padding: 0 1em;}

#sec-content {
	float: left;
	padding: 0 20px;
	width: 700px;
}

#sec-content h2 {
margin-top: 0 !important;
}



/* AO Avail Table */
#ao-table {
	/*width: 910px;*/
}

p#ao-return {
font-size: 18px;
text-align: center;
}

p#ao-return a {
text-decoration: underline;
}

/* Reviews */
.revInvLink a {
font-size: 14px !important;
}

td.reviewBig, td.reviewBig a {
font-size: 12px !important;
}

td.reviewHeader {
border-color: #46505C;
font-size: 16px;
}

td.revFooterBig, td.revFooterBig a {
font-size: 16px !important;
}

/* Gift Certificates */
p#gift-cert {
	float: right;
	width: 300px;
}

p#gift-cert a {
	background: #46505C;
	border: 1px solid #F6F2D9;
	color: #FF99CC;
	margin-left: 10px;
	padding: 35px 20px;
}

/* CKEditor */
#editor {
	padding: 0 20px;
	text-align: left;
}


