@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');
@import url('ppc.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;
}

.floatleft {
	width: 450px;
	float: left;
}

.altwidth {
	width: 250px;	
}

/* 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.dotstrip {
	margin: 5px 0 10px 0;
}

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%;
	margin: 10px;
}
.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;
}

.green-seal-badge	{
	background: transparent url('/images/badges/green-seal-silver-certified.gif');
	float: right;
	margin: 10px 8px 5px 10px;
	width: 120px;
	height: 120px;
	display: block;
	text-indent: -9999px;
	border: none;
}

#green-seal-box {
	border: 1px solid #CCCCCC;
	color: #696969;
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	width: 175px;
}

#green-seal-box img.gs-logo {
	display: block;
	margin: 3px auto;
	padding: 0;
}

#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;
}

/* PETCO page */

table.baseball	{
	font-size: 1.1em;
	margin: 10px 0 10px 10px;
	_margin: 10px 0 10px 5px;
}

table.baseball th	{
	text-align: left;
	border-bottom: 1px solid #688dad;
	padding-bottom: 3px;
}

table.baseball td	{
	border-bottom: 1px solid #688dad;
	padding-bottom: 3px;
}

table.baseball td.game-over	{
	padding-left: 7px;
}

table.baseball td.top-row	{
	padding-top: 3px;
}

img.small-map	{
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
}

img.tripadvisor-rated	{
	float: right !important;
	margin: -33px 0 10px 5px !important;;
	
}

/* GOVT PER DIEM */

.left-column, .right-column {
	float: left;
	width: 339px;
}

.left-column2 {
	float: left;
	width: 450px;	
}

.right-column2 {
	float: right;
	width: 250px;	
}

.left-column3 {
	float: left;
	width: 500px;
}

.right-column3 {
	float: right;
	width: 245px;
}

.left-column	{
	margin: 0 0 0 10px;
}

.right-column {
	margin: 0 0 0 13px;
}

.rate-box	{
	display: block;
	background: none repeat scroll 0 0 #dbe5ec;
	border: 2px solid #406e99;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px 10px 0 10px;
	text-align: center;
}

.rate-box-aaa{
	display: block;
	background: none repeat scroll 0 0 #dbe5ec;
	border: 2px solid #406e99;
	width: 50%;
	margin: 15px auto;
	padding: 5px 10px 0 10px;
}

.rate-box-list {
	padding-left: 20px;	
}

.rate-box-list li {
	margin: 2px 0;	
}

.btn-book-now-alt	{ /* for use on GOVERNMENT page */
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/ppc/book_now.gif') no-repeat;
	margin: 10px auto;
	width: 149px;
	height: 31px;
	_cursor: hand;
}

.btn-book-now-alt:hover	{
	background-position: 0 -31px;
}

a.btn-book-now-right	{
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/ppc/book_now.gif') no-repeat;
	float: right;
	width: 149px;
	height: 31px;
	_cursor: hand;
}
.right {
	float:right;
	padding-left:10px;
}

.centered {
	text-align: center;
}

.text-center {
	text-align: center;	
}
#media-contact-container {
	float: left;
	width: 750px;
}
.media-contact1 {
	float: left;
	width: 345px;
	padding-right: 30px;
}
.media-contact2 {
	float: left;
	width: 375px;
}

.home_page_ad {
	margin-top: 10px;	
}

.arts_culture, .attractions, .outdoor_recreation, .shopping, .sports, .transportation, .universities, .tours, .military_business, .east, .south, .north, .west {
	display: none;
	clear: both;
}

.more {
	background: url('/images/more.gif') no-repeat right 3px;
	color: #3876B8;
	display: inline-block;
	padding-right: 13px;
	font-weight: bold;
	height: 15px;
}
.more.expanded {
	background-position: right -17px;
}
.massage_treatments, .body_treatments, .facial_treatments {
	display: none;
	clear: both;
}
