/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
margin: 0; 
padding: 0; 
border: 0; 
}

h1 {
	margin: 1.4em 0 0.2em 0;
}

body {
	background-repeat: repeat-x;
	font-size: 100.01%;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	color: #666;

}
a:link { color: #069; }
a:visited { color: #069; }
a:hover { color: #69c; }

#wrapper {
	margin: 0 auto;
	width: 803px;
	text-align: left;
	position: relative;
	background: #fff url('../images/bg.gif') repeat-y 0 0;
}
#outercontent { margin-left: 1px; }

#topbanner {
	background: transparent url('../images/header.jpg') no-repeat 0 0;
	height: 122px;
	margin: 0 auto;
	width: 780px;
	text-align: right;
}

#topbanner .left {
	margin-left: 20px;
}

#topbanner .dish {
	float: right;
	margin-right: 18px;
	display: inline;
}

#content {
   margin-left: 230px;
	padding: 7px 0 10px 0;
	width: 510px;
}

#content h1 {
	color: #666;
}

#content h2 {
	font-size: 95%;
	margin: 22px 0 0 5px;
	color: #666;
}

#content p {
	font-size: 90%;
	padding: 5px 5px;
}

#content #family {
	float: right;
	border: 1px solid #4D562E;
	margin: 5px 10px 3px 5px;
}

#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}
/****** Ends the content layout ********/

/***** Nav layout ******/

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

address.contact {
	position: absolute;
	width: 180px;
	top: 130px;
	left: 23px;
}
.contact .phone {
	font-weight: bold;
	font-size: 1.3em;
}
/* positions the navigation column*/
#nav {
	position: absolute; 
	width: 180px;
	top: 200px;
	left: 23px;
}

#nav h3 {
	color: #888;
	font-size: 90%;
	padding-bottom: 5px;
	width: 179px;
	border-bottom: 1px solid #999;
}

#nav img {
	margin: 25px auto;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
}

div#nav ul li {
	border-bottom: 1px solid #C5AEA6;
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
	margin-bottom: -2px;
	list-style-type: none;
}

div#nav>ul li, #nav>h3 {
	border-bottom: 1px dotted #6D5D50;
	margin-bottom: 0;
}

#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #818585;
	padding: 4px 0 4px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	background-color: #69c;
	color: #069;
}

#footer {
	border-top: 1px solid #ddd;
	font-size: 70%;
	padding: 4px 23px 25px 0;
	margin: 30px 13px 0 13px;
}

#footer p.copy {
	float: right;
	text-align: right;
	color: #222;
}
#footer p.contact {
	margin-left: 10px;
	float: left;
	text-align: middle;
}

p.price {
	color: #222;
	width: 250px;
	float: right;
}
p img { float: left; margin: 0 10px 10px 0; }
p img.bear, p img.cabins { float: right; margin: 0 0 10px 10px; }

#content ul {
	list-style: inside;
	font-size: 90%;
}
.clearfloats { height: 1px; line-height: 1px; width: 100%; margin: 0; padding: 0; clear: both; }
