/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#fff;
    /*background MUST be the same as the body tag's background in XHTML*/
    height:100%;
  }
  
  body{
    background:#fff;
    padding:0;
    margin:0;
    font:small/150% Arial, Helvetica, sans-serif;
    text-align:center;
  }

  h1{
    font-size:150%;
    margin:8px 0 0 25px;
    padding:0;
    text-indent:-5000px;
    height:26px;
  }
	
  h2{
    font-weight:bold;
    font-size:105%;
    line-height:125%;
    color:#046225;
    margin:10px 0 5px 0;
    padding:0;
  }
  
  h3{
    font-size:100%;
    margin:5px 0 5px 0;
    padding:0 0 0 0;
    color:#C76625;
    float:left;
    width:100%;
  }
  
  h4{
    font-size:100%;
    margin:0;
    padding:0;
    color:#444;
  }
  
  h5{
    font-size:100%;
    font-weight:normal;
    color:#76736D;
    margin:0 0 0 13px;
    padding:0;
  }
  
  p{
    font-size:90%;
    line-height:160%;
    margin:0 0 10px 0;
    padding:0;
  }
  
  acronym,
  abbr{
    cursor:help;
  }
	
  a{
    color:#BA5C01;
    text-decoration:underline;
    outline:none;
  }	
	
  a:hover{
    color:#E8AF11;
  }
    
  a.linkButton{
    font-size:.85em;
    width: 14em;
    margin:0 0 0 8px;
    padding:1px 7px;
    text-decoration: underline;
    display:block;
    border:1px solid #666;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    background:#fff url(images/bgButton.gif) repeat-x left bottom;
    text-align:center;
    text-decoration:none;
    color:#000066;
  }
    
  a.linkButton:hover{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
    text-decoration:none;
    color:#990000;
    cursor:pointer;
  }
  
  address{
    font-size:95%;
    font-style:normal;
    color:#000;
  }
  
  img.imageInset{
  	float:left;
    display:inline;
    margin:8px;
  }
  
  img.photoInset{
    float:left;
    display:inline;
    margin:0 25px 12px 6px;
    border:2px solid #BA5C01;
    background:#fff;
    padding:2px;
  }
  
  img.photoInset.altPic{
    float:right;
    clear:right;
    margin:0 6px 12px 25px;
  }
  
  /**----Blockquote Styles------------------------------------------------------*/
  
    blockquote{
      margin:10px 20px;
      padding:0;
      border:1px dotted #ccc;
    }
    
    blockquote p{
      margin:15px 25px 0 25px;
      font-style:italic;
    }
    
    blockquote div.citationSource{
      margin:0 0 15px 30px;
      padding-left:10px;
      background:url(images/bgNavBullet.gif) no-repeat 0 6px;
      font-weight:bold;
      color:#969696;
    }
  
  /**/
  
  /**----Unordered List Styles--------------------------------------------------*/

    ul{
      margin:0 0 15px 15px;
      padding:0;
      font-size:90%;
      list-style:none;
    }
    
    ul li{
      margin:0 0 5px 0;
      padding:0 0 0 12px;
      line-height:150%;
      background:url(images/bgNavBullet.gif) no-repeat 0 5px;
    }
    
    ul li ul{
      margin:5px 0 5px 30px;
      font-size:1em;
    }
    
  
  /**/
	
  /**---Definition List Styles--------------------------------------------------*/
		
    dl{
      margin:0;
      padding:0;
      font-size:90%;
    }
		
    dl dt{
      font-size:1em;
      float:left;
      display:inline;
      margin:0 3px 0 0;
      padding:0;
      font-weight:bold;
      line-height:150%;
    }
		
    dl dd{
      margin:0 0 3px 0;
      padding:0;
      line-height:150%;
    }
    
  /**/

  /**---Table Styles------------------------------------------------------------*/	
		
    table{
      background-color:#ffffff;
      border:1px solid #5E749E;
      border-right:0;
      margin:15px 0 18px 10px;
      width:97%;
      color:#4565A2;
      clear:both;
      border-collapse: collapse; 
    }
		
    table tbody tr th,
    table tbody tr td{
      text-align:left;
      vertical-align:top;
      padding:5px 3px 5px 5px;
      border-right:1px solid #5E749E;
      font-size:95%;
    }
		
    table thead tr th{
      background:#C0CAD5;
      color:#13273F;
      border-right:1px solid #5E749E;
      padding:5px 3px 5px 5px;
    }
			
    table th label{
      display:block;
    }
		
    /*table tbody tr.even td,
    table tbody tr.even th{
      background-color:#EAEFF4;
    }*/
		
    table td input,
    table td select,
    table td textarea{
      font-size: 1em;
    }
    
    table tfoot th,
    table tfoot td{
      border:none;
      border-top:1px solid #5E749E;
      border-right:1px solid #5E749E;
      color:#660000;
      font-weight:bold;
      padding:5px;
    }

  /**/

  /**---Form Styles-------------------------------------------------------------*/
		
    form{
      margin:0;
      padding:0;
      width:100%;
    }
		
    input, 
    select, 
    textarea{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height:1em;
      color:#4565A2;
      padding:1px;
      border:1px solid #aeaeae;
    }
    
    input.checkbox,
    input.radioButton{
      border:0;
      padding:0;
    }
	
    select,
    textarea{
      border:1px solid #aeaeae;
      padding:0;
    }
		
    input:focus, 
    textarea:focus, 
    select:focus{
      color:#0E2E56;
      background:#F2F7FF;
      border:1px solid #144D94;
    }
    
    input.submitButton,
    form fieldset.over dl dd input.submitButton{
      font-size:.85em;
      width: 14em;
      margin:0 0 0 8px;
      padding:3px 7px 4px 7px;
      text-decoration: underline;
      display:block;
      border:1px solid #666;
      border-left:1px solid #ccc;
      border-top:1px solid #ccc;
      background:#fff url(images/bgButton.gif) repeat-x left bottom;
      text-align:center;
      text-decoration:none;
      color:#000066;
    }
    
    input.submitButton.over,
    form fieldset.over dl dd input.submitButton.over{
      border-right:1px solid #000;
      border-bottom:1px solid #000;
      background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
      text-decoration:none;
      color:#990000;
      cursor:pointer;
    }
    
    input.submitButton.actionButton,
    form fieldset.over dl dd input.actionButton{
      background:#FFFDD7 url(images/bgAddToCart.gif) repeat-x left bottom;
      border-color:#FFC96F #AC5A00 #AC5A00 #FFC96F;
      color:#8F2C04;
    }
    
    input.submitButton.actionButton.over,
    form fieldset.over dl dd input.actionButton.over{
      background:#fffff9 url(images/bgAddToCartOver.gif) repeat-x left bottom;
      color:#650000;
    }

    form fieldset{
      float:left;
      display:inline;
      clear:both;
      width:94%;
      border:1px solid #ccc;
      padding:0 0 15px 0;
      margin:20px 0 20px 4%;
    }
    
    form fieldset p{
      padding:0;
      margin:20px 0 0 20px;
      width:92%;
      float:left;
      display:inline;
      clear:both;
    }
    
    form fieldset.over{
      border:1px solid #8ba6c7;
    }
    
    form fieldset legend{
      margin:0;
      font-size:1.1em;
      color:#999;
      font-weight:bold;
    }
    
    form fieldset.over legend{
      color:#325d94;
    }
    
    form fieldset dl{
      margin:10px 0 0 0;
    }
    
    form fieldset dl dt{
      margin:0 5px 6px 0;
      padding:0;
      float:left;
      display:inline;
      clear:left;
      width:25%;
      font-weight:normal;
      text-align:right;
    }
    
    form fieldset dl dt label{
      display:block;
      text-align:right;
    }
    
    form fieldset.over dl dt label,
    form fieldset.over dl dd label{
      color:#305078;
    }
    
    form fieldset.over dl dt label:hover,
    form fieldset.over dl dd label:hover{
      color:#2066c7;
    }
    
    
    form fieldset.over dl dd input,
    form fieldset.over dl dd select,
    form fieldset.over dl dd textarea{
      border-color:#8ba6c7;
      background:#f9fafb;
    }
    
    form fieldset.over dl dd input:focus,
    form fieldset.over dl dd select:focus,
    form fieldset.over dl dd textarea:focus{
      border-color:#144D94;
      background:#F2F7FF;
    }
    
    form fieldset dl dd{
      margin:0 3px 6px 0;
      padding:0;
      float:left;
      display:inline;
      width:50%;
      text-align:left;
    }
    
    form fieldset dl dd label{
      float:left;
      display:inline;
      padding-bottom:4px;
    }
    
    form div.formSubmits{
      float:left;
      display:inline;
      clear:both;
      width:100%;
    }
    
  /**/

