/*
  The 'Cascade' in Cascading Style Sheets mean elements inherit the styles of parent tags (eg td is a 'child' of the body tag), 
  but new style definitions will override or add to earlier ones. Also more specific definitions have precedence 
  over more generic styles, eg "td.style1 a:link" overrides "a:link" as it's more specific. 
  Closer styles have precedence over more distant ones, eg in <table class="style1"><tr><td class="style2"> 
  style2 has precedence, because it's closer, but the td element (and its 'children') may still inherit styles 
  from style1 not defined in style2.

  NOTE: To switch on IE6's CSS1Compat mode (Standards mode), 
  you must include a full !DOCTYPE in the document header complete with the URL to the Dtd. 
  See http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/compatmode.asp 
*/

body {
	font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
  color: #663300;
  margin: 0;
  padding: 0;
  font-siZe: 10pt;
}

p, table, div {
	font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
  color: #663300;
  font-siZe: 10pt;
}

/* *** Page Layout *** */ 

#pagewidth{ 
 width: 100%; 
 height: 100%;
 text-align: left;  
 margin-left: auto; 
 margin-right: auto;
 margin-top: 0;
 margin-bottom: 0;
 padding: 0;
} 
 
#main{
 background: transparent;  
 margin: 0 auto; 
 padding-top: 1.0em;
 padding-bottom: 1.0em;
 width: 870px;
 position: relative; 
}

#footer {
	margin:0 auto;
	width:960px;
	line-height:27px;
	overflow:hidden;
	position:relative;
  padding-top: 20px;
  text-align: center;
}
 
 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
/*STYLING THE FORMS AND INPUT */

.button {
  font-size: 11px;
  background-color: #D7E5F2;
  color: #663300;
  margin-left: 12px;
  margin-top: 3px;
  margin-bottom: 2px;
}

select,
select.pn-normal,
select.pn-text {
  background-color: #f3f3f3;
  color: #663300;
}

select:focus, 
select.pn-normal:focus {
	background: #f3f3f3;
	border-color: #53B021;
}

textarea,
textarea.pn-normal {
	background: #ffffff url(../images/input.png) repeat-x top;
  color: #663300;
	border: 0;
	padding: 3px;
  margin-top: 5px;
  margin-left: 5px;
	max-width: 700px;
	border: 1px solid #999999;
}

input {
	background: #FFFFFF url(../images/input.png) repeat-x top;
  color: #663300;
	border: 0;
	padding: 3px;
	max-width: 700px;
	border: 1px solid #999999;  
}

input,
input.pn-normal,
input.pn-text,
input.pn-button,
textarea,
textarea.pn-normal,
textarea.pn-text {
  margin-top: 5px;
  margin-left: 5px;
	padding: 1px 6px;
}

textarea.pn-normal { 
  width: 100%;
  margin-top: 5px;
  margin-left: 5px; 
}

* html textarea.pn-normal { padding: 1px 0px;} /* IE fix */

input.pn-button {
	border-collapse: collapse;
}

input.r-button {
	font-size: 10pt;
  color: #663300;
	background: none; 
}

input:hover,
input.pn-normal:hover, 
select:hover,
select.pn-normal:hover, 
textarea:hover {
	border-color: #cccccc;
}

input:focus, 
input.pn-normal:focus, 
textarea:focus {
	background: #ffffff url(../images/input.png) repeat-x top;
	border-color: #8DC741;
}

.pnRightBlock input:focus { 
  background-color: #FFF; 
}

/* Temporary fix for old modules in standards browsers */
table[border="1"],
table[border="2"], 
table[border="3"] { 
	border: 0px; 
	border-collapse: collapse;
	margin-bottom: 15px;
       }

table[border="1"] td, 
table[border="1"] th,
table[border="2"] td, 
table[border="2"] th, 
table[border="3"] td, 
table[border="3"] th { 
	text-align: left;
	border: 2px solid #4C5EA8; 
	margin: 0px;
	padding: 3px 0.5em;
       }
 
table[border="1"] th,
table[border="2"] th, 
table[border="3"] th {
	font-size: 11px;
	background-color: #EBF2FD; /* #ACB2D4; */
	text-align: center;
}

th { 
  font-size: 14px; 
}

#box_content {
	display:block;
	background:#fff;
	border:0 solid #fff;
	border-width:0 1px;
	overflow:hidden;
	height:100%;
	padding:0 10px;
}

/* STANDARD */
.pn-formbuttons {
  color: #663300;
}

.pn-formbuttons a:hover{
  color: #663300;
}
.pn-formbuttons a:active{
  color: #663300;
}

/* footer area */

#footer a, #footer a:visited {
  color: #663300;
  font:11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	clear: both;
}

#footer a:hover { color:#333; }
/* alignments */

.center {
	text-align: center;
}

/* Center blocks and admin messages */
div#CenterBlocks {
  font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
}

