@import url("footer.css");
@import url("ppc.css");
@import url("thickbox.css");

img.arrowlg {
	margin: 0 3px 0 6px;
}

body {
	background-color: #434343;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	color: #444;
	font-size: 11px;
	margin: 7px 0 6px 0;
}

/* img style does away with need to define a border in every img element */

img {
	border-style: none;
}
	
a {
	color: #007129;
	text-decoration: underline;
}

a:hover {
	color: #007129;
	text-decoration: none;
}


/*<group=PGTOP>*/

/* pgtop: backgrounds for the very top can be placed here; only encompasses the top nav area; helps contain area */

#pgtop {
	background : #424142;
	width: 100%;
	margin: 0;
}

/* topnav helps contain &amp; format top navigation elements */

#topnav {
	margin: 7px 5px 4px 5px;
}

/* pgtop table only effects tables within the pgtop div */

#pgtop table {
	background: #fff;
	border-style: none;
	border-width: 0;
	margin: 11px 0 0;
}
	
/*</group>*/

/*<group=MAIN>*/

/* main table - defines characteristics of table within main area */

#main {
	background: url(/images/mon_background.gif) repeat;
	width: 100%;
	margin: 0;
}

#main table {
	background: #fff;
	border-style: none;
	border-width: 0;
	margin: 0;
}

#main table.hdgr {
	background: #000;
	border-style: none;
	border-width: 0;
	margin: 0;
}

#hdgr table {
	background: #000;
	border-style: none;
	border-width: 0;
	margin: 0;
}

/*</group>*/

/*<group=PGFOOTER>*/

#pgfooter {
	background : #424142;
	width: 100%;
	margin: 0;
}
	
/*</group>*/

.hpflash {
	margin: 0 5px 10px 9px;
}

.hphoriz {
	margin: 0 9px 1px 0;
}

/* trcontent: controls background color in miniresapp and content area on homepage */

.trcontent {
	background-color: #efefef;
}

/* navmenu: creates container for left navigation */



#homeflash {
	background-color: #fff;
	width: 790px;
	margin: 2px 0 8px 8px;
}

#navmenu {
	background-color: #095222;
	margin: 0 0 8px 9px;	
}

#left-nav {
	background-color:#095222;
	float:left;
	height:390px;
	margin:0;
	padding:0;
	width:172px;
}

#action-panel {
	float:left;
	margin:0;
	padding:0;
	width:609px;
}

#headflash {
	margin: 0 9px 8px 0;
}




/* headflash and headimg define space around hp flash and photos at the top of all pages */

#headimg {
	margin: 0 15px 5px 14px;
	text-align: left;
}

#homecontent {
	font-size: 11px;
	color: #555;
	margin: 10px 15px;
	line-height: 14px;
	text-align: justify;
}

#homecontent p {
	margin: 0;
	padding: 6px 0;
}

#content {
	color: #444;
	margin: 0 15px 5px 14px;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}

#content p {
	margin: 0;
	padding: 6px 0;
}

.kimpton {
	border: 2px #007173 solid;
	color: #444;
	margin: 0 15px 5px 14px;
	font-size: 11px;
	line-height: 13px;
}

.tableform {
	color: #444;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 10px;
}
	
#tablecontent {
	color: #444;
	font-size: 9px;
	text-align: center;
}


.bulleted {
	margin: 0 0 5px 0;
	padding-left: 17px;
	list-style-image: url(/images/bullet.gif);
}

.bulleted li {
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.bulleted li li {
	list-style-image: url(/images/diamond.gif);
	list-style-type: cirlce;
	line-height: 16px;
	margin-left: -15px;
}


.arrows {
	margin: 0 0 5px 0;
	padding-left: 17px;
	list-style-image: url(/images/yellow_arrow.gif);
	list-style-type: square;
}

.arrows li {
	line-height: 18px;
	padding: 0;
}

/*<group=HPLIST>*/

/* hplist: defines 3 bullet list under miniresapp on hp */

.hplist {
	margin: 0 0 5px 0;
	padding-left: 17px;
	list-style-image: url(/images/yellow_arrow.gif);
	list-style-type: square;
}
	
.hplist li {
	line-height: 18px;
	padding: 0;
}

.hplist a	{
	text-decoration: none;
}

.hplist a:hover	{
	text-decoration: underline;
}
	
/*</group>*/


/* header: defines characteristics for pg header over page flash or header photo */
img.header {
	margin-bottom: 7px;
}

/* header2 used on HDGR page */
img.header2 {
	margin-bottom: 4px;
}

/* dotstrip: defines characteristics for pg dividing HR img */

img.dotstrip {
	margin: 5px 0 10px 0;
}

/* arrow: defines characteristics of arrow used at beginnings of paragraphs */
	 
img.arrow {
	margin: 0 5px 0 0;
}

/* gall-th: helps space thumbnails on gallery pg  */

img.gall-th {
	margin: 5px;
}

/*<group=KIMPTON LINK BAR>*/

/* defines properties of the Kimpton link bar */

#footerlinks {
	font-size: 10px;
	background: #6b8a7b;
	text-align: center;
}

