body {
	background:#FFFFFF url('../images/bg.jpg') repeat-x scroll left top;
	font-family:"Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	text-align:center;
}

#page-wrapper {
	width:814px;
	margin:0.833em auto 0pt;
	text-align:left;
	width:814px;
	background:#fff;
}

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	width:814px;
	background:#fff url('../images/top.jpg') no-repeat left top;
	float:left;
}

#logo {
	width:156px;
	height:74px;
	background:transparent url(../images/logo.jpg) no-repeat scroll left top;
	cursor:pointer;
	float:left;
	margin-left:.833em;
	margin-top:1em;
}

#tag {
	float:left;
	width:350px;
	padding-left:0em;
}

#tag h1 {
	margin-top:1.5em;
	margin-bottom:0;
	font-weight:bold;
}

#tag h2 {
	font-style:oblique;
	font-weight:bold;
	margin-top:.333em;
	font-size:1.166em;
}


#top {
	float:right;
	height:90px;
	width:260px;
	margin:0 .833em 0 0;
}

#top ul {
	float:right;
	margin:2.7em .833em 0 0;
	padding:0;
	font-size:.916em;
	text-align:right;
	width:260px;
	overflow:hidden;
}

#top ul li {
	display:inline;
	border-right:1px solid #333;
	margin:0 -.416em 0 .416em;
	padding:0 .416em;
}

#top ul li a {
	color:#333;
	text-decoration:none;
}

#top ul li a:hover, #top ul li a:focus {
	color:#B51C1B;
	text-decoration:underline;
}


#sub {
	border-left:1px solid #C8C5C5;
	border-right:1px solid #C8C5C5;
	border-top:2px solid #FFB73C;
	border-bottom:3px solid #FFB73C;
	float:left;
	margin:0pt 0.833em;
	width:792px;
}

#flashcontent {
	display:block;
	float:right;
}

/* MAIN NAVIGATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#main-nav {
	float:left;
	width:794px;
	margin:0 .833em;
	border-bottom:3px solid #128058;
}

#main-nav ul {
	margin:0;
	padding:0;
	text-align:center;
}

#main-nav ul li {
	display:inline;
}

#main-nav ul li a {
	background:transparent url(../images/tab_left.gif) no-repeat scroll left top;
	color:#fff;
	float:left;
	text-decoration:none;
	margin:0;
	padding:0 0 0 .833em;
}

#main-nav ul li a span {
	background:transparent url(../images/tab_right.gif) no-repeat scroll right top;
	float:left;
	text-decoration:none;
	cursor:pointer;
	padding:.583em 2.5em .333em 1.66em;
}

#main-nav ul li a:hover {
	background-position:0% -29px;
	color:#005C43;
}

#main-nav ul li a:hover span{
	background-position:100% -29px;	
}

#home #nav-home a, #info #nav-info a, #rooms #nav-rooms a, #amenities #nav-amenities a, #meetings #nav-meetings a, #specials #nav-specials a,
#city #nav-city a {
	background-position:0% -58px;
	color:#fff;
}

#home #nav-home a span, #info #nav-info a span, #rooms #nav-rooms a span, #amenities #nav-amenities a span, #meetings #nav-meetings a span, #specials #nav-specials a span,#city #nav-city a span {
	background-position:100% -58px;
}

/* BOOKING ENGINE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#booking {
	background:#FFE2B0;
	float:left;
	width:189px;
	height:215px;
	padding-left:.833em;
	padding-top:.833em;
}


/* SIDE COL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	width:181px;
	float:left;
	padding:0 .833em;
}

/* MAIN CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#content-wrapper {
	float:left;
	width:792px;
	margin:0 .833em;
	padding-top:1em;
	border-left:1px solid #C8C5C5;
	border-right:1px solid #C8C5C5;
	border-bottom:1px solid #C8C5C5;
}

#content {
	width:370px;
	float:left;
	margin:0 .833em;
}

#second-content{
	width:181px;
	float:right;
	padding:0 .833em;
}

#main-content {/*this is for 2 column pages*/
	float:right;
	padding:0 0.833em;
	width:571px;
}


/* SUB NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

ul#subnav {
	border-top:1px dotted #C8C5C5;
	width:181px;
}

ul#subnav li {
	border-bottom:1px dotted #C8C6C1;
	list-style-type:none;
	padding:0.25em;
}

ul#subnav li a {
	color:#333333;
	text-decoration:none;
}
ul#subnav li a:hover, ul#subnav li a:focus {
	color:#B51C1B;
	text-decoration:underline;
}

/* from QING, change id's to reflect specific site
#info-room #room-subnav a, #info-amenities #amenities-subnav a, #info-dining #dining-subnav a, #meetings-corporate #corporate-subnav a, #meetings-rfp #rfp-subnav a {
	color:#B51C1B;
	text-decoration:underline;
} */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	width:814px;
	clear:both;
	font-size:0.916em;
	margin:0pt 0.833em;
	width:794px;
	background:#fff;
}

#footer-nav {
	background:transparent url(../images/footer_bg.jpg) repeat-x scroll left top;
	overflow:visible;
	text-align:left;
	width:794px;
}

#footer-nav ul {
	margin:0 0 0 .583em;
	overflow:hidden;
	padding:.833em 0;
}

#footer-nav li {
	border-left:1px solid #fff;
	display:inline;
	list-style-type:none;
	margin:0 0.416em 0 -0.416em;
	padding:0 0.416em;
}

