body {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #152648
}

a:link, a:visited  {
	color: #0066CC;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #152648;
}

a img {
	border: 0
}

img.left {
	float: left;
	display: block;
	margin: 0 10px 3px 0
}

p {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	color: Black;
	margin: 8px 8px 0 8px;
	padding: 0;
	line-height: 18px
}

h4 {
	text-align: left;
	font-size: 14px;
	color: #990000;
	margin: 0;
	padding: 0 0 0 5px;
}

.blue-fade-bg-specials {
	background: url(../images/bg-content-fade.jpg) repeat-x;
	border-top: 1px solid white;
	margin: 8px 0 0 0;
	padding: 0;
	width: 300px
}

h2.brown-header-hp {
	background-color: #935500;
	text-align: left;
	font: 160% Georgia, "MS Sans Serif", Geneva, sans-serif;
	padding: 2px 8px ;
	margin: 0 0 8px 0;
	color: #fff
}

/********************
background colors
*********************/

.light-blue {
	overflow: hidden;
	margin: 0;
	padding: 5px 0 5px 15px;
	background-color: #e7f5f7;
}

#frame {
	width: 760px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
	overflow: hidden;
	background: #fff url(../images/frame-bg.gif) top left no-repeat
}

#inner-frame {
	width: 746px;
	margin: 0 auto;
	padding: 0 0 8px 0;
	text-align: left;
	overflow: hidden;
}

#top-bar {
	width: 746px;
	overflow: hidden;
	border-bottom: 4px solid #002674
}

	#logo {
		float: left;
		width: 114px;
		height: 98px;
		margin: 0;
		padding: 0;
		font-size: 120%
	}
	
	#logo a {
		position: relative;
		display: block;
		width: 114px;
		height: 98px;
		margin: 0;
		padding: 0
	}
	
	#logo a span {
		position: absolute;
		top: 0;
		left: 0;
		width: 114px;
		height: 98px;
		cursor: pointer;
		background: url(../images/bestwestern-logo.gif)
	}
	
#nav-box {
	float: left;
	width: 632px;
	height: 105px;
	margin: 0;
	padding: 0
}
	
	#nav-box h2.slogan {
		display: block;
		float: right;
		position: relative;
		width: 632px;
		height: 50px;
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: 110%
	}
	
	#nav-box h2.slogan span {
		position: absolute;
		float: right;
		top: 0;
		left: 0;
		width: 632px;
		height: 50px;
		background-color: #fff;
	}
	
.light-yellow {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 5px 0;
	background-color: #FFFDE8;
	border-bottom: #F8D14A solid 1px;
}

.dark-yellow {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 5px 0;
	background-color: #FFFBD0;
	border-bottom: #F8D14A solid 1px;
}

.light-yellow p, .dark-yellow p {
	overflow: hidden
}

.hr {
  border: 0;
  width: 100%;
  color: #0099ff;
  background: #fff url(../images/line.gif) repeat-x scroll center;
  height: 1px;
}

.hp-hdr-image {
	margin: 8px 0 0 0;
	padding: 0;
}

.credits {
	margin: 0 auto;
	padding: 5px 0 5px 0;
	width: 745px;
	font-size: 11px;
	text-align: left;
	color: #B1DEE5;
}

	.credits a:link, .credits a:visited  {
		color: #FFFFFF;
		text-decoration: none;
	}
	.credits a:hover, .credits a:active {
		text-decoration: underline;
		color: #C0EBFC;
	}

/********************
amenities.html
*********************/

table.amenities-tbl-right td {
	border-bottom: #B1DEE5 solid 1px;
	margin-bottom: 8px;
	padding: 0px 0 20px 0;
}


table.amenities-tbl td {
	padding:3px;
}

ul.bullets {
	line-height: 20px;
	padding: 0px 5px 8px 25px;
	margin: 0;
	list-style: disc url(../images/bullet.gif)
}

/**********************
rates.html
***********************/

.rates-table th {
	color: #000;
	background-color: #FAEFC4;
   margin-bottom:0;
	padding: 5px;
	font-weight: bold;
	font: 12px Arial, Helvetica, sans-serif
}

.rates-table td {
	padding: 5px;
	margin: 1px
}

.white {
	overflow: hidden;
	margin: 0;
	padding: 5px 0 5px 15px;
	background-color: #FFF;
}

.description-rates {
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #0066CC;
}

.description-rates-bold {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #0066CC;
	text-transform: uppercase;
}

.price {
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000;
}

.blue-fade-bg {
	background: url(../images/bg-content-fade.jpg) repeat-x;
	border-top: 1px solid white;
	margin: 0;
	padding: 0px 8px 0 8px;
}