body {
	background:#FFFFFF url('../images/bg_newIHG.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;
	float:left;
	background:url('../images/top_newIHG.jpg') no-repeat top;
}

#logo {
	width:111px;
	height:74px;
	background:transparent url('../images/holidayinnlogo.jpg') no-repeat scroll left top;
	cursor:pointer;
	float:left;
	margin-left:.833em;
	margin-top:1em;
	margin-bottom:0.6em;
}

#tag {
	float:left;
	width:440px;
}

#tag h1 {
	margin:1.5em 0 0 0.333em;
	margin-bottom:0;
	font-weight:bold;
	font-size:18px;
}

#tag h2 {
	font-style:oblique;
	font-weight:bold;
	margin:2px 0 0 0.333em;
	font-size:13px;
	color:#48a941;
}


#top {
	float:right;
	height:60px;
	width:235px;
}

#top ul {
	text-align:right;
	margin:2.7em .833em 0 0;
	padding:0;
	font-size:.916em;
	text-align:right;
	overflow:hidden;
}

#top ul li {
	display:inline;
	border-right:1px solid #333;
	margin:0 -.416em 0 .416em;
	padding:0 .416em;
}

#top ul li.last {
	display:inline;
	border-right:0px;
	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;
}

#flash-content {
	display:block;
	float:right;
}

/* MAIN NAVIGATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#main-nav {
	float:left;
	width:794px;
	margin:0 0.833em;
	border-bottom:3px solid #478220;
}

#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 1px;
	padding:0 0 0 .3em;
	/**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 1.3em .333em 1em;
	/**padding:.583em 2em .333em 1em;**/
}

#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, #dining #nav-dining 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, #dining #nav-dining 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:#fee89c;
	float:left;
	width:189px;
	height:215px;
	padding-left:.833em;
	padding-top:.833em;
	background:url(../images/reservationsback.jpg) bottom no-repeat;
}
*html #booking {display:inline;}

/* SIDE COL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	width:181px;
	float:left;
	padding:0 .833em;
	margin-top:0;
}

#sidebar p {
	font-size:.916em;
	line-height:1.2em;
	margin:  4px 0 1.5em 0;
}


/* 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:380px;
	float:left;
	margin:0 1em;
}

#content h1{
	font-size: 1.416em;
}

#second-content{
	width:170px;
	float:right;
	margin-right:12px;	
	
}

#second-content p{
	font-size:.916em;
	line-height:1.5em;
	margin-bottom: 1.5em;
}

#second-content ul{
	font-size:.916em;
	line-height:1.5em;
}



#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 {
	clear:both;
	font-size:0.916em;
	margin: 0 0 0 10px;
	width:796px;
}

#footer-nav {
	background:transparent url(../images/footer_bg_newIHG.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;
}

#footer-address p{
font-size:11px;
margin-bottom:1px;
color:#666666;
}
#footer-address .indicia{
font-size:9px;
	color:#999999;
}


#footer-address h1 {
	font-size: 13px;
	line-height:1em;
	margin:0pt 0pt 8px;
}


#footer-address h2 {
	font-size: 10px;
	line-height:1em;
	margin:0pt 0pt 8px;
}


/* TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#boxlist td{
line-height:16px;
}

h1, h2, h3, h4, h5, h6 {
	color:#298024;
	font-weight:normal;
}

h1 {
	font-size: 20px;
	line-height:1em;
	margin:0pt 0pt 8px;
}

h2 {
	font-size:1.25em;
	line-height:1.3;
	margin:0.6pt 0 0.9em 0;
}

h3 {
	font-size:1.1em;
	line-height:1.1;
	margin:5px 0 7px 0;
}


h4 {
	color:#f99f05;
	font-size:18px;
	line-height:1.125;
	margin:5px 0px 7px;
}


p {
	font-size:1em;
	line-height:1.5em;
	margin:0pt 0pt 1.5em;
}

a {
	color:#478220;
	text-decoration:underline;
}

a:focus, a:hover {
	color:#f2ad38;
	text-decoration:none;
}

ul, ol {
	line-height:1.5em;
	margin:0pt 1.5em 1.5em;
}

ul {
	list-style-type:disc;
}

ul .pdf{
list-style-image:url(../images/bullet_pdfsmall.jpg);
}

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;
}
.smallgrey {
	font-size:11px;
	line-height:13px;
	color:#666666;
}

.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}

.quiet {
	color:#666666;
}

.top {
	margin-top:0;
	padding-top:0;
}

.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

/* 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:5px 10px 0px 0px;
}
.imageright {
	display:block;
	float:right;
	margin:0pt 0pt 0.333em 0.916em;
}

.border {border:5px solid #c7e0c6; margin:4px 0px 6px 8px; padding:0;}

.top-img {float:left;}

.imagerightborder {
	display:block;
	float:right;
	margin:4px 0px 6px 8px;
	border-color:#c7e0c6; 
	border-width:5PX; 
	border-style:solid;
}


.imagecenter {
	clear:both;
	display:block;
	margin:auto;
	padding:0pt 0pt 1.5em;
}

.clear {clear:both;}

#specials hr {
	background-color:#ccc;
	color:#ccc;
	height:1px;
	margin:1.929em auto 0.643em;
	text-align:center;
	width:85%;
}

ul.sitemap li {
	line-height:1.75em;
	list-style-image:url(../images/twochevron.gif);
}

table.data {
	font-size:0.916em;
	margin-bottom:1.4em;
	width:100%;
}

table.data th {
	border-bottom:2px solid #CCCCCC;
	font-weight:bold;
}

table.data td {
	border-bottom:1px solid #DDDDDD;
}

table.data th, table.data td {
	padding:4px 10px 4px 0pt;
}


a.highlight{
	color:#fff;
	background-color:#FFB73C;
	text-decoration:none;
	padding:.333em;
}

a:hover.highlight, a:focus.highlight {
	color:#fff;
	background-color:#43a23b;
}

#res-engine {
	float:left;
	padding:0;
	width:252px;
}
*html #res-engine  {display:inline;} /*fixes margin display bug in IE6*/