/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
	
  .parentWrap{
    width:758px;
    margin:0 auto;
    padding:0;
    text-align:left;
    color:#000;
    position:relative;
  }
  
  .parentWrap.popupWrap{
    width:450px;
  }

  /* Hides from IE-mac \*/
  * html .parentWrap {height: 1%;}
  /* End hide from IE-mac */
  
  .contentWrap{
    float:left;
    display:inline;
    clear:both;
    width:100%;
    margin:10px 0 0 3px;
    padding-bottom:20px;
    position:relative;
  }
	
  .contentSection{
    float:left;
    display:inline;
    clear:both;
    width:705px;
    margin:0 25px 10px 25px;
    padding:15px 0 0 0;
    border-top:1px solid #BA8800;
  }


/**/	

/*----Header Section------------------------------------------------------------*/
	
  .bannerHeader {
    width:758px;
    margin:20px auto 0 auto;
    padding:0 0 14px 0;
    text-align:center;
    background:url(images/bgNav.gif) no-repeat bottom left;
  }
  
  .bannerHeader:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }

  /* Hides from IE-mac \*/
  * html .bannerHeader {height: 1%;}
  /* End hide from IE-mac */
  
/**/

/*----Nav Section---------------------------------------------------------------*/

  a.aSkipNav{
    position: absolute;
    left: -1000em; 
    width: 20em;
  }
  
  /**----Main Nav Section-------------------------------------------------------*/
    
    .nav{
      margin:15px 0 0 0;
      padding:0;
      list-style-type:none;
      text-align:center;
      width:758px;
    }
    
    .nav li{
      margin:0;
      padding:0;
      display:inline;
      text-align:center;
      background:none;
    }
    
    .nav li.navHome{
    }
    
    .nav li.navHome a{
      border-left:1px solid #BA5C01;
    }
    
    .nav li a{
      text-decoration:none;
      padding:1px 8px;
      margin:0;
      color:#B2691C;
      font-size:100%;
      text-transform:uppercase;
      font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
      border-right:1px solid #BA5C01;
    }    
    
    .nav li a:hover,
    .nav li#activePage a{
      color:#BA5C01;
      text-decoration:underline;
    }
    
    .nav li.navHome a:hover,
    .nav li.navHome#activePage a{
      text-decoration:underline;
    }
    
    
  /**/
  
  /**----Sub Nav Section--------------------------------------------------------*/
    
    .subNav{
      margin:5px 0 0 -15px;
      padding:0;
      list-style-type:none;
      text-align:center;
      width:758px;
    }
    
    .subNav li{ 
      margin:0;
      padding:0;
      display:inline;
      background:none;
    }
   
    .subNav li a{
      text-decoration:none;
      padding:0 8px;
      margin:0;
      color:#666;
      font-size:100%;
      font-family:Arial, Helvetica, sans-serif;
      border:1px solid #fff;
      border-left:0;
      border-right:1px dotted #ccc;
    }    
    
    .subNav li a:hover,
    .subNav li#activePage a{
      color:#BA5C01;
      text-decoration:underline;
    }
    
  /**/

