body {
	background: #646500 url(../images/bg_ivy_tile.gif) repeat;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center; /* needed to center things in IE5 Win */
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	display: none;
}

p, th, td, li, label, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

p a {
	color: #993300;
	text-decoration: none;
	background-color: #f5dab4; 
	padding: 0 3px 0 3px;
}

p a:hover {
	color: #fffedc;
	background-color: #666600; 
}

ul {
	padding: 0 0 0 0;
	margin: 10px 0 20px 6px;
}

li {
	font-size: 12px;
	line-height: 16px;
	color: #666600;
}

strong {

}

.required {
	font-weight: bold;
	color: #CC6600;
}

.tip {
	font-size: 12px;
}



/* ================================================================
					STRUCTURAL CONTAINERS
=================================================================== */

#mainContainer {
	/*border: 1px solid #00ff00;/* for debugging */
	background: url(../images/body_ivy.gif) no-repeat;
	background-position: 0px 384px;
	width: 791px;
	/* hide from mac IE5 \*/
	width: 797px;
	/* */
	margin-top: 40px;
	margin-left: auto; /* need to define these seperately for 'auto' to work */
	margin-right: auto;
	margin-bottom: 0px;
}

#pageContainer {
	/*border: 1px solid #0000ff;/* for debugging */
	background: #e6e4af url(../images/bg_gradient_tile.jpg) repeat-x;
	width: 701px;
	position: relative;
	margin-left: auto; /* need to define these seperately for 'auto' to work */
	margin-right: auto;
	text-align: left;
}

#contentContainer {
	/*border: 1px solid #0000ff;/* for debugging */
	background-image: url(../images/vertical_dots_tile.gif);
	background-repeat: repeat-y;
	width: 701px;
	padding: 0;
	margin: 0;
}

#pageHeader {
	background: url(../images/header_ivy.gif) no-repeat;
	position: absolute;
	left: -52px;
	top: -32px;
	width: 787px;
	height: 261px;
	padding: 0;
	margin: 0;
}

#pageFooter {
	background: url(../images/page_bottom.gif) no-repeat;
	height: 4px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#mainFooter {
	padding-top: 5px;
	font-size: 8pt;
	text-align: center;
	color: #c6c694;
	height: 25px;
}



/* ================================================================
							MAIN MENU
=================================================================== */

#menu {
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	width: 701px;
	height: 22px;
}

#menu ul {
	padding: 2px 0 0 6px;
	margin: 0;
	list-style: none;
}

#menu li {
	/*border: 1px solid #0000ff;/* for debugging */
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
	height: 18px !important;
	height /**/:20px; /* IE5.5 */
	text-indent: -9000px;
}

#menu li a {
	display: block;
	height: 18px !important;
	height /**/:20px; /* IE5.5 */
}


/* ====================== ITEM 1 ========================== */

#menu #menuItem1, #menu #menuItem1Selected {
	width: 81px;
}
#menu #menuItem1 {
	background: url(../images/menu_item_01.gif) no-repeat;
}
#menu #menuItem1 a:hover {
	background: url(../images/menu_item_01_over.gif) no-repeat;
}
#menu #menuItem1Selected {
	background: url(../images/menu_item_01_sel.gif) no-repeat;
}


/* ====================== ITEM 2 ========================== */

#menu #menuItem2, #menu #menuItem2Selected {
	width: 80px;
}
#menu #menuItem2 {
	background: url(../images/menu_item_02.gif) no-repeat;
}
#menu #menuItem2 a:hover {
	background: url(../images/menu_item_02_over.gif) no-repeat;
}
#menu #menuItem2Selected {
	background: url(../images/menu_item_02_sel.gif) no-repeat;
}


/* ====================== ITEM 3 ========================== */

#menu #menuItem3, #menu #menuItem3Selected {
	width: 86px;
}
#menu #menuItem3 {
	background: url(../images/menu_item_03.gif) no-repeat;
}
#menu #menuItem3 a:hover {
	background: url(../images/menu_item_03_over.gif) no-repeat;
}
#menu #menuItem3Selected {
	background: url(../images/menu_item_03_sel.gif) no-repeat;
}


/* ====================== ITEM 4 ========================== */

