
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,img,input,textarea,p,blockquote,table,th,td,a,abbr,acronym,address,caption,cite,code,dfn,em,strong,th,var,hr{margin:0;padding:0;border:0;text-decoration:none;font-style:normal;font-weight:normal;text-align:left;border-collapse:collapse;border-spacing:0;list-style:none;}
input:focus,a:focus,textarea:focus{outline:0;}
sup,sub{vertical-align: baseline;position: relative;top: -0.4em;}sub{top:0.4em;}
html,body,textarea,input,select,legend{font:14px/18px Helvetica,Arial,Verdana,sans-serif;color:#000;}

/**
 * COLORS
 * DARK GREEN           #5C8727
 * PALE GREEN           #A3BA82
 * GREY                 #CCC
 * ORANGE               #C60
 * BRIGHT GREEN         #C1E988
 * DULL GREEN           #879B6A
**/

html {
    background: #A3BA82;
    text-align: center;
}

body {
    width: 980px;
    margin: 0 auto;
    background: transparent;
}

em { font-style: italic; }
strong { font-weight: bold; }

a { 
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    color: #C60; 
}
    a:hover { color: #5C8727; }
    a:active { color: #879B6A; }
    
h1,
h2,
p.leadin {
    color: #879B6A;
    line-height: 1.4em;
}
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
}
    h1, p.leadin { 
        margin-bottom: 18px;
        font-size: 28px; 
    }
    h2 { font-size: 20px; }
    h3 { font-size: 16px; }

input,
select,
textarea {
    border: 1px solid #DDD;
    border-top-color: #AAA;
    border-left-color: #AAA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
}
    input:focus,
    select:focus,
    textarea:focus {

    }
    
    input#submitbtn {
        border: 0;
        background: #C60;
        color: #FFF;
        width: 200px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
        input#submitbtn:hover {
            background: #C1E988;
            color: #000;
        }

label { display: block; }
    label span { color: #C30; }

form li {
    margin-bottom: 10px;
}

ul.contactinfo {
    float: left;
    width: 260px;
}
    ul.contactinfo input { width: 230px; }

ul.message select { width: 320px; }
ul.message textarea { width: 420px; }

.error { color: #C30; }
    .error input,
    .error select,
    .error textarea { border-color: #C30; }
#content p, #sidebar p,
#content ul, #sidebar ul,
#content ol, #sidebar ol,
#content dl, #sidebar dl,
#content table {
    margin-bottom: 18px;
}

#content blockquote,
#content blockquote p {
    font-style: italic;
}

#content ul, 
#content ol { padding-left: 24px; }
    #content li { margin-bottom: 10px; }
    #content ul li { list-style-type: disc; }
    #content ul li li { list-style-type: square; }
    #content ul li li li { list-style-type: circle; }
    #content ol li { list-style-type: decimal; }
    #content ol li li { list-style-type: lower-alpha; }
    #content ol li li li { list-style-type: lower-roman; }
    #content li ol,
    #content li ul { margin-bottom: 0; }

#content dl,
#sidebar dl { clear: both; }
#content dt,
#sidebar dt { 
    margin-top: 10px; 
    font-weight: bold;
}
    #content dt:first-child,
    #sidebar dt:first-child { margin: 0; }
#content dd,
#sidebar dd { margin: 0 0 5px 20px; }

#content fieldset {
    margin-bottom: 10px;
}
    #content fieldset ul, 
    #content fieldset ol { padding: 0; }
        #content fieldset ul li,
        #content fieldset ol li { 
            list-style-type: none; 
            margin-bottom: 10px;
        }


#header {
    position: absolute;
    width: 940px;
    height: 160px;
    top: 20px;
    margin: 0;
    padding: 0 20px;
    background: url(images/header.png) center 0 no-repeat;
    z-index: 1;
}
    #header a { 
        display: block;
        color: #5C8727;
        background: #FFF;
        width: auto;
        padding: 0 10px;
        line-height: 1.8em; 
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
        #header a:hover,
        #header a.current { 
            color: #000; 
            background: #C1E988;
        }
        #header a:active { 
            color: #FFF;
            background: #879B6A; 
        }
        
    dl.phone {
        position: absolute;
        top: 0;
        right: 30px;
        font-size: 16px;
    }
        dl.phone dt { 
            text-indent: -999em; 
            height: 0;
            width: 0;
            overflow: hidden;
        }
        dl.phone dd {
            color: #FFF;
            font-weight: bold;
            display: inline;
            padding: 0 0 0 10px;
        }
    
    .nav {
        position: absolute;
        right: 35px;
        bottom: -13px;
        width: auto;
        background: url(images/nav.png) 0 -70px repeat-x;
        height: 70px;
    }
        .navleft,
        .navright {
            background: url(images/nav.png) 0 0 no-repeat;
            width: 20px;
            height: 70px;
            float: left;
        }
            .navright {
                background-position: 0 -140px;
            }
        .nav dl {
            float: left;
            width: auto;
            padding-top: 20px;
        }
            .nav dt, .nav dd {
                float: left;
                width: auto;
                padding-top: 5px;
            }
            #header .nav a {
                padding: 0 15px;
                margin: 0 5px;
                font-weight: bold;
                font-size: 14px;
                width: auto;
                line-height: 32px;
                text-transform: uppercase;
            }
    
    dl.aboutnav {
        margin-top: 60px;
        float: right;
        width: auto;
    }
        dl.aboutnav dt {
            position: absolute;
            left: 105px;
            top: 25px;
            width: 220px;
            height: 120px;
        }
            dl.aboutnav dt a {
                display: block;
                width: 220px;
                height: 120px;
                text-align: left;
                text-indent: -999em;
                background: none !important;
            }
        dl.aboutnav dd {
            float: left;
            font-size: 16px;
            margin-right: 5px;
        }

