body{
	background-color: White;
	/*background-image: url(images/repeater.jpg);*/
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	margin: 0;
	padding: 0;
}
p{
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B22222;
	text-decoration: none;
}
a:hover{
}
.lines{
	background-image: url(images/repeater.jpg);
	
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #003366;
	height: auto; /*100%*/
}
.banner{
	background-image: url(images/banner.jpg);
	height: 123px;
	width: 925px;
	background-repeat: no-repeat;
}


.topBar{
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 924px;
}
.bottomBar{
	vertical-align: top;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	height: 15px;
	width: 924px;
	color: White;
	margin: 0 0 10em 0;
}
.livearea{
	background-color: White;
	width: 924px;
	border-top-width: 5px;	
	border-bottom-width: 5px;
}
.menuArea{
	vertical-align: top;
	background-color: #336699;
}
.barArea1{
	width: 70%;
	height: 25px;
	float: left;
	text-align: left;
	vertical-align: left;
	margin-top: 8px;
	margin-left: 5px;
	color: White; 
}
.barArea2{
	width: 25%;
	height: 25px;
	float: right;
	text-align: right;
	vertical-align: left;
	margin-top: 8px;
	margin-right: 5px;
	color: White;
}
.dynamicArea2{
	width: 54px; 
	background-color: #DDEBF9;
}
.dynamicArea1{
	width: 11px;
	background-image: url(images/repeater2.jpg);
	background-repeat: repeat;
}
.ContentPane{
	text-align: left;
	vertical-align: top;
	background-color: white;
}
.SkinObject {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
A.SkinObject:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
   text-decoration: none;
   color: white;
}
A.SkinObject:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
   text-decoration: none;
   color: white;
}
A.SkinObject:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
   text-decoration: none;
   color: #ff1222;
}
.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

/* Vertical Menu */
#HouseMenuNav{
	align: left;
	width: 100%;
}
#HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    border: 3px;
    margin: 0;
    list-style: none;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
}

#HouseMenuNav li
{
    /* all list items */ /* -- Border around each menu item -- */
	 /* added for opera browser to remove bullets on lists */
    list-style: none;
}

#HouseMenuNav li a:link, #HouseMenuNav li a
{
	/* main colour of the menu */
	margin-top: 3px;
	padding: 0;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-top: 1px solid #6699cc;
	border-bottom: 1px solid #6699cc;
	border-left: 12px solid #6699cc;
    	border-right: 1px solid #6699cc;
	background-color: #336699;
	color: #FFF;
	text-decoration: none; /* added for opera */
	font-size: 11px;
}

#HouseMenuNav li li a:link, #HouseMenuNav li li a
{
	/* main colour of the menu */
	margin-top: 3px;
	margin-left: 12px;
	padding: 0;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 12px solid #cccccc;
    	border-right: 1px solid #cccccc;
	background-color: #336699;
	color: #FFF;
	text-decoration: none; /* added for opera */
	font-size: 9px;
}

#HouseMenuNav li a:hover
{
   	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	border-left: 12px solid #ffcc00;
    	border-right: 1px solid #ffcc00;
    background-color: #6699cc;
    color: #003366;
}
#HouseMenuNav li li a:hover
{
   	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	border-left: 12px solid #ffcc00;
    	border-right: 1px solid #ffcc00;
    background-color: #cccccc;
    color: #003366;
}