/**/

/*----Footer Styles-------------------------------------------------------------*/

  .footer{
    text-align:center;
    width:100%;
    font-size:95%;
    color:#777;
    margin:10px 0 25px 0;
    padding-top:20px;
    clear:both;
    background:url(images/bgNav.gif) no-repeat top left;
  }
  
  .footer ul{
    clear:both;
    list-style:none;
    margin:10px 0 2px 0;
  }
  
  .footer ul li{
    display:inline;
    text-align:center;
    background:none;
    border-right:1px solid #666;
    padding:0 7px 0 5px;
    color:#777;
  }
  
  .footer ul li span#streetAddress{
     margin-right:6px;
  }
  
  .footer a{
    color:#333;
  }
  
  .footer a:hover{
    color:#000;
  }
  
  .footer p{
    margin:0;
    padding:0 0 15px 0;
    position:relative;
    left:10px;
  }
  
  .footer p#copyright{
    padding:15px 0 0 0;
  }
  
/**/


/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

/*----Home Page-----------------------------------------------------------------*/
  
  .contentWrap#homeWrap h1{
    background:url(images/picHome.jpg) no-repeat 45px 0;
    margin:10px 0 0 0;
    padding:290px 0 0 0;
    text-indent:0;
    text-align:center;
    font-size:120%;
    color:#000;
    width:100%;
  }
  
  .contentWrap#homeWrap .contentSection#introText{
    margin:2px 0 0 0;
    padding:0;
    color:#000;
    border:0;
  }
  
  .contentWrap#homeWrap address{
    text-align:center;
  }