#container {
    margin: 183px 0 0;
    background: url(images/content.png) -980px 0 repeat-y;
}
    .contenttop,
    .contentbottom {
        height: 20px;
        margin: 0;
        overflow: hidden;
        background: url(images/content.png) 0 0 no-repeat;
        width: 980px;
    }
        .contentbottom {
            clear: both;
            background-position: -1960px 0;
        }
    .contentmiddle {
        padding: 0 25px 25px;
    }

#content {
    float: left;
    width: 700px;
    margin-right: 20px;
    position: relative;
}
    #content.full { width: 930px; }

.leftsidebar {
    float: left;
    width: 210px;
    margin-right: 20px;
}
    .leftsidebar dd {
        margin: 0 !important;
    }
.maincontent {
    float: left;
    width: 470px;
    overflow: hidden;
}

#sidebar {
    float: left;
    width: 210px;
}
    #sidebar h2,
    #sidebar h3 { 
        text-transform: uppercase; 
        font-size: 14px;
        line-height: 2.4em;
    }

p.excerpt {
    font-style: italic;
    font-size: 18px;
}

.feature {
    margin-bottom: 20px;
}
    .feature h3 {
        font-size: 14px;
        text-transform: uppercase;
    }

#subnav {
    background: url(images/subnav.png) 0 0 no-repeat;
    height: 24px;
    overflow: hidden;
    padding: 8px 20px;
    margin: 0 -5px 20px;
}
    #subnav li {
        float: left;
        width: auto; 
        margin-right: 10px;
        line-height: 24px;
        height: 24px;
        border-right: 1px solid #FFF;
    }
        #subnav li.last { border: 0; }
    #subnav a {
        font-weight: bold;
        color: #5C8727;
        margin-right: 10px;
    }
        #subnav a:hover,
        #subnav a.current { color: #000; }

#footer { padding: 20px 20px; }
    #footer p,
    #footer ul,
    #footer li {
        float: left;
        width: auto;
        color: #FFF;
        font-size: 12px;
        margin-right: 8px;
    }
        #footer li { border-right: 1px solid #FFF; }
            #footer li.last { border: 0; }
        #footer p.address {
            float: none;
            clear: both;
        }
        #footer a { color: #FFF; padding-right: 8px; }
            #footer a:hover { color: #C60; }
            #footer a:active { color: #5C8727; }

.paging h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.paging p, 
.paging ul,
.paging ul li {
    display: inline-block;
    padding: 0;
    list-style-type: none;
    margin-right: 5px;
    padding: 0 !important;
}
    .paging ul { margin: 0; }
    .paging a,
    .paging span,
    .paging li.current {
        display: inline-block;
        width: auto;
        line-height: 20px;
        min-width: 14px;
        text-align: center;
        padding: 0 3px;
        background: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
        .paging a:hover { background: #C1E988; color: #000; }
        .paging a:active { background: transparent; }
        .paging span { background: #DDD; color: #999; }
        .paging li.current { background: #FFF; }

.profile { 
    margin: 0 0 20px;
    height: 1%; 
}
    .profile:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        width: 0;
        overflow: hidden;
        visibility: hidden;
    }
.profile h2 {
    padding: 0 20px;
    line-height: 2em;
    background: #A3BA82;
    color: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
}
    .profile img,
    .profile p {
        float: left;
        width: auto;
        margin-right: 20px;
    }
        .profile p { 
            margin: 0 !important; 
            width: 735px;
        }

.testimonial { color: #879b6a; }
    .testimonial p { font-style: italic; }

p#slideshow {
    position: relative;
    width: 700px;
    height: 360px;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 9;
}
    p#slideshow img {
        position: absolute;
        top: 0;
        left: 0;
    }

div#flag {
    width: 333px;
    height: 175px;
    overflow: hidden;
    position: absolute;
    left: -52px;
    top: 30px;
    background: url(images/flag.png) 0 0 no-repeat;
    z-index: 10;
}
    * html div#flag { background-image: url(images/flag.gif); }
    div#flag p { 
        position: absolute;
        left: -999em;
    }

p.callout {
    font-size: 22px;
    line-height: 28px;
    color: #999;
}
    p.callout strong { 
        font-weight: normal;
        color: #A3BA82; 
    }
    p.callout.medium {
        color: #000;
        font-size: 18px;
    }

a.arrow {
    padding-left: 14px;
    background: url(images/arrow.gif) left center no-repeat;
}
dl a.arrow {
    display: block;
    background-position: left 5px;
}

dl.resources dd { margin-left: 14px !important; }

ul.nobullets,
ul.inline { padding: 0 !important; }
    ul.nobullets li,
    ul.inline li { list-style-type: none !important; }

ul.inline li { 
    display: inline; 
    margin-right: 20px;
}

.hidden {
    position: absolute;
    left: -999em;
}

/* EOF */
