/* Positioned Elements */

body {
  font-family:arial, Helvetica, sans-serif;
  margin:0px;
  background:url(/images/bg.jpg) #C8DAFF center top no-repeat;
  behavior: url(/csshover.htc);
}
	
#container {
  width:950px;
  margin-left:auto; 
  margin-right:auto;
}

#banner {
  background:url(/images/banner.jpg) #fff;
  height:172px;
}

  #banner p {
    font-size:13px;
    float:right;
    margin:0px;
    padding:34px 34px 0px 0px;
    line-height:18px;
    letter-spacing:.5px;
    color:#DEDDA5;
  }

#content {
  margin:0px;
  padding:7px 0px 20px 0px;
  vertical-align:top;
  background:#fff;
  width:950px;
  min-height:300px;
}

#footer {
  background:url(/images/footer.jpg) no-repeat;
  padding:0px 0px 0px 0px;
  margin:0px;
  font-size:11px;
  color:#000;
  text-align:center;
  height:131px;
}

  #footer p {
    list-style:none;
    margin:0px;
    padding:13px 0px 10px 0px;
  }

#bottom, #bottom p {
  text-align:center;
  margin:0px;
  font-size:12px;
  padding:0px;
}

/* Styled Elements */


#content h1, #contact-name {
  font-size:24px !important;
  color:#000 !important;
  padding:18px 26px 2px 26px !important;
  margin:0px 0px 0px 0px !important;
  font-weight:normal !important;
}

#content h2 {
  font-size:15px;
  margin:14px 26px 0px 26px;
  padding:0px;
  color:#000;
}

#content h3 {
  font-size:14px;
  margin:14px 26px 0px 26px;
  padding:0px;
  color:#084a62;
  font-style:italic;
}

#content h4 {
  font-size:15px;
  font-weight:bold;
  margin:16px 26px 10px 26px;
  padding:0px;
  color:#000;
}

#content p {
  margin:14px 26px 0px 26px;
  font-size:14px;
  line-height:19px;
}

#content li {
  text-align:justify;
  line-height:19px;
  font-size:14px;
  margin-left:26px;
  margin-right:22px;
}

#table {
  margin:14px 32px 0px 32px;
  font-size:13px;  
}

#table td {
  vertical-align:top;
}

#rotator {
  background:url(/images/slideshow/captains-quarters.jpg) #fff;
  width:950px;
  height:367px;
  overflow:hidden;
}

.room-pics {
  width:420px;
  float:right;
  padding:22px 14px 0px 20px;
}

  .room-pics td {
    padding:12px;
  }

  .room-pics img {
    width:190px;
    height:126px;
}

.right_pic {
  float:right;
  padding:14px 20px 20px 22px;
  margin:0px !important;
  font-size:13px;
  text-align:center;
  font-style:italic;
}

.left_pic {
  float:left;
  padding:8px 22px 12px 2px;
  margin:0px !important;
  font-size:13px;
  text-align:center;
  font-style:italic;
}

.required {
  color:#000 !important;
}

#logo {
  float:left;
  width:170px;
  height:165px;
  padding:0px;
  margin:7px 0px 0px 23px;
}

img {
    border:none;
    display:block;
}

hr {
    margin:20px 32px 20px 32px;
}

.clear {
  height:0px;
  margin:0px;
  clear:both;
}

.hidden {
  display:none;
}


/* Begin link styles */


a {
  color:#132E5B;
  font-weight:bold;
  text-decoration:underline;
}

a:visited {
  color:#132E5B;
  text-decoration:underline;
}

a:hover {
  color:#4c72b3;
  text-decoration:underline;
}

#banner a {
  color:#fff;
}

#banner a:visited {
  color:#fff;
}

#banner a:hover {
  color:#ccc;
}

#footer a {
  color:#333;
}

#footer a:visited {
  color:#333;
}

#footer a:hover {
  color:#000;
}

/* Begin CSS rollover menus */


div#nav {
  font-family:arial;
}

div#nav ul {
  padding:135px 0px 0px 205px;
  margin:0px;
  list-style: none;
  margin:0px;
  z-index:50;
}

div#nav li {
  padding:0px 0px 0px 0px !important;
}

div#nav a {
  color: #2A4427 !important; 
  font-size:14px;
  text-transform:uppercase;
  display: block;
  font-weight: bold;
  padding:10px 20px 10px 20px;
  text-decoration:none;
  margin:0px;
}

div#nav a:hover {
  color: #2A4427 !important;
  text-decoration: none;
  font-weight: bold;
  background:#ccc;
}

div#nav li li {
  display: block; 
  float: none;
  background:#ccc;
  text-align:left;
  padding:0px !important;
  margin:0px;
}

div#nav li li:hover {
  background: #2B4927;
}

div#nav li li a {
  font-weight: bold;
  border:none;
  margin:0px;
  padding:9px;
  color:#fff;
  width:170px;
  font-size:13px;
}

div#nav li li a:hover {
  color:#fff !important;
  background: #2B4927;
}

div#nav li { /* all list items */
  cursor: default; 
  float: left;
  padding:0px;
  margin:0px;
}

div#nav li ul { /* second-level lists */
  background: #377c2b;
  position: absolute;
  left: -999em;
  margin:0px;
  padding:0px;
}

/* third-and-above-level lists */
div#nav li ul ul {
  position: absolute;
  margin:-34px 0px 0px 187px;
}

div#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}

div#nav li:hover ul, div#nav li li:hover ul, div#nav li.sfhover ul, div#nav li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}