/* brandbullet2: defines bullet for the 1st item (email offers) in the kimpton link bar */	
	
img.brandbullet {
	margin-right: 6px;
	margin-left: 20px;
}

/* brandbullet: defines all other bullets in kimpton link bar */

img.brandbullet2 {
	margin-right: 6px;
}

#footerlinks a:link {
	color: #fff;
	text-decoration: none;
}

#footerlinks a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerlinks a:visited {
	color: #fff;
	text-decoration: none;
}
	
/*</group>*/

td.sidenav {
	background-color: #085121;
	padding-top: 10px;
}

/*<group=FOOTER ADDRESS BAR>*/

/* these styles define the hotel address and phone # in the footer */

tr.addressbar {
	color: #adaaad;
	font-size: 10px;
}

.address {
	float: left;
	margin: 15px 0 10px 5px;
}

.phone {
	float: right;
	margin: 15px 5px 10px 0;
}
	
/*</group>*/

/*<group=FOOTER NAVIGATION AREA>*/

/* these styles define the elements of the site's navigation in the footer area */

img.footbullet {
	margin-right: 4px;
	margin-left: 4px;
}

#footernav {
	color: #8c8a8c;
	font-size: 10px;
	text-align: left;
}

#footernav a:link, #footernav a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#footernav a:hover, #footernav a:active {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
}
	
/*</group>*/

/*<group=FOOTBOTTOM>*/

/* Rate links */

a.hdgrate {
	color: #007129;
	text-decoration: underline;
    font-weight: bold;
	}
    
a.hdgrate:hover {
	color: #007129;
	text-decoration: none;
    font-weight: bold;
	}


/* these styles define the 2 links at the very bottom of the entire page */

#footbottom {
	color: #adaaad;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 13px;
}

#footbottom a:link, #footbottom  a:visited {
	color: #adaaad;
	text-decoration: none;
}

#footbottom a:hover, #footbottom  a:active {
	color: #adaaad;
	text-decoration: underline;
}
	
/*</group>*/


/* Other Kimpton Hotels in North America */

#kgna {
	width: 580px;
}

#kgnaleft {
	width: 290px;
	float: left;
	padding-bottom: 15px;
}

#kgnaright {
	width: 290px;
	float: left;
	padding-bottom: 15px;
}

#kgna h3 {
	color: #444;
	font-size: 12px;
	margin: 0 0 3px 0;
}

#kgna h4 {
	color: #444;
	font-size: 11px;
	margin: 5px 0 4px 0;
}

#kgna h4.place {
	color: #444;
	font-size: 9px;
	font-weight: bold;
	margin: -3px 0 7px 0;
	margin-left: 1px;
}

#kgna h4.place2 {
	color: #444;
	font-size: 9px;
	font-weight: bold;
	margin: 0 0 7px 0;
	margin-left: 1px;
}

#kgna a {
	font-weight: bold;
}
	
img.dotstripsm {
	margin: 17px 0;
}

/* end Other Kimpton Hotels */

img.kimpton_footer {
	display: block;
}


img.logo   {
	padding-top: 12px;
	padding-bottom: 9px;
}

#spa input, #spa select, #spa textarea, 
#talk input, #talk select, #talk textarea,
#gbp input, #gbp select, #gbp textarea,
#pet input, #pet select, #pet textarea  {
	font: 11px verdana, tahoma, sans-serif;
	border: 1px solid #444;
	color: #444;
}

#spa input.nobord, #talk input.nobord, #pet input.nobord {
	border: 0;
}

#spa, #talk, #pet {
	width: 420px;
	font-family: verdana, tahoma, sans-serif;
	color: #444;
	margin-top: 7px;
}

#spa h3, #talk h3, #pet h3 {
	font-size: 11px;
	color: #095222;
	margin: 0 0 3px 0;
}

#spa .contact, #talk .contact, #pet .contact {
	float: left;
	width: 195px;
}

#spa span, #talk span, #pet span {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #444;
}

#spa p, #talk p, #pet p {
	font-size: 11px;
	color: #444;
}