#footer-nav li a {
	color:#fff;
	text-decoration:none;
}

#footer-nav li a:hover, #footer-nav li a:focus {
	color:#fff;
	text-decoration:underline;
}

#footer-address {
	color:#999999;
	line-height:1.5em;
	padding:.833em 0 0 .833em;
}

/* TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

h1, h2, h3, h4, h5, h6 {
	color:#005C43;
	font-weight:normal;
}

h1 {
	font-size:1.5em;
	line-height:1em;
	margin:0pt 0pt 3pt;
}

h2 {
	font-size:1.25em;
	line-height:1.125;
	margin:5px 0pt 0.333em;
}

p {
	font-size:1em;
	line-height:1.5em;
	margin:0pt 0pt 1.5em;
}

a {
	color:#B51C1B;
	text-decoration:underline;
}

a:focus, a:hover {
	color:#333333;
	text-decoration:underline;
}

ul, ol {
	line-height:1.5em;
	margin:0pt 1.5em 1.5em;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

ul ul {
	padding-top:1em;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.small {
	font-size:0.8em;
	line-height:1.875em;
	margin-bottom:1.875em;
}

.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}

.quiet {
	color:#666666;
}

.top {
	margin-top:0pt;
	padding-top:0pt;
}

.bottom {
	margin-bottom:0pt;
	padding-bottom:0pt;
}

/* FORM STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#hilform {
	font-size:.916em;
}

#hilform #dates label {
	clear:left;
	float:left;
	display:block;
	width:65px;
	margin-bottom:.833em;
}

#hilform #dates input, #hilform #guests select, #hilform #sp-rates input {
	background:#fff;
	margin-bottom:.833em;
	font-size:.916em;
	display:block;
	float:left;
}
#hilform #dates img {
	display:block;
	float:left;
	margin-left:.5em;
}

#hilform #guests label {
	float:left;
	display:block;
}

.g-box {
	float:left;
	width:33%;
	*padding-top:.833em;
	padding-bottom:.833em;
}

#hilform #guests select {
	margin:.5em 0 0 0;
	float:left;
}

#hilform #sp-rates label {
	float:left;
	width:90px;
	display:block;
	margin-bottom:.833em;
}

#hilform input#submit {
	font-size:.916em;
	*margin-top:10px;
}

/* CLASSES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.left {
	float:left;
}
.right {
	float:right;
}

.center {text-align:center;}

.imageleft {
	display:block;
	float:left;
	padding:0pt 0.833em 0.333em 0pt;
}
.imageright {
	display:block;
	float:right;
	margin:0pt 0pt 0.333em 0.916em;
}
.imagecenter {
	clear:both;
	display:block;
	margin:auto;
	padding:0pt 0pt 1.5em;
}

.clear {clear:both;}

ul.sitemap li {
	line-height:1.75em;
	list-style-image:url(../images/twochevron.gif);
}

a.highlight{
	color:#fff;
	background-color:#FFB73C;
	text-decoration:none;
	padding:.333em;
}

a:hover.highlight, a:focus.highlight {
	color:#fff;
	background-color:#005C43;
}

#res-engine {
	float:left;
	clear:left;
	padding:.833em 0 0 .833em;
	width:200px;
	height:219px;
}

#res-table {
	float:left;
	clear:left;
	width:200px;
}

#res-header {
	float:left;
	width:252px;
	padding-bottom:.166em;
	background:url('../images/res-tab.gif') no-repeat 0 0;
}

#res-header h2 {
	padding:.2em 0 2px .833em;
	font-size:1.166em;
}

#res-body {
	float:left;
	width:200px;
	margin:0px;
}

#res-form {
	padding:.333em .833em 1.333em 0em;
	font-size:11px;
}

#res-form table img {
	border:0 none;
	margin:0px 0px -5px 2px;
	text-align:center;
}

#res-body #res-table td {
	padding: 2px;
	margin: 0 0 0 0;
}

#res-body #res-table #res-subtable td {
	padding: 0px;
}

#res-form ol {
	margin:0;
	padding:0;
}

.guarantee {
	margin-top:3px;
	margin-left:11px;
	font-size:9px;
}

#res-form li {
	list-style: none;
	padding:.333em 0 ;
	margin: 0;
}

#res-form label {
	display:-moz-inline-box;
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
	width:100px;
	
}

#res-form table input {
	display:inline;
	font-size:.833em;
	text-align:center;
	background-color: #f2fafd;
	border-color:#128058;
	border-width:1px;
	border-style:solid;
	margin-top:2px;
}

#res-form table select {
	font-size:.833em;
	background-color: #f2fafd; 
	margin-top:2px;
    border-color:#128058;
	border-width:1px;
	border-style:solid;
}

#res-form ol ol{padding:.333em 0;}

#res-form ol ol li {
	display:inline;
	list-syle:none;
	width:45%;
	padding:.333em 0;
	margin:0;
}

#res-form .button {
	background:url('../images/btn-bg.gif') no-repeat;
	border:none;
	color:#FFF;
	font-size:.833em;
	align:center;
	
}
#res-form .invisi{
border:none;
border-collapse:collapse;
border-color:#FFFFFF;
}


select {
	font-size:.833em;
	background-color: #f2fafd; 
	margin-top:2px;
    border-color:#128058;
	border-width:1px;
	border-style:solid;
}