body {
font:14px Georgia, Times, Serif;
line-height:1.6em;
color:#001F04;
}

#footer a {
color:#8F8F8F;
text-decoration:none;
}

p {
  text-align:justify;
  margin:1.5em 40px;
}

* html p {
margin:1.5em 20px;
}

p img.right {
  float:right;
  margin:10px 0 0px 10px;
}

p img.left {
  float:left;
  margin:10px 10px 0px 0;
}

p img {
padding:5px;
border:1px solid #666;
background:#fff;}

p.indent {
  text-indent:1.5em;
}

#right a {
color:#006018;
}

a.noborder, a:hover.noborder, .noborder img {
  border:0;
}

#right ul li {
  list-style-image:url(http://destinationotterlake.com/images/treebullet.png);
  margin-top:5px;
  margin-left:40px;
}

#masthead h1 {
font-size:smaller;
text-indent:-900em;
}

h2 {
text-align:center;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 40px;
}

h3 {
font-family:Georgia,serif;
text-indent:2em;
}

h4 {
text-indent:2em;
font-weight:normal;
font-style:italic;
font-size:120%;
}
/* for styling contact form */


label,input {
	display: block;
	width: 150px;
	float: left; 
	margin-bottom: 10px;
}

* html input {
  float:none;
  display:inline;
}


label {
  	display: block;
  	float:left;	
	text-align: right;
	font-size:12px;
	width: 90px;
	padding-top:2px; 
}

br {
 	clear: left;
}

input, textarea	{
    font-family: Georgia, serif; 
    font-size: 12px; 
font-weight:normal;
	background-color:transparent;
	color:#001F04;
	border-width: 1px;
	border-style: solid;
	border-color: #001F04;
	padding: 3px; 
	cursor:text;
	margin-left:10px;
}

textarea {
  margin-left:10px;
width:70%;
}

select {
  font-family:"Trebuchet MS", sans-serif;
  font-size:12px;
  background-color:transparent;
  color:#321600;
  margin-left:10px;
  margin-top:3px;
  border:0;
}

input.hidden {
  visibility:hidden;
  display:none;
  border:0;
}


#s {
margin-top:10px;
cursor:pointer;
color:#ffffdf;
background-color:#001F04;
font-size:150%;
width:auto;
}

.notthere {
display:none;
}

h2.notthere {
display:none;
}

/* FOR THE AVAILABILITY CALENDAR */

table.year {
width:470px;
font:11px Arial, Sans-serif;
line-height:1em;
border-collapse:collapse;
margin-left:5px;
text-align:center;
}

* html table.year {
margin-left:0;
}

td.yearname {
font-size:200%;
font-weight:bolder;
font-family:Georgia, Times, Serif;
}

* html td.yearname {
line-height:2em;
}

td.monthname {
white-space:nowrap;
text-align:center;
font-size:120%;
font-family:Georgia,Times,Serif;
padding:5px;
padding-bottom:0;
border-bottom:1px solid #CFA481;
color:#321600;
}

td.dayname {
font-weight:bolder;
padding-top:5px;
}

.booked {
background:#FF6F6F;

}

td.booked {
background:#FF6F6F;
}
td.booked:hover {
cursor:not-allowed;
}

/* BOOKING MANAGER */
table.bookingmanager {
width:100%;
text-align:center;
}

td.bookedtableheader {
font-weight:bolder;
}
td img { border:0; }