@charset "UTF-8";

*
{
	padding: 0;
	margin: 0;
}

body
{
	font: 100% Helvetica, Arial, sans-serif;
	background-color: #e1d4a3;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	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: #000000;
}

.layout #container
{
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 838px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #e1d4a3;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.layout #header
{
	padding: 0;  /* 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. */
	margin: 0;
	width: 838px;
	height: 269px;
	background-image: url(images/header.png);
}

.layout #content
{
	width: 778px;
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background-color: #e1d4a3;
	background-image: url(images/content_background.png);
	background-repeat: repeat;
	overflow: hidden;
}

.layout #content #contact
{
	margin: 0;
	padding: 0 20px;
	padding-top: 10px;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.layout #content #aboutUs
{
	margin: 0;
	padding: 0 20px;
	padding-top: 10px;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	background-position: top;
}


.layout #content #main
{
	margin: 0;
	padding: 0 20px;
	padding-top: 10px;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	text-align: center;
}

.layout #main img
{
	
}

.layout #content .TabbedPanelsContentGroup .TabbedPanelsContent #photoGallery
{
	padding: 0;
	margin: 0 auto;
}

.layout #content .TabbedPanelsContentGroup .TabbedPanelsContent #photoGallery img
{
	padding: 4px;
	margin: 0;
	text-align: center;
}

.layout #footer
{
	width: 832px;
	height: 70px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #e1d4a3;
	background-image: url(images/footer_background.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.layout #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
	line-height: 10px;
}

.layout #footer a:link
{
	color: #019dd8;	
}

.layout #footer a:visited
{
	color: #00658b;	
}

.layout #footer a:hover

{
	color: #019dd8;	
}

.layout #footer a:active
{
	color: #00658b;	
}

.layout #map
{
	padding: 0 10px;
	padding-bottom: 25px;
}

.mainPhoto
{
	padding: 0;
	margin: 0;
	width: 211px;
	float: left;
	padding: 0 17px;
}

.mainPhotoRow
{
	padding: 0;
	margin: 0;
	clear: both;
}

.mainPhotoDescription
{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	text-indent: 0;
	padding-left: 8px;
}

.mainPhotoDescriptionText
{
	text-indent: 0px;
	display: block;
	text-align: left;
	padding-top: 6px;
}

.scripts
{
	visibility: hidden;
}

img
{
	border-width: 0;
}

p
{
	padding: 15px 0;
	margin: 0;
	text-indent: 35px;
	line-height: 17px;
}

p.mainParagraph
{
	text-align: left;
	padding: 15px 25px;
}

p.indent
{
	text-indent: 35px;
}

p.noIndent
{
	text-indent: 0;
}

h1
{
	padding: 15px 0;
	margin: 0;
	font-size: 26px;
}

h2
{
	padding: 15px 0;
	margin: 0;
}

h2 .specialRateHighlightedText
{
	color: #FF0000;
}

h3
{
	font-size: 20px;
	text-indent: 0;
}

p.featureDescription
{
	text-indent: 35px;
}

h3.featureTitle
{
	font-size: 18px;
	padding: 0;
	padding-top: 5px;
	margin: 0;
}

.featureThumbnail
{
	padding-right: 5px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.centerText
{
	text-align: center;
}

.leftText
{
	text-align: left;
}

.rightText
{
	text-align: right;
}

.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

.clearNone
{
	clear: none;
}

.clearBoth
{
	clear: both;
}

a
{
	outline: none;
}

:focus
{
	-moz-outline-style: none;
}


.SpryHiddenRegion 
{
	visibility: hidden;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

.date
{
	vertical-align: middle;
}

.sticky
{
	padding-right: 10px;
}

a:link
{
	color: #019dd8;	
}

a:visited
{
	color: #00658b;	
}

a:hover

{
	color: #019dd8;	
}

a:active
{
	color: #00658b;	
}

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */

#navTabbedPanels
{
	margin: 0;
	padding: 0;
	width: 779px;
}

.TabbedPanels
{
	margin: 0;
	padding: 0;
	width: 779px; 
	/* float: left;
	clear: none; */
	/*width: 100%;  IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/									    background-color: #FFFFFF;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup
{
	width: 699px;
	margin: 0 auto;
	padding: 0;	
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab
{
	position: relative;
	float: left;
	padding: 10px 15px;
	padding-top: 15px;
	margin: 0;
	background-color: #F2F2F2;
	color: #000000;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	/* border-right-color: #B3B3B3;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #B3B3B3;
	border-top-style: solid;
	border-top-width: 1px; */
	font-size: 16px;
	font-weight: normal;
}

.TabbedPanelsTab a:link,a:visited,a:hover,a:active
{
	color: #000000;	
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover
{
/* background-color: #CCC; */
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected
{
	background-color: #00adee;
	/* border-bottom: 4px solid #2cb6f2; */
	color: #FFFFFF;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a
{
	color: #000000;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup
{
	padding: 0;
	margin: 0;
	clear: both;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent
{
	padding: 20px 15px;
}

.TabbedPanelsContent a:link
{
	color: #019dd8;	
}

.TabbedPanelsContent a:visited
{
	color: #00658b;	
}

.TabbedPanelsContent a:hover

{
	color: #019dd8;
}

.TabbedPanelsContent a:active
{
	color: #00658b;	
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible
{
	background-image: url(images/tab_line.gif);
	background-repeat: repeat-x;
}

/* BEGIN: Spry Horizontal Tabbed Panels meets Sliding Door and CSS Sprites */
/* Revision by Craig Malcolm Petrou of cpetrou.com */
.TabbedPanels
{
	/* margin: 0 5px 20px 0;
	width: 779px; */
}

.TabbedPanelsContent
{
	/* background-position: bottom;
	padding: 9px; */
}

.TabbedPanelsContentGroup
{
	/* background-color: #FFF;
	border: 1px solid #4E4087; */
}

.TabbedPanelsTab
{
	/* background-color: #FFF; */
	/* border: solid 0 #FFF; */
	/* font: bold 90% “Trebuchet MS”, Trebuchet, Verdana, Arial, Helvetica, sans-serif; */
	/* text-align: center; */
	/* height: 30px; */
}

.TabbedPanelsTabHover
{
	/* background-color: #FFF; */
}

.TabbedPanelsTabSelected
{
	/* background-color: #FFF; */
}

ul.TabbedPanelsTabGroup a
{
	display: block;
}

ul.TabbedPanelsTabGroup li.TabbedPanelsTab
{
	background: url(images/tab.gif) no-repeat 0 0;
	margin: 0 1px 0 0;
	padding: 0 0 0 20px;
}

ul.TabbedPanelsTabGroup li.TabbedPanelsTab a
{
	background: url(images/tab.gif) no-repeat 100% 0;
	padding: 16px 20px 10px 0;
}

ul.TabbedPanelsTabGroup li.TabbedPanelsTabSelected
{
	background: url(images/tab.gif) no-repeat 0 -50px;
}

ul.TabbedPanelsTabGroup li.TabbedPanelsTabSelected a
{
	background: url(images/tab.gif) no-repeat 100% -50px;
	color: #FFFFFF;
}
/* END: Spry Horizontal Tabbed Panels meets Sliding Door and CSS Sprites */







/* Form CSS STARTS Here */

.layout #content #contact #contactFormContainer
{
	width: 640px;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

.layout #content .TabbedPanelsContentGroup .TabbedPanelsContent #formContainer
{
	width: 700px;
	float: left;
	margin: 0;
	padding: 0;
}

.layout #content .TabbedPanelsContentGroup .TabbedPanelsContent #formContainer p
{
	text-indent: 35px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	line-height: 18px;
}

.layout #content .TabbedPanelsContentGroup .TabbedPanelsContent  #formContainer .confirm
{
	text-align: center;
	vertical-align: middle;
}

div.row
{
	clear: both;
	padding: 10px 0;
	#padding: 5px 0;
	margin: 0;
}

.layout #content .TabbedPanelsContentGroup .TabbedPanelsContent #formContainer div.row span.label
{
	float: left;
	width: 340px;
	text-align: right;
	padding: 0;
	margin: 0;
}

.layout #content .TabbedPanelsContentGroup .TabbedPanelsContent #formContainer div.row span.control
{
	float: right;
	width: 350px;
	text-align: left;
	padding: 0;
	margin: 0;
}

.redText
{
	color: #FF0000;
	font-size: 15px;
}

.layout #content #contact #contactFormContainer div.row span.label
{
	float: left;
	width: 270px;
	text-align: right;
	padding: 0;
	margin: 0;
}

.layout #content #contact #contactFormContainer div.row span.control
{
	float: right;
	width: 360px;
	text-align: left;
	padding: 0;
	margin: 0;
}


/* Form CSS ENDS Here */





/* START: Amenities List*/

.amenitiesListContainer
{
	width: 620px;
	padding: 0;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-top: 10px;
}

.leftAmenitiesList
{
	width: 300px;
	display: inline;
	float: left;
	list-style-image: url(images/amenities_bullet.gif);
	#list-style-image: url(images/amenities_bullet_ie.gif); /* IE Hack */
	padding-right: 20px;
	line-height: 20px;
}

.rightAmenitiesList
{
	width: 300px;
	display: inline;
	list-style-image: url(images/amenities_bullet.gif);
	#list-style-image: url(images/amenities_bullet_ie.gif); /* IE Hack */
	line-height: 20px;
}

/* END: Amenities List*/





/* START: Amenities Table*/


.layout #content .TabbedPanelsContentGroup .TabbedPanelsContent #amenities
{
	font-size: 12px;
	padding: 0;
	margin: 0;
}

th
{
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #CFDFE6;
	border-bottom: 1px solid #CFDFE6;
	border-top: 1px solid #CFDFE6;
	letter-spacing: 1px;
	text-transform: none;
	text-align: center;
	padding: 10px 8px;
	margin: 0;
	background-color: #00AFF1;
}

tr
{
	border-width: 0;
	margin: 0;
	padding: 0;
}

td
{
	text-align: center;
	border-right: 1px solid #CFDFE6;
	border-bottom: 1px solid #CFDFE6;
	background: #FFFFFF;
	padding: 10px 8px;
	color: #4f6b72;
	margin: 0;
}

tfoot tr td
{
	border-width: 0;
	text-align: left;
	color: 666666;
}

tr th.firstCell
{
	border-top: 0;
	border-left: 0;
	background-color: #FFFFFF;
	color: #404040;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}

tr th.selectedColumn
{
	background-color: #00C102;
}

#amenities td.evenRow
{
	background-color: #EDF5F8;
	color: #404040;
}

#amenities td.oddRow
{
	color: #666666;
}

#amenities td.selectedRow
{
	background-color: #EDF8ED;
}

#amenities th.evenHeader
{
	border-left: 1px solid #CFDFE6;
	border-top: 0;
	background-color: #EDF5F8;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #404040;
	text-align: left;
}

#amenities th.oddHeader
{
	border-left: 1px solid #CFDFE6;
	border-top: 0;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	text-align: left;
}



/* END: Amenities Table*/




/* TextArea Spry CSS STARTS Here */

/* SpryFormValidation.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */



/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textareaRequiredMsg, .textareaMinCharsMsg, .textareaMaxCharsMsg, .textareaValidMsg
{
	display:none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textareaRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	position: relative;
	top: -2px;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #990000;
	padding: 2px;
}

/* The next three group selectors control the way the core element (TEXTAREA) looks like when the widget is in one of the states: * focus, required / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the TEXTAREA
 * - the widget id is placed on the TEXTAREA element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the TEXTAREA has a green background applied on it. */
.textareaValidState textarea, textarea.textareaValidState
{
	/* background-color:#B8F5B1; */
}

/* When the widget is in an invalid state the TEXTAREA has a red background applied on it. */
textarea.textareaRequiredState, .textareaRequiredState textarea, textarea.textareaMinCharsState, .textareaMinCharsState textarea, textarea.textareaMaxCharsState, .textareaMaxCharsState textarea
{
	/* background-color:#FF9F9F; */
}

/* When the widget has received focus, the TEXTAREA has a yellow background applied on it. */
.textareaFocusState textarea, textarea.textareaFocusState
{
	/* background-color:#FFFFCC; */
}

/* This class applies only for a short period of time and changes the way the text in the textarea looks like.
 * It applies only when the widget has enforce max chars enabled and the user tries to type some more.
 */
.textareaFlashState textarea, textarea.textareaFlashState
{
	color:#FFFFFF !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
textarea.textareaHintState, .textareaHintState textarea
{
/* color: red !important;*/
}

/* TextArea Spry CSS ENDS Here */










/* TextField Spry CSS STARTS Here */

/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg
{
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	position: relative;
	top: -2px;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #990000;
	padding: 2px;
}

/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState
{
	/* background-color: #B8F5B1; */
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, input.textfieldMinValueState, .textfieldMinValueState input, input.textfieldMaxValueState, .textfieldMaxValueState input, input.textfieldMinCharsState, .textfieldMinCharsState input, input.textfieldMaxCharsState, .textfieldMaxCharsState input
{
	/* background-color: #FF9F9F; */
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState
{
	/* background-color: #FFFFCC; */
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText
{
	color: #FFFFFF !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState
{
/*color: red !important;*/
}

/* TextField Spry CSS ENDS Here */










/* SelectMenu Spry CSS STARTS Here */

/* SpryValidationSelect.css - version 0.4 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* These are the classes applied on the messages
 * (required message and invalid state message)
 * which prevent them from being displayed by default.
 */ 
.selectRequiredMsg, .selectInvalidMsg
{
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states (required, invalid).
 * These classes set a default red border and color for the error text.
 * The state class (.selectRequiredState or .selectInvalidState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.selectRequiredState .selectRequiredMsg, .selectInvalidState .selectInvalidMsg
{
	display: inline;
	position: relative;
	top: -2px;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #990000;
	padding: 2px;
}

/* The next three group selectors control the way the core element (SELECT) looks like when the widget is in one of the states: 
 * focus, required / invalid, valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the SELECT
 * - the widget id is placed on the SELECT element itself (there are no error messages)
 */
 
/* When the widget is in the valid state the SELECT has a green background applied on it. */
.selectValidState select, select.selectValidState
{
	/* background-color: #B8F5B1; */
}

/* When the widget is in an invalid state the SELECT has a red background applied on it. */
select.selectRequiredState, .selectRequiredState select, select.selectInvalidState, .selectInvalidState select
{
	/* background-color: #FF9F9F; */
}

/* When the widget has received focus, the SELECT has a yellow background applied on it. */
.selectFocusState select, select.selectFocusState
{
	/* background-color: #FFFFCC; */
}
/* SelectMenu Spry CSS ENDS Here */




/* Highslide CSS STARTS Here */
*
{
	/* font-family: Verdana, Helvetica;
	font-size: 10pt; */
}

.highslide
{
	cursor: url(embed/graphics/zoomin.cur), pointer;
	outline: none;
}

.highslide-active-anchor img
{
	visibility: hidden;
}

.highslide img
{
/* border: 2px solid gray; */
	color: #000000;
}

.highslide:hover img
{
/* border: 2px solid white; */
}

.highslide-wrapper
{
	background: white;
}

.highslide-image
{
	
	padding: 16px;
	background-color: #FFFFFF;
	/* border-width: 1px;
	border-style: solid;
	border-color: #999999; */
}

.highslide-image-blur
{
}

.highslide-caption
{
	display: none;
	border: 2px solid white;
	border-top: none;
  	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	padding-bottom: 10px;
	background-color: white;
}

.highslide-loading
{
	display: block;
	color: #000000;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(embed/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

a.highslide-loading
{
	color: #000000;
}

a.highslide-credits, a.highslide-credits i
{
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover, a.highslide-credits:hover i
{
	color: white;
	background-color: gray;
}

.highslide-move
{
	cursor: move;
}

.highslide-overlay
{
	display: none;
}

a.highslide-full-expand
{
	background: url(embed/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 20px 20px 0;
	width: 34px;
	height: 34px;
}

/* Controlbar example */
.controlbar
{
	background: url(embed/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}

.controlbar a
{
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}

.controlbar a:hover
{
	background-image: url(embed/graphics/controlbar4.gif);
}

.controlbar .previous
{
	width: 50px;
}

.controlbar .next
{
	width: 40px;
	background-position: -50px 0;
}

.controlbar .highslide-move
{
	width: 40px;
	background-position: -90px 0;
}

.controlbar .close
{
	width: 36px;
	background-position: -130px 0;
}

/* Necessary for functionality */
.highslide-display-block
{
	display: block;
}

.highslide-display-none
{
	display: none;
}

/* Highslide CSS ENDS Here */





/* Header Slice CSS STARTS Here */
#Table01 {
position:relative;
left:0px;
top:0px;
width:208px;
height:86px;
}

#Slice01 {
position:absolute;
left:0px;
top:0px;
width:208px;
height:58px;
}

#Slice02 {
position:absolute;
left:0px;
top:58px;
width:161px;
height:3px;
}

#header-image-map-03 {
position:absolute;
left:161px;
top:58px;
width:47px;
height:16px;
}

#Slice04 {
position:absolute;
left:0px;
top:61px;
width:82px;
height:8px;
}

#header-image-map-05 {
position:absolute;
left:82px;
top:61px;
width:61px;
height:20px;
}

#Slice06 {
position:absolute;
left:143px;
top:61px;
width:18px;
height:25px;
}

#Slice07 {
position:absolute;
left:0px;
top:69px;
width:31px;
height:17px;
}

#header-image-map-08 {
position:absolute;
left:31px;
top:69px;
width:33px;
height:17px;
}

#Slice09 {
position:absolute;
left:64px;
top:69px;
width:18px;
height:17px;
}

#Slice10 {
position:absolute;
left:161px;
top:74px;
width:47px;
height:12px;
}

#Slice11 {
position:absolute;
left:82px;
top:81px;
width:61px;
height:5px;
}

/* Header Slice CSS ENDS Here */




/* START: Rates & Availability Table*/

#ratesAndAvailability #calendar
{
	font-size: 16px;
	padding: 0;
	margin: 0 auto;
	width: 500px;
}

#ratesAndAvailability #calendar caption
{
	text-align: center;
	text-indent: 0;
	font-weight: bold;
	font-size: 20px;
}

#ratesAndAvailability #calendar th
{
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #CFDFE6;
	border-bottom: 1px solid #CFDFE6;
	border-top: 1px solid #CFDFE6;
	letter-spacing: 1px;
	text-transform: none;
	text-align: center;
	padding: 10px;
	margin: 0;
	background-color: #00AFF1;
}

#ratesAndAvailability #calendar tr
{
	border-width: 0;
	margin: 0;
	padding: 0;
}

#ratesAndAvailability #calendar td
{
	text-align: center;
	border-right: 1px solid #CFDFE6;
	border-bottom: 1px solid #CFDFE6;
	background: #FFFFFF;
	padding: 5px;
	color: #4f6b72;
	margin: 0;
}

#ratesAndAvailability #calendar tfoot tr td
{
	border-width: 0;
	text-align: left;
	color: 666666;
	font-size: 12px;
}

#ratesAndAvailability #calendar .firstCell
{
	border-left: 1px solid #CFDFE6;
}

#ratesAndAvailability #calendar .evenRow td
{
	background-color: #EDF5F8;
	color: #404040;
}

#ratesAndAvailability #calendar .oddRow td
{
	color: #666666;
}


/* END: Rates & Availability Table*/