/**/

/*----About Us Page-------------------------------------------------------------*/

  h1#hAboutUs{
    background:url(images/bgH1About.gif) no-repeat 0 0;
  }
  
  ul#relatedInfo{
    position:relative;
    left:35px;
  }
  
  .contentSection#operatingHoursSection div{
    width:35%;
    float:left;
    display:inline;
    margin:0 0 0 20px;
  }

/**/

/*----Contact Us Page-----------------------------------------------------------*/

  h1#hContactUs{
    background:url(images/bgH1Contact.gif) no-repeat 0 0;
  }

  .parentWrap.contactUsWrap{
		background:url(images/bgContactUs.jpg) no-repeat right top;
	}
  
  dl.contactInfoList{
    margin:10px 0 15px 0;
    padding-bottom:10px;
  }
  
  .contentSection#operatingHours{
    background:url(images/bgOperatingHours.gif) repeat-x 0 0;
    padding-left:10px;
  }
  
  h1#hdContactUs{
    background:url(images/bgContactUs.gif) no-repeat 0 0;
    height:20px;
  }
  
  a.mapLink{
    float:left;
    display:inline;
    margin:10px 20px 10px 0;
  }
  
  a.mapLink img{
    float:left;
    display:inline;
    border:2px solid #F2BF34;
    background:#fff;
    padding:2px;
  }
  
  a.mapLink:hover img{
    border-color:#ff9900;
  }
  

/**/

/*----Events Page---------------------------------------------------------------*/
  
  h1#hEvents{
    background:url(images/bgH1Events.gif) no-repeat 0 0;
  }


/**/

/*----Find Us Page--------------------------------------------------------------*/

  h1#hFindUs{
    background:url(images/bgH1FindUs.gif) no-repeat 0 0;
  }

/**/

/*----Locations Page------------------------------------------------------------*/

  h1#hLocations{
    background:url(images/bgH1Locations.gif) no-repeat 0 0;
  }
  
  dl.locationsList dt{
    float:none;
  }
  
  dl.locationsList dd{
    margin:0 0 1px 0;
  }
  
  dl.locationsList dd.webAddress{
    margin:0 0 15px 0;
  }

/**/

/*----Menu Page-----------------------------------------------------------------*/

  .parentWrap.menuWrap{
		background:url(images/bgMenu.jpg) no-repeat 460px 390px;
	}
  
  .parentWrap.menuWrap h2{
    float:left;
    display:inline;
    width:70%;
  }
  
  .contentSection.menuSection{
    padding-top:0;
  }

  h1#hMenu{
    background:url(images/bgH1Menu.gif) no-repeat 0 0;
  }
  
  ul.menuCategories{
    float:left;
    display:inline;
    text-align:left;
    list-style:none;
    margin:0 25px 20px 0;
    padding:0;
    width:360px;
    border:1px solid #BA8800;
    border-top:0;
    background:#fff url(images/bgMenuSub.jpg) no-repeat right top;
  }
  
  ul.menuCategories li{
    float:left;
    display:inline;
    text-align:left;
    border-right:1px solid #BA8800;
    width:212px;
    margin:0;
    padding:0;
    background:none;
  }
  
  ul.menuCategories li a{
    padding:2px 5px 2px 20px;
    display:block;
    margin:0;
    text-decoration:none;
    background:#FFEFB9 url(images/bgNavBullet2.gif) no-repeat 8px 8px;
    color:#7F5D00;
  }
  
  ul.menuCategories li a:hover{
    background:#046225 url(images/bgNavBullet2.gif) no-repeat 8px -38px;
    color:#fff;
  }
  
  dl.menuList .option{
    border-top:0;
    padding-top:0;
    margin-top:0;
    color:#ccc;
  }

