body {
    background-color: #a1aca2;
    text-align: center;
}

.PromotionPane
{
    color: #fff;
    background: #d0a85f url(images/promobackground.jpg) bottom left no-repeat;
}

.ContentTable TD 
{
    border: solid 1px #fff;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}

td.BorderLess, .BorderLess table td
{
    border: none;
}

.ContentPane
{
    padding: 10px;
    padding-top: 20px;
    background-color: #fff;
}

TD.Footer
{
    font-size: 9px;
    font-weight: bold;
    color: #666869;
}
.HoursPane
{
    color: #fff;
    padding-right: 25px;
    width: 465px;
    background: #748a73 url(images/hoursbackground.jpg) bottom left no-repeat;
}
.HoursTable TD
{
    color: #fff;
    border: none;
    font-size: 11px;
    font-weight: bold;
    
}

.MainMenu_MenuContainer
{
	width: 100%;
	background-color: #fff;
}
.MainMenu_MenuContainer td
{
	width: auto;
}
.MainMenu_MenuBreak
{
    background-color: #a1aca2;
}

.MainMenu_RootMenuItem TD
{
	color: #666869;
	background-color: #fff;
	padding-right: 3px;
	height: 20px;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	padding-left: 0px;
}

.MainMenu_RootMenuItem_Hover TD, .MainMenu_RootMenuItem_Active TD
{
	color: #fff;
	background-color: #666869;
	padding-right: 3px;
	height: 20px;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	padding-left: 0px;
}


.HeaderMenu td
{
	padding: 6px;
	font-size: 10px;
}

.HeaderMenu a, .HeaderMenu a:link, .HeaderMenu a:visited, .HeaderMenu a:active
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.HeaderMenu a:hover
{
	color: #666869;
    text-decoration: underline;
}

.Footer a, .Footer a:link, .Footer a:visited, .Footer a:active
{
    font-size: 9px;
    font-weight: bold;
    color: #666869;
    text-decoration: none;
}
.Footer a:hover
{
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}
.MainMenu_SubMenu
{
	margin-top: 1px;
	opacity: 0.85;
	-moz-opacity: 0.85; /* older Gecko-based browsers */
	filter:alpha(opacity=85); /* For IE6&7 */
	background-color: white;
	padding: 10px 1px 10px 1px;
}


.MainMenu_MenuItem
{
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}

.MainMenu_MenuItemSel
{
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	background-color: #ddd;
	font-weight: bold;
	font-size: 11px;
	color: #333;
}

.MainMenu_MenuIcon
{
	display: none;
}

.MainMenu_MenuArrow
{
	display: none;
}

TD.ImagePane
{
	border: none;
}

.Breadcrumb
{
	color: #666869;
	font-size: 9px;
	font-weight: bold;
}



