/*Table of Contents
	- PGTOP
	- MAIN
	- PGFOOTER
	- MINIRESAPP
	- HPLIST
	- KIMPTON LINK BAR
	- FOOTER ADDRESS BAR
	- FOOTER NAVIGATION AREA
	- FOOTBOTTOM 
	- SNIPE
	- DINING & OPEN TABLE
	- TERMS
	*/

@import url("faq.css");
@import url("footer.css");
@import url("thickbox.css");

img.arrowlg {
	margin: 0 0 0 10px;
}

body {
	background: url(../images/vpk_background.gif) repeat;
	background-color: #9E9CA4;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	color: #444;
	font-size: 11px;
	margin: 0;
	padding: 0 0 5px;
}

/* img style does away with need to define a border in every img element */

img { 
	border-style: none;
}
	
a {
	color: #8e138e;
	text-decoration: underline;
}

a:hover {
	color: #c154c1;
	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 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/vpk_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;
}

/* LOGO */

img.vpk-logo	{
	margin-bottom: 3px;
	*margin-bottom: 7px;
}


/* navmenu: creates container for left navigation */

#navmenu {
	background-color: #007173;
	margin: 0 0 8px 9px;	
}

#homeflash {
	margin: 0 9px 0 0;
}

#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: #444;
	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;
	text-align: left;
}

#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: 9px;
	text-align: center;
}

/*<group=MINIRESAPP>*/

.miniresapp {
	margin: 10px 0 0 9px;
	text-align: left;
}

.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>*/

.bulleted {
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
	margin: 0;
	padding: 3px 0 10px 17px;
}

.bulleted li {
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.bulleted li ul {
	line-height: 1.5em;
	list-style-image: none;
	list-style-type: circle;
	margin-left: 20px;
}

html>body .bulleted li ul {
	margin-left: -15px;	
}

p.tight {
	margin-bottom: 0;
	padding-bottom: 0;
}

.arrows {
	margin: 0 0 5px 0;
	padding-left: 17px;
	list-style-image: url(../images/yellow_arrow.gif);
}

.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/list_arrow.gif);
}

.hplist li {
	line-height: 18px;
	padding: 0;
}

.hplist a:link, .hplist a:visited { 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;
}

/* 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: #9F8DB5;
	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: #fff;
	padding-top: 10px;
}

/*<group=FOOTER ADDRESS BAR>*/

/* these styles define the hotel address and phone # in the footer */

tr.addressbar {
	color: #ccc;
	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: #ccc;
	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>*/

/* these styles define the 2 links at the very bottom of the entire page */

#footbottom {
	color: #ccc;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 13px;
}

#footbottom a:link, #footbottom a:visited {
	color: #ccc;
	text-decoration: none;
}

#footbottom a:hover, #footbottom a:active {
	color: #ccc;
	text-decoration: underline;
}
	
/*</group>*/

/* other kimpton hotels pg code */
#kgna {
	width: 580px;
	background-color: #fff;
}

#kgnaleft {
	width: 290px;
	background-color: #fff;
	float: left;
	padding-bottom: 15px;
}

#kgnaright {
	width: 290px;
	background-color: #fff;
	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;
}


/***SPA - RELAX AND REJUVENATE***/
#spa input, #spa select, #spa textarea,
#gbp input, #gbp select, #qbp 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: #2b035b;
	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: #2b035b;
	color: #fff;
}

#spa .disclaimer, #talk .disclaimer {
	width: 580px;
}

.exceptions {
	color: #ff0033;
	font: 10px verdana, tahoma, sans-serif;
	padding-bottom: 12px;
}

#required {
	color: #ff0033;
	font: 10px verdana, tahoma, sans-serif;
}

/* for small pic on spa page */
img.small_pic {
	float: left; 
	padding: 3px; 
	border: 1px #ccc solid; 
	margin: 0 10px 5px 0;
	}

img.kimpton_footer {
	display: block;
}

img.aaa {
    margin: 0 0 5px 5px;
    float: right;
    }

