﻿/* used so the firefox browser doesn't skip when vertical scroll apperars */
html { height: 100%; margin-bottom: 1px; }

body 
{
	background-color:#e4eadf;
}

p
{
    font-family:Arial;
    font-size:10pt;
    color:#4e491a;
}

li
{
    font-family:Arial;
    font-size:10pt;
    color:#4e491a;
}

td
{
    font-family:Arial;
    font-size:10pt;
    color:#4e491a;
}

h2
{
    font-family:Arial;
    font-size:15pt;
    color:#643139;
}

.page_sections
{
    font-family:Arial;
    font-size:11pt;
    color:#4e491a;
    font-weight:bold; 
    background-color:#aaba98;
}

.breadcrumbs a
{
   font-family:Arial; 
   font-size:8pt; 
   font-weight:bold;
   text-decoration:none; 
   color:#643139;
   text-transform: uppercase;
}

.searchArea
{
   font-family:Arial; 
   font-size:9pt; 
   text-decoration:none; 
   color:white;
}

.rightSideGarlics
{
   background-color:#5c7b37; 
   color:White; 
   font-family:Arial; 
   font-size:11pt;
   text-decoration:none;
   margin-left:7px;
}

.rightSideGarlicsTitle
{
   margin-left:25px; 
   font-family:Arial; 
   font-size:16pt; 
   color:White;
   background-color:#746d47;
}

.rightSideGarlicsTitleDesc
{
   font-family:Arial; 
   font-size:9pt; 
   color:White;
   margin-left:22px;
}

.google_search_box
{
    background:#FFFFFF url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif) left no-repeat;
}

.footer
{
    font-family:Arial; 
    font-size:7pt;  
    color:White;
    text-decoration:none;
}

/* FAQs page styles */
.accordionHeader
{
    border: 1px solid #678444;
    color: white;
    background-color: #aaba98;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #dee5d7;
    border: 1px dashed #678444;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Arial;
    font-size: 12px;
}

.accordionLink
{
    background-color: #aaba98;
    color: #4e491a;
}
/* End FAQs page styles */