/* General */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    background-color: #6E5F40;
    background-image: url('/images/layout/background/main.gif');
    background-repeat: repeat-x;
}

h1 {
    font-size: 160%;
    text-align: left;
    text-transform: uppercase;
}

h2 {
    margin-top: 14px;
    font-size: 140%;
    color: #E8D9BA;
    text-align: left;
    text-transform: uppercase;
}

h3 {
    margin-top: 12px;
    font-size: 120%;
    text-align: left;
}

h4 {
    margin-top: 11px;
    font-size: 110%;
}

h5 {
    margin-top: 10px;
    font-size: 105%;
}

b, strong {
}

a {
    color: #CCCCCC;
}

#owl-demo a {
    color: #000;
}

a:link {
}

a:visited {
}

a:hover {
    color: #FFFFFF;
}

a:active {
}

a img {
    border: none;
}
/* END General */

#guide {
    margin: 0 auto;
    width: 922px;
    background-color: #0D233B;
    background-image: url('/images/layout/background/body.gif');
    background-position: 0px 150px;
    background-repeat: no-repeat;
    border: 1px solid #57585A;
}

#container {
    background-image: url('/images/layout/background/header_back.gif');
    background-position: 0 0;
    background-repeat: repeat-x;
}

#head {
    padding: 7px 0 0 0;
    height: 148px;
    text-align: center;
    background-image: url('/images/layout/background/header.png');
    /*background-color: #0B2848;*/
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #47669C;
}

    #head div {
        border: 0px solid #FFFFFF;
    }

#logo {
    text-align: right;
}

    #logo img {
        margin: 5px 45px 5px 0;
    }

#main {
    clear: both;
}

/* Columns */
#col_l {
    float: left;
    padding: 20px 15px;
    width: 200px;
    text-align: left;
}

#col_m {
    float: left;
    width: 640px;
    padding: 20px 15px;
    font-size: 105%;
    text-align: left;
    border: 0px solid #FFF;
}

#col_r {
    display: none;
}
/* END Columns */


/* Menus */
.menu ul, .vmenu ul, .menupi ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.menu li, .menu li, .menupi li {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.menu {
    margin-left: 30px;
}

    .menu ul {
        width: 800px;
    }

    .menu li {
        float: left;
    }

    .menu a {
        display: block;
        color: #FFFFFF;
        text-decoration: none;
    }

.menupi ul {
    margin-left: -5px;
}

.menupi li {
    float: left;
    border-right: 1px dotted #FFF;
}

    .menupi li.end {
        border: none;
    }

.menupi a {
    padding: 0 5px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

.menupi a {
    display: block;
    clear: right;
    padding: 0 2px;
    color: #FFFFFF;
    text-decoration: none;
}

    .menupi a:link {
    }

    .menupi a:visited {
    }

    .menupi a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .menupi a:active {
    }
/* PI */
#pilogo {
    margin-bottom: 20px;
}

    #pilogo h1 {
        margin: 0 0 4px 0px;
    }

    #pilogo img {
        float: left;
        padding-right: 12px;
    }
/*.piinfo				{ padding: 5px 0 0 0; display: block; }*/
.piinfo {
    position: relative;
    top: 10px;
    float: left;
    /*padding: 0 0 35px 0;*/;
}

    .piinfo div {
    }

.piname {
    font-weight: bold;
    font-style: italic;
}

.piphone {
    clear: left;
}

.piemail {
}

.pimission {
    margin: 10px 0;
    color: #FFF;
    text-align: center;
    
}

.pititle {
    font-weight: bold;
}

.piclear {
    clear: both;
}
/* END PI */
/* END Menus */


/* Header */
/* Seals */
#seal_doc {
    float: left;
    margin-left: 10px;
}

#seal_sd {
    float: right;
    margin-right: 10px;
}

.seal {
}

/* Menu */
#head {
}

    #head .menu {
        clear: both;
        position: relative;
        z-index: 100;
        top: -20px;
        margin-top: 10px;
    }

        #head .menu li {
            padding: 0 17px;
        }

        #head .menu a {
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold;
        }

            #head .menu a:link {
            }

            #head .menu a:visited {
            }

            #head .menu a:hover {
                text-decoration: underline;
            }

            #head .menu a:active {
            }
/* END Header */


