@import url("footer.css");
@import url("navigation.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;
	_behavior: url("/css/csshover.htc");
}

h1, h2, h3, h4 {
	color: #444;
	font-size: 11px;
	margin: 0;
	padding: 5px 0 5px;
}

h5 {
	color: #444;
	font-size: 11px;
	margin: 0 0 12px;
	font-weight: bold;
}
html>body h5 {
	margin: 0 0 10px;
}

/* 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;
}

.bold {
	font-weight: bold;
}

/*<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 6px;
}

/* 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/alm_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 */

#navmenu {
	background-color: #007173;
	margin: 0 0 8px 9px;	
}

#homeflash {
	background-color: #007173;
	margin: 0 5px 8px 9px;	
}

#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;
} 
	
#homecontent {
	font-size: 11px;
	color: #555;
	margin: 10px 15px;
	line-height: 13px;
	text-align: justify;
}

#homecontent p {
	margin: 0;
	padding: 2px 0 4px;
}

#content {
	color: #444;
	margin: 0 15px 5px 14px;
	font-size: 11px;
	line-height: 13px;
}

#content p {
	margin: 0;
	padding: 2px 0 4px;
}

.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 : 11px;
}
	
.tablecontent {
	color: #444;
	font-size: 11px;
}

/*<group=MINIRESAPP>*/

.miniresapp {
	margin: 0px 0 0 9px;
}

.minires tr {
	background: #efefef;
	color: #777;
	font-size: 9px;
}

.resappfields {
	color: #000;
	font: 11px arial;
}

.resappfields2 {
	color: #000;
	font: 11px arial;
	margin-left: -1px;
}

img.calendar {
	margin: 4px 0 0 5px;
}
	
.resappshim {
	margin: 2px 0 1px;
}
	
/*</group>*/


.flash { 
	background-color:black; 
	text-align:center; 
	margin: -22px 14px 9px 15px;
}
html>body .flash { 
	background-color:black; 
	text-align:center; 
	margin: -22px 14px 7px 15px;
}

.arrows {
	margin: 0 0 5px 17px;
	list-style-image: url(../images/yellow_arrow.gif);
	list-style-type: square;
}

html>body .arrows {
	margin: 0 0 5px -26px;
} 

.arrows li {
	border-bottom: 2px solid #fff;
}

/*<group=HPLIST>*/

/* hplist: defines 3 bullet list under miniresapp on hp */

.hplist {
	margin: 0 0 5px 17px;
	list-style-image: url(../images/bullet.gif);
}

html>body .hplist {
	margin: 0 0 5px -21px;
}
	
.hplist li {
	line-height: 15px;
}

.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;
}

img.header2 {
	margin-bottom: 4px;
}

/* dotstrip: defines characteristics for pg dividing HR img */

img.dotstrip {
	margin: 5px 0 10px 0;
}

/* dotstrip-h5 is used if it is followed by a P tag */
img.dotstrip-h5 {
	margin: 5px 0 -10px;
}
html>body img.dotstrip-h5 {
	margin: 5px 0 0;
}

img.dotstrip-home {
	margin: -5px 0 10px;
}
html>body img.dotstrip-home {
	margin: -5px 0 10px;
}

/* 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;
}

/*phone number within body content*/
.phone-number {
	padding-right: 30px; 
}

/*</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;
}

#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>*/

/* 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>*/

/*<group=Meetingfloorplans>*/

/* these styles define the 2 links at the very bottom of the entire page */

img.flplan {
	margin: 10px 0;
	}

/*</group>*/

.bulleted {
	margin: 4px 0 5px 0;
	padding-left: 17px;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
}

.bulleted li {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.bulletedlinks {
   list-style-image: url(../images/arrow.gif);
	list-style-type: square;
}

.rooms {
	margin: 4px 0 5px 0;
	padding-left: 17px;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
}

.rooms li {
	line-height: 18px;
	margin: 0;
	padding: 0 0 8px;
}

.bulletedlinks li {
	border-bottom: 2px solid #fff;
	}
#spa input, #spa select, #spa textarea,
#gbp input, #gbp select, #gbp textarea,
#talk input, #talk select, #talk textarea {
	font: 11px verdana, tahoma, sans-serif;
	border: 1px solid #444;
	color: #444;
}

#spa input.nobord, #talk input.nobord {
	border: 0;
}

#spa, #talk{
	width: 420px;
	font-family: verdana, tahoma, sans-serif;
	color: #444;
	margin-top: 7px;
}

#spa h3, #talk h3 {
	font-size: 11px;
	color: #095222;
	margin: 0 0 3px 0;
}

#spa .contact, #talk .contact {
	float: left;
	width: 195px;
}

#spa span, #talk span {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #444;
}

#spa p, #talk p{
	font-size: 11px;
	color: #444;
}

#spa .button, #talk .button {
	background-color: #095222;
	color: #fff;
}

#spa .disclaimer, #talk .disclaimer {
	width: 580px;
}  

.exceptions  {
	color: #f03;
	font: 10px verdana, tahoma, sans-serif;
	padding-bottom: 12px;
}

#required  {
	color: #f03;
	font: 10px verdana, tahoma, sans-serif;
}

