body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #B7BE7B;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/layout/page_bg.jpg);
	font-size: 100%;
	padding: 0px;
}

#frame {
	width:770px;
	margin-top:0px;
	padding:0px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	z-index: 23;
	position: relative;
	margin-bottom: 0px;
   }
#logo {
	background-image: url(../images/layout/cone2.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 145px;
	position: absolute;
	top: 5px;
	z-index: 999;
	right: 0px;
}
#topleft {
	background-image: url(../images/layout/leaves.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 222;
	height: 180px;
	width: 214px;
	left: 0px;
	top: 0px;
}



#header  {
	width: 100%;
	height: 68px;
	background-color:#B6BD77;
	background-image: url(../images/layout/top_bg2.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	position: relative;
   }
#headertext {
   z-index: 22;
   width: 555px;
   height: 68px;
   position: absolute;
   left: 110px;
   top: 8px;
   background-image: url(../images/layout/title.png);
   background-repeat: no-repeat;
}
#top_heading {
	height: 68px;
	width: 100%;
	font-size: 22px;
	font-weight: normal;
}
#top_heading h1 {
	color: #EEF4BD;
	font-size: 28px;
	font-style: italic;
	padding-top: 26px;
	margin: 0px;
	text-align: center;
}
#frame #slides {
	background-color: #b3af72;
	height: 228px;
	width: 770px;
	margin-top: 0px;
}
#frame #slides #slides_left {
	float: left;
	height: 225px;
	width: 205px;
	background-image: url(../images/layout/sides_bg.png);
	background-repeat: repeat;
}
#frame #slides #slides_middle {
	float: left;
	width: 360px;
	background-image: url(../images/layout/sides_bg.png);
	background-repeat: repeat;
	height: 225px;
}
#frame #slides #slides_right {
	float: right;
	height: 225px;
	width: 205px;
	background-image: url(../images/layout/sides_bg.png);
}
#player2 {
	padding: 0px;
	margin: 0px;
}
#flashplayer {
	margin-top: 5px;
	margin-bottom: 3px;
}



/********Link Styles*******/
a:link, a:visited {
   color: #993333;
   text-decoration: none;
}
a:hover, a:active, a:focus {
   color: #DD8500;
   text-decoration: none;
}

.myimages {
	border: 1px outset #666666;
	padding: 5px;
	background-color: #D2CA7B;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:hover .myimages   {
	padding: 5px;
	border: 1px solid #666666;
	background-color: #E3DEAE;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }


#sidebar {
	width:190px;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
   }
#sidecontent {
	font-size: 0.84em;
	padding-right: 6px;
	padding-left: 6px;
}
#sidecontent p{
   line-height: 1.35em;
   margin: 8px 0;
}
#sidecontent p.lessmargin, #content p.lessmargin {
	line-height: 1.1em;
	margin-top: 0px;
	text-align: center;
}
#sidecontent a:link, #sidecontent a:visited {
   color: #FFFF66;
   text-decoration: none;
}
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
   color: #CCFFCC;
   text-decoration: none;
}
#content {
   width:520px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   float: left;
   margin: 0px;
   padding-top: 14px;
   padding-right: 10px;
   padding-bottom: 0px;
   padding-left: 20px;
   }
#content p, #content ul { font-size: .84em; }
.listings {
	line-height: 1.2em;
	text-align: center;
	margin: 5px;
}

div#sidecontent ul, div#content ul {
   list-style-image: url(../images/layout/ball.gif);
   padding: 3px;
   margin-left: 10px;
}
div#content ul li, div#sidecontent ul li{
   line-height: 1em;
   margin-bottom: 8px;
}
.menutitle {
	font-size: 14px;
	text-align: center;
}
h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 120%;
   color: #003366;
}
h2 {
   font-size: 108%;
   color: #44480D;
}
h3 {
	font-size: 105%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-size: 95%;
	color: #4A6C04;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#content h2 {
	padding-left: 40px;
	background-image: url(../images/flourish.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
.h2text {
	font-size: .9em;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


.clearboth {
	clear: both;
	display: block;
}

.alignright {
   float: right;
   margin-left: 12px;
}
.alignleft {
	float: left;
	margin-right: 8px;
}
.float {
	float: left;
	width: 240px;
}


/************** Start Navigation ******************/
#menubar {
	font-size: 12px;
	border-bottom: 1px solid #000000;
	background-image: url(../p7pm/img/p7PM_goldbghz.jpg);
	background-repeat: repeat-x;
	width: 770px;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidenav {
	width: 100%;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 ul#navlist
{
	text-align: left;
	padding: 0;
	margin: 0;
	width: 180px;
	list-style: none;
	font-size: 12px;
}

ul#navlist li
{
display: block;
margin: 0px;
padding: 0px;

}

 ul#navlist li a
{
	display: block;
	width: 100%;
	color: #4F413C;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 0.8em;
	background-color: #D6CE86;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #aaab9c;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

ul#navlist li#active a
{
	color: #800000;
	background-color: #EFECCF;

}

ul#navlist li a:hover, ul#navlist li#active a:hover, ul#navlist .open a
{
	color: #764134;
	border-color: #aaab9c #fff #fff #ccc;
	background-color: #E3DEAE;
}

#sidecontent p.lessmargin {
   line-height: 1.1em;
   margin-top: 0px;
}
/*  PHOTO GALLERY */
#photos #content p.lessmargin {
   line-height: 1.1em;
   margin: 1px 90px 8px 90px;
}

.liteTbl {
   border:1px solid #F4E8CE;
   width: 525px;
   background-color: #F9F5F0;
}
.liteTbl td {
   border: 1px solid #F3EACB;
}
.rowLite {
   background-color: #FCFAF8;
   color: #46362B;
}

.rentaltext {
   padding-top: 0px;
   margin-top: 0px;
   margin-left: 244px;
}
.liteTbl td h3 {
	font-size: 105%;
	color: #695140;
}

.tdbg {
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FCFAF8;
	background-image: url(../images/layout/hdr_bg.png);
}
   /* bottom */
#footer {
	background-color: #7B614A;
	width: 730px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F4F00;
	color: #FFF4DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	margin: 0px;
}
#footer div {
	height: 3px;
}


#footer a:link, #footer a:visited, #footer a:active {
	color: #E4D2C2;
}

#footer a:hover {
   color:#CCCCFF;
}
/******** Form Checkboxes ***********/
ul.Checkboxes
{
	padding: 0em;
	margin: 0em;
}

ul.Checkboxes li
{
   display: block;
   list-style-type: none;
   clear: both;
   float: none;
   height: auto;
   overflow: auto;
   list-style-image: none;
}
div#content ul.Checkboxes {
	list-style-image: none;
}


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(../assets/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(../assets/buttonover.gif);
  background-color: transparent;
  border-style: none;
  color: #0000CC;
}
.liteTbl form table, .liteTbl form table td {
	border: 0px;
}
.liteTbl form table td p {
	margin: 0px;
	padding: 0px;
}
/* Error Message and Thank You for Reservation Form */
#errormessage {
   background-color: #FFFFD9;
   border: 2px outset #000066;
   position: absolute;
   height: 200px;
   width: 380px;
   left: 150px;
   top: 60px;
   text-align: center;
   padding: 30px 16px 16px;
}
#thankmessage {
   background-color: #FFFFD9;
   border: 2px outset #000066;
   position: absolute;
   height: 600px;
   width: 380px;
   left: 150px;
   top: 60px;
   padding: 30px 16px 16px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: normal;
}
