* {
  font-family: Georgia1, Georgia, serif; 
}

a, a:visited { color: #63c4ee; }
a:hover { color: #7fccee; text-decoration: none; }

body {
  margin: 0px;
  padding: 0px;
  background: #01a9d8 url(images/body-bg.jpg) top center no-repeat;
}

#wrapper {
  width: 900px;
  overflow: hidden;
  padding: 0px 10px;
  background: url(images/border-bg.png) top left repeat;
  margin: 0px auto;
}

#header {
  height: 165px;
  width: 100%;
  background: url(images/logo.png) top left no-repeat;
  position: relative;
}

#home-link {
  width: 220px; 
  height: 140px;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
}

#fb-root {
  width: 160px; 
  height: 35px;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  left: 642px;
  top: 15px;
}

#content-wrapper {
  background: url(images/content-bg.png) top left repeat;
  width: 900px;
  margin-bottom: 5px;
  overflow: hidden;
}
#content {
  width: 560px;
  float: left;
  padding: 5px 20px 20px 20px;
  font-size: 12px;
  color: #00386a;
}
#content-right {
  float: right;
  width: 256px;
  padding: 0 10px 0px 10px;
  background: #fff;
  margin-top: 10px;
  font-size: 12px;
  color: #00386a;
}

#footer {
  width: 900px;
  background: #2074A0;
  font-size: 12px;
  color: #00792D;
  line-height: 17px;
}

#footer a { color: #00386a; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer-info {
  float: left;
}

#footer-info p {
  
}

#footer p#credit {
  float: right;
  text-align: right;
}
#footer img {
  float: right;
  padding-top: 4px;
}


/* Non Structual ---------------------------------------------- */


#content h1 {
  margin: 0px;
  color: #00792d;
  font-size: 18px;
  font-weight: normal;
}
#content h2, .head2 {
  margin: 0px;
  color: #00386a;
  font-size: 16px;
  font-weight: normal;
}
#content p {
  line-height: 18px;
}

.elementImg { margin: 10px 0 10px 0; }
.side-image .caption { padding: 0 0 5px 0; } 

.element { padding: 4px; line-height: 16px; }
.elementTitle { padding: 4px; }
.roomTitle { font-size: 18px; }


/* Menu ---------------------------------------------- */
#main-menu {
  position: absolute; 
  list-style: none;
  margin: 0px;
  padding: 0px;
  top: 108px;
  left: 210px;
}

.main-menu-li { display: inline;  }
.main-menu-li a { 
  color: #0f6843; 
  text-decoration: none; 
  height: 23px; 
  width: 113px; 
  float: left; 
  display: block; 
  text-align: center; 
  font-size: 14px;
  padding-top: 8px;
  margin-left: 22px;
  text-transform: uppercase;
}
.main-menu-li a:hover { color: #4ca73f; }


#main-menu li span {
	position: absolute;
	left: 0; top:30px;
	display: none; /*--Hide by default-- */
	width: 650px;
  height: 130px;

}
#main-menu li:hover span { display: block; } /*--Show subnav on hover--*/


#main-menu li span a { float: left;  margin-left: 15px; display: inline; height: 20px; width: auto; line-height: 15px; background-image: none !important; color:#000000; font-weight: bold; font-size: 12px; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
#main-menu li span a:hover {text-decoration: none; background-image: none; color: #80ac85;}


/*

#sub-menu {
  position: absolute;
  list-style: none;
  margin: 0px;
  padding: 0px;
  top: 144px;
  left: 230px
}
#sub-menu li { display: inline;  }
#sub-menu li a { 
  color: #000000; 
  text-decoration: none; 

  float: left; 
  display: block; 
  text-align: center; 
  font-size: 12px;
  padding: 2px 6px;
  font-weight: bold;
}
#sub-menu .sub-items a {
  margin-left: 25px;
}
#sub-menu li a:hover { color: #383838; }
#sub-menu .items a {
  margin-left: 22px;
}*/

/*0f6843*/


/* Feature Slides ---------------------------------------------- */
#feature-slides {
  position: relative;
  background: #20739e;
  height: 195px;
  padding: 5px;
  width: 890px;
  overflow: hidden;
}
#feature-slides ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#feature-slides .feature-link {
  position: absolute;
  left: 650px;
  top: 50px;
  width: 230px;
  height: 140px;
}
#feature-slides .slide-next {
  width: 19px;
  height: 19px;
  background: url(images/featureArrowFWD.png) top left no-repeat;
  position: absolute;
  z-index: 9999;
  left: 615px;
  top: 168px;
  cursor: pointer;
}
#feature-slides .slide-prev {
  width: 19px;
  height: 19px;
  background: url(images/featureArrowBAK.png) top left no-repeat;
  position: absolute;
  z-index: 9999;
  left: 594px;
  top: 168px;
  cursor: pointer;
}
	

/* Center Promotion ---------------------------------------------- */
#center-promos {
  width: 900px;
  overflow: hidden;
  height: 170px;
  padding: 5px 0;
}
#center-promos .center-promo-box {
  width: 276px;
  height: 150px;
  padding: 10px;
  float: left;
  background: #2074a0;
}
#center-promos .center-promo-box-center {
  width: 278px;
  height: 150px;
  padding: 10px;
  float: left;
  margin: 0 5px;
  background: #2074a0;
}
#center-promos .title {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
}
#center-promos img {
  float: left;
  padding: 5px 5px 0 0;
}
#center-promos p {
  float: right;
  color: #fff;
  font-size: 14px;
  width: 140px;
  margin: 0px;
  line-height: 17px;
}

