/* general tag styles */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	background-color: #fff;
	padding: 0;
	margin: 12px 0 0 0;
	text-align: center;
	font-size: 70%;
}

p, td, li, form, label {
	font-size: 1em;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 130%;
	padding: 0 0 15px 0;
	color: #666666;
	font-weight: normal;
	border: 0;
	margin: 0;
}

p.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
}

div.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
}

h1, h2 {
	font-size: 1.7em;
	line-height: 100%;
	padding: 0 0 3px 0;
	borer: 0;
	margin: 0 0 15px 0;
	color: #444;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}

h2.hdr {
	background: url(/images/hdr-bg.jpg) right top no-repeat;
}

.crumb {
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
}

h2.hdr span {
	background: #fff;
	padding: 0 25px 0 0;
}

h2 span.back {
	float: right;
	font-size: 0.6em;
	margin: 0 0 30px 150px;
}

h3 {
	font-size: 1.3em;
	line-height: 100%;
	padding: 0;
	borer: 0;
	margin: 0 0 15px 0;
	color: #444;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h4 {
	font-size: 1.3em;
	line-height: 100%;
	padding: 0;
	borer: 0;
	margin: 0 0 2px 0;
	color: #444;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h5, h6 {
	font-size: 1em;
	padding: 10px 0 2px 0;
	border: 0;
	margin: 0;
}

select {
	font-size: 1em;
}

a {
	color: #71704B;
}

a:hover, a:visited, a:active {
	color: #71704B;
}

label {
	color: #000;
	vertical-align: top;
	font-size: 1em;
}

.em-note {
  font-style: italic;
}

sup {
	font-size: 1em;
	vertical-align: baseline;
	position: relative;
	bottom: 0.36em;
}

sub {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
}

ol {
	margin: 0 0 10px 30px;
}

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}

/* main containers */

#main-container {
	text-align: left;
	margin: 0 auto;
	width: 900px;
}

/* header */

#logo {
	float: left;
	margin: 14px 0 0 0;
	padding: 0;
}

#util {
	float: right;
	color: #999;
}

#util a {
	color: #999;
	font-size: 1em;
	text-decoration: none;
}

#util a:hover {
	color: #999;
	font-size: 1em;
	text-decoration: underline;
}

#util a.selected {
	font-weight: bold;
}



#tnav {
	float: right;
	margin: -25px 0 5px 0;
	padding: 0;
}

#tnav ul {
	list-style: none;
	margin: 0;
}

#tnav ul li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1px;
	background: none;
}

#tnav ul li.last {
	float: left;
	margin: 0;
}

#tnav a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1px;
}

/* content styles */

#content {
	padding: 30px 0 0 0;
}

#content-with-callouts {
	margin: 30px 0 0 0;
	background: url(/images/content-bg.jpg) left top repeat-y;
}

#content-with-callouts-bottom {
	margin: 30px 0 0 0;
	background: url(/images/content-botom.jpg) left bottom no-repeat;
}

.img-flush-left {
	float: left;
	margin: 0 20px 10px 0;
}

.img-flush-right {
	float: right;
	margin: 0 0 10px 20px;
}

.img-left-framed {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #ccc;
	padding: 1px;
}

.img-framed {
	margin: 0 10px 5px 0;
	border: 1px solid #ccc;
	padding: 1px;
}

.yellow-title {
	color: #D59707;
	font-size: 16px;
	font-weight: bold;
}

.home-main-feat {
	float: left;
	width: 410px;
}

.h-line {
	border-top: 1px solid #ccc;
	margin: 30px 0 30px 0;
	padding: 0;
	line-height: 1px;
}

.h-sep {
	border-top: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1px;
}

.links-list {
	list-style: none;
	margin: 0 0 15px 0;
}

.links-list li {
	background: url(/images/arrow.jpg) left top no-repeat;
	padding: 0 0 3px 10px;
}

.links-list li a {
	font-weight: bold;
	text-decoration: none;
}

.links-list li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.back-to-top {
	list-style: none;
	margin: 0 0 5px 0;
	font-size: 0.85em;
}

.back-to-top li {
	background: url(/images/arrow-up.jpg) left top no-repeat;
	padding: 0 0 3px 10px;
}

.back-to-top li a {
	font-weight: bold;
	text-decoration: none;
}

.back-to-top li a:hover {
	font-weight: bold;
	text-decoration: underline;
}


ul {
	list-style: none;
	margin: 0 0 15px 0;
}

ul li {
	background: url(/images/bullet.jpg) left top no-repeat;
	padding: 0 0 3px 10px;
}

.home-feat {
	background: url(/images/feat-bg.jpg) left top repeat-y;
}

.home-feat-top {
	background: url(/images/feat-top.jpg) left top no-repeat;
	height: 100%; /* IE fix */
}

.home-feat-bottom {
	background: url(/images/feat-bottom.jpg) left bottom no-repeat;
}

.feat-l {
	float: left;
	width: 278px;
	padding: 0 10px 0 0;
}

.feat-c {
	float: left;
	width: 270px;
	padding: 0 20px 0 20px;
}

.feat-r {
	float: left;
	width: 280px;
	padding: 0 0 0 20px;
}

.event {
	font-size: 13px;
	color: #666 !important;
}

.event a {
	font-size: 13px;
	color: #666 !important;
}

.event {
	padding: 0 0 5px 0;
}

#column-l {
	float: left;
	width: 680px;
	padding: 0 20px 0 0;
}

.photo {
	margin: 0 10px 0 0;
	float: left;
	width: 122px;
}

.pad3b {
	padding: 0 0 3px 0;
}

.pad5b {
	padding: 0 0 5px 0;
}

/* callouts */

#callouts {
	float: left;
	padding: 0 0 0 20px;
	width: 164px;
}

#callouts imgd {
	margin: 0 10px 5px 0;
	border: 1px solid #ccc;
	padding: 1px;
}

#callouts .h-line {
	border-top: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
}

.align-center {
	text-align: center;
}


/* footer */

#footer {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 30px 0;
}

#footer p {
	color: #999;
	font-size: 0.9em;
}

#footer span {
	float: right;
}

.restaurants{
	margin-bottom: 15px;
}

.restaurants td{
	padding-right: 30px;
}

.restaurants th{
	padding: 15px 0 5px 0;
	font-size: 1.2em;
	text-align: left;
}

.small {
	font-size: 1em;
}

.float-l {
	float: left;
	width: 200px;
	padding: 0 20px 0 0;
}

.table-list td {
	padding: 0 10px 0 0;
}