* {
	margin: 0px auto;
}

body {
	font-family: Lucida Sans, Verdana, sans-serif;
	background: #5e5e5e url('../images/bggray.png');
	background-repeat: repeat-x;
	background-attachment:fixed;
}

.noborder {
	border: none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, serif;
	text-transform: uppercase;
	color: #000;
}

h1 {
	color: #000;
	font-family: Georgia, serif;
	text-transform: none;
}

h2 {
	color: #000;
}

h3 {

}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: bold;
	color: #000;
}

h5.sectionhead {
	background: #f90;
	color: white;
	padding: 5px 0 5px 5px;
	text-transform: uppercase;
/*	border: thin red solid;   */
	width: 100%;
}

h5.restaurantname {
	position: relative;
	float: left;
	clear: both;
	margin-top: 10px;
	width: 600px;
}

p {
	font-size: .9em;
}

p.address {
	position: relative;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: .75em;
	color: #666;
}

p.phone {
	position: relative;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000;
	left: 10px;
}

#addthis {
	position: relative;
	float: left;
	clear: both;
	margin-top: 5px;
	}

.addthis_default_style {
	font-size: .8em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
}

#nameaddress h4 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	margin-top: 15px;
	color: #999;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px #999 solid;
}

#nameaddress a {
	text-decoration: none;
}

#nameaddress a:hover {
	text-decoration: underline;
}

#tags {
	position: relative;
	float: left;
	font-family: Lucida Sans, sans-serif;
	font-size: .65em;
	color: #fff;
}

p.companyaddt {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: .85em;
	color: #666;
	margin-top: 15px;
}

p.general {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 1em;  
	color: #454545;
	margin-bottom: 15px;
	position: relative;
	float: left;
	line-height: 1.3em;
}

#search {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: .75em;
	color: #666;
	line-height: 1.3em;
}

.strong {
	font-weight: bold;
/*	position: relative;
	float: left;  */
	margin-right: 20px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
/*	font-size: 1.1em;  */
	text-transform: uppercase;
	color: #000;
}

.callout {
	position: relative;
	float: left;
	clear: both;
	margin-left: 10px;
/*	margin-bottom: 10px; */
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 1em;
	color: #454545;
	width: 500px;
}

.callout p{
	margin-bottom: 20px;
}

.callout img {
	width: 40px;
	border: none;
	position: relative;
	float: left;
}

.callout2 {
	position: relative;
	float: left;
	clear: both;
	padding: 10px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #454545;
	width: 500px;
	border: thin #eee solid;
	background: #fcfcfc;
	margin: 0 0 20px 0px;
}

.callout2 p{
	margin-bottom: 20px;
}

.callout2 img {
	width: 100px;
	position: relative;
	float: left;
}

.calloutmap {
	background:#F9F9F9 none repeat scroll 0 0;
	border-top:1px solid #eee;
	clear:both;
	color:#454545;
	float:left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size:0.9em;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	position:relative;
	width:500px;
}

.calloutmap p{
	float:left;
	line-height:1.2em;
	margin-bottom:8px;
	padding-right:20px;
	position:relative;
	width:335px;
}

.calloutmap img {
	width: 120px;
	position: relative;
	float: left;
	border: thin solid #ccc;
	padding: 2px;
}

#companydesc ul {
	position: relative;
	font-style: normal;
	font-size: .75em;
}

a {
	color: #900;
}

a:hover {
	color: #F00;
}

ul {
	font-size: .8em;
}

li {
	line-height: 1.1em;
	padding-bottom: .5em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 1.2em;
}

#shadow {
	position: relative;
	width: 842px;
	height: 100%;
	z-index: 0;
	background-image: url('../images/bgshadow.png');
	background-repeat: repeat-y;
}

#container {
	position: relative;
	width: 822px;
	background: #fff;
	z-index: 10;
	overflow: auto;
}

#containersplash {
	position: relative;
	width: 822px;
	background: #fff;
/*	padding-bottom: 1400px; */
	z-index: 10;
	
}

#banner {
	position: relative;
	float: left;
}

#banner img {
	border: none;
	width: 600px;
	height: 200px;
}

#header {
	position: relative;
	width: 822px;
	height: 200px;
	background: url('../images/header_.jpg');
}

