﻿/* DO NOT DELETE THIS FILE AS IT IS THE LAYOUT OF THE SITE */
body {margin: 0; padding: 0;}

html
{
    font-weight: normal;
    font-size: 11px;
    font-family:  tahoma, verdana, arial, sans-serif;
    color: #7C4F00;
    margin: 0px;
    padding: 0px;
    background-color: #D6B793;
}

a {color: #1A6200; text-decoration: none;}  
a:hover {color: #553513; text-decoration: underline;}  
a:active {color: #553513; text-decoration: underline;}

.break10 {height: 10px; clear: both;}
.break20 {height: 20px; clear: both;}

.siteLink {color: #553513; text-decoration: none;}  
.siteLink:hover {color: #7C4F00; text-decoration: underline;}  
.siteLink:active {color: #7C4F00; text-decoration: underline;}

.footerLink {color: #553513; font-size: 11px; text-decoration: none;}  
.footerLink:hover {color: #7C4F00; text-decoration: underline;}  
.footerLink:active {color: #7C4F00; text-decoration: underline;}

img {border: 0px;}

a img
{
	filter: alpha(opacity=100);   
	opacity: 1.0;
	border:none;
}

a:hover img
{
	filter: alpha(opacity=80);   
	opacity: 0.8;
	border:none;
}

/* SITE LAYOUT STYLE */
.willowLayOut
{
    position: relative;
    float: inherit;
    width: 800px;
    height: 600px;
    margin: 0 auto;
    padding: 0;
}

/* HEADER STYLES */
.willowHeader
{
    position: relative;
    float: left;
    width: 800px;
    height: 160px;
    background-image: url("/images/header.jpg");
}

.willowLink
{
    position: absolute;
    left: 20px;
    top: 0px;
}

.willowTitle
{
    position: absolute;
    float: left;
    top: 120px;
    left: 190px;
    font-size: 22px;
    font-weight: bold;    
    font-family:  tahoma, verdana, arial, sans-serif;
}

.willowTime
{
    position: absolute;
    width: 150px;
    top: 115px;
    left: 35px;    
    font-family:  tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    text-align: left;
}

/* MAIN BODY STYLES */
.willowBody
{
    position: relative;
    float: left;
    width: 800px;
    height: 395px;
    background-image: url("/images/background.jpg"); 
}

.willowContent
{
    position: relative;
    float: left;
    padding-left: 25px; 
    width: 755px;
}

.willowMenu
{
    position: relative;
    float: left; 
    width: 130px;
    text-align: center;
}

.willowSearch
{
    position: relative;
    float: left; 
    width: 130px;
    padding-bottom: 4px;
    clear: both;
}

.searchTop
{
    position: relative;
    float: left; 
    width: 125px;
}

.searchBottom
{
    position: relative;
    float: left;
    width: 130px;
    height: 13px;
}

.willowMenuItem
{
    position: relative;
    float: left; 
    width: 125px;
    padding-bottom: 4px;
    clear: both;
}

.willowMenuImage
{
    position: relative;
    float: left; 
    width: 125px;
    height: 100px;
}

.willowTitleImages
{
    position: relative;
    float: left;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 565px;
}

.willowNav
{
    position: relative;
    float: left;
    padding-left: 50px;
    width: 565px;
    padding-bottom: 10px;
    color: #1A6200;
}

.willowPageImage
{
    position: absolute;
    top: -20px;
    left: 500px;
}

.willowText
{
    position: relative;
    float: left; 
    padding-left: 35px;
    width: 580px;
}

/* FOOTER STYLES */
.willowFooter
{
    position: relative;
    float: left;
    height: 43px;
    width: 800px;
    clear: both;
    text-align: right;
    background-image: url("/images/footer.jpg");
}

.willowFooterLeft
{
    position: relative;
    float: left;
    padding-top: 4px;
    padding-left: 20px;
    width: 270px;
    text-align: left;
}

.willowFooterRight
{
    position: relative;
    float: right;
    padding-top: 4px;
    padding-right: 45px;
    width: 440px;
    text-align: right;
}