#menu #menuItem4, #menu #menuItem4Selected {
	width: 87px;
}
#menu #menuItem4 {
	background: url(../images/menu_item_04.gif) no-repeat;
}
#menu #menuItem4 a:hover {
	background: url(../images/menu_item_04_over.gif) no-repeat;
}
#menu #menuItem4Selected {
	background: url(../images/menu_item_04_sel.gif) no-repeat;
}


/* ====================== ITEM 5 ========================== */

#menu #menuItem5, #menu #menuItem5Selected {
	width: 130px;
}
#menu #menuItem5 {
	background: url(../images/menu_item_05.gif) no-repeat;
}
#menu #menuItem5 a:hover {
	background: url(../images/menu_item_05_over.gif) no-repeat;
}
#menu #menuItem5Selected {
	background: url(../images/menu_item_05_sel.gif) no-repeat;
}


/* ====================== ITEM 6 ========================== */

#menu #menuItem6, #menu #menuItem6Selected {
	width: 130px;
}
#menu #menuItem6 {
	background: url(../images/menu_item_06.gif) no-repeat;
}
#menu #menuItem6 a:hover {
	background: url(../images/menu_item_06_over.gif) no-repeat;
}
#menu #menuItem6Selected {
	background: url(../images/menu_item_06_sel.gif) no-repeat;
}


/* ====================== ITEM 7 ========================== */

#menu #menuItem7, #menu #menuItem7Selected {
	width: 94px;
}
#menu #menuItem7 {
	background: url(../images/menu_item_07.gif) no-repeat;
}
#menu #menuItem7 a:hover {
	background: url(../images/menu_item_07_over.gif) no-repeat;
}
#menu #menuItem7Selected {
	background: url(../images/menu_item_07_sel.gif) no-repeat;
}


/* ================================================================
							CONTENT
=================================================================== */

#content {
	/*border: 1px solid #0000ff;/* for debugging */
	padding: 24px 0 0 18px;
	width: 683px;
}

#contentHeader {
	background-image: url(../images/header_top.gif);
	background-repeat: no-repeat;
	width: 687px;
	height: 222px !important;
	height /**/:229px; /* IE5.5 */
	padding: 7px 7px 0 7px;
}
#contentHeader a, #contentHeader img {
	border: 0;
	text-decoration: none;
}

#contentFooter {
	clear: both;
	height: 5px;
}

.singleColumn {
	/*border: 1px solid #00ffff;/* for debugging */
	width: 660px;
}

.singleColumn ul {
	padding-left: 30px;
}

.singleColumn p {
	margin-top: 0;
	padding-left: 15px;
}


#leftColumn {
	/*border: 1px solid #00ffff;/* for debugging */
	width: 385px;
	float: left;
}

#leftColumn h2, .singleColumn h2 {
	/*border: 1px solid #ff0000;/* for debugging */
	font-size: 12px;
	width: 395px;
	height: 43px;
	line-height: 200px;
	line-height: normal;
	text-indent: -9000px;
	/* hide from mac IE5 \*/
	overflow: hidden;
	/* */
	margin: 0 0 0 0;
}

#leftColumn h2.secondHeading {
	margin-top: 30px;
}


#leftColumn p {
	margin: 6px 0 18px 16px;
}

#rightColumn {
	/*border: 1px solid #00ff00;/* for debugging */
	width: 248px;
	margin-top: 12px;
	margin-left: 409px;
}


#rightColumn .pictureContainer {
	/*border: 1px solid #00ff00;/* for debugging */
	background: url(../images/pic_background.gif) no-repeat;
	margin-bottom: 20px;
	padding: 3px 0 0 0;
	width: 248px;
}

#rightColumn .pictureContainer .picture {
	background: url(../images/pic_bottom.gif) no-repeat bottom;
	/* t r b l */
	padding: 0 3px 3px 3px;
	display: block;
}

/* ====================== DETAIL BOX FOR ROOM PAGES ========================== */

#rightColumn #detailsContainer {
	/*border: 1px solid #00ff00;/* for debugging */
	background: url(../images/pic_background.gif) no-repeat;
	margin-top: 40px;
	margin-bottom: 16px;
	padding: 3px 0 0 0;
	width: 248px;
}

#rightColumn #detailsContainer #details {
	/*border: 1px solid #00ff00;/* for debugging */
	background: url(../images/pic_bottom.gif) no-repeat bottom;
	/* t r b l */
	padding: 6px 16px 6px 16px;
	margin-left: 0 !important;
	margin-left: -1px;
	display: block;
}

