@import url('reset.css');
@import url('capitals.css');
@import url('forms.css');
@import url('headers.css');
@import url('nav.css');
@import url('stack.css');
@import url('ppc.css');
@import url('thickbox.css');


body {
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #5a5a4e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: 40px auto 0 auto;
	width: 982px;
}

#top {
	background-image: url('/images/backgrounds/top-bg.gif');
	height: 563px;
	width: 982px;
}

#nav {
	float: left;
	_display: inline;
	background: #fff;
	height: 560px;
	margin: 3px 0 0 3px;
	width: 257px;
}

#flash, #flash-img {
	float: left;
	_display: inline;
	height: 560px;
	width: 719px;
}

#home #flash {
	margin-top: 3px !important;  /* was 0px */
}

#home #flash-img {
	margin-top: 3px !important;
}

#photos #flash {
	height: 594px;
	margin-top: 3px;
}

#photos #nav {
	height: 594px;
}

#photos #top {
	background-repeat: no-repeat;
	height: 603px;
}

#middle {
	float: left;
	background: url('/images/backgrounds/content_bg.jpg') repeat-y;
	padding-bottom: 1em;
	width: 100%;
}

#content {
	float: left;
	_display: inline;
	margin: 0 30px;
	padding-top: 1em;
	width: 923px;
}

#content-meetings {
	float: left;
	_display: inline;
	margin: 0 0 0 12px;
	padding-top: 1em;
	width: 923px;
}

#brandbar {
	float: left;
	height: 54px;
	width: 100%;
}

/* specific stuffs */

p {
	color: #888;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 1.2em 0;
}

p.top {
	margin-top: 2.4em;
}

h1 {
	/*color: #002026; we need a color */
	color: #315756; /* i picked this */
	font-family: arial; /* i picked this too */
	font-size: 1.5em; /* i picked this too */
	font-weight: bold;
	line-height: 1.4em;
	margin: .4em 0 0 0;	
}

h6 {
	/*color: #002026; we need a color */
	color: #315756; /* i picked this */
	font-family: arial; /* i picked this too */
	font-size: 1.5em; /* i picked this too */
	font-weight: bold;
	line-height: 1.4em;
	margin: .4em 0 0 0;	
}

.column_container h2 {
	color: #315756;
	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
	margin: .7em 0 -12px 0;
}


h2.logo {
	background: #fff url('/images/logo.gif') no-repeat;
	cursor: pointer;
	height: 145px;
	text-indent: -9999px; /* off the page! */
	width: 257px;
}

h2.header {
	cursor: pointer;
	height: 560px;
	/*margin: 3px 0 0 0;*/
	text-indent: -9999px; /* off the page! */
	width: 719px !important;
}

h2.brandbar {
	cursor: pointer;
	background: #fff url('/images/backgrounds/kimpton-footer.gif') no-repeat;
	height: 54px;
	text-indent: -9999px; /* off the page! */
	width: 100%;
}

h3 {
	color: #002026;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 1.2em 0 0;
}

h4 {
	color: #002026;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 1.2em 0;
}

h5 {
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 1.2em 0;
}

/* columns */
.column_container {
	_float: left; /* need for ie6, if no condition doesnt work ff2 */
	_display: inline;
	width: 100%;
}
.left_column {
	float: left;
	_display: inline;
	margin-right: 2%;
	width: 48%;
}
.right_column {
	float: left;
	_display: inline;
	margin-left: 2%;
	width: 48%;
}

/**** lists ****/
.list {
	color: #888;
	font-size: 1.1em;
	line-height: 1.5em;
	*line-height: 1.5em;
	list-style-image: url('/images/bullet.gif');
	margin: 1.2em 3em;
}

.list ul {
	color: #639899;
	list-style-type: circle;
	margin-left: 2em;
}

.deflist {
	color: #888;
	font-size: 1.1em;
	line-height: 1.5em;
	list-style-image: url('/images/bullet.gif');
	margin: 1.2em 3em;
}

.deflist ul {
	color: #639899;
	list-style-type: circle;
	margin-left: 2em;
}

.deflist li {
	margin-bottom: 1em;
}

.stack_list {
	list-style-image: url('/images/gray_bullet.gif');
	margin: 0 0 0 160px;
}

/* sitemap list */
.sitemap_page .list, .sitemap_page .list ul {
	line-height: 1.6em;
}

