@import url('brandbar.css');
@import url('faq.css');
@import url('footer.css');
@import url('forms.css');
@import url('home.css');
@import url('dining.css');
@import url('meetings.css');
@import url('minires.css');
@import url('navigation.css');
@import url('popup.css');
@import url('reset.css');

/* --- */

body {
	_behavior: url('/css/csshover.htc');
}

img, div { 
	_behavior: url('/css/iepngfix.htc');
}

body {
	background: #91afc9 url(/images/inside/inside_bg.jpg) no-repeat scroll center top;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #686868;
}

body#home {
	background: #91afc9 url(/images/home/home_bg.jpg) no-repeat scroll center top;
}

#wrap {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
	width: 950px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}

#flash_menu_container {
	float: left;
	width: 100%;
}

#menu {
	float: left;
	background-color: #406e99;
	width: 180px;
}

#flash {
	background-color: #fff;
	padding-left: 10px;
	float: left;
	width: 740px;
}

#body_container {
	background-color: #406e99;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}

#body {
	background-color: #fff;
	float: left;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	width: 750px;
}

#footer {
	color: #002e55;
	background-color: #91AFC9;
	font-family: 'lucida grande',tahoma,sans-serif;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 30px;
	width: 950px;
}

/**** useful constructs ****/
.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}


/* for small pic on rooms page */
img.small-pic-left {
	border: 1px #ccc solid; 
	float: left; 
	padding: 2px;
	margin: 13px 10px 5px 5px;
	}

img.small-pic-left:hover {
	border: 1px #19476e solid; 
	float: left; 
	padding: 2px;
	margin: 13px 10px 5px 5px;
	}
	
img.small-pic-medium-left {
	border: 1px #ccc solid; 
	float: left; 
	padding: 2px;
	margin: 5px 10px 5px 5px;
	}

.disclaimer {
	font-size: .9em;
	font-style: italic;
	_width: 720px;
}

.terms {
	font-size: 0.9em;
	line-height: 1.1em;	
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 1.6em;
	margin-bottom: 0;
}

.notopmargin {
	margin-top: 0;
}

.anchor {	
	color: #686868 !important;
	text-decoration: none;
}


/**** general stuffs ****/
a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#body a {
	color: #19476e;
}

p {
	font-size: 1.1em;
	margin: 8px 10px;
}

h1, h2, h3, h4 {
	margin: 10px 10px 0 10px;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

h1.trans, p.trans {
	text-align: center;
	}

h2 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
	margin: 0 0 5px 10px;
}

img {
	display: block; /* should probably be in the reset sheet */
}

.link2 {
	text-decoration: none;
}

.link2:hover {
	text-decoration: underline;
}

/* lists */
.linklist {
	list-style-image: url(../images/arrows/arrow.gif);
	margin: 5px 0 10px 25px;
}

.linklist a {
	color: #8e9854;
	text-decoration: none;
}

.linklist a:hover {
	color: #8e9854;
	text-decoration: underline;
}

.list {
	font-size: 1.1em;
	list-style-image: url(../images/bullets/bullet.gif);
	margin-left: 30px;
	margin-top: 12px;
}

ol 	{
	font-size: 1.1em;
	list-style-type: decimal;
	margin-left: 30px;
	margin-top: 12px;
}

ol ul.sublist {
	font-size: 1.0em;
	list-style-image: none;
	list-style-type: circle;
	margin-left: 20px;
}

/* columns */
.columns {
	float: left;
	width: 100%;
}
.column {
	float: left;
	width: 50%;
}

.column_list {
	list-style-image: url(../images/bullets/bullet.gif);
	margin-top: 0;
	margin-bottom: 12px;
}

.column_list li {
	font-size: 1.1em;
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.column_list li ul li  {
	font-size: 1.0em;
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

/* horizontal rules */
.hr_large {
	background-image: url(../images/hrlarge.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: block;
	clear: both;
	height: 15px;
	margin-left: 10px;	
	width: 740px;
}

.clear_block {
	display: block;
	clear: both;
	height: 1px;
}

.hr_small {
	background-image: url(../images/hrlarge.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;	
	display: block;
	clear: both;
	height: 15px;
	margin-left: 10px;
	width: 350px;
}

/* for ARROWS in front of links */
img.arrow {
	margin: 0 5px 0 0;
	display: block !important;
	float: left;
	padding-top: 5px;
}
	
/* AAA logo */	
img.aaa {
	margin: 0 10px 10px 25px;
	float: right;
}

/* table dining hours */
.hours {
	margin: 0 0 5px 10px;
}
.hours th {
	text-align: left;
}

.home_title_container {
	float: left;
	margin: 0;
	width: 750px;
}

/* other kimpton hotels */
#otherkimpton h3 {
	color: #1a4671;
	font-size: 12px;
	line-height: .9em;
	margin: 0 0 1em 10px;
	padding: 0;
	text-transform: uppercase;
}

#otherkimpton h4 {
	color: #1a4671;
	font-size: 11px;
	line-height: .9em;
	margin: 0 0 1em 10px;
	padding: 0;
}

#otherkimpton h5 {
	color: #1a4671;
	font-size: 10px;
	line-height: .9em;
	margin: 0 0 1em 10px;
	padding: 0;
	text-transform: uppercase;
}

img.dotstripsm {
	margin: 17px 0;
}

img.map {
	border: 1px solid #999;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* for small pic on spa page */

.linklist li ul {
	margin-left: 15px;
}

#sitemap ul.linklist li {
	margin-top: 3px;
	margin-bottom: 3px;
}
#sitemap ul.linklist li ul {
	margin-bottom: 10px;
	list-style-type: circle;
	list-style-image: url(../images/arrows/arrow_single.gif);
}

#sitemap .linklist li a {
	text-decoration: none;
	font-size: 11px;
}
#sitemap .linklist li a:hover {
	text-decoration: underline;
}

/** SERVICES page - Lingere Lounge logo **/

img.lingerie-lounge-logo	{
	float: right;
	margin: 10px 0 0 10px;
}
	
/* 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: none;
}

a.google-pin:hover	{
	text-decoration: underline;
}

.fodors-badge	{
	background: transparent url('/images/badges/fc-badge2010-125.png');
	_background: transparent url('/images/badges/fc-badge2010-125.gif');
	float: right;
	margin: 0 0 5px 10px;
	width: 135px;
	height: 135px;
	text-indent: -9999px;
}

/* PPC */
.block-ppc {
	background: #dbe5ec;
	height: 53px;
	padding: 2px;
	margin: 15px 10px 0 10px;
	border: 2px solid #C4C9CA;
}

.btn-book-now-ppc {
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/ppc/book_now.gif') no-repeat;
	margin: 10px 20px;
	width: 149px;
	height: 31px;
	float: right;
	_cursor: hand;
}

.btn-book-now-ppc:hover {
	background-position: 0 -31px;
}
