/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/* mac hide\*/
html, body
{
    height: 100%;
    color:black;
}
/* end hide */

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 888px; /* for mozilla*/
    background-color: #547037;
    background-image: url(../images/mainbg.gif);
    background-repeat:repeat-x;
    font-size: 80%;
    font-family: Arial, Verdana;
}

H1
{
    color:#355612;
    font-size:150%;
    margin-bottom:10px;
    margin-top:0px;
}

H2
{
    color:black;
    font-size:120%;
    margin-bottom:10px;
}

#outer
{
    height: 100%;
    min-height: 100%;
    width: 888px;
    background-color: white;
    text-align: left;
    margin: auto;
    position: relative;
    margin-top:0px;
}

html > body #outer
{
    height: auto;
}

A, A:Visited, A:Active
{
    color:#29166f;
    text-decoration:none;
}

A:Hover
{
    color:#859E6B;
    text-decoration:none;
}

IMG
{
    border:0;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 888px;
    height: 418px;
    overflow: hidden;
    color: black;
    z-index: 100;
    background-color:#99AF82;
    background-image:url(../images/headerbg.gif);
    background-repeat:repeat-x;
}

#logo
{
    position: absolute;
    left: 39px;
    top: 35px;
}

#header_top
{
    position: absolute;
    right: -1px;
    top: 0px;
    text-align:right;
}

#top_left_corner
{
    position: absolute;
    left: 0px;
    top: 0px;
}


#header_logos
{
    position: absolute;
    right: 39px;
    top: 40px;
}

#header_logos IMG
{
    margin-left:80px;
}

#headertext
{
    position: absolute;
    left: 25px;
    top: 105px;
    color:#e77817;
    font-size:125%;
    text-align:right;
    line-height:25px;
    font-weight:bold
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#headermenu
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    color:White;
    background-color:#869F6C;
    
    
}


.menuitems A, .menuitems A:Active, .menuitems A:Visited, .menuitems_right A, .menuitems_right A:Active, .menuitems_right A:Visited
{
    color:White;
    font-size:90%;
    font-weight:bold;
}

.menuitems_on A, .menuitems_on A:Active, .menuitems_on A:Visited, .menuitems_right_on A, .menuitems_right_on A:Active, .menuitems_right_on A:Visited
{
    color:White;
    font-size:90%;
    font-weight:bold;
}


#headermenu A:Hover
{
    /*color:#859E6B;*/
}

.menuitems, .menuitems_right
{
    background-image:url(../images/toobar-off-bg.gif);
    background-repeat:repeat-x;
}

.menuitems_on, .menuitems_right_on
{
    background-image:url(../images/toobar-on-bg.gif);
    background-repeat:repeat-x;
}

.menuitems:Hover, .menuitems_right:Hover, .menuitems_on:Hover, .menuitems_right_on:Hover
{
    background-image:url(../images/toobar-on-bg.gif);
    background-repeat:repeat-x;
    cursor:pointer;
}

.menuitems, .menuitems_on
{
    height:45px;
    width:125px;
    text-align:center;
    vertical-align:middle;
    
}

.menuitems_right, .menuitems_right_on
{
    height:45px;
    width:125px;
    text-align:center;
    vertical-align:middle;
}

.menuitems, .menuitems_right, .menuitems_on, .menuitems_right_on
{
    border-top:solid 3px white;
    border-bottom:solid 3px white;
    
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT FULL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftfull
{
    position: relative; /*ie needs this to show float */
    float: left;
    width:806px;
    padding-left:40px;
    padding-right:40px;
    /*margin-left:40px;
    margin-right:40px;*/
    margin-top: 450px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:24px;
    text-align:justify;
    background-color:white;
    /*padding-left:40px;
    border:solid 1px black;*/
}

#leftfull p
{
    color: black;
}

#leftfull TABLE
{
    margin-left:40px;
}

#leftfull TD
{
    font-size:100%;
    line-height:25px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FORMS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
INPUT
{
    border:solid 1px #7f9db9;
}


.required
{
    color:Red;
}

.button
{
    color:White;
    background-color:#547037;
    width:200px;
    height:30px;
    border:solid 1px black;
}

TEXTAREA
{
    font-size:100%;
    border:solid 1px #7f9db9;
    width:200px;
    height:150px;
    font-family:Arial;
}

.register .left
{
    text-align: right;
    vertical-align: text-top;
    padding:8px;
    width:250px;
}

.register .right
{
    text-align: left;
    padding:8px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 888px;
    height: 38px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:white;
    font-size:90%;
    border-top:0;
    text-align:center;
    background-color:White;
}

#footerleft
{
    margin-left: 20px;
    margin-top: 15px;
    float: left;
    font-weight: bold;
    color: black;
}

#footerright
{
    margin-right: 20px;
    margin-top: 15px;
    float: right;
    font-weight: bold;
    color: black;
}

#clearfooter
{
    width: 100%;
    height: 50px;
    clear: both;
}




/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GENERAL STYLING
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
div, p
{
    margin-top: 0;
}

.small
{
    font-size:80%;    
}

.back
{
    position:absolute;
    right:0px;
    top:0px;
}

.redtext
{
    color:red;
}

.contact
{
    font-size:100%;
    line-height:25px;
}

.img-right
{
    float:right;
    margin-left:20px;
    margin-bottom:10px;
    margin-top:5px;
}

.img-left
{
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:10px;
}

.rightalign
{
    float:right;
}


.maintable .tableheading
{
    background-color:#cc6633;
    color:White;
    font-weight:bold;
    padding:4px;
}

.maintable TD
{
    vertical-align:top;
    text-align: left;
    padding:10px;
    background-color:#dadada;
}

.main_flash
{
    float:right;
    margin-left:10px;
    margin-top:-10px;
}

.openinghours
{
    padding-left:150px;
}

.gallery
{
    float:left;
    padding:20px;
}