@charset "UTF-8";
@font-face {  
  font-family: constan;  
  src: url( constan.ttf ) format("truetype");  
} 
/* CSS Document */


/****** Tag/Common Styles ******/

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

img {
 	border:none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #333333;
  background: #101f2c;
}

#outer-wrapper {
  width: 960px;
  padding: 20px;
  margin: 0px auto;
  overflow: hidden;
  background: #101f2c;
}

#left-column {
  float: left;
  width: 705px;
  overflow: hidden;
}

#right-column {
  float: right;
  width: 237px;
  overflow: hidden;
}

#right-logo {
  float: left;
  width: 237px;
  height: 211px;
}

#specials-link {
  float: left;
  width: 237px;
  height: 46px;
}

#contacts-box {
  float: left;
  width: 237px;
  height: 160px;
}

#booking-panel {
  float: left;
  width: 237px;
  height: 300px;
  overflow: hidden;
}

#flash-outer-container {
  float: left;
  width: 705px;
  height: 345px;
  background: #cecece;
}

#flash-inner-container {
  position: relative;
  top: 10px;
  left: 10px;
  width: 685px;
  height: 325px;
  background: #ffffff;
}

#flash-container {
  position: relative;
  top: 1px;
  left: 1px;
  width: 683px;
  height: 323px;
  overflow: hidden;
}

#line-under-flash {
  float: left;
  height: 4px;
  width: 705px;
  margin-bottom: 10px;
}

#star-rating {
  float: left;
  width: 705px;
  height: 27px;
  background: url(images/rating.gif) top right no-repeat;
  margin-top: 3px;
}

#left-content-outer-container {
  float: left;
  width: 705px;
  background: #cecece;
  overflow: hidden;
}

#left-content-container {
  display: block;
  background: #ffffff;
  margin: 5px;
  overflow: hidden;
}

#content {
  padding: 30px 15px;
}

#page-footer {
  float: left;
  clear: both;
  font-size: 0.65em;
  color: #2b5275;
  width: 940px;
  line-height: 1.3em;
  padding: 5px 10px;
  
}

#content p {
    font-size: 0.72em;
    line-height: 1.6em;
}

#content table {
  width: 400px;
}

#content li {
  font-size: 0.75em;
  margin-left: 20px;
}

.element {
    font-size: 0.75em;
    line-height: 1.6em;
    padding: 4px;
}

.elementTitle {
    font-size: 0.75em;
    line-height: 1.6em;
    font-weight: strong;
}

.roomTitleRow {
  background: #cedeeb;
}

.roomTitle {
  font-size: 0.85em;
  padding: 4px;
}

#content a, #page-footer a {
  color: #407aae;
  text-decoration: none;
}

#content a:hover, #page-footer a:hover {
  text-decoration: underline;
}

h1 {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 10px;
}


/*
=================== New Menu Style ======================
*/
#menu {
  float: left;
	height: 26px;
  width: 705px;

}

#menu-wrap {
	position: relative;
	z-index: 999;
}
#menu-wrap ul {
	padding: 0px;
	margin: 0px;
}
#menu-wrap li {
    display: inline;
    text-align: left;
    padding: 0px;
}

.main-menu-li {
	margin-left: 0px;
}

#menu-wrap a {
  text-decoration: none;
  font-size: 0.80em;
  font-weight: normal;
	padding: 6px 10px;
	position: relative;
	top: 0px;
	margin-left: 5px;
}

.menu-link-active {
	color: #cecece;
  /*background: url(images/nav-menu-active.jpg) top left repeat;*/
  /*border: 1px solid #91a3b2;*/
}

.menu-link {
  /*background: url(images/nav-menu.jpg) top left repeat;*/
  /*border: 1px solid #eaeaea;*/
 	color: #ffffff;
}

.sub-menu a {
	color: #386393;
}

#menu-wrap a:hover {
	text-decoration: none;
	color: #cecece;
  font-size: 0.80em;
  font-weight: normal;
}
#menu-wrap ul li { 
    position: relative;
    top: 0px;
    padding: 0 0px;
}
#menu-wrap ul ul {
    display: none;
    position: absolute;
    top: 23px;
    *top: 40px;
    width: auto !important;
    min-width: 160px;
    white-space: nowrap;
    left: 3px;
    *left: -2px;
    margin: 0px;
    padding: 0;
    padding-top: 4px;
    overflow: hidden;
    top /*\**/: 8px\9;
    *top: 38px;
    background: url(images/spacer.gif) repeat;
}
#menu-wrap ul ul li {
    display: block;
    position: relative;
    padding: 2px;
    text-align: left;
    margin: 0px;
    *width: 160px;
}
#menu-wrap ul ul li a {
    display: block;
    margin: 0px;
	  padding: 5px 10px;
    width: 100%;
    background: #152839;
	  color: #ffffff;
    font-size: 0.80em;
    font-weight: normal;
}

/* Non structual CSS */
h1 {
  font-size: 1.5em;
  padding-bottom: 10px;
  color: #244765;
  font-family: constan;
}

h2, h3, h4, .head2 {
  font-family: constan;
}

.head2 {
  font-size: 1.2em;
  padding-bottom: 10px;
  color: #244765;
}

.mediaContainer {
  float: right;
  clear: right;
  padding: 15px 15px 15px 25px;
  margin-bottom: 18px;
  font-size: 0.70em;
}

.specials-title {
    font-size: 1.8em;
    color: #652427;
}


