/* STANDARD CSS */
body
{
	border: 0px;
	margin: 0px;
	background-image: url('/i/bg.jpg');
	background-repeat: repeat-y;
	background-color: #F9F9F9;
	background-position: center;
}

table, td, div, body, span, input, select, textarea
{
	font-family: arial, helvetica, verdana;
	font-size: 12px;
}

#admin table, #admin td, #admin div, #admin span, #admin input, #admin select, #admin textarea, #menuitems td

{
	font-size: 11px;
}


table { border-collapse: collapse; }

td
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

form
{
	margin: 0px;
	padding: 0px;
}


img {border:0px;}


#catering .imgMenu {
	float:right;
	position:relative;
}

#catering .imgMenu .arrow  {
	position:absolute;
	left:10px;
	top:20px;
	background:url('/i/img_arrow.png') no-repeat;
	width:11px;
	height:17px;
}

#catering .imgMenu img {
	position:absolute;
	left:20px;
	top:10px;
	border:3px solid #CCC;
}

.lbImage {
	position:relative;
	float:right;
}
.lbImage .arrow  {
	position:absolute;
	left:0px;
	top:20px;
	background:url('/i/img_arrow.png') no-repeat;
	width:11px;
	height:17px;
}
.lbImage img {
	border:3px solid #CCC;
	margin-left:11px;
}



/* CONTAINER CSS */
.hContain { width: 528px; }
.sContain 
{
	width: 700px;
	text-align:left;
}
.innerContainer 
{
	border-top:2px Solid #34618A;
	background-image: url('/i/bg_container.jpg');
	background-repeat: repeat-x;
}




/* HOME PAGE SPECIFIC CSS */
#hContain img { margin: 3px; }






/* GENERAL LINKING CSS */
a { color: #0033CC; }
a:hover { color: #990000; }








/* SUB NAVIGATION CSS */

#nav {
	margin:0px 10px 10px 10px;
}

#nav a {
	float:left;
	display:block;
	padding:6px 10px;
	text-decoration:none;
	color:#34618A;
	font-weight:bold;
	margin-right:1px;
	text-transform:uppercase;
	font-size:90%;
}

#nav a:hover {
	background-color:#C2CFDB;
}

#nav a.selected {
	background-color:#34618A;
	color:#FFF;
}



/* COLUMN CSS */

#columns {
	padding:20px;
	padding-top:10px;
}

#columns .left {
	width:430px;
	float:left;
	line-height:140%;
}

#columns .right {
	width:180px;
	float:right;
	line-height:140%;
	padding-top:20px;
}






/* TEXT CSS */


h1 {
	margin: 0px;
	padding: 10px 0px;
	font-size: 190%;
	font-weight: lighter;
	text-transform:uppercase;
}



ul {
	list-style-type:square;
}


.right .title {
	color:#336600;
	text-transform:uppercase;
	padding-bottom:4px;
	font-size:120%;
}

.right .content {
	margin-bottom:30px;
	color:#666;
}

.right .content ul {
	margin:0px;
	padding:0px;
	padding-left:15px;
}

.right .content ul li {
	margin:0px;
	padding:0px;
}

.right ul.submenu {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:30px;
	border-top:1px solid #CCC;
}

.right ul.submenu li {
	margin:0px;
	padding:2px 5px;
	border-bottom:1px solid #CCC;
}

.right ul.submenu li a {
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}



/* SEASON CSS */

#seasontab {
	border-bottom:5px Solid #666;
	margin-bottom:10px;
}

#seasontab ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#seasontab ul li {
	float:left;
	display:block;
	padding:5px;
	margin-right:3px;
	background-color:#FFF;
	border:1px Solid #CCC;
	border-bottom:1px Solid #FFF;
	font-weight:bold;
	font-size:110%;
}
#seasontab li.selected { background-color:#666; border:1px Solid #666; }

#seasontab li.selected a { color:#FFF; }


/* CALENDAR CSS */