/* for small pics within content */
img.small_pic {
	float: left; 
	padding: 3px; 
	border: 1px #ccc solid; 
	margin: 0 10px 5px 0;
	}

img.small_pic_right {
	float: right; 
	padding: 3px; 
	border: 1px #ccc solid; 
	margin: 0 10px 5px 5px;
	}
	
/* Dining page */
.small_pic_right {
	float: right; 
	padding: 3px;  
	margin: 0 10px 5px 5px;
	}
	
img.opentable_logo {
	float: left;
	}

table.opentable {
	border: 1px solid #868887 !important;
	color: #444;
	font: 12px arial,verdana,helvetica;
	font-weight: normal;
	float: left;
	margin-top: 18px !important;
	_margin-top: 0;
	}	
	
select.formfield, input.formfield {
	color: #333;
	font: 11px arial,verdana,helvetica;
	padding: 1px;
	}

/* 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 */

/* HDGR Rate links */

a.hdgrate {
	color: #007129;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.hdgrate:hover {
	color: #007129;
	text-decoration: none;
	font-weight: bold;
	}

.red {
	font-weight: bold;
	color: #900;
	}
	
/*SNIPE */
.snipe {
	border: 0;
	float: right;
	position: relative;
	margin: 0;
	margin: 4px 0 0 10px;
	padding: 0;
	width: 241px;
	}
html>body .snipe {
	margin: 3px 0 0 13px;
	}
	
/* 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;
	margin-left: 9px;
	text-align: left;
	width: 50%;
}

.rightcolumn {
	color: #444;
	float: left;
	text-align: left;
	width: 45%;
}


/* adjusted margins for CONCIERGE only */
.leftcolumn-concierge {
	float: left;
	margin-right: 0;
	margin-bottom: -15px;
	margin-left: 0;
	text-align: left;
	width: 50%;
}

.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 */

/* HOME PAGE HOVER POPUP */

a.csspop {
	position: relative;
	background-color: #fff;
	z-index: 24;
	color: #007129;
	text-decoration: underline;
}

a.csspop:hover {
	background-color: #fff;
	/* 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: #fff;
	border: 3px solid #105121;
	color: #555;
	display: block;
	font-weight: normal;
	font-size: 11px;
	left: -30em;
	line-height: 1.3em;
	margin: 0;
	padding: 15px 10px 15px 15px;
	position: absolute;
	text-align: left;
	text-decoration: none;
	top: -15em; 
	width: 450px;
}

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 0 0 0;
	padding: 2px 0;
	font-weight: bold;
}

.table-display dd {
	float: left;
	width: 87%;
	_width: 86%;
	margin: 0 0 0 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;
}


.jumplist-concierge {
	list-style-image: url(../images/yellow_arrow.gif);
	list-style-type: square;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

.jumplist-concierge li {
	line-height: 1.1em;
	margin-bottom: .5em;
	margin-left: -23px;
	padding: 0;
	text-align: left;
}

ul.jumplist-concierge a {
	text-decoration: none !important;
}

ul.jumplist-concierge a:hover {
	text-decoration: underline !important;
}


.terms {
	display: block;
	font-size: 0.9em;
	line-height: 1.1em;	
	text-align: justify;
}

.limited {
	font-size: 0.9em;
}


/*Government Per Diem Page */
.rate-box-left	{
	border: 2px solid #095222;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 10px;
}

/*.rate-box-center	{
	border: 2px solid #095222;
	width: 50%;
	margin: 0 auto;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 10px;
}*/

.rate-box-center	{
	border: 2px solid #095222;
	width: 94%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 6px 15px;
}

.rate-box-right	{
	border: 2px solid #095222;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 10px;
}

.rate-box-left p, /*.rate-box-center p,*/ .rate-box-right p	{
	text-align: center;
}

.small-text	{
	font-size: 0.9em;
}

.offer-box {/*like the rate boxes, but full width and without a border */
	padding: 6px 10px 6px 15px;
	width: 95%;
	_width: 99%;
	border: 2px solid #095222;
}


/* BOOK NOW button */

.btn-book-now {
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/btn_book_now.gif') no-repeat;
	_background: transparent url('/images/btn_book_now.gif') no-repeat;
	width: 149px;
	height: 21px;
	_cursor: hand;
}

.btn-book-now:hover {
	background-position: 0 -21px;
}

a.btn-book-now-large {
	background: url("/images/book_now_large.gif") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 31px;
	margin: 15px auto 10px;
	text-indent: -9999px;
	width: 149px;
}

a.google-button {
	background: url("/images/google_button.gif") no-repeat scroll 0 0 transparent;
	display: block;
	float: right;
	height: 31px;
	margin: 15px auto 10px;
	text-indent: -9999px;
	width: 149px;
}

a.btn-book-now-large:hover, a.google-button:hover  {
	background-position: 0 -31px;
}

.btn-margin	{
	margin-top: 10px;
	margin-right: 25px;
}

.clear {
	clear: both;
	line-height: 0;
}

.center {
	margin: 0 auto;
	text-align: center;
}

/* 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;
}

/* fixes 12-8 */
#main_container {
	background: transparent url(../images/alm_background.gif) repeat scroll 0 0;
	width: 100%;
}
#main, #pgtop {
	margin: 0 auto;
	width: 798px;
}

/* 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;
}