#header_adinfo {
	position: relative;
	width: 822px;
	height: 200px;
	background: url('../images/header_adinfo.jpg');
}

#splash {
	position: relative;
	width: 822px;
	height: 573px;
	background: #393D2C url('../images/splash.jpg') no-repeat;
}

#maincontent {
	position: relative;
	float: right;
	margin-top: 1em;
	margin-right: 1em;
	width: 600px;
	height: auto;
	overflow: auto;
	top: -50px;
}

#sidebar {
	position: relative;
	float: left;
	width: 200;
	padding-left: 5px;
	margin-top: 1em;
	top: -50px;
}

#underbanner {
	position: relative;
	float: left;
	width: 590px;
/*	margin-top: 20px; */
	line-height: 1em;
/*	border-left: 8px #ddd solid;
	border-right: 8px #ddd solid; */
}

#underbanneremail {
	position: relative;
	float: left;
	width: 475px;
/*	margin-top: 20px; */
	padding-right: 10px;
	line-height: 1em;
/*	border-left: 8px #ddd solid;
	border-right: 8px #ddd solid; */
}

#underbanneremail h4 {
	border-bottom: 1px #000 solid;
	clear: left;
/*	margin-top: 40px; */
}

#underbanner img {
	clear:left;
	float:left;
	margin:0 20px 32px 0;
	padding:1px;
	position:relative;
}

#restaurant img {
	position: relative;
	float: left;
	border: none;
	top: -20px;
}

#underbanner img.right {
	position: relative;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	width: 170px;
	height: 344px;
	margin-top: -30px;
	border: none;
}

#underbanner h5 {
	position: relative;
	float: left;
	clear: right;

}

#underbanner h4 {
	border-bottom: 1px #000 solid;
	clear: left;
/*	margin-top: 40px; */
}


#restaurant h5 {
	position: relative;
	float: left;
	width: 100%;
}

#restaurant p {
	position: relative;
	float: left;
	margin-top: 10px;
	border: thin lime solid;
}

#companydesc {
	position: relative;
	float: left;
	width: 578px;
	margin-top: 20px;
	padding: 5px;
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 10px;
/*	border-left: 8px #ddd solid;
	border-right: 8px #ddd solid; */
}

#address {
	float: right;
	padding-right: 10px;
	position: relative;
	text-align: right;
	width: 270px;
}

#footer {
	position: relative;
	float: left;
	clear: auto;
	width: 792px;
	margin-top: 14px;
	padding: 15px 15px 15px 15px;
	background-image: url('../images/footerbg.png');
	background:  #000;
	background-repeat: repeat-x;
	color: white;
	font-family: Helvetica, sans-serif;
}

#footer a {
	color: #f90;
}

#footersplash {
	position: relative;
	float: left;
	clear: both;
	width: 792px;
/*	margin-top: 14px;   */
	padding: 15px 15px 20px 15px;
	background: url('images/footerbg.png'), #262626;
	background-repeat: repeat-x;
	color: white;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
}

#copyright {
	position: relative;
	float: left;
	clear: both;
	background: #333;
	font-family: Lucida Sans, Helvetica, sans-serif;
	font-size: .7em;
	padding: 10px;
	height: 40px;
	color: #ccc;
	width: 802px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

#getmore {
	position: absolute;
	top: 365px;
	left: 225px;
	border: 0px;
}

#learnmore {
	position: absolute;
	top: 377px;
	right: 240px;
	border: 0px;
}
#copyright a {
	color: #cff;
}

#footer h3{
	color: white;
	margin-top: 10px;
}

#footersplash h3{
	color: white;
	margin-top: 10px;
}

#footer img {
	position: relative;
	float: left;
	margin-right: 10px;
	border: none;
}

#footersplash img {
	position: relative;
	float: left;
	margin-right: 10px;
	border: none;
}

#eateryadsinfo {
	position: relative;
	float: left;
	width: 275px;
}

#twitter_update_list {
	position: relative;
	float: left;
	width: 300px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: .75em;
	margin-top: 10px;
}

#terms {
	position: relative;
	float: right;
	width: 275px;
	margin-top: 10px;
}

#badges {
	position: relative;
	float: left;
	margin-top: 8px;
	margin-right: 20px;
	width: 106px;
	
}

p.caption {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: .7em;
	color: #999;
	margin-bottom: 1em;
}

