* {
	margin:0;
	padding:0;
	outline:0;
}
body {
	font-size:13px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#881f17;
	background:#ebdaa9;
	padding-bottom:20px;
}
.left, .l {
	float:left;
	display:inline;
}
.right, .r {
	float:right;
	display:inline;
}
.clear, .cl {
	height:0;
	line-height:0;
	font-size:0;
	clear:both;
}
a {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:underline;
}
h1 {
	text-transform:uppercase;
	font-style:italic;
	font-size:18px;
}
h2 {
	font-size:14px;
	padding-top:25px;
}

/*--------------------------------Main Parts Of The Pages--------------------------------*/
.wrapper {
	background:#e1b75d url(../images/bg-body.gif) repeat-x 0 -40px;
	padding-top:16px;
	*padding-top:12px;
}
.bg-top {
	background:url(../images/bg-top.png) no-repeat 0 0;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-top.png', sizingMethod='scale');
	height:7px;
	line-height:0;
	font-size:0;
	width:884px;
	margin:0 auto;
}
.shell {
	width:842px;
	margin:0 auto;
	background:url(../images/bg-shell.png) repeat-y center 0;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-shell.png', sizingMethod='scale');
	padding:20px 21px 0 21px;
	position:relative;
}
.footer {	
	background:#ebdaa9;
	text-align:center;
	color:#91744d;
	font-size:11px;
	font-weight:bold;
}
.bg-bot {
	background:url(../images/bg-bot.png) no-repeat 1px 0;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-bot.png', sizingMethod='scale');
	height:11px;
	line-height:0;
	font-size:0;
	margin:0 auto;
	width:884px;
}
/*------------------------------Inside Page Content---------------------------------*/
h1#logo {
	float: left;
	width: 349px;
	height: 153px;
}
h1#logo a {
	float: left;
	width: 349px;
	height: 153px;
	background: url(../images/logo.gif) no-repeat 0 0;
	text-indent: -4000px;
}
.info {
	padding-top:40px;
	float:right;
	display:inline;
	text-align:right;
}
.info h1 {
	font-weight:bold;
	color:#644f20;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style: normal;
	text-transform: none;
}
ul.nav {
	font-size:13px;
	font-weight:bold;
	margin-top:5px;
	background:#524018;
	height:46px;
	padding-left:35px;
}
ul.nav li {
	list-style-type:none;
	display:inline;
}
ul.nav li a {
	float:left;
	padding:15px 13px;
	margin:0 9px;
}
ul.nav li a.selected {
	color:#EBDAA9;
	background:#524018;
	text-decoration:none;
}
ul.nav li a:hover,
ul.nav li a.active{
	background:#fff;
	color:#881f17;
	text-decoration:none;

}

.footer a {
	color:#91744d;
}
.slogan {
	float:left;
	background:#fff;
	width:244px;
}
.content {
	width:842px;
	background: url(../images/bg-content-other.gif) repeat-y 0 0;
	background-color:#524018;
}
.side-right {
	width:536px;
	margin-left:15px;
	float:left;
	display:inline;
	color:#942723;
	padding:25px 0 20px 47px;
	line-height:22px;
	background:#fff;
}
.side-right h1 {
	padding-bottom:10px;
	text-transform:none;
}
.side-right a {
	color:#942723;
}
.side-right a.image {
	margin-left:50px;
	color:#fff;
	background:#fff;
}
.bot-nav {
	width:842px;
	margin:0 auto;
	background:url(../images/bg-shell.png) repeat-y center 0;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-shell.png', sizingMethod='scale');
	padding:0 21px 8px 21px;
	font-weight:normal;

}
.bot-nav ul {
	background:#524018;
	padding:10px 20px 28px;
	font-weight:bold;
}
.bot-nav ul li {
	list-style-type:none;
	display:inline;
}
.bot-nav ul li a {
	float:left;
	margin:0 10px;
	font-size:13px;
	color:#fff;
}
.bot-nav ul li a:hover,
.bot-nav ul li a.active {
	color:#ebdaa9;
	text-decoration:none;
}
.bot-nav ul li a.login {
	float:right;
}
/*------------------------HomePage Only------------------------------*/
.content-home {
	width:842px;
	background:#882017 url(../images/bg-content-home.gif) repeat-y 0 0;
}
.side-right-home {
	width:462px;
	float:right;
	display:inline;
	color:#fff;
	padding:25px 77px 20px 47px;
	background:url(../images/home-grad.jpg) no-repeat right top;
}
.side-right-home p {
	padding-top:30px;
	line-height:18px;
}
/*-------------------------------Contact Form Only------------------------------------*/
.contact-form {
	float:left;
	text-align:right;
	padding-left:80px;
}
.contact-form label {
	font-weight:bold;
}
.field {
	border:solid 1px #942723;
	padding:3px 5px;
	margin-bottom:1px;
	width:248px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#881f17;
	background:#fff;
	margin-left:5px;
}
.button {
	border:none;
	background:#f9c889;
	text-transform:uppercase;
	color:#881f17;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px 5px;
	margin-right:105px;
}