/**/

/*----Menu Pages - Brunch/Lunch/Dinner-------------------------------------------*/

  a.returnLink{
    float:right;
    display:inline;
    margin:4px 15px 0 0;
    padding:0 0 0 12px;
    font-size:85%;
    background: url(images/bgUpArrow.gif) no-repeat 0 8px;
  }
  
  p.menuNote{
    float:left;
    display:inline;
    margin-bottom:0;
    clear:left;
    width:50%;
  }
  
  p.drinkSpecials{
    margin-top:15px;
  }


  ul.subNav.menuNav{
    width:100%;
  }

  h1#hBreakfastMenu{
    background:url(images/bgH1Brunch.gif) no-repeat 0 0;
  }  
  
  h1#hDinnerMenu{
    background:url(images/bgH1DinnerMenu.gif) no-repeat 0 0;
  }
  
  h1#hDrinksMenu{
    background:url(images/bgH1SpecialtyDrinks.gif) no-repeat 0 0;
  }  

  dl.menuList{
    float:left;
    display:inline;
    width:100%;
  }
  
  dl.menuList dt,
  dl.menuList dd{
    display:block;
    clear:left;
    margin:0;
    padding:0;
    width:100%;
  }
  
  dl.menuList dt.masterTerm{
    width:100%;
    font-size:105%;
    color:#ffcc66;
  }
  
  dl.menuList dt.masterTerm span{
    font-weight:normal;
    font-size:95%;
  }
  
  dl.menuList dd{
    float:none;
    display:block;
    width:93%;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    border-bottom:1px dotted #62615A;
  }
  
  dl.menuList dd.price{
    float:right;
    text-align:left;
    clear:right;
    width:7%;
    margin:0;
    padding:0;
    border:0;
  }
  
  h2.hdRoundup em{
    font-size:90%;
    font-weight:normal;
    font-style:italic;
  }
  
  table.menuTable{
    background:#fff;
    border:0;
    width:98%;
    margin:0;
    padding:0;
  }  
  
  table.menuTable.withImage{
    width:65%;
    clear:left;
  }
  
  table.menuTable thead th{
    border:0;
    background:#fff;
    color:#fff;
    font-size:30%;
    line-height:100%;
    margin:0;
    padding:0;
  }
  
  table.menuTable thead th.menuItem{
    width:25%;
  }
  
  table.menuTable tbody th,
  table.menuTable tbody td{
    border-top:1px solid #eee;
    border-right:0;
    color:#000;
  }
   
  table.menuTable tbody td.price{
    font-weight:bold;
    text-align:right;
  }
  
  ul.menuItemList{
    list-style:none;
    text-align:center;
    margin:2px 0 0 0;
  }
  
  ul.menuItemList li{
    float:left;
    display:inline;
    border-right:1px solid #ccc;
    font-style:italic;
    padding:2px 5px;
    margin:0;
    background:none;
  }
  
  table.menuTable tbody th ul.menuItemList{
    margin:0;
    font-size:100%;
  }
  
  table.menuTable tbody th ul.menuItemList li{
    padding:0 5px 0 0;
    margin:0 5px 0 0;
    font-style:normal;
  }
  
  #wrightwoodPic01{
    margin-top:50px;
  }
  
  #wrightwoodPic02{
    margin-top:20px;
  }
  
  #wrightwoodPic03{
    margin-top:290px;
  }
  
  #porkPic01{
    margin-top:70px;
  }
  
  #troutPic01{
    margin-top:150px;
  }
  
  #troutPic02{
    margin-top:70px;
  }
  
  #troutPic03{
    margin-top:300px;
  }
  


/**/

/*----Reviews Page--------------------------------------------------------------*/

  h1#hReviews{
    background:url(images/bgH1Reviews.gif) no-repeat 0 0;
  }

  .contentSection.reviewSection{
    position:relative;
  }

  .contentSection.reviewSection img{
   position:absolute;
   top:30px;
   left:10px;
  }
  
  .contentSection.reviewSection p,
  .contentSection.reviewSection h2,
  .contentSection.reviewSection h3{
    float:right;
    display:inline;
    margin-left:220px;
    width:440px;
  }
  
/**/

 h1#hReservations{
    background:url(images/bgH1Reservations.gif) no-repeat 0 0;
  }
