/*-------------------------------------------------------
  Reset
-------------------------------------------------------*/

* {   
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;    
} 


/*-------------------------------------------------------
  Structural
-------------------------------------------------------*/

body {
  background: #f8f5e6 url(../images/bg-repeat.jpg) repeat-x;
  font-family: font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0px;
  padding: 0px;
  text-align: center;
}  

#container {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 990px;
}
  
#header {
  clear: both;
  float: left;
  height: 133px;
  width: 935px;
}

#logo{
  float: left;
  width: 723px;
}

#translate{
  float: right;
  margin-bottom: 20px;
  margin-top: 15px;
  width: 170px;
}

#social-icons{
  float: right;
  width: 192px;
}

#motion-container{
  float: left;
  margin-left: 25px;
}

#motion{
  border: 9px #fffcec solid;
  float: left;
  height: 353px;
  width: 891px;
}

#main-nav{
  clear: both;
  float: left;
  width: 909px;
}

#main-nav ul{
  background: #fffcec;
  float: left;
  margin: 0;
  padding: 10px;
  width: 889px;
}

#main-nav li{
  display: inline;
}

#main-nav li a:link,
#main-nav li a:visited{
  border-right: 1px solid #42657f;
  color: #42657f;
  font-family: font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  padding: 0 10px;
  text-decoration: none;
}

#main-nav li a:hover,
#main-nav li a:active{
  border-right: 1px solid #42657f;
  color: #5c5c5c;
  font-family: font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  padding: 0 10px;
  text-decoration: underline;
}

#main-nav li.current a{
  border-right: 1px solid #42657f;
  color: #5c5c5c;
  font-family: font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  padding: 0 10px;
  text-decoration: underline;
}

#main-nav li ul li a:link,
#main-nav li ul li a:visited{
  border-right: none;
  color: #42657f;
  font-family: font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  padding: 0 10px 0 20px;
  text-decoration: none;
}

#main-nav li ul li a:hover,
#main-nav li ul li a:active{
  border-right: none;
  color: #5c5c5c;
  font-family: font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  padding: 0 10px 0 20px;
  text-decoration: underline;
}

#main-nav li.current a{
  border-right: 1px solid #42657f;
  color: #5c5c5c;
  font-family: font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  padding: 0 10px 0 20px;
  text-decoration: underline;
}

#res-top-cap{
  float: left;
  margin-left: 23px;
  margin-top: 10px;
}

#res-ta-box{  
  background: url(../images/res-bg-repeat.png) repeat-y;
  float: left;
  margin-left: 19px;
  padding: 5px 20px;
  width: 927px;
}

#res-bottom-cap{
  float: left;
  margin-left: 18px;
}
  
#wrapper {
  float: left;
  margin-left: 22px;
  width: 990px;
}

#reservations {
    border-right: 1px solid #dee2d9;
    float: left;
    margin: 0 50px 0 10px;
    width: 450px;
}

#reservations p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

#trip-advisor {
  float: left;
  width: 280px
  margin-left: 40px;
}

#trip-advisor p {
  font-size: 14px;
  font-weight: 500;
  margin: -10px 0 0 0;
  line-height: 150%;
}
  
#main-content {
  background: url(../images/main-content-bg-repeat.png) repeat-y;
  float: left;
  margin-left: -3px;
  padding: 0 20px;
  width: 909px;
}

#main-left {
  background: url(../images/main-content-bg-repeat.png) repeat-y;
  float: left;
  padding: 0 10px 20px;
  width: 600px;
}

#right-column {
  float: left;
  padding: 0 30px;
  width: 220px;
}

#main-content-bottom-cap{ 
  margin-left: -13px; 
}
  
#footer-container {
  background: #103b5e;
  clear: both;
  float: left;
  width: 100%;
}

#footer {
  margin: 0 auto;
  width: 915px;
}

#footer-left{
  float: left;
  width:500px
}

#footer-right{
  float: right;
  margin-right: 25px;
}  

#footer-left .menu ul {
  margin: 0 0 0 -20px;
  padding: 0;
  text-align: left;
  width: 480px;
}  

#footer-left .menu li {
  border-right: 1px solid #FFFCEC;
  font-size: 8pt;
  float: left;
  display: inline;
  padding: 0 10px 0 0;
  margin: 5px 0;
  text-align: left;
}  
   
/*-------------------------------------------------------
  Standard Selectors
-------------------------------------------------------*/


h1 {
  color: #42657f;
  font-size: 20px;
  font-weight: 600;
    margin: 7px auto 6px auto;
}


h2 {
  color: #42657f;
  font-size: 19px;
  font-weight: normal;
    margin: 7px auto 6px auto;
}

h3 {
  color: #42657f;
  font-size: 17px;
    margin: 7px auto 6px auto;
}

p {
  color: #5c5c5c;
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
    margin: 7px auto 6px auto;
    line-height: 150%;
}

td {
  color: #5c5c5c;
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
    margin: 7px auto 6px auto;
    line-height: 150%;
}

blockquote {
  margin: 10px 15px;
  padding: 5px;
}

ul, ol {
  color: #5c5c5c;
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
    margin: 10px 10px 10px 25px;
}

li {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 0 7px 0;
}

a:link, a:visited {
  color: #42657f;
  text-decoration: underline;
}
   
a:hover {
  color: #5c5c5c;
  text-decoration: none;
}
   
a:active {
  color: #5c5c5c;
}

#footer a:link, 
#footer a:visited {
  color: #FFFCEC;
  text-decoration: none;
}
   
#footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
   
#footer a:active {
  color: #5c5c5c;
}

#weather1 a:link, 
#weather1 a:visited {
  color: #FFFCEC;
  text-decoration: none;
}
   
#weather1 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
   
#weather1 a:active {
  color: #5c5c5c;
}

#weather1 h2 {
  color: #ffffff;
}

#weather1 p {
  color: #ffffff;
}

input, textarea {
  border: 1px solid #ccc;
}


/*-------------------------------------------------------
  Other Selectors
-------------------------------------------------------*/


/*-------------------------------------------------------
  Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
  /* Hides from IE-mac */
  * html .clearfix {height: 1%;}
  /* End hide from IE-mac */
  

/*-------------------------------------------------------
  Contact Form
-------------------------------------------------------*/
#contact-form * {
  list-style-type: none;
}

#contact-form {
  text-align: left;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border: solid 1px #003060;
}

#contact-form label { 
  text-align: left;
  width: 110px; 
  float: left; 
  display: block;
}

#contact-form h1 { 
  font-size: 1em; 
  font-weight: bold; 
  clear: both;
}

.bot-input { 
  float: left; 
  margin-left: -999em;
}

div.gkwMain{
  color: #fff !important;
  font-family: font-family: Georgia, "Times New Roman", Times, serif;
}

.gkwDay {
  color: #ffffff;
}

span.gkwDayNight {
    background: none repeat scroll 0 0 #F8F5E6;
    color: #5C5C5C;
}
.moduletable-flipkey {
margin-top: 45px;
}