#res-header {
	float:left;
	width:252px;
	padding-bottom:.166em;
	background:url('../images/res-tab.gif') no-repeat 0 0;
}
*html #res-header  {display:inline;} /*fixes margin display bug in IE6*/

#res-header h2 {
	padding:.2em 0 2px .833em;
	font-size:1.166em;
}

#res-body {
	float:left;
	width:180px;
	background:url('../images/res-body.gif') no-repeat 0 100%;
	padding:8px 0 0 0;
}

#res-form p {
	margin:0;

}

.guarantee {
	margin:3px 0 0px 24px;
	font-size:10px;
}

#checkinShell {	width:90px;}
#checkoutShell { 
width:90px;
float:right;
clear:both;
margin:0;
}

#submitShell{
width:100px;
margin:0 0 0 34px;}


#roomsShell,
#adultsShell,
#childrenShell,
#submitShell
{ float: left; display: block; padding: 7px 8px 3px 0;}


#res-body label {
	display:-moz-inline-box;
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
	width:60px;
	
}

#res-body span {
font-size:10px;
	
}

#res-body img {
border:#FFFFFF 0px;
margin: 0 0 -4px 0;
cursor:pointer;
	
}

#res-body input {
	display:inline;
	font-size:.833em;
	text-align:center;
	background-color: #f2fafd;
	border-color:#7f9db9;
	border-width:1px;
	border-style:solid;
	margin-top:2px;
	width:60px;
}

#res-body select {
	font-size:.833em;
	background-color: #f2fafd; 
	margin-top:2px;
    border-color:#7f9db9;
	border-width:1px;
	border-style:solid;
}

#res-body .button {
width:103px;
height:24px;
border:#FFFFFF 0px;
margin:6px 0;
}



select {
	font-size:.833em;
	background-color: #f2fafd; 
	margin-top:2px;
    border-color:#128058;
	border-width:1px;
	border-style:solid;
}

#signup {margin-bottom:1em;}

#signup td {
width:110px;
}

#signup input, #signup select {
	background-color: #f2fafd;
	border-color:#128058;
	border-width:1px;
	border-style:solid;
	margin-top:7px;
	
}

#signup submit {
	background-color: #f2fafd;
	border-color:#128058;
	border-width:1px;
	border-style:solid;
	margin-top:7px;
	
}

	
#signup input[type="submit"]{ 
	background-color: #47a640; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 11px;
	color: #ffffff;
	border: solid 1px #2d9965;
	margin:6px 0px 0px 63px;
	padding: 2px 6px 4px 0px;
	height:18px;
	cursor:pointer;
	width:90px;
	height:21px;
	text-align:center;
	
}

