.header {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 12pt;
        color: #083568;              
}

.subhead {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 10pt;
        color: rgb(73,93,81);     
}


.large {
      font-weight: bold;
      font-size: 12pt;            
}

.italic {
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: normal;
      font-style: italic; 
      font-size: 9pt;
      color: rgb(73,93,81);          
}


.main {
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: normal;
      font-size: 9pt;
      color: #666666;          
}

.news {
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: normal;
      font-size: 8pt;
      color: rgb(73,93,81);          
}

.bold {
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: bold;
      font-size: 9pt;
      color: rgb(73,93,81);          
}

.date {
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: bold;
      font-size: 9pt;
      color: rgb(144,77,77);           
}

.meal {
      font-family: Arial;
      font-weight: normal;
      font-style: italic; 
      font-size: 8pt;
      color: rgb(73,93,81);    
}

.footer {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 8pt; 
        color: rgb(204,204,204);      
}

.grey {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 8pt; 
        color: rgb(51,51,51);      
}

/* link styles */

A.menulink {
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: bold;
      font-size: 8pt;
      color: rgb(120,139,128);      
      width: 120px;
      text-align: left;
      text-decoration: none;    
}

A.menulink:hover {
      color: rgb(73,93,81); 
      background-color:#cfdfec;
}

a:link, a:active, a:visited {
        color: #5485bd;
        font-weight: bold;
        text-decoration: none;

}

 
a:hover {
        font-weight: bold;
        text-decoration: none;
        background-color:#cfdfec;
}
h1{color:083568};
h3{margin:0px; padding:0px; padding-top:5px; text-decoration:underline;}
h4{margin:0px; padding:0px; padding-top:10px;}
p{line-height:1.5em;}
ul{margin-top:0px; margin-bottom:0px;}
td{
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: normal;
      font-size: 12px;
      color: #666666;
	  margin:0px;
}
table{margin:0px;}

th{text-align:left; color:#666666; font-size:12px; font-weight:bold; }

.qtyInput{width:50px;}
.pref{width:288px;}


/* Contact Form */
.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 468px;
padding: 4px;
background:#cfdfec;
text-align: left;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
}

.info_fieldset { 
border: 1px #c0c0c0 solid; }

.info_fieldset legend
{
border: 1px #c0c0c0 solid; 
color: #495D51; 
font: 13px;
padding: 2px 5px 2px 5px;
font-weight:bold;
}

.button
{
border: 1px solid #666666; 
background: white;
color: #495D51; 
height:25px;
width:150px;
font: 11px;
margin-top:5px;
}
.button:hover{
border: 1px solid #5485bd; 
}

label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }


input
{
margin: 0px;
padding-left: 3px; 
float: left;
border: 1px solid #666666; 
color: #666666; 
font: 11px;
height:20px;
width:200px;
}

input:hover{
border: 1px solid #5485bd; 
}

textarea
{
margin: 0px;
padding: 0px; 
float: left;
border: 1px solid #666666; 
color: #666666; 
font: 11px;
width:280px;
}
textarea:hover{
border: 1px solid #5485bd; 
}

br { clear: left; }

tr{margin:0px;}

/* Accordion*/

/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 680px;
			background: #dfe3e8;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #ffffff;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background:  #cad2dc;
			color: #ffffff;
			border-bottom: 1px solid #ffffff;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(accordion/images/accordion_toggle.jpg) no-repeat top right #c0c0c0;
			
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
	
.mixTable td { vertical-align: top; }	
