/***********************************************************
COLORS USED:
Purple 1: #E8EAEF
Purple 2: #CED2DD
Purple 3: #AAB1C1
Purple 4: #333366
Yellow/Orange: #CC9933
Red: #CC3300
/**********************************************************/
Body {font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;}
td {font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;}

h1
{
	font-size: 17px;
	color: #C30;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
h2
{
	font-size: 20px;
	color: #336;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}


.bodyMain
{
	background-image: url(../Images/Bgd/bgd5.gif);
	background-repeat:repeat-x;
	background-color: #AAB1C4;
	text-align: center;
	margin: 0px;
	font-family: Tahoma, Helvetica, Arial, sans-seriff;
	
	
}


.siteArea 
{
	width: 800px; 
	background-color: White; 
	border-left: solid 5px White; 
	border-right: solid 5px White; 
	border-bottom: solid 5px White;
}
.flashArea {width: 744px;}
.contentArea {width: 740px;}

.mainArea
{	
	background-color: #CED2DD;
	border-color: #CED2DD;
	border-width: 6px;
	border-style: solid;
	text-align: left;
}
.diningArea
{	
	background-image: url(../Images/Bgd/HighlightArea_bgd.gif);
	background-color: #ADB3C3;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	background-repeat: repeat-x;
	padding: 2px 4px 4px 4px;
}
.t1 
{
	background-color: #333366;
	color: White;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}
.t2 
{
	background-color: #CC9933;
	color: White;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}
.t3 
{
	background-color: #fff;
	color: White;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}
.bold {font-weight: bold;}
.w300 {width: 300px;}
.w450 {width: 450px;}
.w540 {width: 540px;}

a.link1
{
	font-size: 10px;
	color: Red;	
}
.f1
{
	font-size: 11px;
}
.c1
{
	color: #c30;
}
.p1
{
	padding: 3px 3px 3px 3px;
}
.box
{
	border: solid 1px #AAB1C1;
	
}

.titleManager {width: 200px;}

/*
CLASSES USED IN RICH TEXT EDITOR
***************************************************/
.MainBody
{
	color: #333333;
	font-size: 11px;
}
.Header
{
	color: #333366;
	font-size: 12px;
	font-weight: bold;
}

.QuoteHeader
{
	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
.QuoteBody
{
	font-family: Times New Roman;
	font-size: 14px;
	font-style: italic;
}
p
{
	margin-top: 0px;
	margin-bottom: 0px;
}
/*
NAVIGATION CLASSES
***************************************************/
#secondaryNav 
{
	font-size: 11px;
	font-weight: bold;
	color: Purple;
}
#secondaryNav a
{
	font-size: 11px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}
#secondaryNav a:hover
{
	color: #ccc;
	text-decoration: none;
}
#secondaryNav a:active
{
	color: #cc0000;
	text-decoration: none;
}
#secondaryNav a:selected
{
	color: #333366;
	text-decoration: none;
}
#nav {
	margin: 0;
	padding: 0;
	height: 23px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
        list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:23px; /* for IE5/Win only */
	background-position: 0 0px;
	}
	
#nav a:hover {background-position: 0 -23px;}
#nav a:active {background-position: 0 -46px;}
#nav a.selected {background-position: 0 -46px;}


#Masthead {width: 756px; background-color: White;}
#HighlightArea
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 6px 3px 6px 6px;
	width: 540px;
	
	background-color: White;	
}
#ContentSub
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px 3px 3px 3px;
	width: 540px;
	height: 95px;
	background-color: #E8EAEF;	
}
.specials
{
	border: solid 5px #E8EAEF;
}
#BreadCrumb
{
	background-color: #E8EAEF;
	padding: 3px 3px 3px 3px;
}
#leftMenu
{
	background-color: #E8EAEF;
	padding: 3px 5px 3px 5px;
	
}
#leftMenu a {color: Red; font-size: 11px;}
#leftMenu a:hover {color: Blue;}
#leftMenu a:active {color: Fuchsia;}
#leftMenu a.selected {color: Green;}
#leftMenu ul
{
	margin-left: 15px;
	margin-top: 0px;
}

#Left
{
	float:left;	
}
#Right
{float:right;}

/*
TAB CLASSES
***************************************************/
.Tab {
	color: Black;
	font-size: 11px;
	background-color: #ADB3C3;
}
a:hover.tab
{
	color: #fff;	
}
.Menu {
	color: Black;
	font-size: 11px;
	background-color: #E8EAEF;
	padding: 6px 6px 6px 6px;
}
a:hover.Menu
{
	color: Blue;	
}

code
{
 font-size: 10px;
 background-color: #efefef;
 color: Black;	
}
/*
GALLERY POP UP
*************************************************/
.buttonBar
{height: 1.5em;
	padding-bottom: 100px}

.shadow
{
    position: relative; 
    visibility: hidden;
}

.button
{
    float: left;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: Red;
    text-decoration: underline;
}

.infoArea
{height: 2em;}

.information
{
    visibility: hidden;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 3px;
    position: absolute;
    background-color: #fff;
    
}