html {
	margin-bottom: 1px;
	min-height: 100%;
	overflow-y: scroll;
	font: 12px Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #990000 url(../images/bckgd.jpg) no-repeat center top;
	min-width: 1040px;
}
:focus {
	outline: none;
}
h2 {
	font: italic 24px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
.rc {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ds {
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}
#container {
	width: 1040px;
	margin: 0px auto;
	height:100%;
	background: url(../images/body_shad.png) repeat-y;
}
#content {
	padding: 0px 20px;
	overflow: hidden;
}
#header {
	background: url(../images/header_bckgd.jpg) repeat-x;
	margin: 0px;
	padding: 5px;
	height: 105px;
}
#header #logo {
	float: left;
	padding: 10px;
}
#header #sponsor {
	padding: 5px;
	float: right;
}
#header #sponsor a img {
	border: 1px solid #FC0;
}
#header .header_bugs {
	float: right;
	width: 300px;
	background: #930000;
	border: 1px solid #681212;
	clear: right;
	margin-top: 1px;
}
#header .header_bugs img {
	float: left;
	padding-right: 2px;
}
#header .header_bugs:hover {
	background: #640405;
}
#header .header_bugs a {
	text-decoration: none;
	color: #FFF;
}
#header .header_bugs h3   {
	margin: 0px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FF0;
	padding-top: 4px;
}
#header .header_bugs p   {
	margin: 0px;
	padding: 0px 10px;
	font: 12px/12px Arial, Helvetica, sans-serif;
}
#headlines {
	clear: both;
	float: left;
	background: #000;
	color: #FDDE25;
	margin: 10px;
	position: relative;
	width: 980px;
	font: 11px Verdana, Geneva, sans-serif;
}
#news {
	width: 133px;
	clear: both;
	float: left;
	padding: 5px;
	border-right: 1px solid #FC0;
	font-weight: bold;
}
#news_titles {
	background: #000000;
	float: left;
	padding-left: 10px;
	overflow: hidden;
}
#news_titles a {
	color: #FDDE25;
	text-decoration: none;
	padding: 5px;
}
#topnav {
	padding: 0px;
	background: url(../images/navbar.jpg) repeat-x;
	height: 30px;
	border-top: 1px solid #FCE21C;
	border-bottom: 1px solid #FCE21C;
	color: #F6E01E;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 5000;
}
#topnav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#topnav li {
	display: block;
	height: 30px;
	border-right: 1px solid #F5DB1E;
	margin: 0px;
	float: left;
	padding: 0px;
}
#topnav li a {
	color: #F8E023;
	text-decoration: none;
	display: block;
	padding: 7px 8px 6px;
	font-size: 14px;
}
#topnav li a:hover {
	color: #990000;
}
.navsearch {
	float: right;
	height: 24px;
	padding-top: 7px;
	margin-right: 10px;
}
#home_navsearch {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.submit   {
	background: #FFE128;
	border: 0;
	font-weight: bold;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
.navsearch  #navsearch_field {
	border: 1px solid #FEE020;
	margin: 0px;
	padding: 0px;
}
input#navsearch_field {
	color: #999;
}
input#navsearch_field:focus {
	color: #000;
}

#maincontent {
	padding: 0 10px;
	margin: 0px;
	float: left;
	clear: both;
	position: relative;
	z-index: 1;
	width: 980px;
	min-height: 700px;
}
#mapwrap {
	background: #850A0A;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 10px;
	width: 960px;
}
#mapwrap #map {
	width: 365px;
	overflow: hidden;
	float: left;
}
#mapwrap #bug_boxes {
	position: relative;
	width: 215px;
	float: left;
	margin-left: 5px;
}
#mapwrap #ad_scroller {
	float: left;
	width: 360px;
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: 15px;
}
.tbox   {
	float: left;
	width: 205px;
	padding: 10px 5px;
}
.tbox:hover {
	background: #640405;
}
.tbox img  {
	float: left;
	padding-right: 2px;
}
.tbox a {
	text-decoration: none;
	color: #FFF;
}
.tbox h3   {
	margin: 0px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FF0;
}
.tbox p   {
	margin: 0px;
	padding: 0px 10px;
	font: 10px Arial, Helvetica, sans-serif;
}
#searchmap {
	float: left;
}
#searchmap  #basemap {
	position: absolute;
	z-index: 50;
	float: left;
	height: 200px;
	width: 275px;
	visibility: visible;
	margin-left: 60px;
}
#searchmap .county {
	position: absolute;
	z-index: 51;
	visibility: hidden;
	clear: both;
	float: left;
	height: 200px;
	width: 275px;
	margin-left: 60px;
}
#searchwrap {
	float: left;
	z-index: 200;
	padding-top: 180px;
}
#searchwrap form {
	float: left;
}
#searchwrap #info {
	position: absolute;
	z-index: 151;
	float: left;
	margin-top: -175px;
	margin-left: 10px;
	text-align: center;
	height: 50px;
	width: 50px;
	font-size: 12px;
}
#searchwrap #info a {
	color: #FF0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#searchwrap #info a span {
	display: none;
	text-decoration: none;
	color: #000;
	text-align: left;
}
#searchwrap #info a:hover {
/** fix for IE6 popup bug.  nice one Microsoft! */
	overflow: hidden;
	text-decoration: none;
}

#searchwrap #info a:hover span {
	display: inline;
	border: 1px solid black;
	position: absolute;
	background-color: white;
	padding: 5px;
	margin-left: 5px;
	overflow: hidden;
	width: 250px;
	font-size: 12px;
}
#searchwrap #coupons {
	position: absolute;
	float: left;
	margin-top: -90px;
	margin-left: 10px;
	text-align: center;
	height: 50px;
	width: 50px;
	font-size: 12px;
}
#searchwrap #coupons a {
	color: #FF0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* position and dimensions of the navigator */