.sitemap_page .list li {
	line-height: 2.2em;
}

.sitemap_page .list li li {
	line-height: 1.6em;
}

.sitemap_page .list ul {
	margin-bottom: .4em;
}	
	
/* a tags */
#content a, #content-meetings a {
	color: #639899;
}

#content a:hover, #content-meetings a:hover {
	color: #639899;
}
	
.sitemap_page a {
 	text-decoration: none;
}
.sitemap_page a:hover {
	text-decoration: underline;
}

.other_hotels a {
 	text-decoration: none;
}
.other_hotels a:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold-italic {
	font-weight: bold;
	font-style: italic;
}

.center	{
	text-align: center;
}

/* images with boxes around */
img.spa-image-box {
	border: 1px solid #b1b1b1;
	margin-top: 17px;
	margin-bottom: 7px;
	padding: 3px;
}

img.aaa-logo {
	display: block;
	margin: 10px auto;
	}
	
img.restuarant-logo {
	display: block;
	margin: 0 auto;
	}
	
img.floorplan {
	display: block;
	margin: 0 auto 10px;
	}

/* PHONE numbers */

.media-center-numbers	{
	padding-left: 20px;
}

/* photo gallery */
#gallery #flash {
	margin-top: 3px !important;
	margin-left: 0;
	height: 560px !important;
}

.dining-hours	{
	line-height: 1.8em;
}

.breakfast-hours	{
	margin-left: 20px;
}

.lunch-hours	{
	margin-left: 42px;
}

.brunch-hours	{
	margin-left: 35px;
}

.dinner-hours-1	{
	margin-left: 37px;
}

.dinner-hours-2	{
	margin-left: 84px;
}

.lounge-hours-1	{
	margin-left: 34px;
}

.lounge-hours-2	{
	margin-left: 84px;
}

.lounge-hours-faq	{
	margin-left: 50px;
}

/* ACCOMMODATIONS styles */


img.small-pic-rooms-first {
	border: 1px solid #afafaf;
	float: left;
	margin: 0 22px 10px 0;
	padding: 3px;
}

img.small-pic-rooms-first:hover {
	border: 1px solid #639899;
	float: left;
	margin: 0 22px 10px 0;
	padding: 3px;
}

img.small-pic-rooms {
	border: 1px solid #afafaf;
	float: left;
	margin: 13px 22px 10px 0;
	_margin: 0 22px 10px 0;
	padding: 3px;
}

img.small-pic-rooms:hover {
	border: 1px solid #639899;
	float: left;
	margin: 13px 22px 10px 0;
	_margin: 0 22px 10px 0;
	padding: 3px;
}

/* weather */	
#weather {
	display: block;
	border: 3px double #b4cece;
	padding: 10px;
	text-align: left;
	width: 280px;
}

#weather h3	{
	color: #315756;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0;
}

#weather {
	color: #6f6f6f;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

#weather .time {
	text-transform: uppercase;
	margin-top: 10px;
	float: left;	
	_display: inline;	
}

#weather .temp {
	margin-left: 12px;
	margin-top: 10px;		
	float: left;	
	_display: inline;	
}

#weather img {
	margin-top: 5px;
	margin-left: 12px;
	float: left;
	_display: inline;
}

#weather {
	float: left;
}

/* MAP page */
.map-phone	{
	margin-left: 9px;
}

.map-toll-free	{
	margin-left: 31px;
}

/* google link on MAP pg */
a.google-pin, a.google-pin:hover {
	background: transparent url('/images/map/google_pin.gif') no-repeat 0 8px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 17px;
}

a.google-pin	{
	text-decoration: none;
}

a.google-pin:hover	{
	text-decoration: underline;
}

/* useful css classes */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

a.reverse {
	text-decoration: none;	
}

a.reverse:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.no_top_margin {
	margin-top: 0 !important;
}

.no_bottom_margin {
	margin-bottom: 0 !important;
}

.copyright, .copyright-language, .disclaimer {
	font-size: .9em;
}

.terms	{
	font-size: 1.0em;
	line-height: 1.1em;
	text-align: justify; 
}

.copyright {
	margin: 3em 0;
}

.copyright-language {
	margin: 0 0 1.5em;
}

.gray {
	color: #888;
}

.hr {
	background-color: #639899;
	height: 0 !important;
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding-top: 1px;
	width: 100%;
}

