/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	background-color: #4A403B;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 15px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{
	text-decoration: underline;	color: #FF0000;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Classes                                     */
/***********************************************/

.breadcrumb{
 font-weight: bold;
 padding: 5px 0px 5px 10px;
}

.titlecolumn{
	background-color:#B8D5E4;
	text-align:right;
	font-weight:bold;
}

.titlesection{
	background-color: #F5AFBD;
	text-align:right;
	font-weight:bold;
}

.title{
	background-color: #00A0FF;
	text-align: center;
	font-weight:bold;
	font-size: 120%;
}

.message{
	background-color:#00FF66;
	color:#0000FF;
	font-weight: bold;
}

.errormsg{
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}

.note{
	color:#0000FF;
}

.address{
	padding: 0px 0px 0px 5px;
	font-size: 95%;
	line-height:17px;
}

.address a {
	font-size: 95%;
}

.navtable{
	margin: 0px;
	font-size: 80%;
	color: #FF3300;
}

.names{
	font-family: "Bradley Hand ITC";
	font-size: 150%;
	font-weight:bold;
	color: #0000FF;
}

.questions{
	font-family: "Comic Sans MS";
	font-size: 120%;
	color: #FF0000;
}

.totop{
	font-size: 80%;
}

.calendarcourse{
color: #000099;
padding: 0px 0px 0px 0px;
white-space: nowrap;
font-size: 80%;
}

.calendarmeeting{
color: #FF0000;
padding: 0px 0px 0px 0px;
white-space: nowrap;
font-size: 80%;
}

.calendarmeetingtext{
color: #990033;
padding: 0px 0px 0px 0px;
white-space:normal;
font-size: 80%;
}

.birthday{
color: #FF00FF;
padding: 0px 0px 0px 0px;
white-space: nowrap;
font-size: 80%;
}

.sessions{
padding: 0px 0px 0px 0px;
white-space:normal;
font-size: 80%;
}


.menunote{
	color:#0000FF;
	font-weight:bold;
    font-size: 80%;
}

.favnote{
	color: #000000;
	font-weight:bold;
}

.menuprice{
  color:#000000;
	text-align: right;
	font-weight:bold;
    font-size: 85%;
}

.titlebarimage{
	text-align: left;
}

.titlebarimageupper{ 
	vertical-align: top
}

.titlebarimagelower{ 
	vertical-align:bottom
}

/***********************************************/
/* Italian Menu                                */
/***********************************************/

.titleitaliansection{
	background-color: #04A55F;
	text-align:right;
	font-weight:bold;
}

.italiansection{
	color: #FF0000;
	text-align: center;
	font-weight:bold;
  font-size: 110%;
	text-decoration: underline;
}

.italianpricehdr{
	color:#FF0000;
	text-align: center;
	font-weight:bold;
    font-size: 75%;
}

.italianfood{
  color:#000000;
	text-align: left;
	font-weight:bold;
    font-size: 85%;
}

.italianfood2{
  color:#000000;
	text-align: left;
    font-size: 80%;
}

.titleitalian{
	background-color:#04A55F;
	text-align: center;
	font-weight:bold;
    font-size: 120%;
	color:#FF0000;
}

/***********************************************/
/* Cajun Menu                                  */
/***********************************************/

.titlecajunsection{
	background-color: #EE0232;
	text-align:right;
	font-weight:bold;
}

.cajunsection{
	color: #AA0000;
	text-align: center;
	font-weight:bold;
	font-size: 110%;
	text-decoration: underline;
}

.cajunpricehdr{
	color: #AA0000;
	text-align: center;
	font-weight:bold;
    font-size: 75%;
}

.cajunfood{
  color:#000000;
	text-align: left;
	font-weight:bold;
    font-size: 85%;
}

.cajunfood2{
  color:#000000;
	text-align: left;
    font-size: 80%;
}

.titlecajun{
	background-color:#EE0232;
	text-align: center;
	font-weight:bold;
    font-size: 120%;
}

/***********************************************/
/* Catering Menu                                */
/***********************************************/

.titlecateringsection{
	background-color: #CEDDBF;
	text-align:right;
	font-weight:bold;
}

.cateringsection{
	color:#336633;
	text-align: center;
	font-weight:bold;
  font-size: 110%;
	text-decoration: underline;
}

.titlecatering{
	text-align: center;
	font-weight:bold;
    font-size: 120%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.masthead{
	margin: 0;
	padding: 5px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

.navBar{
	margin: 0 0 0 0;
	padding: 0px 3px 2px 2px;
	background-color: #63EBFA;
	border: 1px #98AAB1 solid; 
}

.content{
  float:left;
	margin: 0;
	padding: 0px 0px 0px 0px; 
}

.err{
 color: #FF0000;
}
			
			

/***********************************************/
/*Component Divs                               */
/***********************************************/

.siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

.pageName{
	background-color: #82B5D0;
	text-align: center;
	font-weight:bold;
	font-size: 120%;
}


/*************** #pageName styles **************/

.italianpageName{
	background-color: #02A65D;
	text-align: center;
	font-weight:bold;
	font-size: 120%;
}


/*************** #pageName styles **************/

.cajunpageName{
		background-color: #EF0635;
	text-align: center;
	font-weight:bold;
	font-size: 120%;
}


/************* #globalNav styles **************/

.globalNav{
color: #999999;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

.globalNav img{
 display: block;
}

.globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
	text-decoration: none;
}

.globalNav a:hover {
	text-decoration: underline;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

.siteInfo{
	clear: both;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

.siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

.search{
	padding: 0px 3px 2px 2px;
	font-size: 90%;
}

.search form{
 margin: 0px;
 padding: 0px;
}

.search h3{
 margin: 0px;
 padding: 0px;
}

.search label{
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #63EBFA;
}

/************* #login styles ***************/

.login{
	padding: 0px 3px 2px 2px;
	font-size: 70%;
}

.login form{
 margin: 0px;
 padding: 0px;
}

.login label{
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #63EBFA;
}



/*********** #navBar link styles ***********/

.navBar ul a:link, #navBar ul a:visited {display: block;}
.navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.navBar li {border-bottom: none;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.navbar h3 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 0px;
	background-color: #63EBFA;
	}


/*********** #sectionLinks styles ***********/

.sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	font-size: 90%;
}

.sectionLinks h3{
	padding: 0px 0px 0px 0px;
}

.sectionLinks a:link{
	padding: 0px 0px 0px 0px;
    voice-family: "\"}\""; 
    voice-family:inherit;
	text-decoration: none;
}

.sectionLinks a:visited{
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.sectionLinks a:hover{
	background-color: #63EBFA;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 3px 2px 2px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 0px 0px 0px 0px;
}


/************** #advert styles **************/

.advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

.advert img{
	display: block;
}


/************** #headlines styles **************/

.headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

.headlines p{
	padding: 5px 0px 5px 0px;
}