.navi {
	width:200px;
	height:15px;
	float: right;
	text-align: center;
}
/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}
/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	position:relative;
	overflow:hidden;
	width: 360px;
	height:240px;
	float: right;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .thumbs {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single item */
.scrollable a {
	float:left;
	width:360px;
	height:240px;
	cursor:pointer;
}
/* active item */
.scrollable .active {
	z-index:1100;
	position:absolute;
}


.results {
	color: #930000;
	float: left;
	margin: 5px 0px 15px;
	font: 700 14px Arial, Helvetica, sans-serif;
}
.white_content {
	background: #FFFFFF;
	padding: 10px;
	margin: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	clear: both;
	position: relative;
	overflow: hidden;
	min-height: 800px;
}
#floating_boxWrapper { /* required to avoid jumping */
	position: absolute;
	clear: both;
	float: left;
	margin-left: 765px;
}
#floating_box {
	color: #930000;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 3px 25px;
	width: 190px;
	top: 0px;
	position: absolute;
}
#floating_box.fixed {
	position: fixed;
	top: 0;
}
.searchagain {
	margin: 0px;
	padding: 5px;
	border: 1px solid #999;
	background: #FFF;
	font-weight: 700;
}
.searchagain_ads {
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #999;
	background: #FFF;
}
.copyright {
	text-align: center;
	width: 1020px;
	padding: 10px;
	display: block;
	position: relative;
	margin: 0 auto;
	background: url(../images/body_shad.png) repeat-y;
}
.copyright a {
	color: #FFFF00;
	text-decoration: none;
}
.content_title {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.form_text {
	border: 1px solid #990000;
	width: 350px;
}
.rest_listings {
	width: 730px;
	position: relative;
}
.rest_listings .hl{
	background: #000;
	height: 22px;
	color: #F9E421;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	font-size: 14px;
}
.listing_image {
	margin-right: 10px;
	width: 175px;
	float: left;
	margin-bottom: 5px;
	text-align: center;
}
.listing_content {
	float: left;
	width: 390px;
}
.listing_name {
	font-size: 20px;
	font-weight: bold;
	clear: both;
}
.listing_address {
	margin-top: 10px;
	clear: both;
	display: block;
}
.listing_links {
	color: #990000;
	font-weight: bold;
	margin-top: 10px;
	clear: both;
	display: block;
	margin-bottom: 10px;
}
.listing_links a {
	text-decoration: none;
	color: #990000;
}
.ot_link {
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
}
.ot_link a {
	text-decoration: none;
	color: #990000;
}
.listing_description {
	margin-top: 10px;
	clear: both;
	display: block;
}
.listing_description a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
#giftcards {
	background: url(../images/giftcards.png) no-repeat center top;
	height: 120px;
	width: 120px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.dollarsigns {
	color: #990000;
}
.zagat {
	margin-top: 10px;
	clear: both;
}
.rssfeed, .rest_listings {
	background: #FFF url(../images/feed_bckgd.jpg) repeat-x;
	font-size: 12px;
	border: 1px solid #FFF;
	margin-bottom: 15px;
	padding: 10px;
	overflow: hidden;
	float: left;
}
.rssfeed {
	width: 625px;
}
.rssfeed:last-child, .rest_listings:last-child {
	margin: 0px;
}
.rssfeed:hover, .rest_listings:hover {
	background: #F3F3F3 url(none);
}
.rssfeed a, .rest_listings a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.rssfeed a.hl, .rest_listings a.hl {
	border-bottom: 3px solid #930000;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-size: 14px;
}
.rssfeed a:hover, .rest_listings a:hover {
	color: #060;
	border-color: #060;
}
#rss_title {
	background: url(../images/rssfeeds/feedicon.png) no-repeat left top;
	padding-left: 26px;
	height: 24px;
	font-size: 18px;
	padding-top: 2px;
	margin-bottom: 8px;
	width: 576px;
}
#partners {
	float: right;
	width: 140px;
}
.helv12red {
	color: #F00;
}

/*  drop down autosuggest style */
#result {
	height:20px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

#suggest {
	position: relative;
}
.suggestionsBox {
	position: absolute;
	top:20px;
	width: 210px;
	color: #FFF;
	z-index:8000;
	left: 55px;
	background: #000;
	border: 1px solid #FFF;
}
#suggestionsList  {
	padding: 0px;
	margin: 0px;
}
#suggestionsList a {
	float: left;
	width: 200px;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	cursor: pointer;
}
#suggestionsList a:hover {
	background-color: #FC3;
	color:#000;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0;
	margin:0;
}

.load{
	background-image:url(/Cake/app/webroot/images/loader.gif);
	background-position:right;
	background-repeat:no-repeat;
}

/* Slide In Panel Stuff */

.panel {
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	background: #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: auto;
	padding: 10px;
	filter: alpha(opacity=85);
	opacity: .85;
	float: left;
	margin-left: 50px;
	width: 500px;
	z-index: 9000;
}
.panel .pic {
}
.panel h1 {
	color:#FFF;
}
.panel p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #FFF;
}

.panel a, .panel a:visited{
	margin: 0;
	padding: 0;
	color: #9FC54E;
	text-decoration: none;
	border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

a.trigger{
	position: absolute;
	text-decoration: none;
	top: 100px;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 30px 0px 0px 5px;
	font-weight: 700;
	background:#2D3389 url(../images/plus.png) no-repeat 12px 5px;
	display: block;
	left: -5px;
}

a.trigger:hover{
	margin-left: 5px;
}

a.active.trigger {
	background:#2D3389 url(../images/minus.png) no-repeat 12px 5px;
}