#spa .button, #talk .button, #pet .button, #gbp .button {
	background-color: #095222;
	color: #fff;
}

#spa .disclaimer {
	width: 580px;
}

img.aaa {
    margin: 0 0 5px 5px;
    float: right;
    }
    
/*  Hour table on dining page  */
table.hours {
    padding-top: 15px;
    }
html>body table.hours {
    padding-top: 8px;
    }

table.hours td.setting {
    padding-top: 4px;
    }

img.gclogo {
    margin: 0 0 5px 10px;
    float: right;
    }
	
/* LINKLIST HERE - SITE MAP PAGES */

.container {
	color: #444;
	font-size: 11px;
	line-height: 13px;
	width: 100%;
}

.leftcolumn {
	float: left;
	margin-right: 0;
	margin-bottom: -15px;
	text-align: left;
	width: 55%;
}

.rightcolumn {
	color: #444;
	float: left;
	text-align: left;
	width: 45%;
}

.linklist {
	list-style-image: url(/images/yellow_arrow.gif);
	list-style-type: square;
	margin-top: 10px;
	margin-bottom: 1.7em;
}

.linklist ul {
	line-height: 1.4em;
	list-style-type: none;
}

.linklist li {
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: -23px;
	padding: 0;
	text-align: left;
}

.linklist li a, .linklist li li a {
	text-decoration: none;
}

.linklist li a:visited, .linklist li li a:visited {
	text-decoration: none;
}

.linklist li a:hover, .linklist li li a:hover {
	text-decoration: underline;
}

.linklist li a:active, .linklist li li a:active {
	text-decoration: none;
}

.linklist li ul {
	line-height: 1.3;
	padding-top: 5px;
	padding-bottom: 7px;
}

.linklist li li {
	list-style-image: url(/images/arrows/arrowsingle.gif);
	list-style-type: none;
}

#sitemap a {
	text-decoration: none;
	}

#sitemap a:hover {
	text-decoration: underline;
	}
/* END LINKLIST - concierge and site map pages */

/* STYLE FOR INTERNATIONAL NUMBERS TABLE */
table.intlnumbers {
	font: .9em Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	background-color: #fff;
	border: 1px solid #444;
	border-collapse: collapse;
	margin: 0 0 5px 0;
}

table.intlnumbers th {
	color: #fff;
	border: 1px solid #444;
	background-color: #00611b;
	text-align: left;
}

table.intlnumbers td.country {
	border: 1px solid #444;
	text-align: left;
}

table.intlnumbers td.phonenumber {
	border: 1px solid #444;
	text-align: left;
}

/* END INTERNATIONAL NUMBERS TABLE */

/* Snipe info */
#snipe {
	border: 0;
	float: right;
	position: relative;
	margin: 0;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 241px;
    }
html>body #snipe {
	margin: 3px 0 0 10px;
	}
	
/* HOME PAGE HOVER POPUP */
a.csspop {
    position: relative;
	background-color: #efefef;
    z-index: 24;
    color: #007129;
    text-decoration: underline;
}

a.csspop:hover {
	background-color: #efeeef;
	/* NOTE: background-color MUST be the same, but different from a.wine background-color properties: LEAVE 6 characters long */
	z-index: 25;
	text-decoration: none;
}

a.csspop span {
	display: none;
}

a.csspop:hover span { 
    background-color: #efefef;
    border: 2px solid #105121;
	color: #555;
    display: block;
	font-size: 11px;
	left: 7em;
	line-height: 14px;
	margin: 0;
	padding: 8px;
    position: absolute;
    text-align: left;
	text-decoration: none;
    top: -20.5em; 
	width: 350px;
}

a.csspop span img.poppic {
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #999;
	}
	
/* FAQ page */

dl.table-display	{
	width: 100%;
	margin: 0;
	padding: 0;
}

.table-display dt	{
	width: 13%;
	float: left;
	margin: 0;
	padding: 2px 0;
	font-weight: bold;
}

.table-display dd {
	float: left;
	width: 87%;
	_width: 86%;
	margin: 0;
	padding: 2px 0;
}

dt.answer, dd.answer {
	padding-bottom: 1.1em;
}

.anchor, .anchor:hover {
	text-decoration: none;
	color: #444;
}

.bold {
	font-weight: bold;
}

/* JUMPLIST REFERS TO LISTS WITH LINKS W/IN SAME PAGE */

.jumplist {
	list-style-image: url(/images/yellow_arrow.gif);
	list-style-type: square;
	margin-top: 0;
	margin-bottom: 1.5em;
}

.jumplist li {
	line-height: 1.2em;
	margin-bottom: .5em;
	margin-left: -23px;
	padding: 0;
	text-align: left;
}

