/** Standard CSS */
/*
RESET.CSS
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img {
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}

ol,ul  {
    list-style:none;
}

caption,th  {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

q:before,q:after {
    content:'';
}

abbr,acronym  {
    border:0;
}

/*
FONTS.CSS
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 *
 */
body {
    font:13px arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}

table {
    font-size:inherit;
    font:100%;
}

/**
 * 99% for safari;
     100% is too large
 */
select, input, textarea {
    font:99% arial,helvetica,clean,sans-serif;
}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {
    font:115% monospace;
    *font-size:100%;
}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {
    line-height:1.22em;
}

/*****************************************************/
/*** Redefine the standard styles overridden above ***/
/*****************************************************/

ul  {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin-left: 35px;
}

caption,th  {
    text-align: center;
}

h1 {
    font-size: 197%; /* 26px */
}

h2 {
    font-size: 152%; /* 20px */
}

h3 {
    font-size: 122%; /* 16px */
}


h4 {
    font-size: 100%; /* 13px */
}

h5 {
    font-size: 92%; /* 12px */
}

h6 {
    font-size: 70%; /* 9px */
}

input, textarea {
    border: 1px solid black;
    margin: 1px 0px;
}

textarea {
    overflow: auto;
}

input .button {
    background: #ccc;
}

table th {
    background: #eee;
    color: #666;
    text-align: center;
    border: 1px solid black;
}

table td {
    vertical-align: top;
}

table .oddRow {
    background: #eee;
}

table .evenRow {
}

table caption {
    font-weight: bold;
}

.checkbox {
    border: 0;
    margin: 0;
}

p {
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
}

select {
    background: white;
    border: 1px solid black;
}

/*** Default Page Style ***/
body {
    text-align: center; /* Hack to get IE6 to 'margin: auto' the #container */
}

#container {
    width: 750px;
    margin: 0px auto;
    text-align: left;
}

#content {
    margin: auto;
}

table.index td {
    white-space: nowrap;
}

.error_message {
    font-weight: bold;
    color: red;
}

#footer {
    font-size: 10px;
    clear: both;
    text-align: center;
}

/** Print CSS **/
@media print {
    body {
        font-size: 13px;
        width: 670px;
    }

    .print {
        display: block;
        visibility: visible;
    }

    .noprint,
    #header,
    #sidebar {
        display: none;
        visibility: hidden;
    }

    #content {
        width: 670px;
    }

    #content .footer {
        height: 25px;
        clear: both;
        margin: 20px 0px;
    }

    #content .footer .address {
        float: left;
        padding-left: 30px;
    }

    #content .footer .contact-info {
        float: right;
        text-align: right;
        padding-left: 30px;
    }

    #content h1 {
        font-size: 18px;
        border-bottom: 1px solid black;
    }

    #footer {
        margin-top: 20px;
        text-align: center;
        width: 680px;
    }

    img, img a {
        border: 0px;
    }
}

/** Style CSS **/
body {
    background-color: #5d662d;
}

a, a:visited {
    font-weight: normal;
    color: #507B26;
}

a:hover{
    color: #92BB69;
}

#container {
    width: 720px;
    margin: auto;
    padding: 10px 0px;
}

    #header {
        line-height: 0;
        position: relative;
        margin-bottom: 15px;
    }
    
        #header .logo {
            background: url(/img/header-left.png) no-repeat left top;
            display: block;
            height: 219px;
            position: absolute;
            width: 100%;
            z-index: 2;
        }
        
        #header a:hover {                              
            border-bottom: 0 none;
            text-decoration: none;
        }
        
        #slideshow {
            height: 219px;
            width: 480px;
            margin-left: 239px;
        }
        
            #slideshow img {
                display: none;
                height: 219px;
                width: 480px;
            }

    #content {
        width: 706px;
        padding: 5px;
        background-color: #ded085;
        border: 2px solid #f9eba1;
        border-bottom: 0px;
        float: right;
        margin: 0;
        padding-bottom: 0px;
    }

        #content h1 {
            border-bottom: 1px solid #e38d03;
            font-size: 120%;
            font-weight: bold;
            margin: 0px;
            color: #80320e;
            margin-bottom: 10px;
        }

        #content .footer {
            border-top: 2px solid #f9eba1;
            background: #262d0b;
            margin: -7px;
            margin-top: 7px;
            padding: 7px;
            font-size: 10px;
            color: white;
            height: 30px;
            clear: both;
            position: relative;
            z-index: 1;
        }

            #content .footer .address {
                float: left;
                padding-left: 30px;
                background: url(/img/footer-arrows-icon.png) no-repeat 5px 7px;
            }

            #content .footer .contact-info {
                float: right;
                text-align: right;
                padding-left: 30px;
                background: url(/img/footer-mail-icon.png) no-repeat 5px 7px;
            }

            #content .footer .socialmedia {
                text-align: center;
            }

/* PAGES END */
#footer {
    clear: both;
    margin: 10px 0px;
    font-size: 80%;
    color: white;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.print {
    display: none;
    visibility: hidden;
}

em {
    font-style: italic;
}

img {
    font-size: 10px;
    color: #bbb;
}
