body {
   background-color: #536976;
   background-image: url(background.gif);
   color: #333333;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   margin: 5px 0;
   padding: 0;
   text-align: center;
}
#masthead {
   background-image: url(masthead.jpg);
   background-repeat: no-repeat;
   height: 200px;
}
#layout #masthead #hdrimg img {
   background-color: #FFFFCC;
   padding: 5px;
   border: 1px solid #333333;
}
#layout #masthead #hdrimg {
   float: right;
   padding-top: 6px;
   padding-right: 16px;
}
#layout #masthead #hdrtext {
	float: left;
	padding-top: 154px;
	text-align: right;
	width: 780px;
}


/********LAYOUT WRAPPER**********/
#layout {
   width: 806px;
   margin: 0 auto;
   background-color: #FFFFFF;
   background-image: url(middle.jpg);
   background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   width: 790px;
   border-bottom: 1px solid #CCCCCC;
   background-color: #E3E9F5;
   background-image: url(img/mbar.jpg);
   background-repeat: repeat-x;
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 0;
   margin-left: auto;
   text-align: left;
   height: 27px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
   margin: 0 auto;
   width: 790px;
   padding: 0;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
   580 + 210 = 790 */
#mainbox {
   float: left;
   width: 578px;
}
#map #mainbox {
   width: 780px;
}
#map #mainbox #maincontent {
   background-image:none;
}
#sidebox {
   width: 210px;
   float: right;
   text-align: left;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
   font-size: 0.84em;
   background-image: url(vrule.gif);
   background-repeat: repeat-y;
   background-position: right top;
   padding: 0 22px 20px 30px;
   text-align: left;
}
#maincontent p{
   line-height: 1.5em;
   margin: 8px 0 5px 0;
}
#maincontent table td {
   border: 1px solid #FDE080;
}
#maincontent table td p {
   padding: 4px 6px 4px 10px;
   margin: 0px;
}
/*Little box to put in maincontent area*/
.callout1 {
   width: 96%;
   padding: 10px;
   border: 1px solid #AE8B00;
   background-color: #F7F7FB;
   font-size: 12px;
   position: relative;
}
#calendar {
   height: 94px;
   width: 150px;
   position: absolute;
   top: 12px;
   right: 6px;
}

.divleft p {
   margin: 0px;
   padding: 0px;
}
.divright {
   float:right;
   width: 250px;
}
.divleft  {
   float:left;
   width: 250px;
}
.divleft ul, .divright ul, .callout1 ul {
   list-style-image: url(../images/dot.gif);
   list-style-type: none;
   margin-left: 4px;
   padding-left: 4px;
   margin-top: 0px;
   margin-bottom: 10px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-right: 0px;
   padding-right: 0px;
}
.divleft ul li, .divright ul li, .callout1 ul li {
   padding-left: 4px;
   margin-left: 2px;
   padding-bottom: 6px;
   line-height: 1.1em;
}
/*Sidebar*/
#sidecontent {
   font-size: 0.7em;
   padding: 0 12px 20px 12px;
   margin: 0;
   background-image: url(gradient.jpg);
   background-repeat: no-repeat;
   background-position: right top;
}
#sidecontent p{
   line-height: 1.35em;
   margin: 12px 0;
}
#sidecontent p.lessmargin {
	line-height: 1.1em;
	margin-top: 2px;
}
#sidecontent ul{
   margin: 0;
   padding-top: 0;
   padding-right: 0;
   padding-bottom: 0;
   padding-left: 16px;
}
#sidecontent #infolinks a {
	font-weight:bold;
	font-size: 1.2em;
}
#sidecontent #infolinks li {
	margin-bottom: 10px;
	line-height: 14px;
}
#sidecontent ul li{
   line-height: 1.6em;
}
#sidecontent h2 {
   padding: 12px 0 6px 0;
   font-weight: bold;
   color: #006699;
}
#sidecontent .specials {
	color: #CC0000;
	font-size: 20px;
	padding-bottom: 0px;
}

.smallertext {
   font-size: 0.86em;
}
.redtext {
   color: #993300;
}


/********HEADINGS*******/

h1, h2, h3, h4 {
   line-height: normal;
   font-family:"Trebuchet MS", Arial, sans-serif;
   font-weight: normal;
   color: #4A6480;
   margin: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #2E3D50;
}
h2 {
   font-size: 1.4em;
   margin-top: 0.7em;
}
h3 {
   font-size: 1.3em;
   margin-top: 12px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
}
h4 {
	font-size: 1.4em;
	color: #990000;
}