ul.jumplist a {
	text-decoration: none !important;
}

ul.jumplist a:hover {
	text-decoration: underline !important;
}

.spa-hours {
	padding-left: 19px;
}

.spa-phone {
	padding-left: 24px;
}

.spa-email {
	padding-left: 10px;
}

img.vos-logo {
	border: 0;
	float: right;
	padding: 0 0 10px 5px;
}

.bold-italic {
	font-weight: bold;
	font-style: italic;
	}
	
/* for small pic on spa page */

img.small_pic {
	float: left; 
	padding: 3px; 
	border: 1px #ccc solid; 
	margin: 0 10px 5px 0;
	}
	
/* for png fix */	
div, img, a, h1, button {
	_behavior: url('/css/iepngfix.htc');
}

.terms {
	display: block;
	font-size: 0.9em;
	line-height: 1.1em;	
	text-align: justify;
}

/*** Gov't Rate indent */

.govt-rate	{
	padding-left: 25px !important;
}

/* google link on MAP pg */
a.google-pin, a.google-pin:hover {
	background: transparent url('/images/maps/google_pin.gif') no-repeat 0 8px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 17px;
}

a.google-pin	{
	text-decoration: underline;
}

a.google-pin:hover	{
	text-decoration: none;
}

/* GREEN SEAL LOGO */
img.green-seal	{
	float:right;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 13px;
}


/* NEIGHBORHOOD and CONCIERGE pages */

.clear-small-pic	{
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
}

.bulleted-pics {
	margin: -10px 0 5px 168px !important;
	_margin: -10px 0 5px 205px;
	list-style-image: url(/images/bullet.gif);
	list-style-type: square;
}

.bulleted-pics li   {
	padding-bottom: 2px;
}

.bulleted-pics a	{
	text-decoration: none;
}

.bulleted-pics a:hover	{
	text-decoration: underline;
}

html>body .bulleted-pics {
	margin: 0 0 5px -26px;
	} 

/* distances on CONCIERGE pg */

/* theater */
.px88	{ margin-right: 88px; }
.px222	{ margin-right: 222px; }
.px181	{ margin-right: 181px; }
.px191	{ margin-right: 191px; }
.px160	{ margin-right: 160px; }
.px153	{ margin-right: 153px; }

/* shopping */
.px158	{ margin-right: 158px; }
.px239	{ margin-right: 239px; }
.px132	{ margin-right: 132px; }

/* museums */
.px207	{ margin-right: 207px; }
.px130	{ margin-right: 130px; }
.px204	{ margin-right: 204px; }
.px128	{ margin-right: 128px; }
.px142	{ margin-right: 142px; }
.px98	{ margin-right: 98px; }

/* conferences */
.px218	{ margin-right: 218px; }
.px250	{ margin-right: 250px; }
.px145	{ margin-right: 145px; }
.px214	{ margin-right: 214px; }
.px60	{ margin-right: 60px; }
.px185	{ margin-right: 185px; }

/* attractions */
.px225	{ margin-right: 225px; }
.px246	{ margin-right: 246px; }
.px248	{ margin-right: 248px; }
.px198	{ margin-right: 198px; }
.px210	{ margin-right: 210px; }
.px235	{ margin-right: 235px; }
.px167	{ margin-right: 167px; }

/* neighborhoods */
.px250	{ margin-right: 250px; }
.px204	{ margin-right: 204px; }
.px223	{ margin-right: 223px; }
.px236	{ margin-right: 236px; }
.px225	{ margin-right: 225px; }
.px267	{ margin-right: 267px; }
.px240	{ margin-right: 240px; }
.px245	{ margin-right: 245px; }

/* transportation */
.px74	{ margin-right: 74px; }
.px143	{ margin-right: 143px; }
.px140	{ margin-right: 140px; }
.px279	{ margin-right: 279px; }
.px145	{ margin-right: 145px; }

/* photos */
#photos	p {
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 5px;
	/*margin-left: 181px;
	_margin-left: -275px;*/
	margin-top: 15px;
}

#photos a {
	text-decoration: none;
}
	
#photos a:hover	{
	text-decoration: underline;
}
	
.photo-gallery-wrap {
	width: 750px;
	overflow: hidden;
}

/* FODOR badges */

img.fodor-badge-home	{
	float: left;
	margin-left: 100px;
	*margin-left: 96px;
}

img.fodor-badge-media	{
	float: right;
}

.tripadvisor-badge-home	{
	float: right;
	margin-top: 1px;
	margin-right: 94px;
	*margin-right: 42px;
}