/* Stylesheet for Ramada Inn SLC */

body {
	background: #fff;
	margin: 0px 5px;
}

table#shell {
	width: 778px;
	margin: 0px auto;
	background: #b9c4d6;
}

td#leftborder {
	width: 14px;
	background: url(art/left-shadow.gif) repeat-y;
}

td#content-shell {
	width: 750px;

}

td#content-nav {
	width: 185px;
	padding: 20px 15px 10px 10px;
	vertical-align: top;
	text-align: right;
	font: bold 11px/20px arial, helvetica;
	color: #000;
}

td#content-nav a:link, td#content-nav a:visited {
	color: #000;
	text-decoration: none;
}

td#content-nav a:hover {
	color: #000;
	text-decoration: underline;
}

td#content-spacer {
	width: 25px;
	background: #fff;
	vertical-align: bottom;
}

td#content-ftr {
	width: 600px;
	height: 19px;
	background: #fff;
	vertical-align: bottom;
	text-align: left;
}

td#content-main {
	width: 600px;
	background: #fff;
	font: 11px arial, helvetica;
	padding-bottom: 15px;
	vertical-align: top;
}

td#content-main h1 {
	margin: 0px 20px 14px 0px;
	font: bold 14px/14px arial, helvetica;
	color: #233169;
	background: #fff;
}

td#content-main p {
	margin: 11px 20px 11px 0px;
}

ul.bulleted-list {
	padding: 0px;
	margin: 0px 15px 0px 20px;
}

div.bar {
	width: 750px;
	height: 25px;
	background: #233169;
}

td#rightborder {
	width: 14px;
	background: url(art/right-shadow.gif) repeat-y;

}

img {
	border: none;
}

img#tour {
	margin-left: 20px;
	float: left;
}

img.thumb {
	width: 59px;
	height: 39px;
	margin: 0px 0px 6px 6px;
	float: left;
}

.color-dark {
	color: #233169;
	background: #fff;
}

.color-light {
	color: #b9c4d6;
	background: #fff;
}

/* admin styles */
p.message {
	height: 30px;
	padding: 10px;
	background: #ddd;
	font: 12px/30px arial;
}

td.label {

}