/* Main Area */
#main .panel {
    background: #F7E8C7 url('/images/layout/background/box_sec.gif') repeat-x;
    background-position: 0 -50px;
}

    #main .panel div {
    }

    #main .panel .box_top {
        clear: both;
        height: 12px;
        background-image: url('/images/layout/corners/top_lt.gif');
        background-position: 0 0;
        background-repeat: no-repeat;
    }

        #main .panel .box_top div {
            float: right;
            width: 12px;
            height: 100%;
            background-image: url('/images/layout/corners/top_rt.gif');
            background-position: 100% 0;
            background-repeat: no-repeat;
        }

    #main .panel .box_btm {
        clear: both;
        height: 12px;
        background-image: url('/images/layout/corners/btm_lt.gif');
        background-position: 0 100%;
        background-repeat: no-repeat;
    }

        #main .panel .box_btm div {
            float: right;
            width: 12px;
            height: 100%;
            background-image: url('/images/layout/corners/btm_rt.gif');
            background-position: 100% 100%;
            background-repeat: no-repeat;
        }

.vmenu {
    color: #6E5F40;
    text-transform: uppercase;
}

    .vmenu h1 {
        font-size: 116%;
        color: #0D233B;
    }

        .vmenu h1 a {
            color: #0D233B;
        }

    .vmenu li {
        margin: 10px 0px;
    }

    .vmenu a {
        color: #6E6141;
        text-transform: none;
        text-decoration: none;
    }

        .vmenu a:link {
        }

        .vmenu a:visited {
        }

        .vmenu a:hover {
            text-decoration: underline;
        }

        .vmenu a:active {
        }

    .vmenu ul {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
    }

        .vmenu ul li {
            font-size: 110%;
            font-weight: bold;
        }

        .vmenu ul ul {
            margin: 0 0 0 10px;
        }

            .vmenu ul ul li {
                font-size: 100%;
                font-weight: normal;
            }

#main .vmenu {
    padding: 15px;
}

    #main .vmenu li {
        color: #6B5E3E;
    }

.lnks {
    margin: 30px 0 0 0px;
    text-align: center;
    text-align: -moz-center;
}

    .lnks div {
        text-align: center;
        width: 100%;
    }

        .lnks div div {
            float: left;
            width: 33%;
        }

    .lnks table {
        width: 100%;
    }

    .lnks td {
        width: 35%;
        text-align: center;
    }

    .lnks img {
        border: 1px solid #000;
    }
/* END Main Area */

/* Footer */
#foot {
    clear: both;
    margin: 10px 0 10% 0;
    padding: 10px 5px 5px 5px;
}

    #foot ul {
        width: 95%;
        position: relative;
        list-style-type: none;
    }

        #foot ul li {
            float: left;
            width: 33%;
            position: relative;
        }

.search {
    margin: 20px 0;
}

#searchlbl {
    clear: right;
    font-weight: bold;
}

#searchimg {
    margin: 10px;
    text-align: center;
}

#ftmenu {
    position: relative;
    z-index: 1;
    top: -50px;
    clear: both;
    margin: 0 auto;
    padding: 0px 0 0px 0px;
    width: 100%;
    height: 25px;
    background-color: #BFAD87;
    border-bottom: 1px solid #333333;
}

    #ftmenu li {
        margin-top: 5px;
        padding: 0 8px;
        border-right: 1px solid #334456;
    }

        #ftmenu li.end {
            border: none;
        }

    #ftmenu a {
        color: #334456;
    }

        #ftmenu a:link {
        }

        #ftmenu a:visited {
        }

        #ftmenu a:hover {
            text-decoration: underline;
        }

        #ftmenu a:active {
        }

#foot #copywrite {
    clear: both;
    margin: 0 auto;
    width: 100%;
    font-size: 95%;
    text-align: center;
    color: #999999;
}
/* END Footer */

/* Home */
#socialmedia {
    padding: 0px;
    margin: 0 11px 5px 0;
    font-weight: bold;
    text-align: right;
}

    #socialmedia img {
        padding-right: 5px;
        padding-left: 5px;
    }

#home {
    text-align: center;
}

#top {
    clear: both;
}

    #top div {
        border: 0px solid #FF0000;
    }

#pics, #mission {
    float: left;
}

#pics {
    margin: 0 35px;
}

#mission {
    margin-top: 10px;
    width: 320px;
    text-align: left;
}

    #mission h1 {
        font-family: "Times New Roman", Times, serif;
        font-size: 250%;
        font-style: italic;
        text-transform: none;
    }
/* END Home */

.lookuplink {
    display: none;
}
