/* ************* */
/* HTML Elements */
/* ************* */

/* selective overrides for home page */
body#homepage {
  background:           #362615 url('../images/backgrounds/bg_hotel_landing.gif') top left repeat-x;
}

body#homepage_landing{
	background:           #362615 url('../images/backgrounds/bg_home.gif') top left repeat-x;
}

body#nostripe {
  background:           #362615 url("../images/backgrounds/bg_hotel.gif") top left repeat-x;
}
 
a {
  color:                #FFFFFF;
}
a.footer {
  color:                #c7b79f;
}



/* 
/* Amenities Page
*/
.amenitiesSection {
	display:inline;
	float:left;
	margin:0 0 0 10px;
	width:602px;
}


.sectionHeader{
	display:block;
	font-family:verdana,geneva,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:16px;
	margin:0 0 10px;
}



/* ************* */
/* Top Banner   */
/* ************* */

.pattern {
  background:           url('../images/bg_hotel_pattern.jpg') top left repeat-x;
}

.topBanner {
  color:                #c7b79f;
}

#home, #home a {
  color:                #ffffff;
}

a.topNavBar {
  color:                #ffffff;
}



a.topNavBarLg:hover {
  background:           url('../images/backgrounds/main_nav_highlight_lg.jpg') top center no-repeat;
  color:                #c7b79f;
}



a.topNavBarLgSelected {
  background:           url('../images/backgrounds/main_nav_highlight_lg.jpg') top center no-repeat;
  color:                #c7b79f;
}

/******************/

/* ************* */
/* Top Nav     */
/* ************* */

#topNavBar {
  color:                #c7b79f;
  background:           #150e08;
}


/* ************* */
/* Footer     */
/* ************* */

#footerContainer {
	background:				    #150e08;
	color:                #7f6b5c;
}

#footerContainerInner  {
  color:                #7f6b5c;
}

/* ************* */
/* Banners       */
/* ************* */

/*for IE6 only*/
* html #landingMiddleBanner {
  filter:	              progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/backgrounds/bg_banner_landing_hotel.png');
}

/*  above proprietary Microsoft "filter" rules allow IE to display PNGs with transparency;
  rules below are invisible to IE and display the PNGs normally */
html>body #landingMiddleBanner  {
  background:           url('../images/backgrounds/bg_banner_landing_hotel.png') top left no-repeat;
  position:             relative;
}

#landingBannerTitle { 
  color:                #c7b79f;
}

/* ************* */
/* Rules         */
/* ************* */

.ruleSolid,
.ruleDashed {
  height:               1px;
  background:           #6f6353;
  margin:               10px 0px 10px 0px;
  clear:				both;
}
.ruleDashed {
  background:           url("../images/dashed_rule.gif") top left repeat-x;
}

 
 
 /* ************* */
/* Lists         */
/* ************* */

/* unordered lists */
ul {
  list-style-type:      none;
  padding:              0px;
  margin:               0px;
}

/* unordered list item */
ul li {
  line-height:          16px;
  padding:              0px 0px 0px 4px;
  margin:               6px 27px;
  line-height:	11px;
}

/* Generic, non-bulleted link list */
a.listItem {
  line-height:          16px;
  display:              block;
}

