body {
	background: #3f3f3f;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

div { behavior: url('/images/iepngfix.htc') }

img {
	border: 0px;
}

#package {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: #E3DAC3;
	text-align: left;
}
#search {
position: absolute;
right: 10px;
top: 10px;
}

#search input {
background: none;
border: 1px solid #9A7E4A;
color: #D4A14A;
} 
#header {
	background: url('/images/header.png');
	height: 103px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}

#header h1 {
	display: none;
	margin: 0px;
	padding: 0px;
}

#filler {
	width: 25px;
	background: url('/images/navbg2.png');
	position: absolute;
	height: 300px;
	left: 165px;
	top: 7px;
z-index: 4;
}

#navigation {
    behavior: none;
    background: #4E0D25;
	width: 173px;
	margin: 0px;
	padding: 0px;
	padding-top: 50px;
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 2;
	height: 212px
}

#navigation ul {
	width: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	height: 197px;
	position: relative;
}

#navigation li {
	list-style: none;
}

#navigation li,#navigation li a {
	height:25px;
	width:160px;
	position:relative;
	display:block;
	overflow:hidden;
	line-height:25px;
text-decoration: none;
font-size: 1em;
}

#navigation li span {
	background: #ff0000;
        position:absolute;
	left:0;
        top:0;
	display:block;
	height:25px;
	width:160px;
        z-index: 99;
}

#navigation a:hover {
	color: #D4A14A;
	text-decoration: none;
}

li#home span {
	background: url('/images/nav-home.gif') no-repeat 0 0;
}

li#home a:hover span{
	background: url('/images/nav-home-on.gif') no-repeat 0 0;
}

li#home .selected span{
	background: url('/images/nav-home-on.gif') no-repeat 0 0;
}

li#rating span {
	background: url('/images/nav-rating.gif') no-repeat;
}

li#rating a:hover span{
	background: url('/images/nav-rating-on.gif') no-repeat 0 0;
}

li#rating .selected span{
	background: url('/images/nav-rating-on.gif') no-repeat 0 0;
}

li#reviews span {
	background: url('/images/nav-reviews.gif') no-repeat;
}

li#reviews a:hover span{
	background: url('/images/nav-reviews-on.gif') no-repeat 0 0;
}

li#reviews .selected span{
	background: url('/images/nav-reviews-on.gif') no-repeat 0 0;
}

li#top span {
	background: url('/images/nav-top10.gif') no-repeat;
}

li#top a:hover span {
	background: url('/images/nav-top10-on.gif') no-repeat;
}

li#top .selected span{
	background: url('/images/nav-top10-on.gif') no-repeat 0 0;
}

li#culinary span {
	background: url('/images/nac-destinations.gif') no-repeat;
}

li#culinary a:hover span {
	background: url('/images/nac-destinations-on.gif') no-repeat;
}

li#culinary .selected span{
	background: url('/images/nac-destinations-on.gif') no-repeat 0 0;
}

li#special span {
	background: url('/images/nav-special.gif') no-repeat;
}

li#special a:hover span {
	background: url('/images/nav-special-on.gif') no-repeat;
}

li#special .selected span{
	background: url('/images/nav-special-on.gif') no-repeat 0 0;
}

li#dining span {
	background: url('/images/nav-dining.gif') no-repeat;
}

li#dining a:hover span {
	background: url('/images/nav-dining-on.gif') no-repeat;
}

li#dining .selected span{
	background: url('/images/nav-dining-on.gif') no-repeat 0 0;
}

li#contactus span {
	background: url('/images/nav-contactus.gif') no-repeat;
}

li#contactus a:hover span {
	background: url('/images/nav-contactus-on.gif') no-repeat;
}

li#contactus .selected span{
	background: url('/images/nav-contactus-on.gif') no-repeat 0 0;
}

#navigation ul li a:hover{visibility:visible}/* needed for ie to work*/

#primary_photo {
	position: absolute;
	top: 70px;
	left: 174px;
}

#spacer {
	height: 307px;
	width: 1px;
}	

#bottom_half {
	background: url('/images/leftbg.gif') repeat-y left;
}

#left_side {
	background: #68233D;
	width: 175px;
	border-top: 1px solid #000000;
}

#content {
	float: right;
	text-align: left;
	width: 610px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #68233D;
}
html>body #content {
padding-right: 5px;
}

#content strong {
	font-style: italic;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #4F0D26;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 5px;
}

#content a {
	color: #000000;
	text-decoration: underline;
}

#content a:hover {
	color: #990033;
}

#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #68233D;
}

#content td {
	padding: 5px;
}

#content table strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #68233D;
}

#contact {
	margin-top:50px;
	border-top:1px solid #333333;
	padding:5px;
	border-bottom:1px solid #333333;
	padding:5px;
}

#contact p {
	margin: 0px;
	padding: 0px;
}

#contact a {
	font-style: italic;
}

#footer {
	clear: both;
	height: 15px;
	border-top: 7px solid #000000;
	background: #4F0D26;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #866D3F;
	letter-spacing: 1.5pt;
}

#hidden_footer {
	display: none;f
}

.fineprint {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	letter-spacing: 1.5pt;
}

#topten a {
	display: block;
	background: url('/images/btn-top10.gif');
	width: 174px;
	height: 185px;
	text-indent: -1000px;
}

#topten a:hover {
	background: url('/images/btn-top10-on.gif');
}

.subset {
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
}

.spacedsubset {
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
	margin-bottom: 20px;
}

.byline {
	font-style: italic;
}

select {
	font-size: 10px;
	color: #b59e71;
	background-color: #68233d;
}

.contentheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #4F0D26;
	text-decoration: underline;
}

a .contentheader  {
text-decoration: none;
}

.states {
	width: 575px;
	padding: 10px;
	margin-top: 10px;
	border: 1px dotted #333333;
}

.indent {
	margin-left: 20px;
	font-family: times;
	font-weight: bold;
	font-size: 14px;
}

.states ul {
	margin-left: 20px;
}

.states li {
	margin-left: 40px;
	font-size: 85%;
	/*margin-top: 2px;*/
	margin-top: -5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #333333;
	padding: 2px;
	list-style: square;
}

.states li a {
	font-style: italic;
}