﻿body 
{
    font-family: Verdana, Arial, Book Antiqua, Helvetica;
    background-color: #a7aa8f;
    margin: 10px;
    font-size: 12px;
    background-image: url('../Images/bg_stripe.gif');
}

.outerBox
{
    width: 1000px;
    padding: 15px;
    background-image: url('../Images/bg_marble.jpg');
}

.mainBox
{
    width: 100%;
    background-color: #ffffff;
}

.menuItem a
{
    text-decoration: none;
    font-family: Helvetica;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}

.menuItem a:hover
{
    /*background-image: url('../Images/px_light_brown.gif');*/
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    color: #99ccff;
}

.menuFood
{
    font-family: Helvetica;
    font-size: 12px;
    
}

.systemText
{
    font-size: 0.75em;
    color: Gray;   
}

.messageBox
{
    padding: 20px;
    margin-bottom: 15px;
}

.navMenuBox
{
    background-color: #e0e0cb;
    width: 230px;
    text-align: center;
    background-image: url(  '../Images/bg_nav.gif' );
    background-repeat: repeat-x;
}

.navMenu
{
    font-weight: bold;
    text-decoration: none;
    color: #323c4f;
}

.navMenuItem
{
    padding: 5px;
    width: 100%-5px;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}

.navMenuItem:hover
{
    /*background-image: url('../Images/px_brown.gif');*/
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    color: #5c677a;
}

.contentBox
{
    background-color: #fffef1;
    width: 706px;
}

.splashContentBox
{
    background-color: #323c4f;
    color: White;
    padding: 10px;
}

.contactText
{
    color: White;
    background-image: url('../Images/contact_info_pic.gif');
    width: 264px;
    height: 140px;
    text-align: center;
    font-weight: bold;
}

.blockText
{
    /*text-align: justify;*/
    color: #323c4f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.headerBox, .headerBox a
{
    background-color: #2a3143;
    color: White;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}

.headerTitle
{
    font-family: Helvetica;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: lighter;
}

.headerSubTitle
{
    font-size: 24px;
}

.menuTitle
{
    font-family: Verdana, Arial, Book Antiqua, Helvetica;
    font-size: 16px;
    white-space: nowrap;
    padding-right: 20px;
    text-transform: uppercase;
}

.pageTitle
{
    font-family: Verdana, Arial, Book Antiqua, Helvetica;
    font-size: 16px;
    white-space: nowrap;
    padding-right: 20px;
}

.rightLine
{
    border-right: solid 1px silver;
}

.noWrap
{
    white-space: nowrap;
}

.eventBox
{
    border-bottom: solid 1px white;
}

.noLine
{
    text-decoration: none;
}

.modalBackground
{
  background-color:#CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
}

.handPointer
{
	cursor: hand;
	cursor: pointer;
}