html {
  background: #000;
  margin: 0;
  padding: 0;
}
body {
  background: url(/CandleBg.jpg) top left repeat-x transparent;
  color: #000;
  font-family: Arial, Verdana, Georgia;
  font-size: 12px;
  margin: 0;
  min-width: 980px;
}
.logo {
  height: 27px;
  width: 260px;
  position: absolute;
  top: 15px;
  left: 10px;
}
h1 {
  font-size: 1.75em;
  color: #412b1d;
  margin: 0 0 1em 0;
}
h2 {
  font-size: 1.25em;
  color: #852f3c;
  margin: 0 0 .5em 0;
}
h3 {
  font-size: 1.25em;
  color: #333333;
  margin: 0 0 .5em 0;
}
h4 {
  font-size: 1.75em;
  color: white;
  font-weight: bold;
  margin: 0 0 .5em 0;
  line-height: 1.5em;
}
h5 {
  font-size: 1.75em;
  color: #000000;
  margin: 0 0 .1em 0;
}
h6 {
  font-size: 1.25em;
  color: #000000;
  margin: 0 0 .5em 0;
}
p {
}
a:link {
  text-decoration: none;
  color: #000;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:active {
  text-decoration: none;
  color: #38705b;
}
a:hover {
  text-decoration: underline;
  color: #38705b;
}
a img {
  border: none;
}
.mainWrapper {
  margin: 0 auto;
  width: 980px;
  position: relative;
}
.contactus {
  height: 58px;
  width: 278px;
  position: absolute;
  top: 25px;
  right: 0;
}
.contactus img {
  border: 0;
}
.sectionTitle {
  margin-bottom: 10px;
  color: #412b1d;
  font-size: 1.8em;
}
/* ---------------------------------- */
/*               SEARCH               */
/* ---------------------------------- */
.search {
  background: url(/SearchBg.png) top left no-repeat transparent;
  height: 27px;
  width: 251px;
  position: absolute;
  top: 115px;
  right: 5px;
}
.search_Container, .Search_Container {
  float: right;
  height: 20px;
  width: 230px;
  margin-top: 4px;
  margin-right: 5px;
}
.search_Button, .Search_Button {
  float: right;
  margin: 3px 10px 0 0;
}
.search_TextBox, .Search_TextBox {
  border: 0;
  width: 180px;
}
.search a, .search a:link, .search a:hover, .search a:visited, .search a:active 
{
  color: #412b1d;
  text-decoration: none;
}
/* ---------------------------------- */
/*               HEADER               */
/* ---------------------------------- */
.headerContainer { 
  min-height: 50px;
  padding-top: 100px;
  width: 980px;
}
.headerText {
  border: 1px solid orange;
}
.headerContainer .links {
  position: absolute;
  top: 60px;
  left: 0;
}
.headerContainer .links a {
  color: White;
}
.headerContainer .links ul {
  list-style-type: none;
  padding: 0;
}
.headerContainer .links ul li {
  border-left: 1px dotted White;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
}
.headerContainer .links ul li:first-child {
  border: 0;
}
/* ---------------------------------- */
/*               RAD MENU             */
/* ---------------------------------- */
.menuContainer {
 background: url(/MenuBg.png) bottom left repeat-x transparent;  
  min-height: 50px;
  width: 980px;
}
.rmLink:hover span {
  cursor: pointer;
}
.rmFirst {
  display: none;
}
/* Rad Menu*/
.rmRootGroup > .rmItem > .rmLink {
  font-size: 12px;
  font-weight: bold;
  line-height: 50px;
  color: #ffe2a8;
  text-decoration: none;
  text-transform: uppercase;
}
.rmRootGroup > .rmItem > .rmLink:hover {
  color: White;
}
.rmMultiColumn {
  background-color: #241500;
  border: 1px solid #d9cbb5;
  opacity:0.67;
  filter:alpha(opacity=67);
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rmMultiColumn a, 
.rmMultiColumn a:active, 
.rmMultiColumn a:link, 
.rmMultiColumn a:visited {
  color: #ffe2a8;
  text-decoration: none;
}
.rmMultiColumn a:hover {
  color: White;
}
.rmGroup .rmItem .rmLink {
  line-height: 27px;
}
.rmVertical .rmText {
  padding-left: 15px !important;
}
/* SUBNAV */
.RadPanelBar {
  background: #000;
  width: 327px !important;
}
.rpRootGroup {
  border: 0 !important;
}
/* Fix for unwanted border */
.rpItem {
  line-height: 37px;
  width: 327px;
}
.rpLink {
  background: url(/SubNavItemBg.png) top left no-repeat transparent;
  color: #343f52;
  font-weight: bold;
  padding-left: 50px !important;
  text-transform: uppercase;
}
.rpLink:hover {
  text-decoration: none;
}
.rpLink:hover, .rpSelected {
  background: url(/SubNavItemBgSelected.png) top left no-repeat transparent;
  color: black;
}
/* Hover doesn't apply to first one*/
.rpFirst .rpLink, .rpFirst .rpLink:hover  {
  background: url(/SubNavTitleBg.png) top left no-repeat transparent;
  color: #6080db;
  font-size: 1.25em;
  line-height: 53px;
}
.rpGroup {
  background-color: #222;
}
.rpGroup .rpItem {
  background: none;
}
.rpGroup .rpFirst .rpLink, 
.rpGroup .rpLink {
  color: white;
  line-height: 30px !important;
}
/* ----------------------------------
SITE MAP
---------------------------------- */
.RadSiteMap {
  padding: 15px 25px !important;
}
.RadSiteMap > .rsmList > .rsmItem > .rsmLink 
{
  color: #204f76;
  font-weight: bold;
  border-bottom: 1px dotted #204f76;
}
.RadSiteMap a, 
.RadSiteMap a:active, 
.RadSiteMap a:link, 
.RadSiteMap a:hover,
.RadSiteMap a:visited {
  color: #204f76;
  text-decoration: none;
}
.RadSiteMap > .rsmList > .rsmItem {
  width: 200px !important;
}
.RadSiteMap > .rsmList > .rsmItem a {
  text-align: center;
}
.RadSiteMap > .rsmList > .rsmItem:first-child {
  width: 405px !important;
}
.RadSiteMap > .rsmList > .rsmItem:first-child .rsmItem {
  width: 200px !important;
  float: right;
}
/* ---------------------------------- */
/*               CONTENT              */
/* ---------------------------------- */
/* Width: 1045px */
.mainContent {
  background: url(/ContentTopBg.png) top left repeat-x White;
  min-height: 500px;
  padding: 20px;
  width: 940px;
}
.column1 {
  float: left;
  width: 327px;
}
.column2 {
  float: left;
  margin-left: 10px;
  width: 600px;
}
.breadCrumb {
  color: #acacad;
  font-size: 0.9em;
  line-height: 2em;
  width: 100%;
}
.breadCrumb a, 
.breadCrumb a:active,
.breadCrumb a:link, 
.breadCrumb a:hover, 
.breadCrumb a:visited {
  color: #acacad;
}
.breadCrumb a:hover {
  text-decoration: underline;
}
/* ---------------------------------- */
/*               FOOTER               */
/* ---------------------------------- */
.footerContainer {
  background:  #241500;
  margin: 0;
  padding: 0;
  width: 100%;
}
.footerContent {
  color: #d9cbb5;
  font-size: 0.9em;
  padding: 24px 0 0;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  width: 980px;
}
.footerContainer a, 
.footerContainer a:visited,
.footerContainer a:link {
  text-decoration: none;
  color: #d9cbb5;
}
.footerContainer a:hover {
  text-decoration: underline;
}
.footerContainer p {
  margin: 0.7em 0;
}
.loginContainer, .logoutContainer {
  width: 980px;
  line-height: 16px;
}
/* ---------------------------------- */
/*            ADVERTISEMENT           */
/* ---------------------------------- */
.banner1 {
  display: none;
}
/* Hide by default */
.banner1 {
  background-color: #241500;
  height: 310px;
  width: 980px;
}
.banner1 .bannerLogo {
  background: url(/HamaletLogo.png) top left no-repeat
    transparent;
  float: left;
  height: 279px;
  width: 332px;
}
.banner1 .msgContainer {
  float: right;
}
.banner2 .msgContainer {
  border-top: 3px double #d9cbb5;
  border-bottom: 3px double #d9cbb5;
  padding: 20px 0;
  overflow: hidden;
}
.banner2 .message ul {
  list-style-type: none;
  padding: 0;
}
.banner2 .message ul li {
  clear: none !important;
  float: left;
  margin-left: 20px;
  width: 297px;
}
.banner2 .message ul li:first-child {
  margin-left: 0px;
}
.banner2 .message ul li img {
  margin-bottom: 10px;
}
.homeBanner1 {
  background: url(/HomeBanner1.png) top left no-repeat transparent;
  height: 298px;
  width: 1044px;
  z-index: 5;
}
.homeBanner2 {
  background: url(/HomeBanner2.png) top left no-repeat transparent;
  height: 298px;
  width: 1044px;
  z-index: 5;
}
.homeBanner3 {
  background: url(/HomeBanner3.png) top left no-repeat transparent;
  height: 298px;
  width: 1044px;
  z-index: 5;
}
.homeBanner4 {
  background: url(/HomeBanner4.jpg) top left no-repeat transparent;
  height: 298px;
  width: 1044px;
  z-index: 5;
}
.homeBanner5 {
  background: url(/HomeBanner5.jpg) top left no-repeat transparent;
  height: 298px;
  width: 1044px;
  z-index: 5;
}
.homeBanner6 {
  background: url(/Homebanner6.png) top left no-repeat transparent;
  height: 298px;
  width: 1044px;
  z-index: 5;
}
.homeBanner7 {
  background: url(/honeycomb.png) top left no-repeat transparent;
  height: 298px;
  width: 1044px;
  z-index: 5;
}
.homeBannerContent {
  background: url(/HomeBannerOverlay.png) top left repeat-y transparent;
  height: 248px;
  width: 261px;
  margin-left: 25px;
  padding: 50px 25px 0;
}
.homeBannerContent p {
  color: white;
  line-height: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted white;
}
/* ---------------------------------- */
/*             ALL SECTION            */
/* ---------------------------------- */
.itemImage {
  text-align: center;
  margin: 0 auto 5px;
}
.itemTitle {
  font-size: 1.25em;
  color: #34715a;
}
.title {
  font-size: 1.25em;
  color: #34715a;
}
/* ---------------------------------- */
/*                GEO MAP             */
/* ---------------------------------- */
.geoMap_Canvas {
  height: 450px !important;
  width: 930px !important;
}
.geoMapSection_ItemTitle {
  font-size: 1.125em;
  font-weight: bold;
}
.geoMapSection_LocationList td {
  width: 33%;
}
/* ---------------------------------- */
/*              LUNCH MENU            */
/* ---------------------------------- */
.lunch-menu, .lunch-menu li, .lunch-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lunch-menu h2 {
  color: #333;
  font-size: 1.7em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ccc;
}
.lunch-menu h3 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.lunch-menu > li {
  width: 100%;
  margin-bottom: 2em;
}
.lunch-menu ul {
  overflow: hidden;
}
.lunch-menu ul li {
  width: 30%;
  height: 100px;
  margin: 0.5em 20px 0.5em 0;
  display: block;
  float: left;
}
.lunch-menu {
  margin: 0;
  padding: 0;
}
.lunch-menu ul li p {
  font-style: italic;
  margin: 0;
  line-height: 1.4em;
}
/*.menu_items {
list-style: none;
margin: 0;
padding: 0;
}
.menu_items li,
.menu_items ul  {
list-style: none;
padding: 0;
margin: 0;
}
.menu_items .category {
width: 100%;
clear: both;
overflow: hidden;
}
.menu_items .category_name {
width: 98%;
margin: 20px 0 0 0;
display: block;
font-size: 2em;
border-bottom: 1px solid #ccc;
}
.menu_items .category_desc {
font-style: italic;
color: #555;
}
.menu_items .category_items li {
width: 30%;
height: 110px;
margin: 20px 30px 0 0;
display: block;
float: left;
}
.menu_items .item_name {
font-size: 1.5em;
margin-bottom: 5px;
}
.menu_items .item_desc {
color: #333;
line-height: 1.4em;
}*/
/* ---------------------------------- */
/*            CHRISTMAS THEME         */
/* ---------------------------------- */
/* html { background: url(/BodyTopBgXmas.png) top left repeat-x #d9cbb5; }
body { background: url(/CandleBgXmas.png) top center no-repeat transparent; }
.logo { height: 66px; width: 304px; top: 5px; }  
.footerContainer { background: url(/BodyBtmBg.png) bottom left repeat-x #003b06; }
.banner1 .msgTop { 
background: url(/XmasRibbon.png) no-repeat top left;
width:  175px;
height: 170px;
position: absolute;
z-index: 99999;
}*/
/* ---------------------------------- */
/*             EASTER THEME           */
/* ---------------------------------- */
/*html { background: url(/BodyTopBgEaster.png) top left repeat-x #d9cbb5; }
body { background: none; }
.logo { height: 63px; width: 355px; top: 5px; }  
.footerContainer { background-image: none; background-color: #757756; } */