@charset "utf-8";
/* CSS Document */
body {
	background: #FFFFFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
	background-color: #ffe4b3;
	width: 100%;
	background-image: url(../img/page_back_gradient.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRtHdr #header {
	padding: 20px 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: none; /* since this element is floated, a width must be given */
	width: auto; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px;
	text-align: center;
}
.footerLinks {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;
	width: 650px;
}
.twoColFixRtHdr #footer {
	padding: 20px 20px 20px 20px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#MenuBar8 li {
	width: 102px;
}
#MenuBar8 ul {
	width: 160px;
}
#MenuBar8 ul li {
	width: 160px;
}
#MenuBar8 span {
	PADDING-RIGHT: 6px;
	BACKGROUND-POSITION: left bottom;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 6px;
	MARGIN: 0px;
	PADDING-TOP: 6px;
	BACKGROUND-REPEAT: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../img/nav_button_light_orange.gif);
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
#MenuBar8 #menuLocation {
	BACKGROUND-REPEAT: no-repeat;
	padding-left:15px;
	background-color: #FFFFFF;
	background-image: url(../img/nav_button_red.gif);
	background-position: left bottom;
}
#MenuBar8 #menuLocation:hover {
	BACKGROUND-REPEAT: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../img/nav_button_orange.gif);
	background-position: left bottom;
}
#MenuBar8 #menuOrange {
	color: #333333;
	padding-left:12px;
	BACKGROUND-REPEAT: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../img/nav_button_light_orange.gif);
	background-position: left bottom;
}
#MenuBar8 #menuOrange:hover {
	BACKGROUND-REPEAT: no-repeat;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../img/nav_button_orange.gif);
	background-position: left bottom;
}
#MenuBar8 #menuOrangeRoom {
	color: #333333;
	BACKGROUND-REPEAT: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../img/nav_button_light_orange.gif);
	background-position: left bottom;
}
#MenuBar8 #menuOrangeRoom:hover {
	BACKGROUND-REPEAT: no-repeat;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../img/nav_button_orange.gif);
	background-position: left bottom;
}
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 5px 0;
	color: #9E0228;
}
.h1Smaller {
	font-size: 16pt;
	line-height: 22pt;
}
p {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 0;
	color: #575759;
}
.twoColFixRtHdr #container #mainContent P {
	margin-bottom: 6px;
	margin-left: 10px;
}
h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 5px 0;
	color: #000000;
}
.locationPicTable {
	float: right;
	padding-left: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tableHeader {
	border: 1px solid #808080;
}
body, td, th {
	color: #666666;
}
a:link {
	color: #E79B00;
}
a:visited {
	color: #E79B00;
}
a:hover {
	color: #9E0228;
}
a:active {
	color: #E79B00;
}
.tableDividerLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #808080;
}
.tableDividerRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
	background-image: url(../img/orange_gradient_200.jpg);
	background-repeat: repeat-x;
}
.tableDividerLeftLight {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tableDividerTopLight {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.twoColFixRtHdr #footerRight {
	padding: 25px 15px 20px;
	width: auto;
	font-size: 8px;
}
.twoColFixRtHdr #headerNav {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 380px;
}
.twoColFixRtHdr #headerUpperRight {
	position: relative;
	width: auto;
	text-align: center;
	padding: 15px 20px 0;
	font-weight: bold;
}
.twoColFixRtHdr #headerUpperLeft {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: none;
	position: relative;
}
.twoColFixRtHdr #headerTextBox {
	padding: 20px 20px 20px 20px;
}
.textLargeWhite {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 23pt;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: normal;
}
.textLargeLink {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18pt;
	font-weight: 400;
	text-transform: none;
	color: #FFFFFF;
	line-height: normal;
}
a.textLargeLink {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18pt;
	font-weight: 400;
	text-transform: none;
	color: #333333;
	line-height: normal;
}
a.textLargeLink:visited {
	color: #333333;
}
a.textLargeLink:active {
	color: #FFFFFF;
}
a.textLargeLink:hover {
	color: #FFFFFF;
}
.imageLinkFloatRight {
	border:solid 2px #F5D698;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#locationHeader p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imageLinkFloatRight:hover {
	border:solid 2px #9E0228;
}
#MenuBar8 .MenuBarSubmenuVisible a {
	padding: 5px;
}
#MenuBar8 .MenuBarSubmenuVisible {
	border: 1px solid #CCCCCC;
}
#MenuBar8 .MenuBarSubmenuVisible .MenuBarSubmenuVisible li a {
	padding: 5px;
}
.textTiny {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
}
.colorRed {
	color: #9E0228;
}
.colorOrange {
	color: #E79B00;
}
.colorLightOrange {
	color: #F5D698;
}
.colorDarkGray {
	color: #575759;
}
.colorLightGray {
	color: #999999;
}
.headerGradientDivider {
	background-image: url(../img/header_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.textLocationAddress {
	color: #666666;
	font-weight: 600;
	font-size: 10pt;
	text-decoration: none;
}
a.textLocationAddress {
	color: #666666;
	font-weight: 600;
	font-size: 10pt;
	text-decoration: none;
}
a.textLocationAddress:hover {
	color: #9E0228;
	text-decoration: none;
}
a.textLocationAddress:active {
	color: #9E0228;
	text-decoration: none;
}
a.textLocationAddress:focus {
	color: #9E0228;
	text-decoration: none;
}
#locationCategory {
	background-image: url(../img/page_back_gradient_light.jpg);
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	position: relative;
	width: auto;
	display: table;
	min-height: 100px;
}
#locationCategory form {
	margin: 0px;
}
#locationHeader {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
}
#locationDirections {
	background-color: #F7F7F7;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	position: relative;
	min-height: 100px;
	width: auto;
	display: table;
	min-width: 495px;
}
#imageHolder {
	padding: 0px;
	height: auto;
	background-color: #990000;
	position: relative;
	margin-left: 10px;
	width: auto;
}
#textHolder {
	width: auto;
	padding: 0px;
	height: auto;
	margin: 0px;
	clear: none;
	position: relative;
	float: right;
}
#sidebarContentHolder {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCF1DA;
	padding-bottom: 20px;
}
a.sidebarPromotion {
	margin-bottom: 20px;
	display: block;
	color: #FFF;
	background-color: #FDBF4E;
	text-decoration: none;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #EBA424;
}
a.sidebarPromotion h4 {
	color: #A10E2A;
	margin-bottom: 5px;
}
a.sidebarPromotion p {
	color: #333;
	font-size: 11px;
}
a.sidebarPromotion:hover, a.sidebarPromotion:hover h4, a.sidebarPromotion:hover p {
	color: #FFF;
	background-color: #B21F37;
}
.credits_font {
	color: #CCCCCC;
	font-size: 8px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
a.credits_font {
	color: #CCCCCC;
	font-size: 8pt;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
a.credits_font:hover {
	color: #999999;
	text-decoration: underline;
}
a.credits_font:active {
	color: #999999;
	text-decoration: none;
}
a.credits_font:focus {
	color: #999999;
	text-decoration: none;
}
#locationHeader ol {
	margin-top: 0px;
	margin-bottom: 5px;
}
#locationHeader ol li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imageButtonSpacer {
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 5px;
}
#locationHeader ul li span {
	margin-left: 0px;
	margin-right: 30px;
	display: block;
	font-size: 9pt;
	margin-bottom: 4px;
	padding: 2px;
	margin-top: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FCF1DA;
}
.textOccupancyNote {
	color: #E79B00;
	font-weight: bold;
	font-size: 10pt;
}
#locationHeaderTitle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F5D698;
	margin-bottom: 10px;
}
#directoryHolder {
	background-color: #FFFBF2;
	background-image: url(../img/page_back_gradient_light.jpg);
	padding: 0px;
	height: auto;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: repeat-x;
}
.textAddress {
	color: #E79B00;
	font-weight: bold;
	font-size: 10pt;
}
.textDirections {
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
}
.textHeaderLocation {
	color: #666666;
	font-size: 16pt;
	font-weight: bold;
	display: inline-block;
}
.imageLinkNoFloat {
	border:solid 2px #F5D698;
	margin-bottom: 2px;
}
.imageLinkNoFloat:hover {
	border:solid 2px #9E0228;
}
#locationHeaderRight ul {
	font-size: 10pt;
	list-style-type: none;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 0px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
}
#locationHeaderRight {
	padding: 0px;
	height: auto;
	margin-left: 10px;
	width: auto;
	text-align: left;
}
#locationHeaderLeft {
	padding: 0px;
	height: auto;
	width: auto;
	margin: 0px;
}
#locationHeaderRight ul li {
	margin-right: 8px;
}
#picColumnRight {
	padding: 10px;
	height: auto;
	margin-left: 10px;
	width: 104px;
	text-align: left;
	background-image: url(../img/page_back_gradient_light.jpg);
	margin-bottom: 10px;
	line-height: 8pt;
	float: right;
	position: relative;
	z-index: 20;
}
#picColumnRight br {
	line-height: 3px;
}
#picColumnRight ul {
	font-size: 8pt;
	list-style-type: none;
	margin-bottom: 4px;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
}
#picColumnRight ul li {
	margin-bottom: 12px;
}
#locationHeader ul li span span {
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 5px 0;
	color: #000000;
}
.directoryRowDivider {
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	margin-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	background-color: #FFFBF2;
}
.iconSmallHolder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.formSpacer {
	margin: 0px;
	padding: 0px;
}
#directoryHolder p {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
.inquiryTableTD {
	margin-bottom: 10px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
}
#locationThankYou {
	background-image: url(../img/page_back_gradient_light.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: auto;
	padding: 70px;
}
#locationFooter {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	width: auto;
}
#locationRoomCategory {
	background-image: url(../img/page_back_gradient_light.jpg);
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	width: auto;
	min-height: 100px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#locationHeaderMin {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
	min-height: 100px;
}
#locationHeaderMin ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 40px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
}
#locationHeaderMin ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
	color: #E79B00;
	font-size: 10pt;
	font-weight: bold;
}
#locationPressRelease {
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#locationPressRelease P {
	line-height: 14pt;
	margin: 0px;
	padding: 4px;
}
#locationSiteMap {
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#locationHome {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#locationHome P {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.colorWhite {
	color: #FFFFFF;
}
#formHolder {
	background-color: #FFFBF2;
	background-image: url(../img/page_back_gradient_light.jpg);
	padding: 10px;
	height: auto;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 30px;
	background-repeat: repeat-x;
}
.formTableStyle {
	margin: 15px;
}
.imageFloatRight {
	border:1px solid #C0C0C0;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.directoryRowHeader {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 10px;
	padding: 4px;
}
.textAddress {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}
a.textAddress {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}
a.textAddress:hover {
	color: #666666;
	text-decoration: underline;
}
a.textAddress:active {
	color: #666666;
	text-decoration: none;
}
a.textAddress:focus {
	color: #666666;
	text-decoration: none;
}
.iconFloatRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: normal;
	color: #9E0228;
	font-style: oblique;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.homeCallToActionDiv {
	margin: 0px auto;
	padding: 5px;
	width: 450px;
	clear: both;
}
#locationHeader ul li {
	color: #E79B00;
	font-style: oblique;
	font-weight: bold;
}
#locationHeader ul {
	list-style-position: outside;
	list-style-image: url(../img/checkmark.gif);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 40px;
}
h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: normal;
	color: #666;
	font-style: oblique;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.colorOrangeSmall {
	color: #E79B00;
	font-size: 10pt;
}
h5 a {
	color: #666;
}
h5 a:link {
	color: #666;
}
.colorRedSmall {
	color: #9E0228;
	font-size: 10pt;
}
.caption_RoomType {
	font-size: 9pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.caption_RoomType a {
	text-decoration: none;
	color: #666;
}
.caption_RoomType a:hover {
	text-decoration: underline;
	color: #9E0228;
}
.captionMaxWidth {
	width: 104px;
	display: block;
}

.textFAQhead {
	font-size: 14pt;
	font-weight: bold;
	background-color: #FFF7EA;
	color: #E79B00;
}
.helpTextHolder {
	font-size: 12px;
	font-style: italic;
	color: #900;
	display: inline;
	margin-left: 10px;
}
h5 a:visited {
	color: #666;
}
h5 a:hover {
	color: #9E0228;
}
#locationDirections ol {
	margin: 0px 0px 8px 40px;
	padding: 0px;
	font-size: 11pt;
}
.parkmeadowPromotion {
	display: block;
	background-color: #FFF8ED;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFC459;
	width: 190px;
	float: right;
	margin-left: 12px;
}

.twoColFixRtHdr #container #mainContent .parkmeadowPromotion p {
	margin: 0px 0px 6px;
	padding: 0px;
	font-size: 12px;
	color: #333;
}

.twoColFixRtHdr #container #mainContent .parkmeadowPromotion h3 {
	font-size: 16px;
	font-style: oblique;
	color: #E79B00;
	text-decoration: underline;
	text-align: center;

}