p.promo {
	font-family: Helvetica, sans-serif;
	text-transform: uppercase; 
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	margin-bottom: 1em;
	background: #900;
	padding: 22px;
	text-align: center;
}

p.category {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: .75em;
	/* font-style: italic;  */
	text-transform: uppercase;
	color: #666;
}

small {
	color: #999;
	font-weight: normal;
}

#nameaddress {
	position: relative;
	float: left;
	width: 320px;
}

#companydesc li {
	margin-bottom: .3em;
	list-style-image: url("../images/linkorange.gif");
}

#map {
	position: relative;
	width: 594px;
	float: left;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
	padding: 2px;
	border: thin solid #aaa;
	margin-top: 20px;
	background: #fff;
}

#map img {
	width: 590px;
	border: none;
}

#adpreview {
	position: relative;
	float: left;
	clear: both;
	margin-top: 30px;
	padding: 1px;
	/* margin-bottom: 170px; */
	border: 1px solid #ccc;
}

#adthumbnail {
	position: relative;
	width: 590px;
	float: left;
	padding: 1px;
	/* margin-bottom: 170px; */
}

#adthumbnail img {
	width: 280px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 5px;
	border: none;
}

#adpreview img {
	width: 590px;
	border: none;
}

#nav {
	position: relative;
	float: left;
	width: 822px;
	padding-top: .5em;
	padding-bottom: .5em;
	background-image:url('../images/navbar_bg.jpg');
/*	background: #0044bb;  */
/*	
Edit made 20100614 to fix extended nav bar scrolling problem: CTD
padding-left: 5px;
*/
}



#nav a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0em 0em 5px #ffffff;
	text-transform: uppercase;
}

#nav a:hover {
	color: #ff9900;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	text-shadow: 0em 0em 4px #ffffff;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
	padding-right: 20px;
}

#nav .nav {
	text-align: left;
	color: #ff0;
	font-family: Lucida Grande, Arial, sans-serif;
/*	text-transform: uppercase;  */
}

#nav-external {
	position: relative;
	float: right;
	width: 300px;
	top: -40px;
	text-align: right;
	z-index: 20;
}

#subnav {
	position: absolute;
	width: 600px;
	padding-top: .6em;
	padding-bottom: .1em;
	background: #fff;
	background-repeat: repeat-x;
	border: thin solid black;
/*	padding-left: 5px;  */
}

#subnav a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#subnav a:hover {
	color: #33f;
	text-decoration: underline;
}

#subnav ul {
	list-style-type: none;
	position: relative;
}

#subnav li {
	float: left;
	padding-right: 30px;
	border: thin red solid;
}

#subnav img {
	border: 0px;
	height: 20px;
}	

#subnav .nav {
	text-align: left;
	color: #009;
	font-family: Lucida Grande, Arial, sans-serif;
	font-weight: bold;
/*	text-transform: uppercase;  */
}

#copyright h6 {
	color: #fff;
	position: relative;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dotted #fff;
}

.arrowlistmenu a { /*CSS for UL Anchors of each sub menu*/
	text-decoration: none;
	color: #fff;
}

.arrowlistmenu a:hover { /*CSS for UL Anchors of each sub menu*/
	text-decoration: none;
	color: #f90;
}

#restauranttable {
	background: #dedede;
	width: 590px;
	margin: 10px 0 20px 0px;
	position: relative;
	float: left;
	clear: all;
}

#restauranttable a {
	color: #000000;
	text-decoration: none;
}

#restauranttable a:hover {
	color: #0000aa;
	text-decoration: none;
	
}

#restauranttable td.heading {
	background: #002000;  
	color: #ffffff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 1em;
	padding: .3em;
	text-transform: uppercase;
	border-bottom: 2px solid #ffffff;
}

#restauranttable td.heading_map {
	background: #002000;  
	color: #ffffff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: .88em;
	padding: .3em;
	text-transform: uppercase;
	border-bottom: 2px solid #ffffff;
}

#restauranttable td {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	/* padding-bottom: 2em; */
	text-transform: normal;
	border-right: thin dotted #ffffff;
	background: #dedede;
}

#restauranttable td.lastrow {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	padding-bottom: 2em;
	text-transform: normal;
	border-right: thin dotted #ffffff;
	background: #dedede;
}