.bold {
	font-weight: bold;
}

.space {
	height: 10px;
}

/**** use when stacks are on right, content on left 

.left_column {
	float: left;
 _display: inline;
	width: 560px;
}

.stacks {
	float: left;
	_display: inline;
	margin: 0 0 30px 30px;
	width: 328px;
}

.stack {
	height: 95px;
	margin-top: 30px;
	text-indent: -9999px;
	width: 328px;
}*/


h3.special-headers {
	height: 0;
	float: left;
	padding-top: 25px;
	margin: 1.3em 0 1.1em;
	overflow: hidden;
	width: 440px;
	text-indent: -9999px;
}

h3.beach-breakfast {
	background: #e5e6e8 url('/images/stacks/specials/beach_breakfast.gif') no-repeat;
}

h3.romantic-escape {
	background: #e5e6e8 url('/images/stacks/specials/romantic_escape.gif') no-repeat;
}

/* Terms and Conditions */

.terms {
	display: block;
	font-size: 0.9em;
	line-height: 1.1em;	
	text-align: justify;
}

.time-price {
	font-size: 0.9em;
	font-weight: bold;
	}

/* spa */
h3.spa-headers {
	height: 0;
	float: left;
	padding-top: 25px;
	margin: 1.3em 0 1.1em;
	overflow: hidden;
	width: 440px;
	text-indent: -9999px;
}

h3.body-treatments {
	background: #e5e6e8 url('/images/stacks/spaservices/body_treatments.gif') no-repeat;
}

h3.facials {
	background: #e5e6e8 url('/images/stacks/spaservices/facials.gif') no-repeat;
}

h3.final-touches {
	background: #e5e6e8 url('/images/stacks/spaservices/final_touches.gif') no-repeat;
}

h3.manicures-pedicures {
	background: #e5e6e8 url('/images/stacks/spaservices/manicures_pedicures.gif') no-repeat;
}

h3.massages {
	background: #e5e6e8 url('/images/stacks/spaservices/massages.gif') no-repeat;
}

h3.service-upgrades {
	background: #e5e6e8 url('/images/stacks/spaservices/service_upgrades.gif') no-repeat;
}

h3.signature-services {
	background: #e5e6e8 url('/images/stacks/spaservices/signature_services.gif') no-repeat;
}


/* open table */

.opentable input, textarea, select {
	border: 1px solid #7f9db9;
	color: #555;
	padding: 2px;
	font-size: 10px;
	margin-left: 0;
}

/* Dining Reservations */

.opentable {
	border: 1px solid #888;
	border-collapse: collapse;
	color: #888;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 85%;
}

.opentable table {
	margin-left: 15px;
}

.opentable h3 {
	color: #888;
	margin-left: 19px;
}

.opentable-image {
	float: left;
	_display: inline;
	margin: -94px 0 0 25px;
}

.opentable td {
	padding: 4px;
}

.opentable select {
	width: 48px;
}

.opentable #ResYear {
	width: 54px;
}

.opentable input {
	color: #555;
	width: 40px;
}

.opentable .btn-submit {
	background: transparent url('/images/btn_submit.png') 0 0 no-repeat;
	_display: inline;
	margin: 6px 0 10px 0;
	padding: 0;
	text-indent: -9999px;
	float: left;
	margin-left: 87px;
	_margin-left: 87px;
	border: none;
	cursor: pointer;
	_cursor: hand;
	height: 21px;
	width: 57px;
}

.opentable .btn-submit:hover {
	background-position: 0 -21px;
}


img.map-language	{
	border: 1px solid #66979b; 
	display: block;
	margin: 5px auto;
	padding: 2px;
	width: 435px;
}

/* HOME PAGE HOVER POPUP */
div.css-popup img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #a9c6c7;
}

a.mind-body-popup span {
	top: -8em;
	left: 0;
}

div.css-popup {
	display: none;
	background-color: #fff;
	_background-color: #fff;
	border: 2px solid #a9c6c7;
	_border: 2px solid #a9c6c7;
	color: #888;
	_color: #888;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 8px;
	position: absolute;
	text-align: left;
	text-decoration: none !important;
	width: 370px;
	z-index: 14;	
}

.wine-popup {
	left: 60em;
	top: 53em;
}

.mind-body-popup {
	left: 55em;
	top: 49em;
}