/* SNIPE stuff */
#snipe {
	border: 0;
	float: right;
	position: relative;
	margin: 0;
	margin: 0 0 0 5px;
	padding: 0;
	width: 241px;
    }
html>body #snipe {
	margin: 0 0 0 10px;
	}
	
/* 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%;
}

.leftcolumn-specials {
	float: left;
	margin-right: 0;
	margin-bottom: -15px;
	margin-left: -3px;
	_margin-left: 0;
	text-align: left;
	width: 50%;
}

.linklist {
	list-style-image: url(../images/arrow_yellow.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/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, tahoma, sans-serif;
	color: #444;
	background-color: #fff;
	border: 1px solid #776b94;
	border-collapse: collapse;
	margin: 0 0 5px 0;
}

table.intlnumbers th {
	color: #fff;
	border: 1px solid #776b94;
	background-color: #776b94;
	text-align: left;
}

table.intlnumbers td.country {
	border: 1px solid #776b94;
	text-align: left;
}

table.intlnumbers td.phonenumber {
	border: 1px solid #776b94;
	text-align: left;
}

/* END INTERNATIONAL NUMBERS TABLE */

	
/* HOME PAGE HOVER POPUP */
a.csspop {
    position: relative;
	background-color: #efefef;
    z-index: 24;
    color: #8e138e;
    text-decoration: underline;
}

a.csspop:hover {
	background-color: #eeefef;
	/* NOTE: background-color MUST be the same, but different from a.wine background-color properties: LEAVE 6 characters long */
	z-index: 25;
	color: #c154c1;
	text-decoration: none;
}

a.csspop span {
	display: none;
}

a.csspop:hover span { 
    background-color: #efefef;
    border: 2px solid #2b035b;
	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.3em; 
	width: 350px;
}

a.csspop span img.poppic {
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #999;
	}

.cooking {
	font-style: italic;
	margin: 0;
	padding: 0;
	}
	
/* DINING PAGE & OPEN TABLE */

img.tulio-logo	{
	float: right;
	padding: 3px 0 27px 11px;
}

table.opentable {
	border: 1px solid #868887 !important;
	color: #444;
	font: 12px arial,verdana,helvetica;
	font-weight: normal;
	}

select.formfield, input.formfield {
	color: #333;
	font: 11px arial,verdana,helvetica;
	padding: 1px;
	}

img.opentable_logo {
	float: left;
	}
	
.publication	{
	padding-left: 10px;
}

/* Terms and Conditions on SPECIALS page */

.terms {
	display: block;
	font-size: 0.9em;
	line-height: 1.1em;	
	text-align: justify;
}

/* ROOMS & SUITES page */

img.small-pic-left {
	border: 1px solid #ccc;
	float: left;
	margin: 3px 10px 5px 0;
	padding: 3px;
}

/* google link on MAP pg */

p.google	{
	padding: 3px 0 8px !important;
}

img.google-pin	{
	margin-bottom: -5px;
}

a.google-pin, a.google-pin:hover {
	padding-left: 10px;
}

a.google-pin	{
	text-decoration: none;
}

a.google-pin:hover	{
	text-decoration: underline;
}

/********** PPC page *********/
img.tl500 { 
	float: right;
	margin-left: 10px; }

.offer {
	color: #433d39;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	}

.limited { 	font-size: 9px; }

img.googlepin { margin-right: 6px; }

img.camera { margin-right: 5px; }

/********* Green Seal **********/
#green-seal-box {
	border: 1px solid #ccc;
	color: #696969;
	display: block;
	float: right;
	margin: 6px 0 10px 10px;
	width: 175px;
}

#green-seal-box p {
	font: 0.9em/1.1em "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	margin: 0;
	padding: 2px 3px 4px 4px;
}

#green-seal-box img.gs-logo {
	display: block;
	margin: 3px auto;
	padding: 0;
}

img.green-seal-logo	{
	display: block;
	float: right;
	margin: 6px 0 5px 10px;
}

/* 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;
}