﻿
/* CASCADIAN FARMS CSS */
#requestFormContainer
{
    width: 850px;
    margin: auto;   
}

#requestDirections
{
    font-size:12px;
    margin-bottom: 7px;
}

.fieldBoxContainer
{
    margin: 10px auto 0 auto;
    width: 405px;
}
.fieldBoxTop
{
    height: 19px;
    background:url(../img/CascadianFarm/fieldBox/border_top.gif) no-repeat scroll left top;
}
.fieldBoxMain
{
    height: 100%;
    background:url(../img/CascadianFarm/fieldBox/border_sides.gif) repeat-y scroll left top;    
    padding: 0 20px;
}
.fieldBoxTitle
{
    position:relative;
    left: -20px;
    margin-bottom: 10px;
}
.fieldBoxBottom
{
    height: 19px;
    background:url(../img/CascadianFarm/fieldBox/border_bottom.gif) no-repeat scroll left top;
}
.submitImg
{
    float:right;
    margin-top: 27px;
}
.goBackImg
{
    float:left;
    margin-top: 27px;
}

.fieldBoxContainerWide
{
    margin: 10px auto 0 auto;
    width: 835px;
}
.fieldBoxTopWide
{
    height: 19px;
    background:url(../img/CascadianFarm/fieldBox/border_top_wide.gif) no-repeat scroll left top;
}
.fieldBoxMainWide
{
    height: 100%;
    background:url(../img/CascadianFarm/fieldBox/border_sides_wide.gif) repeat-y scroll left top;    
    padding: 0 20px;
}
.fieldBoxBottomWide
{
    height: 19px;
    background:url(../img/CascadianFarm/fieldBox/border_bottom_wide.gif) no-repeat scroll left top;
}


.productsContainer
{}
.categoryTitle
{
    background-color: #e0ebd6;
    color: #669933;
    font-weight: bold;
    width:825px;
    padding: 2px;
    position: relative;
    left: -17px;
    text-indent: 35px;
    font-size: 14px;
}
.productTable
{
    width: 95%;
    margin: auto;
}
.productName, .brandedText
{
    color: #669933;
    font-weight:bold;    
}
.productSize
{
    font-size: 11px;    
}
.productSeparator
{
    height: 1px;
    color: #c7c8ca;
    background-color: #c7c8ca;
    border: 0;
}
#totalSampleCount
{
    position: absolute;
    bottom:0;
    right:10px;
    color: #669933;
    font-weight:bold;
    text-align:center;
    width: 100%;
}

.agree
{
    width: 350px;
    margin: auto;
}

#thankYouContainer
{
    width: 840px;
    margin: auto;
}
#thankYouMessage
{
    width: 370px;
    font-size: 12px;
    float:left;
}
#thankYouMessage p
{
    margin-bottom: 25px;
}
#thankYouColumn2
{
    float:right;
    width:385px;
    height: 600px;
    background:url(../img/CascadianFarm/thankYouPicture.jpg) no-repeat scroll left top;
}
#thankYouFooter
{
    height: 70px;
    width:100%;
    clear:both;
    background:url(../img/CascadianFarm/thankYouFoot.gif) no-repeat scroll left top;
}

/* LAYOUT */
body { background-color:#FFF; font-family:Arial, Sans-Serif; font-size:10pt; color:#333;}
img { border-width:0; }
p { margin:10px 0; }
a { text-decoration:none; color:#669933;}
h2 { margin:0; font-size:16pt; font-weight:normal; color:#669933; }
h3 { margin:0; font-size:14pt; font-weight:normal; color:#669933; }
h4 { margin:0; font-size:12pt; color:#669933;}
h3 sup { font-size:9pt; }

#content { width:967px; margin:0 auto; margin-top:20px; }
#nav { height:30px; padding-right:15px; text-align:right; }
#nav img { margin-right:0px;margin-left:0px; }
#top { height:24px; background:url(../img/CascadianFarm/bg/border_top.gif) no-repeat scroll left top; }
#main { height:100%; padding:0 20px 20px 24px; background:url(../img/CascadianFarm/bg/border_sides.gif) repeat-y scroll left top; }
#bottom { height:37px; background:url(../img/CascadianFarm/bg/border_bottom.gif) no-repeat scroll left top; }
#footer { text-align:center; font-size:8pt; color:#666; }
.masterLogo img { position:absolute; width:153px; height:118px; }


/* CALENDAR */

.calendar .ajax__calendar_header 
{
    background-color: #6B8B20;
}
.calendar .ajax__calendar_hover .ajax__calendar_day, .calendar .ajax__calendar_hover .ajax__calendar_month, .calendar .ajax__calendar_hover .ajax__calendar_year
{
    color:#6B8B20;
}
.calendar .ajax__calendar_active .ajax__calendar_day
{
    color:#6B8B20;  
}



