/* CSS Document */

html { 
  min-height: 100%; 
  margin-bottom: 1px; 
}

body {
  font-family: Arial, Helvetica, sans-serif;
  min-height: 1400px;
}

p {
  font: 10pt Arial, Helvetica, sans-serif;
}

a:link, a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #224A43;
  text-decoration: none;
}
a:hover, a:active {
  font-family: Arial, Helvetica, sans-serif;
  color: #A71200;
  text-decoration: underline;
}

#container {
  position: relative;
  width: 765px;
  background: #FFF url(../images/mbck.jpg) repeat-y;
  margin: 10px auto;
}

#header {
  height: 216px;
  background-color: #173631;
  margin: 0;
}
#ptitle {
  position: relative;
  width: 580px;
  height: 70px;
  font: bold 12pt/18pt Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  text-indent: 60px;
  background: transparent url(../images/loonttl.jpg) no-repeat;
  margin: 0;
}
#content {
  float: left;
  width: 580px;
  padding: 10px;
}
#outermenu {
  position: absolute;
  left: 600px;
  width: 152px;
  border: 3px ridge #600;
}
#menu {
  width: 148px;
  margin: 0;
  padding-bottom: 4px;
  border: 1px solid #FFF;
}
#submenu {
  background-color: #ECF7C1;
  margin: 10px 2px;
}
#submenu a {
  display: block;
  font: smaller Arial, Helvetica, sans-serif;
  padding: 2px 8px;
}
#submenu a:hover {
  background-color: #E6DCA4;
  text-decoration: none;
}
#footer {
  font: bold small Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  margin: 0 10px
}
#bbar {
  height: 16px;
}

.th2 {
  font: bold 12pt Geneva, Arial, Helvetica, sans-serif;
}

.tcr {
  font-weight: bold;
}

.small {
  font: small Arial, Helvetica, sans-serif;
}

.tiny {
  font-size: x-small;
}
  
.wht {
  color: #FFF;
  background-color: #000;
}
ul.lure li {
  font: 10pt Arial, Helvetica, sans-serif;
  list-style-image: url(../images/lure.gif);  
  margin: 20px 0;
}
ul.lblt li {
  font: 10pt Arial, Helvetica, sans-serif;
  list-style-image: url(../images/lblt.gif); 
  margin: 10px;
}
.btmnu {
  border-left: 1px solid #000;
  padding: 0 2px 0 4px;
}
.btmnuf {
  border: 0;
}

img.brdr {
  border: 3px ridge #39681A;
}
div.smbrdr {
	font: small Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #000;
}
div.smbrdrr {
	font: small Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #000;
	text-align: right;
}

/* Menu */

a.home_t {
	display: block;
	width: 148px;
	height: 27px;
	background: #FFF url('../images/btn_home.jpg') no-repeat 0 0;
	text-decoration: none;
}
a:hover.home_t {
	background-position: -292px 0;
}
a.activities_t {
	display: block;
	width: 148px;
	height: 27px;
	background: #FFF url('../images/btn_activities.jpg') no-repeat 0 0;
	text-decoration: none;
}
a:hover.activities_t {
	background-position: -292px 0;
}
a.cottages_t {
	display: block;
	width: 148px;
	height: 27px;
	background: #FFF url('../images/btn_cottages.jpg') no-repeat 0 0;
	text-decoration: none;
}
a:hover.cottages_t {
	background-position: -292px 0;
}
a.trailers_t {
	display: block;
	width: 148px;
	height: 27px;
	background: #FFF url('../images/btn_trailers.jpg') no-repeat 0 0;
	text-decoration: none;
}
a:hover.trailers_t {
	background-position: -292px 0;
}
a.pictures_t {
	display: block;
	width: 148px;
	height: 27px;
	background: #FFF url('../images/btn_pictures.jpg') no-repeat 0 0;
	text-decoration: none;
}
a:hover.pictures_t {
	background-position: -292px 0;
}
a.contact_t {
	display: block;
	width: 148px;
	height: 27px;
	background: #FFF url('../images/btn_contact.jpg') no-repeat 0 0;
	text-decoration: none;
}
a:hover.contact_t {
	background-position: -292px 0;
}
a.directions_t {
	display: block;
	width: 148px;
	height: 27px;
	background: #FFF url('../images/btn_directions.jpg') no-repeat 0 0;
	text-decoration: none;
}
a:hover.directions_t {
	background-position: -292px 0;
}
a.rates_t {
	display: block;
	width: 148px;
	height: 27px;
	background: #FFF url('../images/btn_rates.jpg') no-repeat 0 0;
	text-decoration: none;
}
a:hover.rates_t {
	background-position: -292px 0;
}
a.trailersale_t {
	display: block;
	width: 148px;
	height: 27px;
	background: #FFF url('../images/btn_trailersale.jpg') no-repeat 0 0;
	text-decoration: none;
}
a:hover.trailersale_t {
	background-position: -292px 0;
}