#CenterBlocks .pn-title {
  font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
  font-weight: bold;
  color: #663300;
}

#CenterBlocks td, 
#CenterBlocks div {
	margin-bottom: 15px;  
/*	font: normal 11px/120% 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;  */
}

.pn-normal,
td.pn-normal {
  font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
	text-align: left;
  color: #663300;
	background: none; 
	text-decoration: none; 
}

a img, img { border: 0px; }

/* Anchor styles */
a:link, a:visited {
  color: #663300;
	text-decoration: underline;
}

a:hover, 
a:active {
  color: #663300;
	text-decoration: underline;
}

a.pn-normal:link,
a.pn-normal:visited {
  color: #663300;
	text-decoration: underline;
	background: none; 
}

a.pn-normal:hover {
  color: #663300;
	text-decoration: underline;
	background: none; 
}

a.pn-normal:active {
  color: #663300;
	text-decoration: underline;
	background: none; 
}

/* Titles */
.pn-title {
	font-size: 18pt;
	font-weight: bold;
	font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
  color: #663300;
	text-align: center;
	text-decoration: none;
	background: none; 
}

h1 {
	font-weight: bold;
	font-size: 16pt;
	font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
  color: #663300;
}

h2 {
	font-weight: bold;
	font-size: 14pt;
	font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
  color: #663300;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
  color: #663300;
}

h4 { 
	font-size: 10pt;
	font-weight: bold;
	color: #8DC741; 
}

#pn-maincontent .pn-statusmsg {
  background-color: #f3f3f3;
}

/* General*/
.clear  { clear: both; }
.nobreak   { white-space: nowrap; }
.pnleft {
	vertical-align: middle; 
	float: left;
/*	clear: left; */
	text-align: left;
}
.pnright {
	float: right;
/*	clear: right; */
	text-align: right;
}

.pntable1,
.pn-datatable,
.container,
.opentable, 
.opentable1 {
	border: 1px solid #CCCCCC;
	background: #F3F3F3;
	margin: 0px;
}

.extmenuadmin a:active, .extmenuadmin a:link, .extmenuadmin a:visited, .extmenuadmin a:hover  {
 text-transform: capitalize;
 background: #cccccc;
 border: 1px solid #F8981D;
 font-size: 14px;
 margin-left: 10px;
 color: #663300;
}

.pntable2,
.opentable2 {
	background: #E6E6E6; 
	border: 2px solid #739FC4;
	margin-left: auto; margin-right: auto;
}

/* Table styles based on style from the css table gallery 
   STYLESHEET: CLEAR BLUE, AUTHOR: ROBERT HARTL */

table.pn-datatable {
	width:100%;
	line-height:1.2em;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
	margin-bottom:1em;
  padding: 5px;
}

table.pn-datatable caption {
	padding-bottom:1em;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: capitalize;
  color: #663300;
	background: transparent;
}
  
table.pn-datatable thead th, table.pn-datatable tfoot th, table.pn-datatable tfoot td {
	border-right: 1px solid #ffffff;
	padding-left:5px;
	text-transform: capitalize;
  color: #663300;
	background: #a0a0a0;
}
  
table.pn-datatable tfoot th, table.pn-datatable tfoot td {
	border-top: 2pt double #009;
}

table.pn-datatable td, table.pn-datatable th {
  color: #663300;
  background: #f3f3f3;   
  padding: 5px;
  text-transform: capitalize;
  border-right: 1px dashed #999999;
}

table.pn-datatable tbody tr th, table.pn-datatable tbody tr td {
	border-bottom: 1px dotted #467aa7;
}


table.pn-datatable tbody td a, table.pn-datatable tbody th a {
  color: #663300;
  background: transparent;
	text-decoration: none;
	border:none;
}

table.pn-datatable tbody td a:hover, table.pn-datatable tbody th a:hover {
	background: transparent;
}

table.pn-datatable .odd {
	background: #e3e3f4;
}

table.pn-datatable tbody tr:hover {
  color: #663300;
	background: #f3f3f3;
}

table.pn-datatable tbody tr th:hover {
	background:#cccccc;
  padding: 5px;
}

/* Other Stuff */

#pn-maincontent p {
  font-size: 12px;
  font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
}

#pn-maincontent {
  list-style-type: none;
  text-decoration: none;
  font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
}

#pn-maincontent ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  text-decoration: none;
  font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
}

div#pn-maincontent a#news_notes_collapse {
  padding-bottom:0em;
}

/* Pagesetter styles */

div.menu-category-header {
  float: left;
  width: 100%;
  border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(66,98,8);
}

div.menu-category-header1 {
  float: left;
  width: 80%;
  font-weight: bold;
  font-size: 125%;
  color: rgb(66,98,8);
}

div.menu-category-header2 {
  float: right;
  width: 30%;
  font-weight: bold;
  font-size: 110%;
  color: rgb(66,98,8);
  text-align: right;
}

