* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a img {
	border: 0;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
}
div {
	padding:0px;
	margin:0px;
}
td.bg {
	white-space: nowrap;
}
/*
p,h1,pre {
  margin:0px 10px 10px 10px;
}
*/
h1 {
	font-size:14px;
	padding-top:10px;
	margin:0px 10px 10px 0px;
}
h4 { margin:10px 0 0 0; }
input {
  line-height:auto;
}

/* POSITIONING */
#FRAME {
  position:relative;
  width:100%;
  min-height: 100%;
  padding-bottom: 152px;
  text-align: center;
 /* border: 1px solid #f00;*/
}
* html #FRAME {
	height: 100%;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#CONTENT {
  position:absolute;
  top:400;
  left:60;
  width:430px;
  z-index:2;
}

/* NAVIGATION */
#NAVIGATION {
  position:absolute;
  top:420;
  left:542px;
  width:250px;
  z-index:10;
}
#NAVIGATION H1{
  color:006E53;
  font-size:14px;
  font-style:italic;
  text-transform:capitalize;
  font-family:"Times New Roman";
  margin:0px 0px 0px 0px;
}
#NAVIGATION A {
  color:#006666;
  text-decoration:none;
}
#NAVIGATION A:hover, A:visited:hover {
  color:#339900;
  text-decoration:none;
}
#NAVIGATION A:visited {
  color:#CCCC99;
  text-decoration:none;
}

#HEADER {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:26px;
  z-index:100;
}
#MAIN_IMAGE {
  position:absolute;
  top:26;
  left:0;
  z-index:1;
}
#ADS {
  position:absolute;
  top:270px;
  left:460px;
  z-index:4;
}
#BOX {
  position:absolute;
  top:0px;
  left:538px;
  height:435px;
  background-color:#FFFFFF;
  z-index:0;
}

/* FOOTER */
#FOOTER {
  visibility: hidden;
  position:relative;
  margin-top: -152px
  top:0px;
  left:0px;
  width:100%;
  height:142px;
  padding-bottom: 10px;
  z-index:1;
  background-color:#a6c0d0;
  color:#006a4e;
}
#FOOTER * {
  font-size:10px;
  color:#BDCC77;
}
#FOOTER A, A:visited{
  color:#006a4e;
  font-size:10px;
  text-transform:uppercase;
  text-decoration:none;
}

#FOOTER A:hover, A:visited:hover{
  color:#006a4e;
  text-decoration:underline;
}

/* Redesign styles - these apply for now only to the index and central reservations pages */
#main-content {
	width: 450px;
	margin-left: 40px;
	margin-bottom: 30px;
}
.newclear {
	display: block;
	clear: both;
}
#CONTENT #main-content h1 {
	color: #005740;
	margin: 0; padding: 0;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-transform: none;
	font-size: 16px;
}
#pods {
	border-top: 2px solid #e5f1fa;
	background: url(/images/redesign_summer/pod_back.gif) top left;
	border-bottom: 2px solid #fff;
}
#pods div.main-content-pod {
	width: 200px;
	float: left;
	display: inline;
	padding: 10px 25px 10px 40px;
}
* html #pods div.main-content-pod {
	width: 265px;
}
#pods table {
	border-collapse: collapse;
}
#pods table th {
	letter-spacing: -0.1em;
	text-transform: uppercase;
	text-align: left;
	color: #666;
	font-weight: normal;
	font-size: 9px;
}
#pods table td {
	padding-right: 0.25em;
	text-align: right;
	color: #06c;
	font-weight: bold;
	font-size: 14px;
}
#pods p {
	margin: 5px 0;
	padding: 0;
	line-height: 13px;
}
#pods ul {
	margin: 5px 0; padding: 0;
}
#pods ul li{
	letter-spacing: -0.1em;
	list-style-type: none;
	margin: 0; padding: 0;
	color: #39f;
	font-size: 8px;
	line-height: 12px;
}
#pod-weather ul li,
#pod-dailies ul li {
	text-transform: uppercase;
}
#pod-cal ul li a {
	text-transform: uppercase;
}
#pod-cal ul li {
	text-transform: none;
	font-size: 11px;
}
#pod-cal ul li span {
	color: #3399ff !important;
}
#pods ul li a, #pods ul li a:visited {
	color: #39f;
}
#pods ul li a:hover {
	color: #39f; text-decoration: underline;
}
#pods .blue {
	color: #39f;
}
#CONTENT #main-content a,
#CONTENT #pods .main-content-pod a {
	color: #39f;
}

#CONTENT #extras {
	clear: both;
	margin: 0; padding: 0;
	background: url(/images/redesign/extrasback.png) top left repeat-x;
}
#extras .extra {
	float: left;
	display: inline;
	width: 145px;
	margin-left: 45px;
	padding-top: 0px;
}
.extra p {
	padding-left: 8px;
	font-size: 10px;
	line-height: 13px;
	color: #999;
}
#flash-content {
	position: absolute;
	top: 26px;
	z-index: 1;
}
* html #flash-content {
	left: 0px;
}
a.booknow {
	background: url(http://www.deervalley.com/images/booknow/dv_booknow_off.png) top left no-repeat;
	width: 117px;
	height: 33px;
	line-height: 1px;
	display: block;
	text-indent: -9999px;
}
a.booknow:hover {
	background: url(http://www.deervalley.com/images/booknow/dv_booknow_on.png) top left no-repeat;
}




/**************************************************************************************
                                        BEGIN SUMMER STYLES
**************************************************************************************

body {
	background: #8c9663 url(/images/redesign_summer/body_back.jpg) top center repeat-y;
}
#FRAME {
	background-image: none;
}
#footer {
	background-color: #8c9663;
}
#CONTENT #extras {
	background: url(/images/redesign_summer/extrasback.gif) top left repeat-x;
}
#pods {
	border-color: #f1f3e5;
	background: url(/images/redesign_summer/pod_back.gif) top left;
}
#pods ul li, #pods ul li a, #pods ul li a:visited {
	color: #A1A53F;
}
#pods ul li a:hover {
	color: #A1A53F; text-decoration: underline;
}

#FOOTER a, a:visited{
  color:#d4dead;
}

#FOOTER a:hover, a:visited:hover{
  color:#d4dead;
}
*/