#caznetMenu{
	width: 100%;
	align: left;
	color: white;
}
#caznetMenu li{
	margin: 0;
	background-color: #003366;
	color: white;
	border-bottom: 2px solid #006699; /* added for opera browser to remove bullets on lists */
    	border-top: 2px solid #6699cc;
	list-style: none;
}
#caznetMenu li a{
	background-color: #336699;
	color: white;
}
#caznetMenu li a:hover{
	background-color: #yellow;
	color: yellow;
}
#printerF{
    border:Black;
    border-style:solid;
    border-bottom-width:thick;
    border-top:none;
    border-left:none;
    border-right:none;
}
.ContentPane p{
   vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
.ContentPane .Head{
   vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
}
strong{
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
li{
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
.ContentPane .caznetTable{
	font-size: 11px;
	width: 100%;
	border: Black;
	border-width: thin;
	padding: 4px;
}
.ContentPane .pullquote{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	width: 150px;
	font-size: 15px;
	text-align: left;
	
	padding-left: 10px;
	display: block;
	border:  1px solid;
	border-top: none;
	border-right: none;
	border-bottom: none;
}
.ContentPane .pullquote240{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	width: 240px;
	font-size: 15px;
	text-align: left;
	
	padding-left: 10px;
	display: block;
	border:  1px solid;
	border-top: none;
	border-right: none;
	border-bottom: none;
}

.ContentPane .testimonial{
	font-size: 12px;
	text-align: left;
	color: #666666;
	padding-left: 5px;
	display: block;
	border:  1px solid;
	border-top: none;
	border-right: none;
	border-bottom: none;
}
.ContentPane .caption{
	text-align: right;
	width: 155px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 9px;
}
.ContentPane .caption325{
	text-align: right;
	width: 300px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 9px;
}
.ContentPane .captionleft{
	text-align: left;
	width: 100%;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 9px;
}
.ContentPane .captionHeading{
	text-align: left;
	width: 155px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 11px;
}
.ContentPane .adbox{
	float: right;
	margin-bottom: 2px;
	margin-left: 4px;
	width: 250px;
	font-size: 11px;
	text-align: left;
	padding: 9px;
	display: block;
	border: 1px solid;
	border-bottom: none;
	border-right: none;	
	border-top: none;
	background-color: #F0F8FF;
}
.ContentPane .adbox strong{
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
}
.ContentPane .adbox a:link{
	font-size: ;
	
}
.ContentPane .adbox a:hover{
	font-size: 11px;
	color: #DFA824;
	text-decoration: underline;
}
.ContentPane .pullquoteLeft{
	float: left;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-right: 4px;
	width: 150px;
	font-size: 15px;
	text-align: right;
	
	padding-right: 5px;
	display: block;
	border:  1px solid;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.ContentPane .caption2{
	text-align: right;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 9px;
}
.ContentPane td{
	font-size: 11px;
}
.ContentPane .diningTitle2{
	float: left;
	margin: 1px;
	width: 625px;
	font-size: 16px;
	text-align: left;
	padding: 1px;
	display: block;
	border:  1px solid;
	background-color: #8FB8D8;
}
.ContentPane .diningTitle{
	float: left;
	margin: 1px;
	width: 145px;
	font-size: 14px;
	text-align: left;
	padding: 1px;
	display: block;
	border:  1px solid;
	background-color: #8FB8D8;
}
.ContentPane .Normal{
	background-color: #ffffff;
}
/*.Normal{
background-color:  #ffffff;
}*/
.ContentPane td .Head{
	font-size: 14px;
}

.ContentPane .dLoad H1 a
{
	font-size: 11px;
	color: #003366;
	font-family: Tahoma;
	margin: 0px;
	padding: 1px;
}
.ContentPane .dLoad H1 a:hover
{
	font-size: 11px;
	color: #DFA824;
	font-family: Tahoma;
	margin: 0px;
	padding: 1px;
}
table#diningmenu{margin: 0; padding: 0; width: 1000px; font-family: Verdana, Tahoma, sans-serif; border-collapse: collapse;}
table#diningmenu th, table#diningmenu td{margin: 0; padding: 4px 10px; width: 300px; text-align: left; vertical-align: top; font-size: 12px;/*border: solid 1px #000;*/}
table#diningmenu caption{margin: 0; padding: 0;text-align: center;}
table#diningmenu caption h2{font-weight: normal; margin: 0; padding: 0px 0px 2px 0px;}
table#diningmenu caption p{font-size: 14px; margin: 0; padding: 2px 0px 2px 0px;}
table#diningmenu th{background-color: #336699; color: #fff; text-transform: uppercase;}
table#diningmenu th:hover{background-color: #003366;}
table#diningmenu tr.one{background-color: #ddebf8; color: #003366;}
/*table#diningmenu tr:hover.one{background-color: #003366; color: #fff;}*/
table#diningmenu tr.two{background-color: #96abc0; color: #fff;}
/*table#diningmenu tr:hover.two{background-color: #003366; color: #fff;}*/
table#diningmenu tfoot tr td{text-align: left; width: 1000px;}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8da4d3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.ContentPane .pullquotenoline{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	width: 150px;
	font-size: 15px;
	text-align: left;
	
	padding-left: 10px;
	display: block;
}