/* footer */
img.reservator-img  {
	margin-left: 20px;
	padding-top: 4px;
}

#footer {
	color: #fff;
	float: left;
	width: 982px;
}

#footer p {
	color: #a6aba3;
	text-align: center;
}

#footer a {
	color: #7da9aa;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.footer_column_first {
	float: left;
	_display: inline;
	padding-left: 19px;
	width: 27%;
}

.footer_column_second {
	float: left;
	_display: inline;
	width: 30%;
}

.footer_column_third {
	float: left;
	_display: inline;
	width: 30%;
}

.footer_column_fourth {
	float: left;
	_display: inline;
	width: 10%;
}

.list_linear li {
	float: left;
	_display: inline;
	margin: 1em .7em;
}

.list_linear li.first {
	margin: 1em 2.5em 1.5em 1.9em;
	letter-spacing: 0.09em;
}

.flags {
	margin-bottom: 1em;
	width: 498px;
	float: right;
}

.flag_list li {
	display: inline;
	margin: 0 20px;
}

/*** social links ***/

#social_links {
	margin: 8px 0 10px 0;
	width: 245px; /* originally 167 */
	_width: 175px;
	float: right;
}

#social_links li {
	display: inline;	
}

#social_links a {
	text-decoration: none;
	float: left;
}

#social_links span {
	color: #a6aba3;
	margin: 2px 10px 0 0;
	float: left;
}

.facebook, .twitter {
	text-indent: -9999px !important;
}

.facebook {
	background: url('/images/logos/facebook.gif') no-repeat 0 0;
	padding: 5px 3px 5px 15px !important;	
	width: 21px;
	height: 21px;
}

.twitter {
	background: url('/images/logos/twitter.gif') no-repeat 0 0;
	padding: 5px 10px 5px 0 !important;
	width: 21px;
	height: 21px;
}

/*******/

#footer_flags {
	list-style: none;
	float: right;
	margin: 10px 25px 12px 0; /* the 12px is to make it match ie6 w/o negatives */
	width: 498px; /*originally 420px */
	_width: 493px;
	_display:inline;
}

#footer_flags li {
	display: inline;
}

#footer_flags li a {
	color: #7da9aa;
	height: 0;
	margin: 0 0 0 10px;
	padding-left: 22px;
}

#footer_flags li.flag_espanol a {
	background-image: url('/images/flags/spanish.gif');
	background-repeat: no-repeat;
}

#footer_flags li.flag_portugese a	{
	background-image: url('/images/flags/brazil.gif');
	background-repeat: no-repeat;	
}

#footer_flags li.flag_francois a	{
	background-image: url('/images/flags/french.gif');
	background-repeat: no-repeat;	
}

#footer_flags li.flag_deutsch a	{
	background-image: url('/images/flags/german.gif');
	background-repeat: no-repeat;
}

#footer_flags li.first {
	margin: 0px 15px 0 0px;
}

/* capacity table */

table.capacity-chart {
	background-color: #fff;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	/*font: 1.1em Georgia, "Times New Roman", Times, serif;*/
	color: #003644;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.capacity-chart td {
	padding: 8px 3px 5px;
	border-bottom: 1px solid #c3cec6;
	text-align: center;
}

table.capacity-chart td.room {
	font-weight: bold;
	text-align: left;
}

table.capacity-chart td.column-head {
	font-size: 0.9em;
	font-weight: bold;
}

/* photos for thickbox gallery */

#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;
}

/* GREEN SEAL logo on Green Seal page */

.gs-logo {
	float: right;
	margin: 0 0 -25px 5px;
	_margin: 0 0 -15px 5px;
	
}

.gs-logo-home {
	float: right;
	margin: -10px 0 0 5px;
}


/* FAQ page */
	
dl.table-display	{
	color: #888;
	font-size: 1.1em;
	line-height: 1.4em
	width: 95%;
	margin: 1em 20px 1em 0;
	padding: 0;
}
	
.table-display dt	{
	width: 9%;
	float: left;
	margin: 0 0 0 0;
	padding: 2px 0;
	font-weight: bold;
}
	
.table-display dd {
	float: left;
	width: 91%;
	_width: 90%;
	margin: 0 0 0 0;
	padding: 2px 0;
}

dt.answer, dd.answer {
	line-height: 1.4em;
	padding-bottom: 1.1em;
}
