BODY
{
	background: #FFFECA url(/images/marble_bkgrnd.jpg) repeat-y;
}

P, BODY, DIV, TD, OL, UL
{ 
	font-family: Times New Roman; 
	font-size: 12pt;
	color: #000000;
} 

A
{
        text-decoration: none;
        color: #009236;
}

A.traditional
{
        text-decoration: none;
        color: #009236;
}

A.traditional:hover
{
        text-decoration: none;
        color: #009236;
}

A.gourmet
{
        text-decoration: none;
        color: #E60501;
}

A:hover
{
        text-decoration: none;
        color: #E60501;
}



TD.navBackground
{
	background-image: url(/images/marble_bkgrnd.jpg);
	width: 182px;
	vertical-align: top;
}

TD.titleBackground
{
	background-color: #009236;
}

TD.subtitleBackground
{
	background-color: #E60501;
}


font.title
{ 
	font-family: Times New Roman; 
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
} 

INPUT,SELECT
{ 
	font-family: Times New Roman; 
	font-size: 8pt;
	color: #000000;
} 

TEXTAREA
{
	font-family: monospace;
	font-size: 10pt;
        font-family: Times New Roman;
	color: #000000;
} 


.error
{
	font-family: Arial,Helvetica; 
        font-weight: bold;
        font-size: 10pt;
        color: #FF0000;
}

table.menu
{
	width: 508px;
}


TD.menuHeader
{
	font-family: Arial,Helvetica;
	color: #FFFFFF;
        font-weight: bold;
        font-size: 10pt;
        background-color: #E60501;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
	border-spacing: 0px;
	padding:2px;
	height: 30px;
}

TD.menuHeaderEnd
{
	font-family: Arial,Helvetica;
	color: #FFFFFF;
        font-weight: bold;
        font-size: 10pt;
        background-color: #E60501;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
	border-spacing: 0px;
	padding: 2px;
}

TD.menuItems
{
	font-family: Arial,Helvetica;
	color: #000000;
        font-weight: bold;
        font-size: 10pt;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
	border-spacing: 0px;
	padding: 2px;
	text-align: center;
}

TD.menuItemsEnd
{
	font-family: Arial,Helvetica;
	color: #000000;
        font-weight: bold;
        font-size: 10pt;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
	border-spacing: 0px;
	padding: 2px;
	text-align: center;
}

TD.menuItemsSub
{
	font-family: Arial,Helvetica;
	color: #000000;
        font-weight: normal;
        font-size: 10pt;
        border-bottom: 1px solid #000000;
	border-spacing: 0px;
	padding: 2px;
	padding-left: 5px;
	text-align: left;
}


font.menuItem
{
	font-family: Arial,Helvetica;
	color: #000000;
    font-weight: bold;
    font-size: 10pt;
}

font.menuItem:hover
{
	cursor: pointer;
}

font.menuDescrip
{
	font-family: Arial,Helvetica;
	color: #000000;
        font-weight: normal;
        font-size: 8pt;
}

TR.colorRow
{
	background-color: #F5F4B5;
}

font.footer
{
	font-family: Arial,Helvetica;
	color: #000000;
        font-weight: normal;
        font-size: 7pt;
}

.locations
{
	font-family: Arial,Helvetica;
	color: #000000;
        font-weight: normal;
        font-size: 10pt;
}

hr
{
	color: #E60501;
	height: 2px;
}


.call {
	color: #009236;
	margin-left: -40px;
	font-family: Arial,Helvetica;
    font-weight: bold;
    font-size: 10pt;
	font-style: italic;
}

.telephone {
	color: #e60501;
	text-align: center;
	font-family: Arial,Helvetica;
    font-weight: bold;
    font-size: 12pt;
	font-style: italic;
}

a.click4Game:link, a.click4Game:visited{
	display: block;
	font-weight: bold; 
	font-size:12px; 
	color:#000000;  
	padding-left: 80px;
	text-decoration: none;
}
a.click4Game:hover{
 color:#E60501;
 text-decoration:underline;
}

#jobForm select { font-size: 10pt; width: 150px; }
#jobForm input { font-size: 10pt; }
#jobForm .error { font-weight: normal; }

#jobList { border-top: solid 1px #000; border-left: solid 1px #000; }
#jobList td { border-bottom: solid 1px #000; border-right: solid 1px #000; font-size: 10pt; }
#jobList tr#headings { background:#E60501; }
#jobList tr#headings td { color: fff; font-weight: bold; }
#jobList .icon { margin-left: 10px; border:none; }


.zoomIcon
{
	border: none;
	margin-left: 4px;
}

.zoomIcon:hover
{
	cursor: pointer;
}


.largeMenuDiv
{
  background-color: #FFFFFF;
  border: 4px solid #F5F4B5;
  clip: rect(auto, auto, auto, auto);
  display: none;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  height: 226px;
  width: 301px;
  top: 200px;
  left: 400px;
  z-index: 20;
}