@import url("nav.css");

* {
 margin:0;
 padding:0;
}

a img { border: none; }

body {
 background: url("../images/bg.gif");
 text-align: center;
 font-size: 62.5%;
 font-family: Arial, Helvetica, sans-serif;
 color: #002963;
}

#wrapper {
 width: 782px;
 margin: 10px auto 0 auto;
 position: relative;
}

#header{
 width: 782px;
 position:relative;
}

#header img {
 width: 782px;
 behavior: url("png/png.htc"); /* for IE only, path is relative to file that calls this style */
}

#header #top-column {
 height: 64px;
}

#header #masthead {
 height: 263px;
 border: 0;
}

#header a {
 width: 260px;
 height: 150px;
 position: absolute;
 left: 75px;
}



#navigation {
 width: 782px;
 height: 32px;
}

#content-wrapper {
 width: 782px;
 background: url("../images/home/content-bg.gif") repeat-y 0 0;
 text-align: left;
}

#content {
 width: 622px;
 margin-left: 80px;
 margin-right: 90px;
 padding-top: 10px;
 font-size: 1em;
}

#bottom-content a{
 color: #002963;
 font-weight: bold;
}

#reservations-box{
 width:204px;
 background: url("../images/home/box-bg.gif") repeat-y 0 0;
 padding:0;
 color: #2D2D44;
 float:left;
 display: inline;
 margin-bottom: 10px;
}

#reservations-box h2#availability{
 width: 159px;
 background: url("../images/home/room-availability.gif") no-repeat bottom;
 height:22px;
 text-align:center;
 margin-left:20px;
 padding-top: 10px;
}

.box-text{
 margin:10px 10px 10px 20px;
}

#specials-box{
 width:185px;
 margin: 5px 5px 10px 20px;
 padding:0;
 color: #2D2D44;
 float:left;
 display: inline;
}

#specials-box h2#special-offers{
 width:173px;
 height:34px;
 background: url("../images/home/special-offers.gif") no-repeat 0 0;
}

#specials-box a{
 color: #0B1434;
}

#specials-box p{
 margin:10px 5px 5px;
}

#specials-box img#push-specials{
	float: left;
}

#email-club-box{
 width:204px;
 background: url("../images/home/box-bg.gif") repeat-y 0 0;
 padding:0;
 color: #2D2D44;
 float:right;
 display: inline;
 text-align:center;
 margin-bottom: 10px;
}

#email-club-box a{
 color: #0B1434;
}

#email-club-box h2#email-club{
 width:128px;
 height:22px;
 background: url("../images/home/email-club.gif") no-repeat bottom;
 margin:0 auto;
 padding-top: 10px;
}


.box-top{
 background: url("../images/home/box-top.gif") no-repeat top;
 padding-top: 8px;
 width:204px;
}

.box-bottom{
 background: url("../images/home/box-bottom.gif") no-repeat bottom;
 padding-bottom: 10px;
 width:204px;
}

p.box{ 
 margin: 10px 10px 20px 10px;
} 
 
 

 form{
  margin:0 0 5px 20px;
 }

form table td{
 height:18px;
}

.large-input{
 font-size:11px;
 width:110px;
}
 
.small-input{
 width:20px;
 font-size:10px;
}

#footer{
 width: 782px;
 height: 84px;
 background: url("../images/footer.gif") no-repeat 0 0;
  margin-left: auto;
 margin-right: auto;
 font-size: 1.1em;
 line-height:1.5em;
}

#follow-links { overflow: hidden; width: 782px; height: 35px; background: url("../images/follow-bg.gif") no-repeat 336px 4px; }
#follow-links ul { list-style: none; margin: 4px 0 0 401px; }
#follow-links li { float: left; display: inline;  }
#follow-links li a { display: block; height: 18px; }

#icon-twitter, #icon-twitter a { width: 17px; background: url("../images/icon-twitter.gif") no-repeat 0 0; }
#icon-facebook, #icon-facebook a { width: 18px; background: url("../images/icon-facebook.gif") no-repeat 0 0; }

#footer address{
 font-style: normal;
 font-weight: bold;
 display:inline;
}

#footer a{
 color: #002963;
 font-weight:bold;
 text-decoration:none;
}

#footer a:hover{
 text-decoration: underline;
}

h1 em{
 position: absolute;
 left: -9999px;
}

#home-push-flash { position:absolute; right:64px; top:238px; z-index:1000; }

/* ------------------------------ Classes --------------------------------- */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ------------------------------- Generic ---------------------------------- */

h1 em, h2 em, li em {
 position: absolute;
 left: -9999px;
}


behavior: url("png/png.htc"); /* for IE only, path is relative to file that calls this style */