div.calendarcontainer { margin-top:5px; padding:8px; border:1px Solid #CCC; }
table.calendar {
	width:100%;
}

table.calendar td, table.calendar th { text-align: center; }

table.calendar td { background-color:#EEE; border-top:1px Solid #FFF; color:#999; font-size:90%;}

table.calendar td a { color:#000; text-decoration:none; font-weight:bold; }
table.calendar td.today a, table.calendar td.selected a { color:#FFF; }
table.calendar td a:hover { text-decoration:underline; }

table.calendar td.today { background-color:#999; }
table.calendar td.selected { background-color:#51A1F0; }


table.calendar td.cal_corner_left, table.calendar td.cal_corner_right
{
	width: 5px;
	background-color: #EEE;
	background-image: url('/i/cal_corner_left.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

table.calendar td.cal_corner_right
{
	background-image: url('/i/cal_corner_right.gif');
}



/* DAILY MENU CSS */

div.menuarea { padding:3px 5px; color:#FFF; background-color:#A5B9CB; color:#34618A; text-transform:uppercase; margin-top:10px; }
div.menuitem { padding:5px; width:200px; float:left; }
div.menudescription { padding:5px; }
a.menuhref {
	color:#34618A;
	font-size:110%;
}

a.menuhref:hover {
	color:#990000;
	font-size:110%;
}




/* FAQ CSS */

.faq {
	margin-top:5px;
	margin-bottom:15px;
}

.faq .title {
	font-size: 130%;
	font-weight: bold;
	padding-bottom:10px;
}

.faq .top {
	padding-top:15px;
}

.faq .top a {
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}








/* HEADER AND FOOTER CSS */
.head, .head a, .head a:hover { font-size: 90%; text-transform:uppercase; }

.head
{
	background-color: #A5B9CB;
	padding: 5px 0px;
	color: #FFF;
}

.head a
{
	color: #FFF;
	text-decoration: none;
}

.head a:hover
{
	color: #FFF;
	text-decoration: underline;
}


#footer {
	background-color:#A5B9CB;
	margin-top:20px;
	padding:10px;
}

#footer div {
	font-size:90%;
	line-height:140%;
	float:left;
	width:24%;
	color:#333;
}


.foot {
	padding: 10px 10px 20px 10px;
	color: #333;
	line-height:140%;
	font-size: 90%;
}


.foot a
{
	color: #333;
	text-decoration: underline;
}

.foot a:hover
{
	color: #A5B9CB;
	text-decoration: underline;
}

div.backtotop {
	padding:20px;
}















/* UNCLASSIFIED CSS */


td.nav
{
	width: 130px;
	padding-top: 20px;
}

td.content { padding: 10px 50px 10px 15px; }

td.subbg
{
	background: url('/i/bg_sub.jpg');
	border: 1px Solid #A5B9CB;
	width: 100%;
	padding: 60px 10px 0px 10px;
	color: #34618A;
}

div.content, div.content td { line-height: 150%; }
div.content ul { list-style-type: square; }
div.content li { margin-left: -12px; }

div.nav
{
	font-family: arial, verdana, helvetica;
	padding: 4px 10px;
	margin-left: 1px;
	border-top: 1px Solid #E7E7E7;
}

div.loc td, div.frm td
{
	padding: 5px;
	line-height: 150%;
	border: 1px Solid #DDD;
}

div.loc td { width: 33%; }
div.frm td { vertical-align: middle; }

div.cal td
{
	border: 1px Solid #CCC;
	width: 60px;
	padding: 5px;
}

div.calday
{
	padding: 5px;
	width: 60px;
}

div.top td { padding: 5px; }





div.recipe { color: #666; }
div.ads img { margin-right: 10px; }




















.adminform table td { padding: 2px 5px; }

a.nav
{
	color: #34618A;
	font-family: arial, verdana, helvetica;
	text-decoration: none;
}

a.nav:hover
{
	color: #34618A;
	font-family: arial, verdana, helvetica;
	text-decoration: underline;
}

input.admintext, select.admintext, textarea.admintext
{
	width: 300px;
	border: 1px Solid #666;
	background-color: #EEE;
	padding: 3px;
}

input.text, select.text, textarea.text
{
	width: 300px;
	border: 1px Solid #666;
	padding: 3px;
}

textarea.text { height: 100px; }

input.submit
{
	width: auto !important;
	overflow: visible;
	padding: 1px 0.5em !important;
	cursor: pointer !important;
	font: bold xx-small Verdana, Helvetica, Geneva, sans-serif !important;
	background: #fefefe url(/i/bt_bg.jpg) repeat-x;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	margin-right: 5px;
	margin-top: 5px;
}

input.but
{
	width: auto !important;
	padding: 1px 0.5em !important;
	cursor: pointer !important;
	font: bold xx-small Verdana, Helvetica, Geneva, sans-serif !important;
	background: #fefefe url(/i/bt_bg.jpg) repeat-x;
	border-color: #C4CCCC #ACB5B5 #6F7777 #ACB5B5;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
}

/* ADMIN FEATURES */
#tabs ul
{
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	list-style-type: none;
	border: 0px;
}

#tabs ul li
{
	float: left;
	padding: 4px 8px;
	margin: 0px;
	border: 1px solid #CCC;
	border-bottom: 0px;
	margin-right: 5px;
	font-weight: bold;
}

#tabs ul li.selected { background-color: #CCC; }

.tabbody
{
width:98%;
display: none;
	border-top: 5px Solid #CCC;
	border-bottom: 0px;
	border-left: 1px Solid #CCC;
	border-right: 1px Solid #CCC;
	float: none;
	margin:0px;
	padding:0px;
}

.tabbody .innergroup
{
	padding: 10px;
	border-bottom: 2px Solid #CCC;
	margin: 0px;
	float: none;
}

tr.itemtype td
{
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	background-color: #A5B9CB;
	text-transform: uppercase;
}

tr.item td
{
	padding: 5px 10px;
	border-bottom: 1px solid #EEE;
}

div.systemmsg
{
	font-weight: bold;
	margin: 15px 20px;
	border: 1px Solid #990000;
	padding: 5px;
	background-color: #EEE;
}










/***          ***/
/* CATERING CSS */
/***          ***/


#catering .group {
	margin:10px 0px;
}

#catering .group h1 {
	padding:3px 5px; 
	background-color:#A5B9CB; 
	color:#34618A; 
	text-transform:uppercase;
	font-size: 110%;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:10px;
}

#catering .group h2 {
	color:#34618A;
	margin-top:15px;
	margin-bottom:5px;
	font-size: 100%;
	font-weight:bold;
}

#catering .group .col-2-group {
	margin-top:10px;
	border-bottom:1px Solid #CCC;
}

#catering .group .col-2-group .col1 {
	width:300px;
	float:left;
}

#catering .group .col-2-group .col2 {
	width:100px;
	float:right;
}

#catering .group .col-3-group {
	margin-top:5px;
	border-bottom:1px Solid #CCC;
}

#catering .group .col-3-group .col1 {
	width:250px;
	float:left;
}

#catering .group .col-3-group .col2 {
	width:80px;
	float:left;
}

#catering .group .col-3-group .col3 {
	width:80px;
	float:left;
}


#catering .group .content {
	color:#999;
	font-size:90%;
	line-height: 120%;
}


/* CATERING CSS */

#catering td
{
	padding: 3px 5px;
	border-bottom: 1px Solid #EEE;
}

#catering td.title
{
	font-weight: bold;
	padding: 3px 5px;
	background-color: #EEE;
}

#catering table { width: 400px; }














/* FORM VALIDATION */
.validation-advice
{
	background: url(/i/form_arrow.gif) 0 0 no-repeat;
	margin-bottom: 5px;
	padding: 6px 5px 3px 5px;
	top: -2px;
	background-color: #FF3300;
	color: #FFF;
	font-weight: bold;
}

.custom-advice
{
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color: #FFF;
	font-weight: bold;
}

/* CLEAR FIX CSS (for FLOAT css tags) */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Holly Hack Targets IE Win only \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End Holly Hack */
