﻿/*Screen width<600 pixels.  We shrink components and hide right bee. */
.rightbee 
{
    /* Hide the right bee */
    display:none;
}

.leftbee
{
    float:left;
    margin:0;
    max-width:137px;
}

.header 
{
    background-color:White;
    /* Need a min-height to match the deckchair for each size */
    	min-height: 112px;
    
}
.offsetmen4
{
    position: relative;
    left: -57px;
}
.offsetmen41
{
    position: relative;
    left: -59px;
}

.titlefont
{
    font-size: 2.80em; 
    }
    
 .FWPageDiv
{
    max-width:100%;
    text-align:left;
    margin:0px;
    clear:both;
    }   
 .HomeSubhead
{
    padding: 0px; 
    margin-top: 2px; 
    margin-bottom: 2px;
    font-size: 0.9em;
}   
.Headshrink
{
    /* Used for Capuchin Headings, shrinking from H1 downwards as the screen size reduces */
    font-size: 2.7em;
      }   
.ShrinkingTextBox
{
    width:540px;
    }
.SearchBoxA
{
   width:100%;
   border-style:none; 
   text-align:center;
   padding:2px;
      clear:both;
      font-weight:bold;
    }    
.SearchBoxB
{
   width:100%;
   border-style:none; 
   text-align:center;
   padding:2px;
  float:left;
       clear:both;
    }    

.SearchBoxD
{
   width:100%;
   clear:both;
    }    
.IncredibleShrinkingBox
{
    width:525px;
    } 