/*default paragraph font, background*/
body{
	background-color: #FFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
	color: #000;
	font-weight: normal;
	margin : 0px 0px 0px 0px;
	background-repeat : repeat-y;
}
/*page header tag*/
h1 {
	font-size: 16pt;
	color: #036;
	font-weight : bold ;
	text-transform: capitalize;
}
/*subhead*/
h2 {
	font-size:12pt;
	color: #036;
	font-weight: bold;
	text-transform: capitalize;
}
/*subsubhead*/
h3{
	font-size:11pt;
		font-weight: bold;
	color: #036
}
/*body texts */
b, strong {
	font-weight: bold;
		color: #036;
}
i,em {
	font-style : italic;
}
p,li,td,th {
	font-size: 12px;
}
.small {
	font-size: 10px;
}
.front {
	font-size: 11px;
}

/*****AREA SPECIFIC****/
.footer {
	font-size: 18px;
	color: #FF3;
	text-align:center;
	font-weight: bold;
	}
	.internalfooter {
	font-size: 10px;
	color: #036;
	font-weight: bold;
	text-align:center;
}
.copyright {
	font-size: 9px;
	color:#036;
	font-weight:bold;
}
p.internalfootertotal {
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}



/******CATERING****/
table.menutable {
	width : 100%;

	border-color : #666;
	border-left-style : solid;
	border-collapse : collapse;
}
tr.menudrk {
background-color:#EEE;
}
td.menucell {
	font-size:10px;
	padding: 15px 15px 15px 15px;
}
td.contactcell {
	font-size:11px;
			color:#036;
	font-weight: bold;
}
p.gourmet {

}

img.sm {
	vertical-align : baseline;
}
img.photo {
	text-align : right;
	margin : 3px;
}
hr {
	width : 100%;
	size : 1;
	color : #DCDCDC;
}



/**********NAV***********/

/*******default body link********** */
a:link {
	color: #c00;
	text-decoration : none;

		font-weight:normal;
}
a:visited {
	color : #660000;
	text-decoration: none;

		font-weight:normal;
}
a:hover {
	color: #ccc;
	text-decoration: underline;

		font-weight:normal;
}
a:active {
	color: #c00;
	text-decoration : none;
	font-weight:normal;
}


a.homelink:link {
	color: #ffffff;
	text-decoration : none;
	font-weight:normal;
	font-size:9
}
a.homelink:visited {
	color : #ffffff;
	text-decoration: none;
	font-weight:normal;
		font-size:9
}
a.homelink:hover {
	color: #ccc;
	text-decoration: underline;
	font-weight:normal;
		font-size:9
}
a.homelink:active {
	color: #ffffff;
	text-decoration : none;
	font-weight:normal;
	font-size:9
	}


/**DHTML rollovers*
a.buttlink:link,a.buttlink:active,a.buttlink:visited,a:buttlink:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size : 10px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
} **/
a.buttlink:link {
		color: #FFFFFF;
	text-decoration: none;
	font-size : 10px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

}
a.buttlink:hover {
		color: #FFFFFF;
	text-decoration: none;
	font-size : 10px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.buttlink:visited {
		color: #FFFFFF;
	text-decoration: none;
	font-size : 10px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.button {
	cursor:hand;
	background-color: #6699CC;
	padding-left : 8px;
	border-top-color : #FFF;
	border-top-style : solid;
	border-top-width : 1px;
	border-bottom-color : #036;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : #FFF;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #036;
	border-right-style : solid;
	border-right-width : 1px;
	vertical-align : middle;
	margin-bottom : 2px;
} 
td.buttonover {
	cursor:hand;
	background-color: #FF9900;
	padding-left : 8px;
			border-top-color : #666;
	border-top-style : solid;
	border-top-width : 1px;
	border-bottom-color : #036;
	border-bottom-style : solid;
	border-bottom-width : 1px;
			border-left-color : #036;
	border-left-style : solid;
	border-left-width : 1px;
			border-right-color : #FFF;
	border-right-style : solid;
	border-right-width : 1px;
	vertical-align : middle;
		margin-bottom : 2px;
} 

td.buttonhead {
	font-size : 10px;
	font-weight : bold;
	color:#FFF;
	background-color: #003366;
	padding-left : 2px;
	border-bottom-color : #FFF;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	vertical-align : middle;
} 
td.leftnav {
	padding-left : 8px;
	padding-right: 8px;
	font-size : 11px;
}


.navhead{
	color: #036;
	font-weight:bold;
}



/*area specific */
table{
	padding : 0px 0px 0px 0px;
	border : 0px;
}
td{
	vertical-align : top;
}
td.header{
	vertical-align: bottom;
	
}