/********Link Styles*******/
a:link, a:visited {
   color: #993333;
   text-decoration: none;
}
a:hover, a:active, a:focus {
   color: #CC3300;
   text-decoration: none;
}
.myimages {
   border: 1px outset #666666;
   margin: 5px 0px;
   padding: 5px;
   background-color: #CCCCCC;
}
a:hover .myimages   {
   margin: 5px 0px;
   padding: 5px;
   border: 1px solid #666666;
   background-color: #FFFFC1;
    }
.floatright {
	float: right;
	margin-right: 0px;
	margin-left: 12px;
	border: 1px solid #666666;
}


/*CLEARING the LAYOUT FLOATS*/
.clearit {
   font-size: 0;
   line-height: 0;
   height: 1px;
   clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
   background-image: url(bottom.jpg);
   background-repeat: no-repeat;
   height: 44px;
   background-position: left bottom;   
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
   width: 780px;
   font-size: 0.84em;
   color: #003366;
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 0;
   margin-left: auto;
}
/*Footer Content*/
#footer {
   color: #0066FF;
   margin-right: 75px;
}
#footer a:link, #footer a:visited {
   color: #0066FF;
   text-decoration: none;
}
#footer a:hover, #footer a:active, a:focus {
   color: #99CCFF;
   text-decoration: none;
}

.hidecute {
   visibility: hidden;
}
/*  Guestbook */
hr {
   width: 80%;
}
table#photos td {
   border-top-color: #AE8B00;
   border-right-color: #AE8B00;
   border-bottom-color: #AE8B00;
   border-left-color: #AE8B00;
   text-align: center;
}


/*  Reservation Form */
#maincontent form table td {
   border: none;
}

#maincontent input{
   display: block;
}

#maincontent select{
   border: 1px solid #333333;
}


/* Error Message and Thank You for Reservation Form */
#errormessage {
   background-color: #FFFFD9;
   border: 2px outset #000066;
   position: absolute;
   height: 300px;
   width: 480px;
   left: 200px;
   top: 100px;
   text-align: center;
   padding: 30px 16px 16px;
}
#thankmessage {
   background-color: #FFFFD9;
   border: 2px outset #000066;
   position: absolute;
   height: 550px;
   width: 480px;
   left: 200px;
   top: 50px;
   padding: 30px 16px 16px;
}
form div input {
   color: #99FFFF;
   text-transform: uppercase;
   padding-right: 5px;
   padding-left: 5px;
   border-top: 2px solid #BDBD81;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   background-color: #3570AA;
}
form div input:hover {
   color: #CDFF82;
   background-color: #009900;
}
form p {
   font-size: 0.9em;
   margin: 0px;
   padding: 0px;

}
.uhoh {
   font-size: 1.2em;
   font-weight: bold;
   color: #993333;
}
ul.Checkboxes
{
   padding: 0em;
   margin: 0em;
   list-style-type: none;
}

ul.Checkboxes li
{
display: block;
list-style-type: none;
clear: both;
float: none;
height: auto;
overflow: auto;
}

ul.Checkboxes li input
{
display: block;
float: left;
}

ul.Checkboxes li label
{
display: block;
margin-left: 0.2em;
margin-top: 0.1em;
float: left;
clear: right;
}
/******** SUBMIT BUTTONS ***********/
.button {
   font-family: "Trebuchet MS", Verdanna, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   width: 142px;
   height: 32px;
   background-image: url(../images/button.gif);
   background-color: transparent;
   border-style: none;
   color: #FFFFCC;
}

.buttonover {
  font-family: Trebuchet MS,Verdanna,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 142px;
  height: 32px;
  background-image: url(../images/buttonover.gif);
  background-color: transparent;
  border-style: none;
  color: #0000CC;
}
/************ sectionLinks styles **************/
#nav {
	width: 150px;
	margin-top: 22px;
	text-align: center;
}

#sectionLinks{
   margin: 0px;
   padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("../images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #005FA9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#sectionLinks a:hover{
   border-top: 1px solid #cccccc;
   background-color: #DDEEFF;
   background-image: none;
   font-weight: bold;

}