/*-------------------------PhotoGallery Page Only---------------------------*/
.gallery-img {
	float:right;
	padding:0 20px;
	width:300px;
	height:355px;
	overflow:hidden;
	text-align:center;
}
.gallery-img img {
	border:solid 2px #942723;
}
ul.gallery-nav {
	list-style-type:none;
	margin-left:-15px;
}
ul.gallery-nav li {
	margin-top:5px;
}
ul.gallery-nav li a {
	font-weight:bold;
	padding-left:15px;
}
ul.gallery-nav li a:hover,
ul.gallery-nav li a.active {
	background:url(../images/gallery-nav.gif) no-repeat 0 3px;
	text-decoration:none;
}
/*----------------------------Drop Down Menu CSS-----------------------------*/

.ddmenu{
	position:absolute;
	top:224px;
	*top:227px;
}
.ddmenu a {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	height:18px;
	padding-top:2px;
	color:#5a4829;
	background:#fff;
	text-align:center;
	font-size:11px;
	border-bottom:solid 2px #881f17;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.ddmenu a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	text-decoration:none;
	background:#fff;
}
.ddmenu-Suites {
	left:65px;
}
.ddmenu-Suites a {
	width:101px;
	*width:104px;
}
.ddmenu-Advantage {
	left:184px;
	*left:187px;
}
.ddmenu-Advantage a {
	width:134px;
	*width:137px;
}
.ddmenu-Rooms {
	left:336px;
	*left:342px;
}
.ddmenu-Rooms a {
	width:120px;
	*width:123px;
}
.ddmenu-Contact {
	left:727px;
	*left:742px;
}
.ddmenu-Contact a {
	width:89px;
	*width:92px;
}
/*--------------------------------Login Page ---------------------------*/
.loginfields .contact-form .field {
	width:120px;
}
.loginfields .contact-form .button {
	margin-right:0;
}
.sl-normal {
	padding: 0 10px;
	margin-top:20px;
	float:left;
	display:inline;
	width:224px;
	color:#fff;
}
.sl-normal ul {
	font-size:10px;
	list-style-position:inside;
}
.sl-normal ul li {
	padding:2px 0;
}
.msg {
	border:solid 1px #942723;
	padding:10px;
	color:#942723;
	font-weight:bold;
}
.files {
	margin:30px 0 0 10px;
	font-size:11px;
}
.files ul{
	list-style-type:none;
}
.files ul li ul {
	margin-top:5px;
}
.files li.folder {
	font-weight:bold;
	background:url(../images/folder.gif) no-repeat 0 3px;
	padding-left:20px;
	line-height:16px;
}
.files li.file {
	margin:2px 0;
	font-weight:normal;
	background:url(../images/file.gif) no-repeat 0 0;
	padding-left:15px;
}
.files .err_msg {
	font-weight:normal !important;
	padding:3px 10px;
	width:120px;
}
a.logout {
	float:right;
	display:inline;
	font-weight:bold;
}

.rte {
	padding-right:80px;
}