div.menu-category-header3 {
  float: right;
  width: 45%;
  font-weight: bold;
  font-size: 110%;
  color: rgb(66,98,8);
  text-align: right;
}

div.menu-item {
  float:left;
  width: 455px;
  font-weight: bold;
  font-size: 105%;
  font-style: italic;
}

div.menu-price {
  float: left;
  width: 115px;
  font-weight: bold;
  font-size: 105%;
  font-style: italic;
  text-align: right;
}

div.menu-desc {
  font-style: italic;
  font-weight: normal;
  font-size: 90%;
  width: 455px;
}

.header {
	font-weight: bold;
	font-size: 18px;
	font-family: Times, 'Times New Roman', serif;
  color: #663300;
	text-decoration: none;
	letter-spacing: 2pt;
	background: none; 
	margin-top: 0em;
  border-bottom: 2px solid #663300;
  width: 790px;

}

/* Liquid Rounded Corners */

.top-left {
  margin-right: 35px; /* clip right corner */
  background-image: url('../images/1280x70.gif');
  height: 35px; /* vertical: show first half of the image with the top-corners in it */
  font-size: 2px; /* correct height for IE */
}

.top-right {
  margin-top: -35px; /* to level of top-left corner */
  margin-left: 35px; /* clip left corner */
  background-image: url('../images/1280x70.gif'); 
  background-position: 100% 0; /* show bg-image starting at the right */
  height: 35px; 
  font-size: 2px;
}

.bottom-left {
  margin-right: 35px; /* clip right corner */
  background-image: url('../images/1280x70.gif');
  background-position: 0 -35px; /* show under half of the image */
  height: 35px;
  font-size: 2px;
}

.bottom-right {
  margin-top: -35px; /* to level of bottom-left corner */
  margin-left: 35px; /* clip left corner */
  background-image: url('../images/1280x70.gif'); 
  background-position: 100% -35px; /* under half, right side */
  height: 35px; 
  font-size: 2px; 
}

.inside {
  background: rgb(255,238,153);
  color: #663300;
  padding-left: 10px;
  padding-right: 10px;
}

.notopgap, .notopgap H1 {
  margin-top: 0;
}

.nobottomgap {
  margin-bottom: 0;
}

.content {
  margin-top: 0;
  border: 0px solid #663300;
  background: rgb(255,238,153);
  color: #663300;
  margin-right: 50px;
}

/* navigation top */

.navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  background-color: #426208;
  color: #fff;
  float: left;
  width: 700px;
  font-weight: bold;
  font-family: 'Trebuchet MS',Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 1pt;
}

.navcontainer ul li { display: inline; }

.navcontainer ul li a {
  padding: 3px 3px;
  background-color: #426208;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  float: left;
  border-right: 1px solid #fff;
  text-decoration: none;
}

.navcontainer ul li a:visited {
  background-color: #426208;
  color: #fff;
  text-decoration: none;
  float: left;
}

.navcontainer ul li a:active {
  background-color: #426208;
  color: #fff;
  text-decoration: none;
  float: left;
}

.navcontainer ul li a:hover {
  background: #CC3333;
  color: #fff;
  float: left;
  text-decoration: none;
}


/* Pages module */

.pages_page_body {
  display: table-cell;
}

.pages_page_body img {
  margin-left: 5px;
  margin-right: 5px;
}

#front-page-intro {
  height:100%;
  display:table-cell;
  margin-left: 20px;
  padding-right: 0px;
  padding-top: 15px;
  font-style: italic;
  font-size: 115%;
}

#frontslideshow {
  float: right;
  padding: 19px 25px 19px 24px;
  background-image: url(../images/picture_frame_background.jpg);
  background-repeat: no-repeat;
  width: 235px;
  height: 157px;
  display: table-cell;
  vertical-align: top;
}

div#menucategories {
  float: left;
  width: 200px;
}

div#menuitems {
  float: left;
  width: 575px;
}

div#menuitems h2 {
  color: rgb(66,98,8);
}

a.menulink:link, a.menulink:active, a.menulink:visited {
  text-decoration: none;
  font-weight: bold;
  color: rgb(66,98,8);
}

a.menulink:hover {
  text-decoration: none;
  font-weight: bold;
  color: rgb(205,0,0);
}

#menuboard {
  background-image: url(../images/menuboard.jpg);
  background-repeat: no-repeat;
  width: 120px;
  height: 220px;
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 40px;
  padding-left: 25px;
}

#menuboard P {
  color: rgb(250,250,250);
  font-style: italic;
  font-size: 12px;
}

#left-column {
  float: left;
  width: 170px;
  padding-top: 25px;
}

#left-column P {
  color: rgb(250,250,250);
}

#left-column-master {
  float: left;
  width: 0px;
  padding-top: 25px;
}

#main-page-content {
  float: left;
  width: 300px;
  display: table-cell;
}