html,body {
	margin: 0;
	padding: 0;
	background: #666;
	color: #222;
	font-family: 'Bitstream Vera Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 10pt;
}
body { text-align: center; }
a { color: #c33; }
hr { height: 1px; background: #ccc; border: none; }

#container {
	position:relative;
	width: 760px;
	margin: 0 auto;
	background: white url(/images/bg-content.gif) 0 0 repeat-y;
	text-align: left;
}

#header {
	margin: 0 10px;
	background: #669 url(/images/bg-header-key.jpg) right center no-repeat;
	padding: 10px 20px;
	border-bottom: 1px solid #558;
	color: white;
}
#header h1, #header h2 {margin:0; font-weight: normal; line-height: 30pt;}
#header h1 {font-size: 36pt; letter-spacing: -3pt;}
#header h1 a {text-decoration: none; color: #ccf;}
#header h2 {font-size: 17pt; letter-spacing: -0.7pt;}

#content {
	width: 480px;
	padding: 20px 0;
	float: left;
	position: relative;
	left: 30px;
	text-align: left;
	line-height: 1.4em;
}
#content h3 {margin: 10px 0 0 0;font-weight: normal; font-size: 15pt; color: #c33}
#content h3 a {text-decoration: none}

#sidebar {
	width: 175px;
	float: right;
	position: relative;
	right: 30px;
	font-size: 8.5pt;
	line-height: 1.2em;
	padding: 20px 0;
}
#sidebar .photo { display: block; margin-bottom: 10px; }
#sidebar .photo150 {display: block; margin-bottom: 10px; padding: 10px; border: 1px solid #ccc; background: white; }
#sidebar h3 {margin: 0; font-weight: bold; font-size: 10pt; }
* html #sidebar p {margin-top: 0.8em; margin-bottom: 0.8em}
#footer {
	padding: 3px 20px;
	clear: both;
	color: #999;
	background: #666 url(/images/bg-footer.gif) 0 0 no-repeat;
	font-size: 8pt;
}
#footer a { text-decoration: none; color: #999; }

ul {padding: 0 0 0 10px; margin: 0.8em 0 0.8em 10px;}
li {list-style-image: url(/images/icons/arrow_right.gif);}

ul.hotel-listing {padding: 0; margin: 0.8em 0;}
ul.hotel-listing li.hotel {list-style: none;  border-bottom: 1px solid #ccc;}
.hotel h3 {margin-top: 0}
* > p:first-child {margin-top: 0;}
.dimmed { color: #666; }
.dimmed a {color: #c66; }
.tar {text-align: right;}
.fr { float: right; margin-left: 10px; }
.fl { float: left; margin-right: 10px; }
.ca { clear: both }
small, .small { line-height: 1.2em; font-size: 8.5pt}
.warn { background: #fee url(/images/icons/icon_alert.gif) 4px 3px no-repeat; padding: 2px 2px 2px 22px; border: 1px solid #c33; color: #c33; }
.nodisplay {display: none;}
#breadcrumb, .quicknav { font-size: 8pt; color: #666; }
#breadcrumb a, .quicknav a { color: #669 }
#breadcrumb ul, .quicknav ul {display: inline; margin: 0; padding: 0}
#breadcrumb li, .quicknav li {list-style: none; display: inline; margin: 0 0.2em; padding: 0}

select { padding: 1px; border: 1px inset #ccc; 	font-family: 'Bitstream Vera Sans', 'Helvetica', 'Arial', sans-serif; font-size: 8pt }
label span { display: block }
button { padding: 2px; border: 1px outset #999; background: #ccc; font-size: 8pt; font-family: 'Bitstream Vera Sans', 'Verdana', sans-serif; }
.textfield { padding: 2px; border: 1px inset #999; background: white; font-size: 10pt; font-family: 'Bitstream Vera Sans', 'Verdana', sans-serif; }
.hl { background: yellow; }

#LSResult { display: none; font-size: 8.5pt }
#LSHighlight { background: #eee; font-weight: bold; }
