@charset "UTF-8";
.lodging-table {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
}
.lodging-tablehead {
	font-size: 11px;
	background-position: center;
	text-align: center;
	border: thin solid #333333;
	background-color: #888888;
	font-weight: bold;
	color: #FFFFFF;
}
.lodginglisteven    {
	font-size: 11px;
	background-position: center top;
	text-align: center;
	color: #666666;
	font-weight: bold;
	background-color: #E8E8E8;
}
.lodginglistodd     {
	font-size: 11px;
	background-position: center top;
	text-align: center;
	color: #666666;
	font-weight: bold;
}
.lodging-detaillist {
	font-size: 14px;
	background-position: center top;
	text-align: left;
	color: #666666;
	padding: 3px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: url(../images/global/hdr_spacer.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr #container #HeaderSpacer {
	float: left;
}
p {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 0px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	color: #666666;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	color: #FDAE46;
	font-size: x-large;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	color: #7DA952;
	font-size: x-large;
}
h4 {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida;
	font-size: 10pt;
	color: #7DA952;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
h5 {
	margin-top: 6px;
	margin-bottom: 0px;
	color: #6699FF;
}
.dates {
	margin-top: -12px;
	margin-bottom: -12px;
	color: #6699FF;
	font-size: medium;
}
.oneColFixCtr #container #mainContent #onpagebottom {
	background-image: url(../images/global/on_page-bot.jpg);
	height: 10px;
	width: 280px;
	background-repeat: no-repeat;
}
.oneColFixCtr #container #mainContent #onpagemiddle {
	background-image: url(../images/global/on_page-mid.jpg);
	padding-left: 10px;
	padding-right: 10px;
}
.oneColFixCtr #container #mainContent #onpagetop {
	background-image: url(../images/global/on_page-top.jpg);
	height: 8px;
	width: 280px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.FloatRight {
	float: right;
}
a {
	color: #6699FF;
}
.FloatLeft {
	float: left;
}
.oneColFixCtr #footer {
	background-image: url(../images/global/btm_spacer.jpg);
	background-repeat: repeat-x;
	height: 54px;
}
.copyright {
	font-style: normal;
	padding-top: 0px;
	margin-top: 15px;
}
.twocolumn {
	width: 410px;
	padding-right: 10px;
	padding-left: 10px;
}
ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 15px;
}
#lefttopbar {
	background-image: url(../images/global/hdr_spacer.jpg);
	background-repeat: repeat-x;
	height: 38px;
	width: 397px;
}
.FloatLeftPad {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.centerAlign {
	text-align: center;
}
