body {
	background: #FFF;
	font-size: 11pt;
}

#articlecontent {
	color: #000;
    width: 7in; 
	padding: 0;
	margin: 0 auto;
}

#printlogo{
	display: block;
}

#nav, #sidenav, #navbar, .footer{
	display: none;

}

.greenTwelveB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.bodyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 10px 5px 5px 8px;
}
.maroonElevenB {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}



/* HOTEL PAGES - THIS SECTION WAS LAST UPDATED: 06/17/09 */
/* BEGIN TAB STYLES */
    .tab {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 548px;
	_width: 548px;
	background-color: #c7e1de;
	}
	.tab .detail {
	clear: both;
	width: 548px;
	_width: 548px;
	font-size: 11px;
	text-align: left;
	color: #000;
	background: #fff;
	}
	.tab .hit_on,
	.tab .hit_off {
	float: left;
	width: 104px;
	height: 23px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*line-height: 21px; REMOVED FOR PRINT */
	text-decoration: underline; /* MODIFIED FOR PRINT */
	font-size: 12px; /* MODIFIED FOR PRINT */
	padding: 15px 0 15px 0; /* ADDED FOR PRINT */
	}								
	.tab .hit_on {
	background: url(/cms/img/tab_on.gif) left top no-repeat;
	color: #ff0000 !important; /* OVERWRITE DEFAULT STYLE FOR IE 6 */
	}
	.tab .hit_off {
	background: url(/cms/img/tab_off.gif) left top no-repeat;
	color: #006666 !important; /* OVERWRITE DEFAULT STYLE FOR IE 6 */
	}
/* SHORT-WIDTH LEFT COLUMN / LONG-WIDTH RIGHT COLUMN */
	.twolist ul {
	  width: 475px;  /* room for 2 columns */
	  margin: 0;
	  padding: 0;
	  min-height: 1%;
	  _height: 1%;
	}
	li.leftCol {
	width: 138px; /* room for left column */
	float: left;
	list-style: none;
	}
	li.rightCol {
	width: 332px; /* room for right column */
	float: left;
	list-style: none;
	margin: 0 0 0 30px;
	}
/* EQUAL-WIDTH LEFT/RIGHT COLUMNS */
	.eqCol {
	width: 495px;
	}
	.eqColL, .eqColR {
	float: left;
	width: 217px
	}
	.eqColR {
	margin-left: 30px;
	}
	.clearLeft {
	clear: left;
	}
	.eqCol li {
	list-style-image: url(/img/square_red_bullet.gif);
	list-style-position: outside;
	margin: 0 0 0 11px;
	padding: 0 0 0 5px;
	}
/* MISC STYLES */	
	#slideshow {
	float: left;
	height: 150px;
	margin: 0;
	padding: 3px 15px 0 0;
	}
	hr.green {
	border: none 0;
	border-bottom: 1px solid #c7e1de;
	width: 100%;
	height: 1px;
	clear:both;
	margin: 10px 0;
	}
	.clearboth {
	clear: both;
	}
	.btnBook {
	text-align: right;
	}
	.stars {
	vertical-align: bottom;
	margin: 0 0 1px 3px;
	}
/* MODULE MINIMUM-HEIGHT HACK (IE/FF COMPATIBLE) */
	.height200 {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	}