#rightColumn #detailsContainer #details h2 {
	/*border: 1px solid #00ff00;/* for debugging */
	background: url(../images/details_heading.gif) no-repeat;
	width: 220px;
	height: 20px;
	margin: 0 0 4px 0;
	font-size: 12px;
	text-indent: -9000px;
	/* hide from mac IE5 \*/
	overflow: hidden;
	/* */
	display: block;
}

#rightColumn #detailsContainer #details ul {
	list-style: none;
	line-height: 15px;
	font-size: 12px;
	padding: 0 0 5px 2px;
	margin: 0;
	color: #4f4f26;
}


/* ====================== BREAKOUTBOX FOR ROOM PAGES ========================== */

#rightColumn #breakoutContainer {
	/*border: 1px solid #00ff00;/* for debugging */
	background: url(../images/pic_background.gif) no-repeat;
	padding: 3px 3px 3px 3px;
	width: 242px !important;
	width /**/: 248px;
}

#rightColumn #breakoutContainer #breakoutContent {
	background: #8d8d52 url(../images/breakout_bg_gradient_tile.jpg) repeat-x;
	/* t r b l */
	padding: 14px 16px 6px 16px;
	display: block;
}

#rightColumn #breakoutFooter {
	background-image: url(../images/breakout_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 248px;
	height: 15px;
	position: relative;
	top: -10px !important;
	top: -13px;
}

/* ====================== PICTURE GALLERY FOR ROOM PAGES ========================== */

#pictureGallery {
	/*border: 1px solid #00ffff;/* for debugging */
	/* hide from mac IE5 \*/
	width: 680px;
	left: -23px !important;
	left: -20px;
	/* */
	position: relative;
}

#pictureGallery .pictureContainer {
	/*border: 1px solid #00ff00;/* for debugging */
	background: url(../images/room_pic_background.gif) no-repeat;
	margin: 11px 24px 11px 0;
	/* hide from mac IE5 \*/
	margin: 11px 0 11px 22px;
	/* */
	padding: 3px 0 0 0;
	width: 314px;
	float: right;
}

#pictureGallery .pictureContainer .picture {
	background: url(../images/room_pic_bottom.gif) no-repeat bottom;
	/* t r b l */
	padding: 0 3px 3px 3px;
	display: block;
}

#pictureGalleryFooter {
	clear: both;
}

/* ================================================================
							BREAKOUT BOX
=================================================================== */

#breakoutContent p {
	color: #f5f5d2;
	margin-top: 5px;
}

#breakoutContent h2 {
	margin: 0;
	font-size: 12px;
	text-indent: -9000px;
	overflow: hidden;
}


/* ================================================================
							TABLE
=================================================================== */

table {
	border: 0;
	width: 650px;
	background-image: url(../images/table_border_vertical.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin: 10px 0 0 10px;
}

th, td {
	text-align: center;
	padding: 0 4px 0 4px;
	border : 0;
}

tbody td {
	background-image: url(../images/table_border_vertical.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-top: 6px;
	padding-bottom: 6px;
}

tfoot td {
	background-image: url(../images/table_border_horizontal.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 1px;
	padding: 0;
}


th {
	background-image: url(../images/table_header_border_vertical.gif);
	background-position: right;
	background-repeat: repeat-y;
	border-bottom: 1px solid #f9f7d1;
	background-color: #b3b286;
	color: #f5f5d2;
	font-weight: normal;
	font-size: 12px;
	height: 36px;
}


/* ================================================================
							FORM
=================================================================== */

form {
	margin: 0 0 10px 18px;	
}

form div {
	clear: both;
	margin: 0 0 5px 0;
}

label {
	font-weight: bold;
	display: block;
	float: left;
	width: 150px;
}

input, textarea {
	border: 1px solid #747346;
	padding: 1px;
	width: 200px;
}

input.button {
	border: 3px double #e6e4af !important;
	border: 3px double #747346;
	background-color: #747346;
	cursor: pointer;
	width: 120px;
	font-size: 11px;
	/* hide from mac IE5 \*/
	font-size: 12px;
	height: 26px;
	/* */
	margin: 10px 0 0 150px !important;
	margin: 10px 0 0 153px;
	color: #e6e4af;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}

